Wykres commitów

74 Commity (c8f16d1a06a82b450d144784f923b42e2b9af0b7)

Autor SHA1 Wiadomość Data
Andreas Kristiansen 7d404c31db
Merge branch 'cloudlog8' into mergesolve 2021-11-13 20:00:48 +01:00
iddq 40a77dbcd2 Added Operator (COL_OPERATOR) to possible columns 2021-11-01 18:38:18 +01:00
iddq 3d883409a1 Added Operator (COL_OPERATOR) to possible columns 2021-11-01 15:22:26 +01:00
Andreas 99379ec213 PHP8 fix and folder not found fix 2021-10-09 15:25:10 +02:00
Andreas Kristiansen 234ec52f1b
Merge branch 'mastettest' into station_logbooks 2021-10-08 11:48:01 +02:00
Peter Goodhall 0ff9070fbe
Merge pull request #1171 from Werzi2001/login_form_bootstrap
Login form bootstrap
2021-09-14 21:55:57 +01:00
Thomas Werzmirzowsky fa8070a27e using max width is better than w25 on mobile devices 2021-09-11 12:54:19 +02:00
Thomas Werzmirzowsky 0e30ebaa89 changed login form to use bootstrap layout 2021-09-11 12:47:00 +02:00
Thomas Werzmirzowsky d0fa23835c added SOTA (SOTA_REF) to possible columns 2021-09-09 18:57:38 +02:00
Andreas f7a2303713 [User Accounts] Hides delete button for logged in user. Fixes #1129 2021-08-12 13:13:03 +02:00
Andreas a512a984aa [Custom CSS Theme Support] Added support for fetching list of themes from database. 2021-08-09 13:13:41 +02:00
Andreas de5c65c121 [User selectable columns] Added a fifth column, used only in logbook view. Also fixed a bug when adding user accounts. 2021-05-07 08:03:25 +02:00
Andreas da279ffedf [User selectable columns] Added translations for the new texts added. Started a new language file for user accounts. 2021-05-06 12:58:55 +02:00
Andreas 5bc59883ed [User selectable columns] Added some translations. 2021-05-06 12:39:14 +02:00
Andreas 159aa0562d [User selectable columns] Added the possibility to configure some of the columns shown in the dashboard and in the logbook. 2021-05-05 17:52:42 +02:00
Andreas 997ae932ec [Main menu] Added user option to hide notes in the main menu. Fixes #942. 2021-03-20 21:19:07 +01:00
Andreas bbb4c01b71 [QSO Dialog] Added translation for the dropdown select. 2021-02-26 12:45:46 +01:00
Andreas 7c04327268 [QSO Dialog] Auto-fill location and locator when SOTA is chosen. This is fetched from the API. This can be turned on/off in the user settings.
Did a refactor at the same time and moved a lot of javascript from footer.php to qso.js.
2021-02-26 10:37:43 +01:00
Peter Goodhall 1820fd1ca3 [User][Edit] Added some extra date formats 2021-01-26 15:22:15 +00:00
Peter Goodhall 6a42641f9d [QSO][Edit] Swapped the Delete and Save Changes buttons to conform to standard ux 2021-01-02 19:33:59 +00:00
Peter Goodhall c00e33af55 Added extra warnings and cleaned up the display 2020-12-07 13:54:15 +00:00
Paul Beesley a6682a857a Add Darkly dark theme
And rename Dark to Cyborg (Dark)
2020-12-07 09:55:31 +00:00
Paul Beesley 2abd81c3dd Add Cosmo theme
MIT license from Bootswatch
2020-12-07 09:55:30 +00:00
Paul Beesley ff403dc456 Add Superhero (new dark theme) to test changes
Now we should be able to drop in a new theme folder with minimal changes.
2020-12-07 09:55:30 +00:00
Paul Beesley 301483bddf Change the way themes are processed
Place themes in subfolders and use the folder name in the DB instead of the path to a single CSS file
2020-12-07 09:55:30 +00:00
Paul Beesley 5d23802e16 Further tweaks to text and text formatting
This commit has some further changes to text throughout the application. There are also some small fixes for text formatting. E.g. making sure that the small "helper" text under certain form fields is all consistent in terms of colour, font, etc.
2020-11-02 09:34:29 +00:00
Paul Beesley c65ce673aa Normalise button styles
Blue Solid = Add something, activate something, or perform any other primary action.
Blue Outline = Edit, change or update something.
Red = Delete something or make an irreversable change.
Grey = Deactivate something.
Yellow = Reset something or clear a field.
Green = Retained for search.

