ed
9bc09ce949
accept file POSTs without specifying the act field;
...
primarily to support uploading from Igloo IRC but also generally useful
(not actually tested with Igloo IRC yet because it's a paid feature
so just gonna wait for spiky to wake up and tell me it didn't work)
2024-01-08 19:09:53 +00:00
ed
dc8e621d7c
increase OOM kill-score for FFmpeg and mtp's;
...
discourage Linux from killing innocent processes
when FFmpeg decides to allocate 1 TiB of RAM
2024-01-07 17:52:10 +00:00
ed
dee0950f74
misc;
...
* scripts: add log repacker
* bench/filehash: msys support + add more stats
2024-01-06 01:15:43 +00:00
ed
143f72fe36
bench/filehash: fix locale + add more stats
2024-01-03 02:41:18 +01:00
ed
a7889fb6a2
update pkgs to 1.9.28
2023-12-31 19:44:24 +00:00
ed
987caec15d
v1.9.28
2023-12-31 18:49:42 +00:00
ed
ab40ff5051
add permission "A" (alias of "rwmda."); closes #70
2023-12-31 18:20:24 +00:00
ed
bed133d3dd
pad log source when logging to file too
2023-12-31 17:21:02 +00:00
ed
829c8fca96
curl/CLI-friendly 403/404
2023-12-31 17:20:45 +00:00
ed
5b26ab0096
add option to specify default num parallel uploads
2023-12-28 01:41:17 +01:00
ed
39554b4bc3
guard against unintended access if user-db is corrupted
2023-12-24 16:12:18 +01:00
ed
97d9c149f1
IdP config draft ( #62 )
2023-12-24 13:46:26 +01:00
ed
59688bc8d7
* rename hdr-au-usr
to idp-h-usr
...
* ensure lowercase idp-h-*, xff-hdr
* more macos support in tooling
2023-12-24 13:46:12 +01:00
ed
a18f63895f
fix resource leak on macos
2023-12-21 00:48:51 +01:00
ed
27433d6214
remove fedora/pypi-copr mention because copr has died;
...
https://github.com/fedora-copr/copr/issues/3056
2023-12-20 22:35:52 +00:00
ed
374c535cfa
fix cors-checker so it behaves like the readme says;
...
any custom header (`pw` in our case) is sufficient validation
2023-12-20 20:03:08 +00:00
ed
ac7815a0ae
ensure file can be opened before replying 200 and...
...
* make gen_tree 0.1% faster
* improve filekey warning message
* fix oversight in 0c50ea1757
* support `--xdev` on windows (the python docs mention that os.scandir
doesn't assign st_ino, st_dev and st_nlink on win but i can't read)
2023-12-20 01:07:45 +00:00
ed
10bc2d9205
unsuccessful attempt at dirkeys ( #64 )
2023-12-17 22:30:22 +00:00
ed
0c50ea1757
list dotfiles only for specific volumes or users ( #66 ):
...
* permission `.` grants dotfile visibility if user has `r` too
* `-ed` will grant dotfiles to all `r` accounts (same as before)
* volflag `dots` likewise
also drops compatibility for pre-0.12.0 `-v` syntax
(`-v .::red` will no longer translate to `-v .::r,ed`)
2023-12-16 15:38:48 +00:00
ed
c057c5e8e8
extend --th-covers with dotfiles; closes #67
2023-12-14 10:53:15 +00:00
ed
46d667716e
support python 3.15
2023-12-14 10:49:10 +00:00
ed
cba2e10d29
cleanup
2023-12-14 10:47:52 +00:00
ed
b1693f95cb
alternative fedora packages for when copr breaks
2023-12-09 02:05:06 +00:00
ed
3f00073256
update pkgs to 1.9.27
2023-12-08 21:58:59 +00:00
ed
d15000062d
v1.9.27
2023-12-08 21:33:12 +00:00
ed
6cb3b35a54
fix #65 (symlinks die when moved)
2023-12-08 21:28:20 +00:00
ed
b4031e8d43
forgot to bump this... oh well, at least the exe is correct
2023-12-08 02:16:40 +00:00
ed
a3ca0638cb
update pkgs to 1.9.26
2023-12-08 02:10:06 +00:00
ed
a360ac29da
v1.9.26
2023-12-08 01:36:01 +00:00
ed
9672b8c9b3
ensure nested symlinks are not broken during deletes;
...
when moving/deleting a file, all symlinked dupes are verified to ensure
this action does not break any symlinks, however it did this by checking
the realpath of each link. This was not good enough, since the deleted
file may be a part of a series of nested symlinks
this situation occurs because the deduper tries to keep relative
symlinks as close as possible, only traversing into parent/sibling
folders as required, which can lead to several levels of nested links
2023-12-08 01:11:03 +00:00
ed
e70ecd98ef
don't freak out when deleting a broken symlink,
...
also invoke the hooks with the corret lastmod time
2023-12-08 01:01:10 +00:00
ed
5f7ce78d7f
avoid duplicate database entries when replacing files,
...
either from --daw, or by using u2c with --dr
2023-12-08 01:00:01 +00:00
ed
2077dca66f
u2c: when deleting from server, heed request size limit
2023-12-08 00:54:57 +00:00
ed
91f010290c
improve --help descriptions
2023-12-03 02:35:38 +00:00
ed
395e3386b7
mention --help for features not documented in readme
...
plus some small fixes to the packaging section
2023-12-02 23:32:31 +00:00
ed
a1dce0f24e
update pkgs to 1.9.25
2023-12-01 23:51:35 +00:00
ed
c7770904e6
v1.9.25
2023-12-01 23:26:16 +00:00
ed
1690889ed8
remember scroll position when leaving the textfile viewer
2023-12-01 23:15:48 +00:00
ed
842817d9e3
improve handling of malicious clients;
...
* start banning malicious clients according to --ban-422
* reply with a blank 500 to stop firefox from retrying like 20 times
* allow Cc's in a few specific URL params (filenames, dirnames)
2023-12-01 23:08:16 +00:00
ed
5fc04152bd
also handle NumpadEnter
2023-12-01 21:10:51 +00:00
ed
1be85bdb26
fix modal focus even more (now works on phones too)
2023-12-01 21:02:05 +00:00
ed
2eafaa88a2
update pkgs to 1.9.24
2023-12-01 02:16:24 +00:00
ed
900cc463c3
v1.9.24
2023-12-01 02:10:20 +00:00
ed
97b999c463
update pkgs to 1.9.23
2023-12-01 01:54:23 +00:00
ed
a7cef91b8b
v1.9.23
2023-12-01 00:39:49 +00:00
ed
a4a112c0ee
update pkgs to 1.9.22
2023-12-01 01:14:18 +00:00
ed
e6bcee28d6
v1.9.22
2023-12-01 00:31:02 +00:00
ed
626b5770a5
add --ftp-ipa
2023-11-30 23:36:46 +00:00
ed
c2f92cacc1
mention the new auth feature
2023-11-30 23:01:05 +00:00
ed
4f8a1f5f6a
allow free text selection in modals by deferring focus
2023-11-30 22:41:16 +00:00