ed
df64a62a03
patch popen on windows-python <3.8
2022-09-18 15:09:41 +02:00
ed
09cea66aa8
add ability to set lifetime per-file during upload
2022-09-18 13:12:38 +02:00
ed
13cc33e0a5
support random filenames in bup too
2022-09-18 01:03:38 +02:00
ed
ab36c8c9de
fix tests
2022-09-18 00:16:40 +02:00
ed
f85d4ce82f
support alpine's ffmpeg
2022-09-17 23:56:32 +02:00
ed
6bec4c28ba
add waveform seekbar
2022-09-17 23:40:37 +02:00
ed
fad1449259
drop the redundant request for folders on navigation
2022-09-17 21:39:44 +02:00
ed
86b3b57137
smaller optimizations
2022-09-17 20:39:08 +02:00
ed
b235037dd3
5x faster rendering of huge tagsets
2022-09-17 20:17:24 +02:00
ed
3108139d51
30% faster tags listing
2022-09-17 19:36:42 +02:00
ed
2ae99ecfa0
new upload modifiers:
...
* terse upload responser
* randomize filenames
2022-09-17 14:48:53 +02:00
ed
e8ab53c270
fix read-only search positioning
2022-09-17 13:45:41 +02:00
ed
5e9bc1127d
fix windows symlink creation
2022-09-17 13:27:54 +02:00
ed
415e61c3c9
prevent blanks from skipping ahead in the queue
2022-09-16 23:51:55 +02:00
ed
0dbeb010cf
fix symlinked filekeys
2022-09-16 21:41:17 +02:00
ed
17c465bed7
lazyload big folders; closes #11
2022-09-15 23:43:40 +02:00
ed
add04478e5
multiprocessing: fix listening-socket config
2022-09-15 22:25:11 +02:00
ed
6db72d7166
optimizations / cleanup
2022-09-15 01:18:19 +02:00
ed
868103a9c5
more flexible --stackmon
2022-09-14 02:06:34 +02:00
ed
0f37718671
improve error messages
2022-09-14 01:56:16 +02:00
icxes
fa1445df86
align grid items to left if there's not enough to fill a row
2022-09-12 00:58:54 +02:00
icxes
a783e7071e
add small margin to grid
2022-09-12 00:58:54 +02:00
icxes
a9919df5af
change justify-content depending on whether sidebar is open
2022-09-12 00:58:54 +02:00
icxes
b0af31ac35
fix indentation?
2022-09-12 00:58:54 +02:00
icxes
c4c964a685
simplify style and make gaps equal size
2022-09-12 00:58:54 +02:00
icxes
348ec71398
make grid items scale properly at different zoom levels
2022-09-12 00:58:54 +02:00
exci
a257ccc8b3
try using grids for the.. grids
2022-09-12 00:58:54 +02:00
ed
fcc4296040
mention the upcoming bugfix in chrome
2022-09-11 22:31:36 +02:00
ed
1684d05d49
dont crash chrome with too many unique SVGs
2022-09-11 11:47:26 +02:00
ed
0006f933a2
hmac uploader-ip when avoiding filename collisions
2022-09-11 08:27:45 +02:00
ed
0484f97c9c
stop writing upload-summary textfiles,
...
can be reenabled with --write-uplog
2022-09-10 22:07:10 +02:00
ed
e430b2567a
add pyoxidizer (windows-only)
2022-09-10 17:33:04 +02:00
ed
fbc8ee15da
make firefox stop complaining
2022-09-08 19:22:51 +02:00
ed
68a9c05947
load eq ui early
2022-09-08 18:47:30 +02:00
ed
0a81aba899
fix wrong ETA after failed handshakes +
...
tooltip-hint positioning on bottom-most elements
2022-09-07 23:34:43 +02:00
ed
d2ae822e15
more socket cleanup fiddling
2022-09-07 23:06:12 +02:00
ed
fac4b08526
firefox may forget FDs during upload; warn about it
2022-09-07 23:03:48 +02:00
ed
3a7b43c663
dodge firefox race (thx exci)
2022-09-07 21:27:36 +02:00
ed
8fcb2d1554
defer actx until needed (audioplayer, uploads) and
...
try to be less reliant on the actx speedhack for upload performance
2022-09-07 21:08:09 +02:00
ed
590c763659
add unforgetti beam
2022-09-07 08:09:32 +02:00
ed
11d1267f8c
option to keep files in index when deleted
2022-09-07 01:07:21 +02:00
ed
8f5bae95ce
fix visual glitches in upload ui
2022-09-07 00:38:19 +02:00
ed
e6b12ef14c
hide warnings when they are remedied
2022-09-07 00:29:26 +02:00
ed
b65674618b
fix ui bug on upload-queues >= 1 TiB large
2022-09-06 23:24:58 +02:00
ed
635ab25013
up2k.js: defer worker startup until needed
2022-09-05 00:55:52 +02:00
ed
995cd10df8
bump timeouts for zfs / bursty filesystems
2022-09-04 21:21:54 +02:00
ed
50f3820a6d
downgrade severity of some transient errors
2022-09-04 12:53:49 +02:00
ed
788db47b95
option to let mtp's keep stdout/stderr
2022-09-04 01:42:28 +02:00
ed
799cf27c5d
restore .bin-suffix for nameless PUT/POSTs
...
disappeared in v1.0.11
2022-09-03 19:59:59 +02:00
ed
c930d8f773
add mtp debug mode
2022-09-03 19:58:10 +02:00
ed
bc6234e032
parallel socket shutdown
2022-08-31 08:38:34 +02:00
ed
558bfa4e1e
siocoutq-based shutdown
2022-08-31 01:16:09 +02:00
ed
5d19f23372
accurate num.cores detection
2022-08-29 19:24:48 +02:00
ed
27f08cdbfa
better isNaN + fade + fix preload seek:
...
* use Number.isFinite or shim it, rejecting strings
* fade-in/out was too quick on volumes < 100%
* fades (especially -out) was too slow on chrome
* seek to start if playing into the previously played file
* and let π raise if it wants to
2022-08-29 19:23:23 +02:00
ed
49470c05fa
well that was dumb
2022-08-23 00:03:04 +02:00
ed
500e3157b9
v1.3.16
2022-08-18 19:24:06 +02:00
ed
eba86b1d23
default-disable mt on https-desktop-chrome
2022-08-18 19:01:33 +02:00
ed
b69a563fc2
gc massage
2022-08-18 18:03:33 +02:00
ed
a900c36395
v1.3.15
2022-08-18 01:02:19 +02:00
ed
1d9b324d3e
explain w/a wasm leaks in workers (chrome bug)
2022-08-18 01:02:06 +02:00
ed
539e7b8efe
help chrome gc by reusing one filereader
2022-08-18 00:05:32 +02:00
ed
7000123a8b
v1.3.14
2022-08-15 20:25:31 +02:00
ed
d48a7d2398
provide tagparsers with uploader info
2022-08-15 20:23:17 +02:00
ed
389a00ce59
v1.3.13
2022-08-15 19:11:21 +02:00
ed
7a460de3c2
windows db fix
2022-08-15 18:01:28 +02:00
ed
8ea1f4a751
idx multimedia format/container type
2022-08-15 17:56:13 +02:00
ed
1c69ccc6cd
v1.3.12
2022-08-13 00:58:49 +02:00
ed
9ccd327298
add directory hashing (boots ~3x faster)
2022-08-12 23:17:18 +02:00
ed
11df36f3cf
add option to exit after scanning volumes
2022-08-12 21:20:13 +02:00
ed
f62dd0e3cc
support fips-cpython and maybe make-sfx on macos
2022-08-12 16:36:20 +02:00
ed
ad18b6e15e
stop reindexing empty files on startup
2022-08-12 16:31:36 +02:00
ed
c00b80ca29
v1.3.11
2022-08-10 23:35:21 +02:00
ed
92ed4ba3f8
parallelize python hashing too
2022-08-10 23:12:01 +02:00
ed
7de9775dd9
lol android
2022-08-10 20:35:12 +02:00
ed
5ce9060e5c
up2k.js: do hashing in web-workers
2022-08-10 01:09:54 +02:00
ed
f727d5cb5a
new cloudflare memes, thx nh
2022-08-09 09:00:22 +02:00
ed
51c152ff4a
indicate sqlite thread-safety + some cleanup
2022-08-05 01:20:16 +02:00
ed
eeed2a840c
v1.3.10
2022-08-04 01:40:14 +02:00
ed
4aaa111925
v1.3.9
2022-08-04 00:39:37 +02:00
ed
e31248f018
include version info on startup and in crash dumps
2022-08-04 00:11:52 +02:00
ed
8b4cf022f2
bbox: tweak end-of-gallery animation
2022-08-03 22:56:51 +02:00
ed
4e7455268a
tag-scanner perf
2022-08-03 22:33:20 +02:00
ed
680f8ae814
add xdev/xvol indexing guards
2022-08-03 22:20:28 +02:00
ed
90555a4cea
clean-shutdown while hashing huge files
2022-08-03 21:06:10 +02:00
ed
56a62db591
force-exit by hammering ctrl-c
2022-08-03 20:58:23 +02:00
ed
5384c2e0f5
reentrant cleanup
2022-08-02 20:56:05 +02:00
ed
9bfbf80a0e
ui: fix navpane covering files on horizontal scroll
2022-08-02 20:48:26 +02:00
ed
f874d7754f
ui: toggle sorting folders before files (default-on)
2022-08-02 20:47:17 +02:00
ed
a669f79480
windows upload perf (fat32, smb)
2022-08-02 20:39:51 +02:00
ed
1c3894743a
fix filekeys inside symlinked volumes
2022-08-02 20:26:51 +02:00
ed
75cdf17df4
cache sparsefile-support on windows too
2022-08-02 06:58:25 +02:00
ed
de7dd1e60a
more visible upload errors on mobile
2022-08-02 06:17:13 +02:00
ed
0ee574a718
forget uploads that failed to initialize
2022-08-02 06:15:18 +02:00
ed
dac2fad48e
v1.3.8
2022-07-27 16:07:26 +02:00
ed
77f624b01e
improve shumantime + use it everywhere
2022-07-27 15:07:04 +02:00
ed
e24ffebfc8
indicate write-activity on splashpage
2022-07-27 14:53:15 +02:00
ed
70d07d1609
perf
2022-07-27 14:01:30 +02:00
ed
bfb3303d87
include client total ETA in upload logs
2022-07-27 12:07:51 +02:00
ed
660705a436
defer volume reindexing on db activity
2022-07-27 11:48:47 +02:00
ed
74a3f97671
cleanup + bump deps
2022-07-27 00:15:49 +02:00
ed
b3e35bb494
async lsof w/ timeout
2022-07-26 22:38:13 +02:00
ed
76adac7c72
up2k-hook-ytid: add mp4/webm/mkv metadata scanner
2022-07-26 22:09:18 +02:00
ed
5dc75ebb67
async e2ts / e2v + forget deleted shadowed
2022-07-26 12:47:40 +02:00
ed
d686ce12b6
lsof db on stuck transaction
2022-07-25 02:07:59 +02:00
ed
d3c40a423e
mutagen: support nullduration tags
2022-07-25 01:21:34 +02:00
ed
2fb1e6dab8
mute exception on zip abort
2022-07-25 01:20:38 +02:00
ed
10430b347f
fix dumb prisonparty bug
2022-07-22 20:49:35 +02:00
ed
c694cbffdc
a11y: improve skip-to-files
2022-07-20 23:44:57 +02:00
ed
bdd0e5d771
a11y: enter = onclick
2022-07-20 23:32:02 +02:00
ed
aa98e427f0
audio-eq: add crossfeed
2022-07-20 01:54:59 +02:00
ed
daa6f4c94c
add video hotkeys for digit-seeking
2022-07-17 23:45:02 +02:00
ed
4a76663fb2
ensure free disk space
2022-07-17 22:33:08 +02:00
ed
cebda5028a
v1.3.7
2022-07-16 20:48:23 +02:00
ed
3fa377a580
sqlite diag
2022-07-16 20:43:26 +02:00
ed
a11c1005a8
v1.3.6
2022-07-16 03:58:58 +02:00
ed
4a6aea9328
hopefully got this right
2022-07-16 02:24:53 +02:00
ed
4ca041e93e
improve autopotato accuracy
2022-07-16 02:23:50 +02:00
ed
52a866a405
batch progress writes
2022-07-16 02:12:56 +02:00
ed
8b6bd0e6ac
rescue some exceptions from the promise maelstroms
2022-07-15 23:42:37 +02:00
ed
780fc4639a
bbox: chrome doesnt override video onclick
2022-07-15 22:36:35 +02:00
ed
3692fc9d83
bbox: doubletap pic for fullscreen
2022-07-15 22:29:44 +02:00
ed
c2a0b1b4c6
autopotato
2022-07-15 02:39:32 +02:00
ed
21bbdb5419
fix audio-eq on recent chromes
2022-07-15 02:07:48 +02:00
ed
aa1c08962c
golf
2022-07-15 02:07:13 +02:00
ed
c2b66bbe73
add potato mode
2022-07-14 02:33:35 +02:00
ed
48b957f1d5
add -e2v (file integrity checker)
2022-07-13 00:48:39 +02:00
ed
3683984c8d
abort volume indexing on ^C
2022-07-12 21:46:07 +02:00
ed
a3431512d8
push queue/status info to server
2022-07-12 21:22:02 +02:00
ed
d832b787e7
upload smallest-file-first by default
2022-07-12 20:48:38 +02:00
ed
6f75b02723
misc
2022-07-12 03:16:30 +02:00
ed
b8241710bd
md-editor fixes
2022-07-12 02:53:33 +02:00
ed
d638404b6a
better runahead strategy for 100 GiB+ files
2022-07-12 02:30:49 +02:00
ed
9362ca3ed9
py2 fixes
2022-07-11 23:53:18 +02:00
ed
d1a03c6d17
zerobyte semantics
2022-07-11 23:17:33 +02:00
ed
c6c31702c2
cheaper file deletion
2022-07-11 01:50:18 +02:00
ed
76b1857e4e
add support for up2k hooks
2022-07-09 14:02:35 +02:00
ed
ac49b0ca93
mtp: add rclone uploader
2022-07-08 23:47:27 +02:00
ed
c5b04f6fef
mtp daisychaining
2022-07-08 22:29:05 +02:00
ed
5c58fda46d
only clean thumbs if there are thumbs to clean
2022-07-08 21:13:10 +02:00
ed
cade1990ce
v1.3.5
2022-07-06 02:29:11 +02:00
ed
59b6e61816
build fstab from relabels when mtab is unreadable
2022-07-06 02:28:34 +02:00
ed
daff7ff158
v1.3.4
2022-07-06 00:12:10 +02:00
ed
0862860961
misc cleanup
2022-07-06 00:00:56 +02:00
ed
1cb24045a0
dont thumb empty files
2022-07-05 23:45:47 +02:00
ed
622358b172
flag to control mtp timeout kill behavior
2022-07-05 23:38:49 +02:00
ed
51ddecd101
improve readme
2022-07-05 23:27:48 +02:00
ed
7a35ab1d1e
bbox: video seek / loop url params
2022-07-05 20:37:05 +02:00
ed
48564ba52a
bbox: add A-B video loop
2022-07-05 19:53:43 +02:00
ed
49efffd740
bbox: tap left/right side of image for prev/next
2022-07-05 19:33:09 +02:00
ed
d6ac224c8f
bbox: tap to show/hide buttons
2022-07-05 19:18:21 +02:00
ed
a772b8c3f2
bbox: add fullscreen for images too
2022-07-05 19:06:02 +02:00
ed
b580953dcd
bbox: fix crash on swipe during close
2022-07-05 18:49:52 +02:00
ed
d86653c763
ux
2022-07-05 00:13:08 +02:00
ed
dded4fca76
option to specify favicon + default-enable it
2022-07-05 00:06:22 +02:00
ed
36365ffa6b
explain the donut
2022-07-04 22:17:37 +02:00
ed
d8ebcd0ef7
lol dpi
2022-07-04 22:13:28 +02:00
ed
6e445487b1
satisfy cloudflare DDoS protection
2022-07-03 16:04:28 +02:00
ed
40ce4e2275
cleanup
2022-07-03 13:55:48 +02:00
ed
8fef9e363e
recursive kill mtp on timeout
2022-07-03 04:57:15 +02:00
ed
4792c2770d
fix a spin
2022-07-03 02:39:15 +02:00
ed
1c0071d9ce
perf
2022-07-03 01:40:30 +02:00
ed
efded35c2e
ffmpeg saying the fps is 1/0 yeah okay
2022-07-02 00:39:46 +02:00
ed
1d74240b9a
ux: hide uploads table until something happens
2022-07-01 09:16:23 +02:00
ed
4083533916
vt100 listing: reset color at eof
2022-06-29 22:41:51 +02:00
ed
feb1acd43a
v1.3.3
2022-06-27 22:57:05 +02:00
ed
a9591db734
cleanup
2022-06-27 22:56:29 +02:00
ed
9ebf148cbe
support android9 sdcardfs on sdcard
2022-06-27 22:15:35 +02:00
ed
a473e5e19a
always include custom css/js
2022-06-27 17:24:30 +02:00
ed
5d3034c231
detect sparse support from st_blocks
2022-06-23 18:23:42 +02:00
ed
c3a895af64
android sdcardfs can be fat32
2022-06-23 16:27:30 +02:00
ed
cea5aecbf2
v1.3.2
2022-06-20 01:31:29 +02:00
ed
0e61e70670
audioplayer continues to next folder by default
2022-06-20 00:20:13 +02:00
ed
1e333c0939
fix doc traversal
2022-06-19 23:32:36 +02:00
ed
917b6ec03c
naming
2022-06-19 22:58:20 +02:00
ed
fe67c52ead
configurable list of sparse-supporting filesystems +
...
close nonsparse files after each write to force flush
2022-06-19 22:38:52 +02:00
ed
909c7bee3e
ignore md plugin errors
2022-06-19 20:28:45 +02:00
ed
27ca54d138
md: ol appeared as ul
2022-06-19 19:05:41 +02:00
ed
2147c3a646
run markdown plugins in directory listings
2022-06-19 18:17:22 +02:00
ed
a99120116f
ux: breadcrumb ctrl-click
2022-06-19 17:51:03 +02:00
ed
802efeaff2
dont let tags imply subdirectories when renaming
2022-06-19 16:06:39 +02:00
ed
9ad3af1ef6
misc tweaks
2022-06-19 16:05:48 +02:00
ed
c2fceea2a5
v1.3.1
2022-06-16 21:56:12 +02:00
ed
190e11f7ea
update deps + misc
2022-06-16 21:43:40 +02:00
ed
ad7413a5ff
add .PARTIAL suffix to bup uploads too +
...
aggressive limits checking
2022-06-16 21:00:41 +02:00
ed
903b9e627a
ux snappiness + keepalive on http-1.0
2022-06-16 20:33:09 +02:00
ed
c5c1e96cf8
ux: button to reset hidden columns
2022-06-16 19:06:28 +02:00
ed
62fbb04c9d
allow moving files between filesystems
2022-06-16 18:46:50 +02:00
ed
728dc62d0b
optimize nonsparse uploads (fat32, exfat, hpfs)
2022-06-16 17:51:42 +02:00
ed
2dfe1b1c6b
add themes: hacker, hi-con
2022-06-16 12:21:21 +02:00
ed
35d4a1a6af
ux: delay loading animation + focus outlines + explain ng
2022-06-16 11:02:05 +02:00
ed
eb3fa5aa6b
add safety profiles + improve helptext + speed
2022-06-16 10:21:44 +02:00
ed
438384425a
add types, isort, errorhandling
2022-06-16 01:07:15 +02:00
ed
0b6f102436
fix multiprocessing ftpd
2022-06-12 16:37:56 +02:00
ed
c9b7ec72d8
add hotkey Y to download current song / vid / pic
2022-06-09 17:23:11 +02:00
ed
256c7f1789
add option to see errors from mtp parsers
2022-06-09 14:46:35 +02:00
ed
4e5a323c62
more cleanup
2022-06-08 01:05:35 +02:00
ed
f4a3bbd237
fix ansify prepending bracket to all logfiles
2022-06-07 23:45:54 +02:00
ed
fe73f2d579
cleanup
2022-06-07 23:08:43 +02:00
ed
f79fcc7073
discover local ip under termux
2022-06-07 23:03:16 +02:00
ed
4c4b3790c7
fix read-spin on d/c during json post + errorhandling
2022-06-07 19:02:52 +02:00
ed
bd60b464bb
fix misleading log-msg
2022-06-07 14:12:55 +02:00
ed
6bce852765
ux: treepar positioning
2022-06-06 22:05:13 +02:00
ed
3b19a5a59d
improve a11y jumpers
2022-05-25 20:31:12 +02:00
ed
f024583011
add a11y jumpers
2022-05-24 09:09:54 +02:00
ed
1111baacb2
v1.3.0
2022-05-22 17:02:38 +02:00
ed
3524c36e1b
tl
2022-05-22 16:04:10 +02:00
ed
cf87cea9f8
ux, tl
2022-05-21 11:32:25 +02:00
ed
bfa34404b8
ux tweaks
2022-05-19 18:00:33 +02:00
ed
0aba5f35bf
add confirms on colhide, bigtxt
2022-05-19 17:59:33 +02:00
ed
663bc0842a
ux
2022-05-18 19:51:25 +02:00
ed
7d10c96e73
grammar
2022-05-18 19:33:20 +02:00
ed
6b2720fab0
dont switch to treeview on play into next folder
2022-05-18 19:24:47 +02:00
ed
e74ad5132a
persist videoplayer prefs
2022-05-18 19:17:21 +02:00
ed
1f6f89c1fd
apply default-language to splashpage
2022-05-18 19:02:36 +02:00
ed
ddaaccd5af
ux tweaks
2022-05-16 18:56:53 +02:00
ed
c20b7dac3d
ah whatever, still 16 years left
2022-05-15 17:23:52 +02:00
ed
1f779d5094
zip: add ntfs and unix extensions for utc time
2022-05-15 16:13:49 +02:00
ed
715401ca8e
fix timezone in search, zipfiles, fuse
2022-05-15 13:51:44 +02:00
ed
e7cd922d8b
translate splashpage and search too
2022-05-15 13:20:52 +02:00
ed
187feee0c1
add norwegian translation
2022-05-14 23:25:40 +02:00
ed
633ff601e5
perf + ux
2022-05-14 00:13:06 +02:00
ed
331cf37054
show loading progress for huge documents
2022-05-13 23:02:20 +02:00
ed
23e4b9002f
support ?doc=mojibake
2022-05-13 18:10:55 +02:00
ed
c0de3c8053
v1.2.11
2022-05-13 17:24:50 +02:00
ed
a82a3b084a
make search results unselectable
2022-05-13 17:18:19 +02:00
ed
67c298e66b
don't embed huge docs (defer to ajax), closes #9
2022-05-13 17:08:17 +02:00
ed
c110ccb9ae
v1.2.10
2022-05-13 01:44:00 +02:00
ed
0143380306
help the query planner
2022-05-13 01:41:39 +02:00
ed
af9000d3c8
v1.2.9
2022-05-12 23:10:54 +02:00
ed
097d798e5e
steal colors from monokai
2022-05-12 23:06:37 +02:00
ed
1d9f9f221a
louder
2022-05-12 20:55:37 +02:00
ed
214a367f48
be loud about segfaults and such
2022-05-12 20:26:48 +02:00
ed
2fb46551a2
avoid pointless recursion + show scan summary
2022-05-09 23:43:59 +02:00
ed
6bcf330ae0
symlink-checker: print base vpath in nonverbose mode
2022-05-09 20:17:03 +00:00
ed
2075a8b18c
skip nonregular files when indexing filesystem
2022-05-09 19:56:17 +00:00
ed
1275ac6c42
start up2k indexing even if no interfaces could bind
2022-05-09 20:38:06 +02:00
ed
708f20b7af
remove option to disable spa
2022-05-08 14:29:05 +02:00
ed
a2c0c708e8
focus password field if not logged in
2022-05-07 22:16:12 +02:00
ed
2f2c65d91e
improve up2k error messages
2022-05-07 22:15:09 +02:00
ed
cd5fcc7ca7
fix file sel/play background on focus
2022-05-06 21:15:18 +02:00
ed
aa29e7be48
minimal support for browsers without css-variables
2022-05-03 00:52:26 +02:00
ed
93febe34b0
truncate huge ffmpeg errors
2022-05-03 00:32:00 +02:00
ed
f086e6d3c1
best-effort recovery when chrome desyncs the mediaSession
2022-05-02 19:08:37 +02:00
ed
22e51e1c96
compensate for play/pause fades by rewinding a bit
2022-05-02 19:07:16 +02:00
ed
63a5336f31
change modal ok/cancel focus with left/right keys
2022-05-02 19:06:51 +02:00
ed
bfc6c53cc5
ux
2022-05-02 19:06:08 +02:00
ed
236017f310
better dropzones on small screens
2022-05-02 01:08:31 +02:00
ed
0a1d9b4dfd
nevermind, not reliable when rproxied
2022-05-01 22:35:34 +02:00
ed
b50d090946
add logout on inactivity + related errorhandling
2022-05-01 22:12:25 +02:00
ed
24cb30e2c5
support login from ie4 / win3.11
2022-05-01 11:42:19 +02:00
ed
4549145ab5
fix filekeys in basic-html browser
2022-05-01 11:29:51 +02:00
ed
4878eb2c45
support symlinks as volume root
2022-04-30 20:26:26 +02:00
ed
7755392f57
redirect to webroot after login
2022-04-30 18:15:09 +02:00
ed
dc2ea20959
v1.2.8
2022-04-30 02:16:34 +02:00
ed
8eaea2bd17
ux
2022-04-30 00:37:31 +02:00
ed
58e559918f
fix dynamic tree sizing
2022-04-30 00:04:06 +02:00
ed
f38a3fca5b
case-insensitive cover check
2022-04-29 23:39:16 +02:00
ed
1ea145b384
wow when did that break
2022-04-29 23:37:38 +02:00
ed
0d9567575a
avoid hashing busy uploads during rescan
2022-04-29 23:16:23 +02:00
ed
e82f176289
fix deadlock on rescan during upload
2022-04-29 23:14:51 +02:00
ed
d4b51c040e
doc + ux
2022-04-29 23:13:37 +02:00
ed
125d0efbd8
good stuff
2022-04-29 02:06:56 +02:00
ed
3215afc504
immediately search on enter key
2022-04-28 22:53:37 +02:00
ed
c73ff3ce1b
avoid sqlite deadlock on windows
2022-04-28 22:46:53 +02:00
ed
f9c159a051
add option to force up2k turbo + hide warning
2022-04-28 21:57:37 +02:00
ed
2ab1325c90
add option to load more search results
2022-04-28 21:55:01 +02:00
ed
5b0f7ff506
perfect
2022-04-28 10:36:56 +02:00
ed
9269bc84f2
skip more stuff windows doesn't like
2022-04-28 10:31:10 +02:00
ed
4e8b651e18
too much effort into this joke
2022-04-28 10:29:54 +02:00
ed
65b4f79534
add themes "vice" and "hot dog stand"
2022-04-27 22:33:01 +02:00
ed
5dd43dbc45
ignore bugs in chrome v102
2022-04-27 22:32:11 +02:00
ed
5f73074c7e
fix audio playback on first visit
2022-04-27 22:31:33 +02:00
ed
f5d6ba27b2
handle invalid headers better
2022-04-27 22:30:19 +02:00
ed
73fa70b41f
fix mostly-harmless xss
2022-04-27 22:29:16 +02:00
ed
2a1cda42e7
avoid deadlocks on windows
2022-04-27 22:27:49 +02:00
ed
1bd7e31466
more theme porting
2022-04-26 00:42:00 +02:00
ed
eb49e1fb4a
conditional up2k column sizes depending on card
2022-04-24 23:48:23 +02:00
ed
9838c2f0ce
golf
2022-04-24 23:47:15 +02:00
ed
6041df8370
start replacing class-scopes with css variables
2022-04-24 23:46:38 +02:00
ed
2933dce3ef
mtime blank uploads + helptext
2022-04-24 22:58:11 +02:00
ed
dab377d37b
v1.2.7
2022-04-16 23:44:28 +02:00
ed
f35e41baf1
allow unposting with write-only access
2022-04-16 23:35:04 +02:00
ed
c4083a2942
v1.2.6
2022-04-15 20:09:50 +02:00
ed
36c20bbe53
fix setting mtime on windows
2022-04-15 20:08:55 +02:00
ed
e34634f5af
v1.2.5
2022-04-15 19:42:40 +02:00
ed
cba9e5b669
add hardlinks (symlink alternative) for up2k dedup
2022-04-15 19:13:53 +02:00
ed
1f3c46a6b0
forgot some css files
2022-04-15 17:11:46 +02:00
ed
799a5ffa47
v1.2.4
2022-04-14 21:45:22 +02:00
ed
b000707c10
detect poor ffmpeg builds
2022-04-14 18:20:48 +02:00
ed
feba4de1d6
make gallery linkable
2022-04-14 17:12:56 +02:00
ed
951fdb27ca
dont scan orphaned volumes
2022-04-14 17:11:51 +02:00
ed
9697fb3d84
option to disable thumbnails per volume
2022-04-14 17:11:26 +02:00
ed
2dbed4500a
add flat theme
2022-04-14 16:57:51 +02:00
ed
fd9d0e433d
thumbnails: try FFmpeg for images too
2022-04-11 10:38:57 +02:00
ed
f096f3ef81
thumbnails: disable pdf because too scary
2022-04-10 23:02:09 +02:00
ed
cc4a063695
thumbnails: per-decoder filetype config
2022-04-10 22:59:45 +02:00
ed
b64cabc3c9
thumbnails: add pyvips as alt/supp. to pillow
2022-04-10 14:16:09 +02:00
ed
3dd460717c
add flat theme
2022-04-09 23:05:54 +02:00
ed
bf658a522b
naming
2022-04-09 20:41:08 +02:00
ed
e9be7e712d
futureproof clipboard function
2022-04-09 19:38:05 +02:00
ed
e40cd2a809
optimize window resizing
2022-04-09 19:20:09 +02:00
ed
dbabeb9692
gallery: add animation preferences
2022-04-09 17:23:54 +02:00
ed
8dd37d76b0
fix drifting resize
2022-04-09 14:37:25 +02:00
ed
fd475aa358
textviewer: translate basic ansi/sgr colors
2022-04-09 00:50:54 +02:00
ed
f0988c0e32
filter some volflags from up2k dump
2022-04-08 21:56:24 +02:00
ed
ff05919e89
support mpc/musepack audio (streaming + thumbnailing)
2022-04-02 22:17:16 +02:00
ed
52e63fa101
dont crash when mediaplayer config is changed while music isnt playing
2022-03-28 23:17:02 +02:00
ed
96ceccd12a
v1.2.3
2022-03-24 02:35:53 +01:00
ed
87994fe006
retry failed uploads with backoff
2022-03-24 02:29:59 +01:00
ed
fa12c81a03
zip-download files older than 1980-01-01
2022-03-24 01:31:50 +01:00
ed
344ce63455
basic-browser is implicitly not js
2022-03-21 01:20:47 +01:00
ed
ec4daacf9e
v1.2.2
2022-03-20 06:15:57 +01:00
ed
f3e8308718
eh, better as volflags
2022-03-20 05:45:07 +01:00
ed
515ac5d941
show textfile name in document title
2022-03-20 03:40:21 +01:00
ed
954c7e7e50
add option to request noindex from crawlers
2022-03-20 03:23:42 +01:00
ed
67ff57f3a3
add option to disable html folder listings
2022-03-20 02:45:53 +01:00
ed
c10c70c1e5
misc
2022-03-04 21:30:31 +01:00
ed
04592a98d2
include all IPs + link status in server url listing
2022-03-04 21:29:28 +01:00
ed
c9c4aac6cf
v1.2.1
2022-03-03 01:26:29 +01:00
ed
8b2c7586ce
minimal py2 support for ftpd
2022-03-03 01:18:01 +01:00
ed
32e22dfe84
vendor asynchat for pyftpdlib
2022-03-03 01:16:52 +01:00
ed
ac6c4b13f5
add plaintext volume listing
2022-03-02 21:20:19 +01:00
ed
ececdad22d
and increase debounce a bit
2022-03-02 01:56:05 +01:00
ed
bf659781b0
try some more spacing
2022-03-02 01:49:15 +01:00
ed
2c6bb195a4
search: get rid of inner-joins to fix -tags
2022-03-02 00:35:04 +01:00
ed
aab3baaea7
v1.2.0
2022-02-13 16:58:54 +01:00
ed
b8453c3b4f
ftpd: support rootless filesystems
2022-02-13 16:38:24 +01:00
ed
6ce0e2cd5b
ftpd: add ftps
2022-02-13 15:46:33 +01:00
ed
76beaae7f2
ftpd: add move/rename
2022-02-13 14:26:16 +01:00
ed
c1a7f9edbe
ftpd: add indexing, delete, windows support
2022-02-13 13:58:16 +01:00
ed
b5f2fe2f0a
add ftpd
2022-02-13 03:10:53 +01:00
ed
98a90d49cb
ctrl-click document links to open in new tab
2022-02-12 20:26:44 +01:00
ed
f55e982cb5
configurable max-hits
2022-02-12 16:22:35 +01:00
ed
686c7defeb
fix path-search in nontop volumes
2022-02-12 16:00:14 +01:00
ed
457d7df129
fix ie11 hotkey crash
2022-02-06 02:08:18 +01:00
ed
ce776a547c
add rate throttling to uploads too
2022-02-06 02:06:59 +01:00
ed
ded0567cbf
v1.1.12
2022-01-18 22:28:33 +01:00
ed
c9cac83d09
fix PUT response in write-only folders
2022-01-18 21:37:11 +01:00
ed
ed69d42005
v1.1.11
2022-01-14 22:25:06 +01:00
ed
e4e63619d4
linkable maintabs
2022-01-14 19:26:07 +01:00
ed
f32cca292a
propagate sort-order to thegrid
2022-01-14 18:28:49 +01:00
ed
e87ea19ff1
return file URL in PUT response
2022-01-11 22:59:19 +01:00
ed
0214793740
fix garbage in markdown output
2022-01-05 18:57:05 +01:00
ed
fc9dd5d743
meadup changes
2022-01-03 01:16:27 +01:00
ed
6e7935abaf
repaint cut/paste buttons when permissions change
2021-12-24 00:50:52 +01:00
ed
3ba0cc20f1
v1.1.10
2021-12-17 00:05:17 +01:00
ed
dd28de1796
sendfile: handle eagain
2021-12-17 00:04:19 +01:00
ed
9eecc9e19a
v1.1.9
2021-12-16 22:54:44 +01:00
ed
6530cb6b05
shut socket on tx error
2021-12-16 22:51:24 +01:00
ed
5e2785caba
more aggressively try ffmpeg when mutagen fails
2021-12-11 20:31:04 +01:00