Commit graph

48 commits

Author SHA1 Message Date
Jacob 7377c9e245 Use sessions rather than cookies 2023-10-04 21:37:52 +02:00
Jacob 2d4cb3c5d9 Simplify significantly, by combining admins, temporary keys and keys
into one. Also some miscellanious codebase improvements.
2023-10-04 15:53:02 +02:00
Jacob 0ed4daa0f3 Remove temporary keys, the feature is now included in normal keys 2023-10-04 11:00:28 +02:00
Jacob de0538df54 Some minor fixes and improvements 2023-10-03 20:31:47 +02:00
Jacob febebd5b0c Add 'Your files', allowing users to (if enabled) remove their files 2023-10-02 23:31:42 +02:00
Jacob 71a754f20e Fix wrong key being removed 2023-10-02 01:46:16 +02:00
Jacob 17516d5174 Fix key creation 2023-10-01 22:50:12 +02:00
Jacob 418f6698e6 Add setup php for creating an admin key 2023-10-01 19:31:37 +02:00
Jacob c84f8be3ae Fix yet another typo 2023-10-01 17:46:46 +02:00
Jacob 8f750c932c Move curl outside of if statement 2023-10-01 17:41:02 +02:00
Jacob 2c2ac8ffed Fix a typo in core.php 2023-10-01 17:40:26 +02:00
Jacob 0c7c5005f2 Fix typo in config.php 2023-10-01 17:35:36 +02:00
Jacob 74a45c1a09 Rename config.def.ini so that you can modify config.ini without
having merge issues
2023-10-01 17:30:23 +02:00
Jacob 0736ad351a Cleanup, basic README 2023-10-01 17:27:47 +02:00
Jacob d00a047b14 Remove temporary_passwords.txt and passwords.txt from .gitignore since
it's no longer supported by curload.
2023-10-01 16:24:27 +02:00
Jacob 33e108a491 Fix an option in the configuration 2023-10-01 16:23:07 +02:00
Jacob d9924e6a3e css improvements 2023-10-01 04:35:21 +02:00
Jacob 220f09ede0 CSS changes, small bug fix 2023-10-01 04:10:34 +02:00
Jacob 8d882ba177 More CSS changes 2023-10-01 04:08:04 +02:00
Jacob 3fe9dd5e74 CSS changes 2023-10-01 04:07:24 +02:00
Jacob bf6c165225 Style it a bit, add footer text 2023-10-01 04:03:42 +02:00
Jacob 0c87171b50 Improve uploading significantly 2023-10-01 03:47:59 +02:00
Jacob 4735ac997c Add the ability to create keys, fix some bugs with uploading by
administrators
2023-10-01 03:02:05 +02:00
Jacob 26601743fd Add links to all uploads by key 2023-10-01 01:44:33 +02:00
Jacob d9ad680153 Fix a small mistake 2023-10-01 01:34:35 +02:00
Jacob 832ae4b3e6 Add removal of files as well 2023-10-01 01:31:38 +02:00
Jacob 335c00bf37 Add removal of keys from administrator panel 2023-10-01 01:28:14 +02:00
Jacob 51f17e8174 Check to make sure the cookie is valid, because of course cookies can be
faked
2023-09-30 23:30:08 +02:00
Jacob e6cede05ca Fix redirection from login page 2023-09-30 23:13:22 +02:00
Jacob e0fc2a6c8a Add login 2023-09-30 22:24:02 +02:00
Jacob 8af14ad90d Add the ability to include javascript 2023-09-30 20:31:01 +02:00
Jacob 4a4978cb27 Fix typo 2023-09-30 20:10:09 +02:00
Jacob 12af23d88f Use a variable for the config file 2023-09-30 20:09:33 +02:00
Jacob dd33bbc1ba Fix issue #13 2023-09-30 19:54:41 +02:00
Jacob 52abfb49bc Some small changes, backend is basically complete now 2023-09-30 19:49:24 +02:00
Jacob a086b9b9b7 fix syntax error 2023-09-30 19:37:53 +02:00
Jacob 6f55b8b3f6 Improve remove.php, add remove-key.php for removing keys 2023-09-30 19:01:41 +02:00
Jacob 89bd9b827f Remove database as well 2023-09-30 04:12:18 +02:00
Jacob b377c34247 Add code for removing a file 2023-09-30 03:59:11 +02:00
Jacob 8f3a013425 Merge pull request 'SQL rebase among many other things' (#11) from wip into master
Reviewed-on: speedie/curload#11
2023-09-29 23:29:40 +00:00
Jacob b6a1671707 some more work 2023-09-30 01:28:36 +02:00
Jacob 9907eb9b72 Change some basic things 2023-09-29 21:29:29 +02:00
Jacob 2ab18cfe2e Some fixes 2023-09-29 19:53:53 +02:00
Jacob 39d0b8d9a5 add a test admin tools panel 2023-09-29 19:08:35 +02:00
Jacob 6af8b8cf13 Add admin database, will be used shortly 2023-09-29 16:09:02 +02:00
Jacob e01c13fe82 WIP work on SQL #4 2023-09-29 00:25:59 +02:00
Jacob dc7b04bb9c Add config.ini #5 2023-09-28 23:22:40 +02:00
Jacob 2fa3bc054a Initial commit 2023-09-28 21:29:21 +02:00