Commit graph

39 commits

Author SHA1 Message Date
bohwaz
0a0ec2297f Update dependencies, remove recursive directory time 2023-12-31 16:59:19 +01:00
bohwaz
6e431043aa Make sure we accept user if password is not set 2023-07-23 00:52:01 +02:00
bohwaz
4bfef21755 Update README, fix #10 2023-05-09 14:17:07 +02:00
BohwaZ
18ba8ffb17
Merge pull request #9 from clach04/patch-1
clarify password hashing
2023-04-02 17:56:49 +02:00
clach04
dd83f184a9
clarify password hashing
Code hashes (a best practice) passwords rather than encrypting them.
2023-04-02 08:53:08 -07:00
bohwaz
706c7ce880 Update JS dependency to avoid conflict with PHP short codes, fix #7 2023-03-26 18:58:50 +02:00
bohwaz
4ffdefa75e Fix bug #6 by throwing error if FPM is used with Transfer-Encoding: chunked and the file is empty 2023-02-18 13:57:25 +01:00
bohwaz
6856eafda8 Support for OC-Checksum header 2023-02-14 13:37:06 +01:00
bohwaz
d1dd1e5778 Fix #2
Fix #4

Allow use of symlinks for index.php, generate .htaccess accordingly
2023-01-28 03:30:10 +01:00
bohwaz
c6d94e0b4c Fix #5 by extending execution time 2023-01-28 03:12:57 +01:00
bohwaz
629403661a Send back displayname if requested 2022-12-23 21:25:05 +01:00
bohwaz
59669cb6c9 Limit gzip compression to smaller files, also exclude other kinds of files 2022-12-23 20:42:01 +01:00
bohwaz
d8e98506c2 Try to fix issue with memory exhaustion when gzipping large files 2022-12-23 20:25:46 +01:00
bohwaz
523d58ec9b Add option to log HTTP 2022-12-23 19:40:37 +01:00
bohwaz
9b30c8da2b Fix #1 wrong class name 2022-12-22 14:15:10 +01:00
bohwaz
fe645d71da Fix tempory file path 2022-11-23 00:46:06 +01:00
bohwaz
54bfe66296 Fix loading spinner 2022-11-22 16:15:26 +01:00
bohwaz
f93b8f78f6 Fix handling of auth 2022-11-22 16:11:28 +01:00
bohwaz
cff0f429b9 Always ask for auth when anonymous read and write is disabled 2022-11-22 16:10:04 +01:00
bohwaz
a330f9db18 Update README 2022-11-22 15:36:43 +01:00
bohwaz
ea443f269c Add mention of KaraDAV in README 2022-11-22 04:21:30 +01:00
bohwaz
045ef9e8e6 Update README 2022-11-22 04:07:01 +01:00
bohwaz
fd043b72c1 Improve downloading progress 2022-11-22 03:55:13 +01:00
bohwaz
ea3510e3df Shorten cache 2022-11-22 03:41:47 +01:00
bohwaz
f34acf7627 Add progress bar to download of all files 2022-11-22 03:40:49 +01:00
bohwaz
9511ba7e49 Update webdav manager: implement download all files 2022-11-22 02:33:35 +01:00
bohwaz
f224f0354e Rename JS and CSS files 2022-11-22 02:05:12 +01:00
bohwaz
4acf72454e Make sure ANONYMOUS_READ is set to TRUE if not defined 2022-11-22 01:46:16 +01:00
bohwaz
e9c12759d7 Add size in README 2022-11-22 01:35:46 +01:00
bohwaz
23c8321a28 Fix link in README 2022-11-22 01:34:51 +01:00
bohwaz
456a14f21e Fix implementation of per-directory restrictions 2022-11-22 01:32:39 +01:00
bohwaz
3adcc56962 Add users management 2022-11-21 22:37:52 +01:00
bohwaz
be2f8415c6 Allow to restrict to read-only access 2022-11-21 18:45:55 +01:00
bohwaz
5aef69423a Fix issue with brackets in directory names 2022-11-15 13:07:07 +01:00
bohwaz
4fac8cf26f Update 2022-11-15 12:54:57 +01:00
bohwaz
c930eb2a81 Add makefile, put dependencies outside 2022-11-15 12:36:02 +01:00
bohwaz
70e2abc3c4 Update JS 2022-11-14 23:12:42 +01:00
bohwaz
8a604fb915 First commit 2022-11-14 22:53:15 +01:00
BohwaZ
e501bd72fb
Initial commit 2022-11-14 22:52:08 +01:00