Andreas
4e5144066e
[PHP8] Fixes for some errors that PHP8 puts out. Fixes #882
2021-07-20 15:07:55 +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
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
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
Andreas
97fd1b137a
New feature: theme is user selectable.
2020-09-23 10:59:49 +02:00
Peter Goodhall
305f8d3eb6
[User] Added missing logic to actually save date format and also measurement when creating a user
2020-09-16 20:54:26 +01: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
Andreas
04032ad72c
Merge branch 'measurement_base' of https://github.com/AndreasK79/Cloudlog into measurement_base
2020-09-14 12:32:23 +02:00
Andreas
6c07de7f2c
Changed it over to user profile. Fetches data from session instead.
2020-09-14 12:29:02 +02:00
Peter Goodhall
0b31b54664
extra check on empty field
2020-09-08 00:30:16 +01:00
Peter Goodhall
44edb1361b
[LOTW] Run through every Cloudlog user with LOTW user info and download and match QSOs
2020-09-06 16:55:30 +01:00
Peter Goodhall
523d6b4560
More XSS
2019-10-05 22:16:58 +01:00
Peter Goodhall
46dfd35815
Added Quill WYSIWYG to Notes, added XSS to user area and Notes
2019-10-05 21:57:44 +01:00
Peter Goodhall
a22c0cb149
Assorted Security improvements
2019-10-05 19:35:55 +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
Kim Huebel
d096c32082
Storing Station profile and selected CAT-Radio-controller in cookie
...
The info is stored for 3600*24*99 seconds = 99 days within a local browser
cookie.
2019-06-25 13:46:13 +02:00
Peter Goodhall
cb8bdfc539
Fixed bug, forgot to update a model
2019-06-19 15:24:07 +01:00
Tony Corbett, G0WFV
9b6faf231e
Fix #213 : Eqsl errors in download may not be handled correctly
2018-11-30 19:05:54 +00:00
Warren Volz
73e0f1d7d1
fix missing () from num_rows calls
2017-12-01 19:28:32 +00:00
Warren Volz
e384826aea
Codeignitor 3.1.6 and corresponding changes
...
- fixes missing () from num_rows in authenticate user function
- removes passwordhash library in favor of built in PHP password_hash
and password_verify functions
- uppercase all class filenames
- add new CLI error templates, move HTML error templates
- update mimes file to latest version
- update routes to latest version
2017-12-01 19:25:26 +00:00