Added icons where it made sense to do so.
2020-10-27 20:51:24 +00:00
Paul Beesley 0b94674289 Normalise page / card header styles for admin pages
Bring the style of page and card headers into alignment with the LotW admin page.
2020-10-20 21:42:43 +01:00
Peter Goodhall e19cadd0f2 [Users] when viewing edit window on mobile boxes where to small 2020-09-28 14:45:50 +01:00
Andreas 447e6b76a1 Added a blue theme as well. These themes are based on themes found here: https://bootswatch.com 2020-09-23 18:19:28 +02:00
Andreas 97fd1b137a New feature: theme is user selectable. 2020-09-23 10:59:49 +02:00
Peter Goodhall 61982c216a Added empty value so user is forced to select 2020-09-16 21:02:00 +01:00
Peter Goodhall b5774a76b0 Cleaned up the HTML for adding users 2020-09-16 21:00:16 +01:00
Kim Huebel 58e69f7ef4 Added some more date-formats and added date-format-chooser into user-add-dialog. 2020-09-16 21:22:37 +02:00
Andreas 70bd3fd2b3 Added blank option if measurement base is not set in db or config file. 2020-09-16 19:56:29 +02:00
Andreas 9696a1199c Changed the dropdown selects to look the same (custom-select). 2020-09-16 10:17:58 +02:00
Peter Goodhall 75a4870ad9 [Users] Made Date Format defineable in the user profile and changed all the code in the system to follow selection 2020-09-15 22:04:47 +01:00
Peter Goodhall dd09ca6350 Cleaned up the edit account area and gave it a new interface 2020-09-15 17:04:38 +01:00
Andreas 05a327bead Selects measurement_base from config-file when creating a new user. 2020-09-15 11:16:47 +02:00
Andreas 6c07de7f2c Changed it over to user profile. Fetches data from session instead. 2020-09-14 12:29:02 +02:00
dl6nm 4e70f77c20
Also keep timezone form data on error 2020-06-02 22:34:08 +02:00
Peter Goodhall 7b4f4621d0
Merge pull request #425 from phl0/noPasswordHintNeededHere
Password hint not applicable here
2020-03-02 14:41:38 +00:00
phl0 15fb2bbd76
Password hint not applicable here 2020-03-02 15:24:00 +01:00
Michael G7VJR 80145b4732 Use Club Log CDN for cty.xml
Change the URL for collecting Club Log's cty.xml definitions to use https://cdn.clublog.org (Content Delivery Network, faster). Remove reference to secure.clublog.org and update string "Clublog" to be "Club Log".

Getting my hands dirty for the first time so very minor stuff!
2019-10-08 20:53:14 +01:00
Peter Goodhall f4a0298247 Removed unneeded components from User edit which have moved to station profile screen 2019-10-04 11:37:55 +01:00
Peter Goodhall a4407ef316 on the Edit user page, changed Clublog username text to email/callsign to match clublog.org due to some confusion by a couple of users. 2019-07-25 13:48:35 +01:00
Peter Goodhall 1da6668331 Fixed bug where eqsl user wasn't being shown on the edit page. 2019-06-19 16:15:08 +01:00
Peter Goodhall 45a809c331 Added inputs and table columns to start supporting Clublog uploading 2019-06-19 14:14:10 +01:00
Peter Goodhall cd78bda206 Fixed issue where eQSL username wasn't editable 2019-05-25 16:55:47 +01:00
Peter Goodhall 306c5255ed eQSL username HTML element was set to password which it isn't 2019-05-22 17:07:33 +01:00