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
ed
4a98b73915
fix a bug previouly concealed by window.event;
...
hitting enter would clear out an entire chain of modals,
because the event didn't get consumed like it should,
so let's make double sure that will be the case
2023-11-30 22:40:30 +00:00
ed
00812cb1da
new option --ipa; client IP allowlist:
...
connections from outside the specified list of IP prefixes are rejected
(docker-friendly alternative to -i 127.0.0.1)
also mkdir any missing folders when logging to file
2023-11-30 20:45:43 +00:00
ed
16766e702e
add basic-docker-compose ( #59 )
2023-11-30 20:14:38 +00:00
ed
5e932a9504
hilight metavars in help text
2023-11-30 18:19:34 +00:00
ed
ccab44daf2
initial support for identity providers ( #62 ):
...
add argument --hdr-au-usr which specifies a HTTP header to read
usernames from; entirely bypasses copyparty's password checks
for http/https clients (ftp/smb are unaffected)
users must exist in the copyparty config, passwords can be whatever
just the first step but already a bit useful on its own,
more to come in a few months
2023-11-30 18:18:47 +00:00
ed
8c52b88767
make linters happier
2023-11-30 17:33:07 +00:00
ed
c9fd26255b
support environment variables mostly everywhere,
...
useful for docker/systemd stuff
also makes logfiles flush to disk per line by default;
can be disabled for a small performance gain with --no-logflush
2023-11-30 10:22:52 +00:00
ed
0b9b8dbe72
systemd: get rid of nftables portforwarding;
...
suggest letting copyparty bind 80/443 itself because nft hard
2023-11-30 10:13:14 +00:00
ed
b7723ac245
rely on filekeys for album-art over bluetooth;
...
will probably fail when some devices (sup iphone) stream to car stereos
but at least passwords won't end up somewhere unexpected this way
(plus, the js no longer uses the jank url to request waveforms)
2023-11-29 23:20:59 +00:00
ed
35b75c3db1
avoid palemoon bug on dragging a text selection;
...
"permission denied to access property preventDefault"
2023-11-26 20:22:59 +00:00
ed
f902779050
avoid potential dom confusion (ie8 is already no-js)
2023-11-26 20:08:52 +00:00
ed
fdddd36a5d
update pkgs to 1.9.21
2023-11-25 14:48:41 +00:00
ed
c4ba123779
v1.9.21
2023-11-25 14:17:58 +00:00
ed
72e355eb2c
prisonparty: prevent overlapping setup/teardown
2023-11-25 14:03:41 +00:00
ed
43d409a5d9
prisonparty accepts user/group names
2023-11-25 13:40:21 +00:00
ed
b1fffc2246
open textfiles inline in grid-view, closes #63 ;
...
also fix the Y hotkey (which converts all links in the list-view into
download links), making that apply to the grid-view as well
2023-11-25 13:09:12 +00:00
ed
edd3e53ab3
prisonparty: support zfs-ubuntu
...
* when bind-mounting, resolve any symlinks ($v/) and read target inode;
for example merged /bin and /usr/bin
* add failsafe in case this test should break in new exciting ways;
inspect `mount` for any instances of the jailed path
(not /proc/mounts since that has funny space encoding)
* unmount in a while-loop because xargs freaks out if one of them fail
* and systemd doesn't give us a /dev/stderr to write to anyways
2023-11-25 02:16:48 +00:00
ed
aa0b119031
update pkgs to 1.9.20
2023-11-21 23:44:56 +00:00
ed
eddce00765
v1.9.20
2023-11-21 23:25:41 +00:00
ed
6f4bde2111
fix infinite backspin on "previous track";
...
when playing the first track in a folder and hitting the previous track
button, it would keep switching through the previous folders inifinitely
2023-11-21 23:23:51 +00:00
ed
f3035e8869
clear load-more buttons upon navigation (thx icxes)
2023-11-21 22:53:46 +00:00
ed
a9730499c0
don't suggest loading more search results beyond server cap
2023-11-21 22:38:35 +00:00
ed
b66843efe2
reduce cpu priority of ffmpeg, hooks, parsers
2023-11-21 22:21:33 +00:00
ed
cc1aaea300
update pkgs to 1.9.19
2023-11-19 12:45:32 +00:00
ed
9ccc238799
v1.9.19
2023-11-19 12:29:19 +00:00
ed
8526ef9368
srch-dbg: handle jumpvols correctly
2023-11-19 11:35:13 +00:00
ed
3c36727d07
fix filekeys not appearing in up2k in world-writable vols
2023-11-19 11:19:08 +00:00
ed
ef33ce94cd
filter shadowed files from search results ( #61 ),
...
also adds optimization to stop opening cursors
when max results has already been hit
2023-11-19 11:04:36 +00:00
ed
d500baf5c5
update pkgs to 1.9.18
2023-11-18 21:16:10 +00:00
ed
deef32335e
v1.9.18
2023-11-18 21:06:55 +00:00
ed
fc4b51ad00
make dhash more volatile; probably fixes #61 :
...
if any volumes were added or removed since last use,
drop dhash to verify that there are no files to shadow
2023-11-18 20:48:56 +00:00
ed
fa762754bf
fix close/more thumbs in search results for pillow 10.x
2023-11-18 13:57:35 +00:00
ed
29bd8f57c4
fix js error when ctrl-clicking a search result; closes #60
2023-11-18 13:47:00 +00:00
ed
abc37354ef
update pkgs to 1.9.17
2023-11-11 18:22:51 +00:00
ed
ee3333362f
v1.9.17
2023-11-11 17:38:43 +00:00
ed
7c0c6b94a3
drop asyncore; pyftpdlib has vendored it
2023-11-11 17:20:00 +00:00
ed
bac733113c
up2k-hasher robustness:
...
webdav clients tend to upload and then immediately delete
files to test for write-access and available disk space,
so don't crash and burn when that happens
2023-11-11 16:21:54 +00:00
ed
32ab65d7cb
add cfssl to packaging + improve certgen expiration check
2023-11-11 15:30:03 +00:00
ed
c6744dc483
u2c: configurable retry delay
2023-11-11 14:46:00 +00:00
ed
b9997d677d
u2c: give up on files with bitflips
2023-11-11 14:30:46 +00:00
ed
10defe6aef
u2c: make -x
case-insensitive
2023-11-11 14:02:01 +00:00
ed
736aa125a8
fix dumb
2023-11-11 13:52:06 +00:00
ed
eb48373b8b
mention fpm
2023-11-08 00:55:16 +00:00