Til Schmitter
b7c99e05c9
minor splash fix for 3ds
2026-06-04 15:20:08 +02:00
Til
a9195ad186
misc compatibility fixes
2026-06-04 14:18:04 +02:00
Til
86a7f06a97
IE color fix on login
2026-06-04 13:59:53 +02:00
Til
1712fd8516
target 3DS specifically instead of trying to detect svg features (which was false flagging IE11)
2026-06-04 13:48:56 +02:00
Til Schmitter
072fcd1373
3DS compatibility: non-emoji fallbacks
2026-06-04 01:49:02 +02:00
Til Schmitter
d689f24670
more compatible file/folder creation
2026-06-04 01:30:00 +02:00
Til Schmitter
2b843f2d44
IE theming
2026-06-03 21:54:45 +02:00
Til Schmitter
d4a7718f05
small null ref fix
2026-06-03 21:54:19 +02:00
Til Schmitter
7d01f6fe8b
IE colored scrollbars
2026-06-03 21:26:36 +02:00
Til Schmitter
72540e268e
IE theme looks more like html.a now
2026-06-03 21:05:50 +02:00
Til Schmitter
e63dd45902
html.fy more readable tree
2026-06-03 18:48:28 +02:00
Til Schmitter
5542440f8f
dyntree default: false
2026-06-03 18:42:45 +02:00
Til Schmitter
9b80f45f7b
prevent tree autogrow if autogrow is disabled
2026-06-03 18:39:31 +02:00
Til Schmitter
986eeda89f
fixed position of resize bar + IE fixes
2026-06-03 17:52:26 +02:00
Til Schmitter
6e9fcd9f9a
prevent error log when resizing
2026-06-03 15:19:11 +02:00
Til Schmitter
1d415b73b8
fix touch resize
2026-06-03 15:16:45 +02:00
Til Schmitter
93fc7184ac
instant response resizing
2026-06-03 14:48:07 +02:00
Til Schmitter
4e078ad99c
always uppercase profile letter in header
2026-06-03 14:17:48 +02:00
Til Schmitter
e4171c3efe
tree resize handle
2026-06-03 13:42:46 +02:00
Til Schmitter
32aa9026be
swap sort order arrow directions
2026-06-03 09:10:04 +02:00
Til Schmitter
1dd2bbb329
align grid and list view drag behavior
2026-06-03 09:07:10 +02:00
Til Schmitter
50d2f8b149
remove legacy drag drop method to prevent unwanted behavior
2026-06-02 23:53:05 +02:00
Til Schmitter
1e7c6bd46f
fix for removing selection of other elements on unselected drag
2026-06-02 23:21:54 +02:00
Til Schmitter
cba79caa48
drag drop between windows
2026-06-02 22:49:58 +02:00
Til Schmitter
ddb50d07b0
Merge commit '40500216e8ed11bf7c328a0adecd30f7d580c1dc' into hovudstraum
2026-06-02 13:47:06 +02:00
Til Schmitter
40500216e8
tiny css fixes: removed gradient from used space bar in most themes + logout text size
2026-06-01 21:40:40 +02:00
ed
6e75faa623
docker: drop arm32 iv;
...
deadlock on startup, probably bad cffi
2026-05-26 19:16:31 +00:00
ed
06af60276b
update pkgs to 1.20.16
2026-05-26 18:49:07 +00:00
ed
cc80ecc341
v1.20.16
2026-05-26 18:45:13 +00:00
ed
ce33a88e25
v1.20.15
2026-05-26 18:16:37 +00:00
ed
62dc833273
misc linter
2026-05-26 17:47:52 +00:00
ed
f0f6933b4e
bpm mtp needs f32le
2026-05-26 17:47:08 +00:00
Til
3b08883747
Merge branch 'hovudstraum' of https://github.com/tilse/copyparty-uiV1.5 into hovudstraum
2026-05-26 06:12:15 +02:00
Til
a80dd0d6ce
redefine jsldp in browser.js to ensure it's always defined
2026-05-26 06:12:00 +02:00
ed
e32718303c
xvol: clarify permissions
2026-05-25 20:16:23 +00:00
ed
c7b80acd0d
fix ?tar on xvol reject;
...
would panic and kill the connection
instead of just skipping the blocked symlink
2026-05-25 20:06:17 +00:00
ed
cc5420a324
download-as-zip: toplevel optional
2026-05-25 18:32:42 +00:00
ed
c28aa08b35
ihead filter on ohead too
2026-05-25 16:12:26 +00:00
ed
6183540c61
mde: fix crash on mobile
2026-05-25 15:57:28 +00:00
Til Schmitter
e6cd528db7
fix music player cover link while searching
2026-05-25 16:01:56 +02:00
Til Schmitter
b635aac93e
reset music player cover when switching themes
2026-05-25 15:48:17 +02:00
ed
5e806ec124
PRTY_FFMPEG_BIN
2026-05-25 13:41:24 +00:00
Danila Kamaev
9068ec6a8e
improve opds compatibility ( #1463 )
...
use absolute paths and generate IDs
2026-05-25 11:27:01 +00:00
ed
27031f73be
clamp lastmod to y6325 ( closes #1470 );
...
fromtimestamp fails on year>9999
2026-05-25 11:08:19 +00:00
ed
926c6e814d
embedded-cover crop-control; closes #1474
2026-05-25 10:17:03 +00:00
ed
4e9ad781b6
advisory tiers
2026-05-25 10:10:01 +00:00
Til
f33dcd307a
prevent touch dsel on various elements
2026-05-25 10:40:19 +02:00
ed
f4f97b6cc3
make signal-handler less shit;
...
previously: threading.Condition to wakeup the actual handler;
exciting chance of heisenbugs / deadlocks (theoretically)
almost went with os.pipe on unix and socketpairs on windows,
but turns out SimpleQueue is perfect and safe for this purpose
SimpleQueue is 3.7+ so use a regular queue on <3.7
(same problems as original approach)
also need dedicated thread for popping the queue on <3.7
to avoid deadlock on most platforms (--sig-thr)
new features:
--logrot-sig sets a signal for immediate log-rotate
--stack-sig sets a signal to dump stack to log/stdout
--reload-sig sets a signal to initiates config-reload
(was hardcoded to USR1 previously)
2026-05-25 00:37:52 +00:00
Til Schmitter
befdc06a42
set fetch priority for thumbnails to low instead
2026-05-25 00:59:15 +02:00
Til Schmitter
78de02123e
undo last commit, set bbox image fetch prio to high
2026-05-25 00:55:25 +02:00