Commit Graph

28 Commits

Author SHA1 Message Date
HB9HIL
13f3eb9a2f fixed bad language 2024-06-23 23:12:22 +02:00
HB9HIL
2ea07d610a added multilang support to more strings 2024-06-07 02:35:59 +02:00
HB9HIL
dc58c20c94 no need for multi-language check in debug 2024-06-07 00:45:23 +02:00
HB9HIL
133191d93e use <?= for better readability 2024-06-06 20:23:19 +02:00
HB9HIL
0284e6ce19 first big change 2024-06-06 15:41:03 +02:00
phl0
7e7064a492 Align version comparison 2024-05-08 14:21:10 +02:00
phl0
84e2e7065e Put badge after text 2024-05-08 14:06:36 +02:00
phl0
331c3defe0 Add tooltip 2024-05-08 13:36:36 +02:00
phl0
43dce0211f Show PHP < 8 as deprecated 2024-05-08 13:23:59 +02:00
HB9HIL
ae7938d765 show file update times based on cron table 2024-04-26 17:43:58 +02:00
HB9HIL
78e28071b7 show total instance qso in debug 2024-04-21 10:52:30 +02:00
HB9HIL
4f9179f5d2 formatting code 2024-04-15 13:36:51 +02:00
HB9HIL
7dfa51e6d0 write modules like the are called actually 2024-04-15 13:35:33 +02:00
HB9HIL
1edef55330 php settings 2024-04-15 13:26:11 +02:00
HB9HIL
9cf957fd55 environment and codeigniter 2024-04-15 12:57:56 +02:00
HB9HIL
eb0be429da check config 2024-04-15 12:24:43 +02:00
int2001
fd9eeeeae8 Adjusted links to be more generic 2024-03-25 06:45:59 +00:00
Joerg (DJ7NT)
5eea9dbd5f Update index.php
whitspaces
2024-03-25 07:36:05 +01:00
int2001
e1c9de18aa Handle remote repos better 2024-03-25 06:30:16 +00:00
HB9HIL
f554f47d4e catch non git installs 2024-03-24 22:55:03 +01:00
HB9HIL
627c5a7a52 readd last real fetch 2024-03-24 17:45:40 +01:00
HB9HIL
7f4d10f8e3 show update button if not on master 2024-03-24 17:36:18 +01:00
HB9HIL
94fb005526 typo 2024-03-24 15:23:17 +01:00
HB9HIL
4b22a7952f updater frontend 2024-03-24 15:22:25 +01:00
int2001
47acab82d9 use realpath for files 2024-03-23 06:03:03 +00:00
int2001
1b9c4f8f79 Disable Button while selfupgrading 2024-03-22 16:47:33 +00:00
int2001
2418b08a49 Added Button for selfupdate 2024-03-22 15:58:51 +00:00
HB9HIL
c1325591cc QSL Files Migration (#174)
* remove unnessesary file

* prepared debug view with logic

* typo

* add additional case

* moved Maintenance Page to Debug

* copy function

* comment

* html file for eqsl card images folder

* only copy files if they have a qso_id in db

* not_assigned folder

* xss_clean

* $CI to $this

* removed status field, no need for that

* class wide variabled to reduce redundancy

* adjusted view

* allow run migration agn

* missing case if user_id is also empty (deleted user/qso)

* just commented

* only allow jpg, png and gif (same as in upload)
2024-02-26 17:42:46 +01:00