Commit Graph

68 Commits

Author SHA1 Message Date
HB9HIL
490829e421 warning if migfile locks migrations (basic implementation) 2024-08-01 17:01:46 +02:00
HB9HIL
f4b6f89959 catch case if exec() is not usable 2024-07-30 21:15:16 +02:00
phl0
4057e68978 Adjust PHP variable name 2024-07-25 12:16:36 +02:00
HB9HIL
fe015a2e0c preparing portuguese 2024-07-22 20:22:18 +02:00
HB9HIL
4f9c0f8e53 stringify 2024-07-11 17:50:55 +02:00
HB9HIL
46738bc4fe typo 2024-07-11 15:26:32 +02:00
HB9HIL
14dd2b7fb7 Merge branch 'dev' into encrypt 2024-07-11 14:52:16 +02:00
HB9HIL
37a038f291 check in debug for the default encrypt key 2024-07-11 14:50:12 +02:00
HB9HIL
4f13f4d339 added cache folder to debug permission check 2024-07-10 17:35:48 +02:00
HB9HIL
a8b5f627f7 hide the comment in html 2024-07-09 09:03:35 +02:00
HB9HIL
8f52c05092 adjusted the comment 2024-07-08 10:28:42 +02:00
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
HB9HIL
f3805e3f5e removed openssl check, not required 2024-02-03 07:50:23 +01:00
Andreas
80b0473834 Added custom data format 2024-02-02 11:03:06 +01:00
Andreas
ffcb3e92d0 [Debug] Added information about when files were last updated, and links to update 2024-02-02 09:28:49 +01:00
int2001
6f4dd1786f Merge branch 'dev' into rename_cl 2024-01-18 10:54:03 +00:00
HB9HIL
14434680f3 php-zip check in debug 2024-01-18 00:27:41 +01:00
int2001
ed5c526192 Various Links to magicbug-Repo 2024-01-17 14:31:59 +00:00
int2001
c74a5475f2 All Cloudlog-occurences with capital C and lowercase loudlog to Wavelog 2024-01-17 14:20:10 +00:00
int2001
7bbdef5201 some more tooltip-fixes 2023-11-26 08:54:29 +00:00
HB9HIL
8c4bae8453 run migration script 2023-11-14 13:35:53 +01:00
HB9HIL
2bab8a9633 show migration value from db 2023-11-12 15:34:32 +01:00
Andreas
36585d12f6 [Debug] Try/catch so that page loads normally in case git can't be executed on host 2023-07-14 23:29:54 +02:00