Commit graph

11 commits

Author SHA1 Message Date
Peter Goodhall
445706ecdc Add session validation to all controllers
Introduces user session validation checks to all controller actions before authorization checks. This ensures users are redirected to the login page if their session is invalid, improving security and consistency across the application.
2025-11-18 23:12:57 +00:00
int2001
1158bf312e
Moved "reassign QSOs" to adminarea with Menu 2023-08-01 08:21:17 +00:00
Andreas
591bd15098 [Notes backup] Added support for backing up notes with an API key 2023-05-03 09:38:28 +02:00
phl0
a2f29c67a4
If no API key is supplied we should check for a valid session and
otherwise just redirect to login.
2023-05-02 08:04:21 +02:00
Andreas
efb44b1d65 [ADIF Backup] Fix when running backup from inside Cloudlog 2023-05-01 21:23:30 +02:00
Andreas
ebe01d938c [ADIF Backup] Added unique name to the backup file. 2023-05-01 17:21:20 +02:00
Andreas
b45cfda3eb [ADIF Backup] Added so that ADIF can be backed up with cron and api key 2023-05-01 15:25:30 +02:00
Peter Goodhall
03b25d00d5 Fixed backup features 2020-08-10 23:26:02 +01:00
Peter Goodhall
a22c0cb149 Assorted Security improvements 2019-10-05 19:35:55 +01:00
Peter Goodhall
f506750cfb Bootstrap Interface Updates 2019-01-14 16:29:06 +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
Renamed from application/controllers/backup.php (Browse further)