ed
83178d0836
preserve empty folders ( closes #23 ):
...
* when deleting files, do not cascade upwards through empty folders
* when moving folders, also move any empty folders inside
the only remaining action which autoremoves empty folders is
files getting deleted as they expire volume lifetimes
also prevents accidentally moving parent folders into subfolders
(even though that actually worked surprisingly well)
2023-04-29 11:30:43 +00:00
ed
138f5bc989
warn about android powersave settings on music interruption + fix eq on folder change
2023-04-29 09:31:53 +00:00
ed
e4759f86ef
ftpd correctness:
...
* winscp mkdir failed because the folder-not-found error got repeated
* rmdir fails after all files in the folder have poofed; that's OK
* add --ftp4 as a precaution
2023-04-28 20:50:45 +00:00
ed
d71416437a
show file selection summary
2023-04-27 19:33:52 +00:00
ed
d3ccd3f174
v1.6.15
2023-04-26 23:00:55 +00:00
ed
cb6de0387d
a bit faster
2023-04-26 19:56:27 +00:00
ed
abff40519d
eyecandy: restore playback indicator on folder hop
2023-04-26 19:09:16 +00:00
ed
55c74ad164
30% faster folder listings (wtf...)
2023-04-26 18:55:53 +00:00
ed
673b4f7e23
option to show symlink's lastmod instead of deref;
...
mainly motivated by u2cli's folder syncing in turbo mode
which would un-turbo on most dupes due to wrong lastmod
disabled by default for regular http listings
(to avoid confusion in most regular usecases),
enable per-request with urlparam lt
enabled by default for single-level webdav listings
(because rclone hits the same issue as u2cli),
can be disabled with arg --dav-rt or volflag davrt
impossible to enable for recursive webdav listings
2023-04-26 18:54:21 +00:00
ed
33442026b8
try to discourage android from stopping playback...
...
...when continuing into the next folder
accidentally introduces a neat bonus feature where the music
no longer stops while you go looking for stuff to play next
2023-04-26 18:33:30 +00:00
ed
03193de6d0
socket read/write timeout
2023-04-24 20:04:22 +00:00
ed
d88889d3fc
v1.6.14
2023-04-24 06:09:44 +00:00
ed
cacca663b3
v1.6.13
2023-04-23 23:05:31 +00:00
ed
d5109be559
ftp: track login state isolated from pyftpdlib;
...
for convenience, the password can be provided as the username
but that confuses pyftpd a little so let's do this
2023-04-23 21:06:19 +00:00
ed
d999f06bb9
volflags can be -unset
2023-04-23 21:05:29 +00:00
ed
a1a8a8c7b5
configurable tls-certificate location
2023-04-23 20:56:55 +00:00
ed
fdd6f3b4a6
tar/zip: use volume name as toplevel fallback
2023-04-23 20:55:34 +00:00
ed
42099baeff
v1.6.12
2023-04-20 21:41:47 +00:00
ed
6acf436573
u2idx pool instead of per-socket;
...
prevents running out of FDs thanks to thousands of sqlite3 sessions
and neatly sidesteps what could possibly be a race in python's
sqlite3 bindings where it sometimes forgets to close the fd
2023-04-20 20:36:13 +00:00
ed
f217e1ce71
correctly ignore multirange requests
2023-04-20 19:14:38 +00:00
ed
8f5f8a3cda
expand userhomes everywhere:
...
* -c
* -lo
* --hist
* hist volflag
* --ssl-log
2023-04-14 18:55:19 +02:00
ed
c8938fc033
fix ipv4 location header on dualstack
2023-04-14 14:06:44 +02:00
ed
d6a0a738ce
add windows example + update docs + some cosmetics
2023-04-12 22:06:44 +00:00
ed
f5fe3678ee
more safari-on-touchbar-macbook workarounds:
...
* safari invokes pause on the mediasession
whenever any Audio loads a new src (preload)
* ...and on some(?) seeks
2023-04-07 23:04:01 +02:00
ed
f2a7925387
avoid safari bugs on touchbar macbooks:
...
* songs would play backwards
* playback started immediately on folder change
2023-04-07 12:38:37 +02:00
ed
f0000d9861
v1.6.11
2023-04-01 21:12:54 +00:00
ed
4e67516719
last.fm web-scrobbler support
2023-04-01 21:02:03 +00:00
ed
852499e296
dont panic in case of extension-injected css
2023-04-01 16:08:45 +00:00
ed
2a37e81bd8
add rclone optimization, closes #21
2023-04-01 10:21:21 +00:00
ed
854ba0ec06
add audio filter plugin thing
2023-03-31 20:20:28 +00:00
ed
209b49d771
remind sqlite we have indexes
2023-03-30 21:45:58 +00:00
ed
949baae539
integrate markdown thumbs with image gallery
2023-03-30 21:21:21 +00:00
ed
592b7d6315
gdi js
2023-03-26 02:06:49 +00:00
ed
0880bf55a1
markdown thumbnails
2023-03-26 01:53:41 +00:00
ed
e2bc573e61
webdav correctness:
...
* generally respond without body
(rclone likes this)
* don't connection:close on most mkcol errors
2023-03-23 23:25:00 +00:00
ed
c01cad091e
v1.6.10
2023-03-20 21:56:31 +00:00
ed
eb349f339c
update foldersync / rclone docs
2023-03-20 21:54:08 +00:00
ed
24d8caaf3e
switch rclone to owncloud mode so it sends lastmod
2023-03-20 21:45:52 +00:00
ed
5ac2c20959
basic support for rclone sync
2023-03-20 21:17:53 +00:00
ed
bb72e6bf30
support propfind of files (not just dirs)
2023-03-20 20:58:51 +00:00
ed
d8142e866a
accept last-modified from owncloud webdav extension
2023-03-20 20:28:26 +00:00
ed
749616d09d
help iOS understand short audio files
2023-03-19 20:03:35 +00:00
ed
ca04a00662
v1.6.9
2023-03-16 21:06:18 +00:00
ed
8a09601be8
url-param ?v disables index.html
2023-03-16 20:52:43 +00:00
ed
1fe0d4693e
fix logues bleeding into navpane
2023-03-16 20:23:01 +00:00
ed
bba8a3c6bc
fix truncated search results
2023-03-16 20:12:13 +00:00
ed
e3d7f0c7d5
add tooltip delay to android too
2023-03-16 19:48:44 +00:00
ed
be7bb71bbc
add option to show index.html instead of listing
2023-03-16 19:41:33 +00:00
ed
e0c4829ec6
verify covers against db instead of fs
2023-03-15 19:48:43 +00:00
ed
b0cc396bca
v1.6.8
2023-03-12 16:10:07 +00:00
ed
2be2e9a0d8
index folder thumbs in db
2023-03-11 11:43:29 +00:00
ed
c269b0dd91
show an error (instead of crashing) if a pic is 404
2023-03-09 22:37:12 +00:00
ed
8c3211263a
keep scanning folders for more music to play
2023-03-09 22:26:41 +00:00
ed
c7c6e48b1a
didn't compress numbered logfiles
2023-03-09 21:59:59 +00:00
ed
974ca773be
just to be extra sure
2023-03-09 21:49:29 +00:00
ed
9270c2df19
evict basic-browser from crawlers
2023-03-09 21:35:07 +00:00
ed
c39c93725f
v1.6.7
2023-03-05 20:18:16 +00:00
ed
d00f0b9fa7
ftp: support filezilla mkdir
2023-03-05 20:18:02 +00:00
ed
01cfc70982
add example for webdav automount
2023-03-05 19:52:45 +00:00
ed
e6aec189bd
fix flickering toast on upload finish
2023-03-05 19:49:54 +00:00
ed
c98fff1647
fix chunkpost-handshake race (affects --no-dedup only);
...
a handshake arriving in the middle of the final chunk could cause
dupes to become empty -- worst case leading to loss of data
2023-03-05 19:45:50 +00:00
ed
0009e31bd3
heavy webworker load can park the main thread of a
...
background chrome tab for 10sec; piggyback some pokes off postmessage
2023-03-02 22:35:32 +00:00
ed
db95e880b2
thats not how it works
2023-02-28 22:19:06 +00:00
ed
ecdec75b4e
v1.6.6
2023-02-26 20:30:17 +00:00
ed
5cb2e33353
update readmes + fix typo
2023-02-26 19:22:54 +00:00
ed
43ff2e531a
add deadline for filling data into a reserved filename
2023-02-26 19:13:35 +00:00
ed
1c2c9db8f0
retain upload time (but not ip) on file reindex
2023-02-26 19:09:24 +00:00
ed
7ea183baef
let http thread handle upload verification plugins
2023-02-26 19:07:49 +00:00
ed
ab87fac6d8
db got the wrong lastmod when linking dupes
2023-02-26 18:52:04 +00:00
ed
1e3b7eee3b
dont rmdir volume top on cleanup
2023-02-26 18:28:37 +00:00
ed
4de028fc3b
let controlpanel rescan button override lack of e2dsa
2023-02-26 18:27:10 +00:00
ed
604e5dfaaf
improve error handling / messages
2023-02-26 18:26:13 +00:00
ed
05e0c2ec9e
add xiu (batching hook; runs on idle after uploads) +
...
bunch of tweaks/fixes for hooks
2023-02-26 18:23:32 +00:00
ed
76bd005bdc
cgen fixes
2023-02-21 19:42:08 +00:00
ed
5effaed352
add reminder that SSDP launches IE by default
2023-02-21 19:38:35 +00:00
ed
6deaf5c268
add jitter simlation
2023-02-20 21:34:30 +00:00
ed
14ad5916fc
freebsd: fancy console listing for fetch
2023-02-19 22:14:21 +00:00
ed
1a46738649
raise edgecases (broken envs on windows)
2023-02-19 22:13:33 +00:00
ed
292ce75cc2
return to previous url after login
2023-02-19 19:58:15 +00:00
ed
96d6bcf26e
if non-TLS, show warning in the login form
2023-02-17 22:49:03 +00:00
ed
49e8df25ac
ie11: support back button
2023-02-17 22:21:13 +00:00
ed
6a05850f21
also undupe search hits from overlapping volumes
2023-02-17 20:48:57 +00:00
ed
6eba9feffe
condense uploads listing on view change
2023-02-14 21:58:15 +00:00
ed
8adfcf5950
win10-based copyparty64.exe
2023-02-14 21:50:14 +00:00
ed
dc2e2cbd4b
v1.6.5
2023-02-12 14:11:45 +00:00
ed
5c12dac30f
most ffmpeg builds dont support compressed modules
2023-02-12 14:02:43 +00:00
ed
641929191e
fix reading smb shares on windows
2023-02-12 13:59:34 +00:00
ed
cdec42c1ae
v1.6.4
2023-02-11 18:02:05 +00:00
ed
c48f469e39
park all clients waiting for a transcode
2023-02-11 17:23:29 +00:00
ed
44909cc7b8
print ffmpeg download url on windows
2023-02-11 17:22:24 +00:00
ed
8f61e1568c
transcode chiptunes to opus;
...
* new audio/MPT formats: apac bonk dfpwm ilbc it itgz itr itz mo3 mod mptm mt2 okt s3gz s3m s3r s3z xm xmgz xmr xmz xpk
* new image/PIL formats: blp dcx emf eps fits flc fli fpx im j2k j2p psd spi wmf
2023-02-11 11:17:37 +00:00
ed
dbdb9574b1
doc-browser: fix md scaling + download hotkey
2023-02-10 21:33:48 +00:00
ed
853ae6386c
config load summary + safer windows defaults
2023-02-10 21:32:42 +00:00
ed
a4b56c74c7
support long filepaths on win7 + misc windows fixes
2023-02-10 18:37:37 +00:00
ed
d7f1951e44
fix --cgen for 'g' perms
2023-02-08 22:38:21 +00:00
ed
7e2ff9825e
ensure -e2tsr takes effect by ignoring dhash
2023-02-08 22:33:02 +00:00
ed
9b423396ec
better description for anonymous permissions
2023-02-07 20:12:45 +00:00
ed
781146b2fb
describe all database volflags in --help-flags
2023-02-07 20:07:06 +00:00
ed
84937d1ce0
add v2 config syntax ( #20 )
2023-02-07 19:54:08 +00:00
ed
98cce66aa4
cgen: update set of multivalue keys
2023-02-06 07:26:23 +00:00
ed
043c2d4858
cgen: fix permissions listing
2023-02-06 07:23:35 +00:00
ed
99cc434779
add config explainer + generator ( #20 )
2023-02-05 22:09:17 +00:00
ed
87d835ae37
dont allow multiple volumes at the same fs-path
2023-02-05 21:16:36 +00:00
ed
4ad6e45216
only load *.conf files when including a folder
2023-02-05 00:01:10 +00:00
ed
b0db14d8b0
indicate forced-randomized filenames
2023-02-04 15:18:09 +00:00
ed
2b644fa81b
don't alias randomized filenames
2023-02-04 13:41:43 +00:00
ed
190ccee820
add optional version number on controlpanel
2023-02-04 13:41:34 +00:00
ed
4de61defc9
add a link exporter to the unpost ui too
2023-02-02 22:57:59 +00:00
ed
0aa88590d0
should generalize this somehow
2023-02-02 22:35:13 +00:00
ed
405f3ee5fe
adjustable toast position
2023-02-02 22:28:31 +00:00
ed
bc339f774a
button to show/copy links for all recent uploads
2023-02-02 22:27:53 +00:00
ed
e67b695b23
show filekeys in recent-uploads ui
2023-02-02 21:22:51 +00:00
ed
a918c285bf
up2k-ui: button to randomize upload filenames
2023-02-01 22:26:18 +00:00
ed
1e20eafbe0
volflag to randomize all upload filenames
2023-02-01 21:58:01 +00:00
ed
39399934ee
v1.6.3
2023-01-31 21:03:43 +00:00
ed
b47635150a
shove #files aside while prologue sandbox is loading
2023-01-31 21:02:58 +00:00
ed
7a98dc669e
block alerts in sandbox by default + add translation
2023-01-31 19:16:28 +00:00
ed
712a578e6c
indicate when a readme/logue was hidden
2023-01-31 19:01:24 +00:00
ed
d8dfc4ccb2
support davfs2 LOCK (uploads) + misc windows support + logue filtering
2023-01-31 18:53:38 +00:00
ed
e413007eb0
hide dotfiles from search results by default
2023-01-31 18:13:33 +00:00
ed
6d1d3e48d8
sandbox height didnt account for scrollbars
2023-01-31 17:54:04 +00:00
ed
04966164ce
more iframe-resize-concealing tricks
2023-01-31 17:43:21 +00:00
ed
8b62aa7cc7
unlink files before replacing them
...
to avoid hardlink-related surprises
2023-01-31 17:17:18 +00:00
ed
8c54c2226f
cover up most of the layout jank
2023-01-30 22:52:16 +00:00
ed
f74ac1f18b
fix sandbox lag by helping the iframe cache js
2023-01-30 22:36:05 +00:00
ed
25931e62fd
and nofollow the basic-browser link too
2023-01-29 22:15:22 +00:00
ed
707a940399
add nofollow to zip links
2023-01-29 22:10:03 +00:00
ed
87ef50d384
doc
2023-01-29 21:23:48 +00:00
ed
dcadf2b11c
v1.6.2
2023-01-29 18:42:21 +00:00
ed
37a690a4c3
fix cookie + rproxy oversights
2023-01-29 18:34:48 +00:00
ed
aecae552a4
v1.6.1
2023-01-29 04:41:16 +00:00
ed
eaa6b3d0be
mute some startup noise
2023-01-29 04:33:28 +00:00
ed
c2ace91e52
v1.6.0
2023-01-29 02:55:44 +00:00
ed
0bac87c36f
make loss of hotkeys more obvious
2023-01-29 01:40:02 +00:00
ed
e650d05939
shovel across most of the env too
2023-01-29 01:19:53 +00:00
ed
85a96e4446
add custom text selection colors because chrome is broken on fedora
2023-01-29 01:03:10 +00:00
ed
2569005139
support sandboxed markdown plugins
2023-01-29 00:57:08 +00:00
ed
c50cb66aef
sandboxed other-origin iframes dont cache css
2023-01-28 23:40:25 +00:00
ed
d4c5fca15b
sandbox readme.md / prologue / epilogue
2023-01-28 21:24:40 +00:00
ed
75cea4f684
misc
2023-01-28 13:35:49 +00:00
ed
68c6794d33
rewrite other symlinks after the actual move;
...
fixes volumes where symlinking is disabled
2023-01-28 01:14:29 +00:00
ed
82f98dd54d
delete/move is now POST
2023-01-28 01:02:50 +00:00
ed
741d781c18
add cors controls + improve preflight + pw header
2023-01-28 00:59:04 +00:00
ed
5366bf22bb
describe detected network changes
2023-01-27 23:56:54 +00:00
ed
9bd5738e6f
shorter fallback hostname
2023-01-27 22:19:25 +00:00
ed
bab4aa4c0a
mkdir fix
2023-01-27 22:16:10 +00:00
ed
e965b9b9e2
mkdir missing volumes on startup
2023-01-27 21:52:28 +00:00
ed
31101427d3
support downloading blockdev contents
2023-01-27 21:09:57 +00:00
ed
a083dc36ba
dont get confused by dangling symlinks at target
2023-01-27 20:27:00 +00:00
ed
9b7b9262aa
promote dedup control to volflags
2023-01-25 21:46:15 +00:00
ed
660011fa6e
md-editor: make hotkey ^e more global
2023-01-25 20:58:28 +00:00
ed
ead31b6823
add eventhook sanchecks
2023-01-25 20:51:02 +00:00
ed
4310580cd4
separate http/https logins (breaks ie4 / win3.11 login)
2023-01-24 21:23:57 +00:00
ed
b005acbfda
enable text selection between breadcrumbs + update vs
2023-01-23 22:44:29 +00:00
ed
f8e3e87a52
add event hooks
2023-01-22 23:35:31 +00:00
ed
70f1642d0d
allow tar/zip download of hidden folders
2023-01-21 20:56:44 +00:00
ed
3fc7561da4
macos
2023-01-21 10:36:31 +00:00
ed
9065226c3d
oh great its in lts too
2023-01-21 10:19:04 +00:00
ed
664665b86b
fix some location-rproxy bugs
2023-01-19 22:26:24 +00:00
ed
f4f362b7a4
add --freebind
2023-01-18 21:55:36 +00:00
ed
577d23f460
zeroconf: detect network change and reannounce
2023-01-18 21:27:27 +00:00
ed
504e168486
compensate avg.speed for single-chunk uploads
2023-01-18 19:53:19 +00:00
ed
f2f9640371
workaround firefox layout bug:
...
three-line toasts get a scrollbar even if it doesn't need one
and the width is not adjusted correctly when that happens
2023-01-18 19:45:04 +00:00
ed
b0e755d410
give curl colored (yet sortable) plaintext listings
2023-01-17 23:22:43 +00:00
ed
cfd24604d5
ux tweaks
2023-01-17 23:21:31 +00:00
ed
5bb9f56247
linux 6.1 fixed the 6.0 bugs; remove workarounds
2023-01-16 20:44:57 +00:00
ed
18942ed066
location-based rproxy fixes
2023-01-16 20:09:45 +00:00
ed
85321a6f31
stale tree is better than no tree
2023-01-15 20:54:03 +00:00
ed
baf641396d
add optional powered-by footnode
2023-01-15 20:52:38 +00:00
ed
17c91e7014
override bogus mimetypes
2023-01-14 15:10:32 +00:00
ed
010770684d
workaround another linux kernel bug
2023-01-14 08:16:15 +00:00
ed
b4c503657b
ignore loss of stdout
2023-01-14 07:35:44 +00:00
ed
71bd306268
fix unpost filters with slashes
2023-01-13 17:56:32 +00:00
ed
dacca18863
v1.5.6
2023-01-12 05:15:30 +00:00
ed
53d92cc0a6
faster upload of small files on high-latency nets
2023-01-12 02:53:22 +00:00
ed
434823f6f0
ui: allow changing num.threads in search-only
2023-01-11 16:14:02 +00:00
ed
2cb1f50370
fix dualstack on lo
2023-01-11 16:10:07 +00:00
ed
03f53f6392
gallery: fix js error on digit-keypress viewing pics
2023-01-11 16:08:15 +00:00
ed
a70ecd7af0
v1.5.5
2022-12-30 07:54:34 +00:00
ed
8b81e58205
mdns fixes
2022-12-30 07:47:53 +00:00
ed
4500c04edf
v1.5.4
2022-12-29 04:44:15 +00:00
ed
6222ddd720
fix ssdp on dualstack
2022-12-22 16:50:46 +00:00
ed
8a7135cf41
support fat32 time precision, avoiding rescans
...
posted from warzaw airport otw to japan
2022-12-20 22:19:32 +01:00
ed
343d38b693
extend image-viewer with modern formats
2022-12-15 22:38:33 +00:00
ed
6cf53d7364
try next thumbnailer if one fails;
...
libvips assumes imagemagick was built with avif
2022-12-15 22:34:51 +00:00
ed
b070d44de7
libvips logging + raise codec errors
2022-12-15 22:22:04 +00:00
ed
79aa40fdea
cosmetic fixes
2022-12-14 23:12:51 +00:00
ed
dcaff2785f
v1.5.3
2022-12-13 19:56:34 +00:00
ed
497f5b4307
add hotkey to enable download mode
2022-12-13 19:50:20 +00:00
ed
be32ad0da6
add sfx tester
2022-12-13 19:05:10 +00:00
ed
8ee2bf810b
stop battleplan from indirectly crashing the browser
2022-12-13 18:58:16 +00:00
ed
fbc2424e8f
v1.5.2
2022-12-12 22:59:31 +00:00
ed
94cd13e8b8
reorder help categories
2022-12-12 22:18:17 +00:00
ed
447ed5ab37
windows fixes
2022-12-12 21:59:50 +00:00
ed
7fd1d6a4e8
rename --webroot to --rp-loc and fix related bugs
2022-12-11 21:09:50 +00:00
ed
3895575bc2
add sliding window for upload eta
2022-12-11 19:46:39 +00:00
ed
bc7af1d1c8
u2cli: add basic folder sync
2022-12-11 17:41:10 +00:00
ed
19cd96e392
cleanup + optimizations
2022-12-11 14:16:51 +00:00
ed
db194ab519
support location-based rproxy
2022-12-10 23:43:31 +00:00
ed
02ad4bfab2
ensure consistency between db tables
2022-12-10 22:13:21 +00:00
ed
56b73dcc8a
up2k: add option to replace existing file
2022-12-10 19:22:16 +00:00
ed
7704b9c8a2
sqlite durability profiles
2022-12-10 10:01:33 +00:00
ed
999b7ae919
safer to merge wal on startup instead
2022-12-09 19:58:13 +00:00
ed
252b5a88b1
use linklocal on NICs without routable IPs
2022-12-09 19:11:26 +00:00
ed
01e2681a07
davfs2 requires realm
2022-12-09 17:59:24 +00:00
ed
aa32f30202
zeroconf: dont cache until resolved
2022-12-08 18:05:45 +00:00
ed
195eb53995
merge wal on shutdown
2022-12-07 23:09:40 +00:00
ed
06fa78f54a
windows: set .hist folder hidden
2022-12-07 22:56:30 +00:00
ed
7a57c9dbf1
translation
2022-12-07 22:47:33 +00:00
ed
bb657bfa85
more intuitive batch-unpost ordering
2022-12-07 22:30:48 +00:00
ed
87181726b0
sfx: fix multiprocessing on windows
2022-12-07 22:21:28 +00:00
ed
f1477a1c14
block other copyparties from sniping tcp ports
2022-12-07 21:50:52 +00:00
ed
fbed322d3b
option to skip database syncs entirely
2022-12-07 21:35:04 +00:00
ed
9b0f519e4e
switch to wal for ~2x faster uploads
2022-12-07 20:52:17 +00:00
ed
6cd6dadd06
optional linklocal ipv6 support (firefox/ie11 only)
2022-12-05 20:45:21 +00:00
ed
9a28afcb48
custom mediaplayer-toggle cursor
2022-12-05 19:46:48 +00:00
ed
45b701801d
fix ssdp xml escaping + target url
2022-12-05 19:13:47 +00:00
ed
062246fb12
allow specifying zeroconf filters by subnet
2022-12-05 17:56:39 +00:00
ed
416ebfdd68
right, windows nic names have whitespace
2022-12-05 17:35:12 +00:00
ed
731eb92f33
fix exception opening the connect page on phones
2022-12-04 17:18:14 +00:00
ed
dbe2aec79c
v1.5.1
2022-12-03 20:48:52 +00:00
ed
cd9cafe3a1
v1.5.0
2022-12-03 20:45:49 +00:00
ed
067cc23346
docs + cleanup
2022-12-03 18:58:56 +00:00
ed
c573a780e9
some failsafes
2022-12-03 16:37:14 +00:00
ed
8ef4a0aa71
fix testrunner + packaging
2022-12-03 15:07:47 +00:00
ed
89ba12065c
ssdp: add ie8 compat
2022-12-03 13:59:46 +00:00
ed
99efc290df
fix mdns on windows
2022-12-03 13:31:00 +00:00
ed
2fbdc0a85e
misc fixes / cleanup
2022-12-02 23:42:46 +00:00
ed
008d9b1834
add textbox placeholders
2022-12-02 18:33:04 +00:00
ed
7c76d08958
drop one of the slowloris detectors
2022-12-02 17:53:23 +00:00
ed
89c9f45fd0
add option for cross-volume dedupe
2022-12-02 17:25:37 +00:00
ed
f107497a94
a bit better
2022-12-01 22:18:17 +00:00
ed
b5dcf30e53
w/a firefox sometimes loading stale documents
...
never been able to reproduce it intentionally but this should work
2022-12-01 21:52:40 +00:00
ed
0cef062084
misc cleanup
2022-12-01 21:44:31 +00:00
ed
5c30148be4
also scroll to playing track when resizing window
2022-11-29 22:16:14 +00:00
ed
3a800585bc
u2cli: server is allowed to reject dupes
2022-11-29 22:09:32 +00:00
ed
29c212a60e
macos bigsur breaks on symlinks in ftp listings
2022-11-28 22:10:05 +00:00
ed
2997baa7cb
better recovery from i/o errors
2022-11-28 22:06:31 +00:00
ed
e357aa546c
add browserchrome color hint
2022-11-28 21:19:42 +00:00
ed
d3fe19c5aa
misc fixes
2022-11-28 20:25:32 +00:00
ed
bd24bf9bae
option to follow playing song
2022-11-28 20:24:47 +00:00
ed
ee141544aa
option for compact mediaplayer
2022-11-28 20:10:10 +00:00
ed
db6f6e6a23
option to hide scrollbars
2022-11-28 19:47:14 +00:00
ed
c7d950dd5e
ux tweaks + devdocs
2022-11-27 22:07:28 +00:00
ed
6a96c62fde
ok windows is just gonna have to make do
2022-11-27 22:05:38 +00:00
ed
7622601a77
forgot to actually enable the new landing page
2022-11-27 00:01:28 +00:00
ed
cfd41fcf41
zeroconf: add network filtering options
2022-11-26 22:37:12 +00:00
ed
c1315a3b39
webdav: misc fixes
2022-11-26 20:06:48 +00:00
ed
53b32f97e8
ftp: support touch+write, windows-login, verbosity
2022-11-26 20:03:17 +00:00
ed
6c962ec7d3
rename copyparty-fuse to partyfuse
2022-11-26 20:01:20 +00:00
ed
f0e78a6826
add landing page with mounting instructions
2022-11-26 19:47:27 +00:00
ed
e53531a9fb
ssdp: get rid of ipv6 + fix http port selection
2022-11-23 22:44:17 +00:00
ed
5cd9d11329
add ssdp responder
2022-11-22 21:40:12 +00:00
ed
5a3e504ec4
uninvent a square wheel
2022-11-22 19:12:41 +00:00
ed
d6e09c3880
ux: dedicated column-hiding mode on phones
2022-11-21 20:44:58 +00:00
ed
04f44c3c7c
add global option for rejecting dupe uploads
2022-11-21 10:58:15 +00:00
ed
ec587423e8
show/hide tagsearch ui based on folder flags
2022-11-20 23:30:01 +00:00
ed
f57b31146d
improve parent-folder button on phones
2022-11-20 22:37:55 +00:00
ed
35175fd685
mdns: support primitive clients (android, rfc-6.7)
2022-11-20 20:31:11 +00:00
ed
d326ba9723
ftp: ban password-bruteforcing IPs
2022-11-20 11:06:07 +00:00
ed
ab655a56af
add buttons for prev/next folder
2022-11-19 22:19:38 +00:00
ed
d1eb113ea8
add button+hotkey to download all selected files
2022-11-19 21:57:25 +00:00
ed
74effa9b8d
audioplayer: time at mousecursor while scrubbing
2022-11-19 20:00:50 +00:00
ed
8709d4dba0
macos smb: avoid hang on shutdown
2022-11-17 21:17:54 +00:00
ed
4ad4657774
mdns: support running on macos
2022-11-17 20:18:24 +00:00
ed
5abe0c955c
this spec is confusing
2022-11-17 09:08:58 +00:00
ed
0cedaf4fa9
isort
2022-11-15 22:41:35 +00:00
ed
0aa7d12704
add option to disable .hist/up2k.snap
2022-11-15 22:16:53 +00:00
ed
a234aa1f7e
cleaner shutdown of smbd, mdns
2022-11-15 21:55:02 +00:00
ed
9f68287846
workaround impacket glob bug
2022-11-15 21:29:02 +00:00
ed
cd2513ec16
logging fixes
2022-11-15 21:28:27 +00:00
ed
91d132c2b4
add basic-ui hint for firefox 8 and older
2022-11-15 20:17:53 +00:00
ed
97ff0ebd06
xz-compress logs only if -lo ends with .xz
2022-11-15 20:16:41 +00:00
ed
8829f56d4c
mdns ipv6 fixes; now works on ie11/safari, not linux:
...
* subscribe/announce on LL only
* add NSEC records if 4/6-only
2022-11-15 06:39:53 +00:00
ed
37c1cab726
dnslib tweaks for mdns / py3
2022-11-13 20:06:39 +00:00
ed
b3eb117e87
add mdns zeroconf announcer
2022-11-13 20:05:16 +00:00
ed
fc0a941508
support old linux consoles
2022-11-06 16:58:00 +00:00
ed
c72753c5da
add native ipv6 support
2022-11-06 16:48:05 +00:00
ed
e442cb677a
improve ftp/smb logging
2022-11-06 13:30:16 +00:00
ed
450121eac9
ftpd: kde tries to cwd into images
2022-11-05 13:24:00 +00:00
ed
b2ab8f971e
add config-file preprocessor (%include)
2022-11-04 23:48:14 +00:00
ed
357e7333cc
cleanup
2022-11-04 20:27:16 +00:00
ed
8bb4f02601
add textlabel on volume slider
2022-11-04 20:04:39 +00:00
ed
4213efc7a6
optimize more
2022-11-04 19:33:48 +00:00
ed
67a744c3e8
audioplayer: optimize ui for week-long audio files
2022-11-03 23:20:58 +00:00
ed
98818e7d63
smb: workaround impacket response size limit
2022-11-03 23:17:24 +00:00
ed
8650ce1295
smb: too many clients get confused by blank password
2022-11-03 23:08:04 +00:00
ed
9638267b4c
up2k-ui: survive hitting inaccessible subfolders
2022-11-02 22:02:46 +00:00
ed
304e053155
improve default-gateway / external-IP detection
2022-11-02 21:43:20 +00:00
ed
89d1f52235
cursory slowloris / buggy-webdav-client detector
2022-11-01 22:18:20 +00:00
ed
3312c6f5bd
autoclose connection-flooding clients
2022-10-31 22:42:47 +00:00
ed
d4ba644d07
autodefault -nc based on OS limits
2022-10-31 19:37:37 +00:00
ed
cebac523dc
fix url anchors into markdown docs
2022-10-30 18:03:40 +00:00
ed
c2f4090318
webdav: mute some macos spam
2022-10-30 17:45:28 +00:00
ed
62499f9b71
webdav: more sensible overwrite logic
2022-10-30 17:13:06 +00:00
ed
89cf7608f9
webdav: help windows deal with read-only volumes
2022-10-30 17:11:43 +00:00
ed
dd26b8f183
webdav: bump chunksize from 2048 to 32760 byte
2022-10-30 16:53:15 +00:00
ed
79303dac6d
webdav: default-disable recursive listing
2022-10-30 16:47:20 +00:00
ed
4203fc161b
misc
2022-10-30 16:31:04 +00:00
ed
f8a31cc24f
chrome can play some mkv files
2022-10-30 16:12:47 +00:00
ed
fc5bfe81a0
add hotkey '?' for hotkeys listing
2022-10-30 16:05:14 +00:00
ed
aae14de796
mouse3 docs in the navpane
2022-10-30 13:13:58 +00:00
ed
54e1c8d261
remove 697 GiB upload filesize limit
2022-10-30 12:51:20 +00:00
ed
a0cc4ca4b7
up2k-cli: enable mt if chrome 107 or later
2022-10-29 22:57:59 +00:00
ed
2701108c5b
up2k-ui: suggest potato to avoid firefox-bug 1790500
2022-10-29 22:46:13 +00:00
ed
73bd2df2c6
more metadata-parser debug options
2022-10-29 21:59:59 +00:00
ed
edad3246e0
make pylance happier
2022-10-29 20:40:25 +00:00
ed
3411b0993f
fix msg-to-log
2022-10-26 02:35:32 +02:00
ed
69f78b86af
cleanup
2022-10-25 01:23:41 +02:00
ed
5f60c509c6
smb: add better-than-nothing permission checks
2022-10-24 21:16:57 +02:00
ed
4b2b4ed52d
smb: fix file rename
2022-10-24 16:08:02 +02:00
ed
f14369e038
webdav: mkdir semantics
2022-10-24 14:09:09 +02:00
ed
ff04b72f62
smb: add mkdir/copy/rename/delete
2022-10-24 14:08:32 +02:00
ed
4535a81617
smb: add up2k-indexing on write
2022-10-24 13:44:19 +02:00
ed
cce57b700b
fix range-request on empty files
2022-10-24 03:26:32 +02:00
ed
5b6194d131
stop win10-webdav from flooding the server
2022-10-24 02:33:23 +02:00
ed
2701238cea
reply raw markdown unless ?v
2022-10-24 02:10:07 +02:00
ed
835f8a20e6
default-enable webdav
2022-10-23 23:37:32 +02:00
ed
f3a501db30
add SMB/CIFS server
2022-10-23 23:08:00 +02:00
ed
4bcd30da6b
cleaner daemon instancing
2022-10-23 12:05:44 +02:00
ed
947dbb6f8a
webdav mimetypes based on file extensions (for gnome)
2022-10-22 02:08:19 +02:00
ed
1c2fedd2bf
let webdav replace empty files when sufficiently safe
2022-10-22 01:31:18 +02:00
ed
32e826efbc
catch and discard macos metadata files
2022-10-22 01:15:54 +02:00
ed
138b932c6a
add webdav move/delete
2022-10-22 00:04:51 +02:00
ed
20eeacaac3
add webdav write support + fix http 200/201
2022-10-21 18:47:48 +02:00
ed
81d896be9f
webdav notes
2022-10-19 15:52:19 +02:00
ed
c003dfab03
unbold ansi grays
2022-10-19 15:30:17 +02:00
ed
20c6b82bec
replace magic numbers with errno.*
2022-10-19 15:21:48 +02:00
ed
046b494b53
winpe support + windows webdav stuff
2022-10-19 00:06:48 +02:00
ed
fe57321853
correct 401/403 usage for webdav
2022-10-18 20:29:06 +02:00
ed
8510804e57
initial webdav support
2022-10-18 19:36:52 +02:00
ed
acd32abac5
v1.4.6
2022-10-13 21:37:05 +02:00
ed
1027378bda
language + cleanup
2022-10-13 20:43:30 +02:00
ed
e979d30659
audioplayer: transcode wav to opus
2022-10-13 20:26:43 +02:00
ed
cecac64b68
v1.4.5
2022-10-09 11:19:40 +02:00
ed
7dabdade2a
v1.4.4
2022-10-09 01:08:31 +02:00
ed
e788f098e2
dont fallback to icons for waveforms
2022-10-09 00:38:56 +02:00
ed
69406d4344
readme + better window title
2022-10-09 00:04:02 +02:00
ed
d16dd26c65
misc
2022-10-08 21:09:04 +02:00
ed
12219c1bea
more fun with symlinks
2022-10-08 21:08:51 +02:00
ed
118bdcc26e
120x faster folder moves/renames
2022-10-08 19:11:03 +02:00
ed
78fa96f0f4
add unpost sanchk
2022-10-08 18:23:41 +02:00
ed
c7deb63a04
actually thats just an android-firefox bug
2022-10-08 17:52:29 +02:00
ed
4f811eb9e9
hmac cache limit + android ux:
...
onscroll doesnt trigger so files dont load in
2022-10-08 17:46:04 +02:00
ed
0b265bd673
naming is hard
2022-10-08 16:34:04 +02:00
ed
7c01505750
phone ux
2022-10-08 14:11:25 +02:00
ed
ae28dfd020
tweaks
2022-10-08 02:05:15 +02:00
ed
2a5a4e785f
include filekeys in unpost list
2022-10-08 01:18:27 +02:00
ed
d8bddede6a
new permission G returns filekey on write-only uploads
2022-10-08 01:17:41 +02:00
ed
b8a93e74bf
fix default upload expiration + ux
2022-10-07 21:38:01 +02:00
ed
e60ec94d35
draw qr-code as ansi colors
2022-10-07 01:04:23 +02:00
ed
84af5fd0a3
scale qr-code to fit console size
2022-10-07 00:59:44 +02:00
ed
dbb3edec77
print qr-code on startup
2022-10-07 00:47:26 +02:00
ed
d284b46a3e
rice
2022-10-06 23:40:06 +02:00
ed
9fcb4d222b
reserve names to avoid ie11 pollution
2022-10-06 01:33:34 +02:00
ed
d0bb1ad141
v1.4.3
2022-09-26 22:37:54 +02:00
ed
b299aaed93
fix some cases of deleted files not being forgotten
2022-09-26 22:19:46 +02:00
ed
abb3224cc5
option to save a copy of corrupted uploads
2022-09-26 22:01:49 +02:00
ed
1c66d06702
cleanup versionchecks
2022-09-25 21:31:47 +02:00
ed
e00e80ae39
v1.4.2
2022-09-25 14:36:10 +02:00
ed
4f4f106c48
add ability to forget uploads by deleting the files
2022-09-25 14:24:01 +02:00
ed
a286cc9d55
fix printing big unicode messages
2022-09-25 14:04:35 +02:00
ed
53bb1c719b
fix huge-filename trunc on ubuntu-20.04 zfs
2022-09-25 14:00:11 +02:00
ed
aaaa80e4b8
v1.4.1
2022-09-24 14:45:50 +02:00
ed
e70e926a40
support up2k uploads from old browsertabs
2022-09-24 14:35:51 +02:00
ed
24de360325
v1.4.0
2022-09-23 22:53:51 +02:00
ed
e0039bc1e6
syntax-hl: elixir, glsl, matlab, moonscript, nim, zig
2022-09-23 22:32:40 +02:00
ed
ae5c4a0109
update webdeps + isort + readme
2022-09-23 22:32:04 +02:00
ed
1d367a0da0
cleanup
2022-09-23 20:37:37 +02:00
ed
d285f7ee4a
macos-safari support
2022-09-23 19:36:07 +02:00
ed
37c84021a2
up2k: folder-upload without drag/drop
2022-09-22 21:58:04 +02:00
ed
8ee9de4291
up2k: add separate sfx toggle
2022-09-22 20:12:25 +02:00
ed
249b63453b
good api
2022-09-22 19:20:33 +02:00
ed
1c0017d763
up2k: upload-complete notification
2022-09-21 23:39:36 +02:00
ed
df51e23639
playing next folder makes no sense in search results
2022-09-21 22:30:31 +02:00
ed
32e71a43b8
reinvent fail2ban
2022-09-21 22:27:20 +02:00
ed
47a1e6ddfa
avoid windows funk
2022-09-21 08:25:44 +02:00
ed
f1e0c44bdd
better autocorrect for poor ffmpeg builds
2022-09-20 23:25:35 +02:00
ed
75a58b435d
reject anon ftp if anon has no read/write
2022-09-20 21:40:21 +02:00
ed
f5474d34ac
embed licenses
2022-09-20 20:11:38 +02:00
ed
c962d2544f
ux
2022-09-20 20:07:02 +02:00
ed
0b87a4a810
allow setting lifetimes from up2k ui
2022-09-19 23:49:07 +02:00
ed
1882afb8b6
whoops
2022-09-19 02:10:14 +02:00
ed
2270c8737a
and audio seekpoints got floored to ints
2022-09-19 01:30:59 +02:00
ed
d6794955a4
playback position covered up the waveform
2022-09-19 01:23:40 +02:00
ed
f5520f45ef
add pyinstaller
2022-09-19 00:59:54 +02:00
ed
9401b5ae13
add filetype detection for nameless uploads
2022-09-18 17:30:57 +02:00
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
ed
d7cc000976
v1.1.8
2021-12-10 02:44:48 +01:00
ed
50d8ff95ae
good stuff
2021-12-10 02:21:56 +01:00
ed
f0ffbea0b2
add breadcrumbs to the textfile tree
2021-12-10 00:44:47 +01:00
ed
199ccca0fe
v1.1.7
2021-12-07 19:19:35 +01:00
ed
1d9b355743
fix search ui after b265e59
broke it
2021-12-07 19:12:36 +01:00
ed
f0437fbb07
cleanup the windowtitle a bit
2021-12-07 19:09:24 +01:00
ed
abc404a5b7
v1.1.6
2021-12-07 01:17:56 +01:00
ed
04b9e21330
update web-deps
2021-12-07 01:12:32 +01:00
ed
1044aa071b
deal with consecutive dupes even without sqlite
2021-12-06 23:51:44 +01:00
ed
4c3192c8cc
set window-title to listening ip
2021-12-06 23:08:04 +01:00
ed
689e77a025
option to set a custom servicename
2021-12-06 22:24:25 +01:00
ed
3bd89403d2
apply per-volume index config to ui
2021-12-06 22:04:24 +01:00
ed
b4800d9bcb
option to disable onboot-scans per-volume
2021-12-06 20:54:13 +01:00
ed
05485e8539
md: smaller indent on outermost list
2021-12-06 20:17:12 +01:00
ed
0e03dc0868
and fix the markdown breadcrumbs too
2021-12-06 19:51:47 +01:00
ed
352b1ed10a
generate correct links when trailing slash missing
2021-12-06 19:49:14 +01:00
ed
0db1244d04
also consider TMPDIR and friends
2021-12-06 09:47:39 +01:00
ed
ece08b8179
create ~/.config if /tmp is readonly
2021-12-06 02:02:44 +01:00
ed
dcaf7b0a20
v1.1.5
2021-12-04 03:33:57 +01:00
ed
f982cdc178
spa gridview
2021-12-04 03:31:12 +01:00
ed
b265e59834
spa filetab
2021-12-04 03:25:28 +01:00
ed
4a843a6624
unflicker navpane + add client state escape hatch
2021-12-04 02:46:00 +01:00
ed
241ef5b99d
preserve mtimes when juggling symlinks
2021-12-04 01:58:04 +01:00
ed
f39f575a9c
sort-order indicators
2021-12-03 23:53:41 +01:00
ed
1521307f1e
use preferred sort on initial render, fixes #8
2021-12-03 02:07:08 +01:00
ed
dd122111e6
v1.1.4
2021-11-28 04:22:05 +01:00
ed
00c177fa74
show upload eta in window title
2021-11-28 04:05:16 +01:00
ed
1a8dc3d18a
add workaround for #7 after all since it was trivial
2021-11-28 00:12:19 +01:00
ed
38a163a09a
better dropzone for extremely slow browsers
2021-11-28 00:11:21 +01:00
ed
8f031246d2
disable windows quickedit to avoid accidental lockups
2021-11-27 21:43:19 +01:00
ed
8f3d97dde7
indicate onclick action for audio files in grid view
2021-11-24 22:10:59 +01:00
ed
4acaf24d65
remember if media controls were open or not
2021-11-24 21:49:41 +01:00
ed
9a8dbbbcf8
another accesskey fix
2021-11-22 21:57:29 +01:00
ed
a3efc4c726
encode quoted queries into raw
2021-11-22 21:53:23 +01:00
ed
0278bf328f
support raw-queries with quotes
2021-11-22 20:59:07 +01:00
ed
17ddd96cc6
up2k list wasnt centered anymore
2021-11-21 22:44:11 +01:00
ed
0e82e79aea
mention the eq fixing gapless albums
2021-11-20 19:33:56 +01:00
ed
30f124c061
fix forcing compression levels
2021-11-20 18:51:15 +01:00
ed
edbedcdad3
v1.1.3
2021-11-20 02:27:09 +01:00
ed
e4ae5f74e6
add tooltip indicator
2021-11-20 01:47:16 +01:00
ed
2c7ffe08d7
include sha512 as both hex and b64 in responses
2021-11-20 01:03:32 +01:00
ed
7e82aaf843
simplify/improve up2k ui debounce
2021-11-20 00:03:15 +01:00
ed
315bd71adf
limit turbo runahead
2021-11-20 00:01:14 +01:00
ed
2c612c9aeb
ux
2021-11-19 21:31:05 +01:00
ed
36aee085f7
add timeouts to FFmpeg things
2021-11-16 22:22:09 +01:00
ed
c9b1c48c72
sizelimit registry + persist without e2d
2021-11-16 21:31:24 +01:00
ed
aea3843cf2
this is just noise
2021-11-16 21:28:50 +01:00
ed
131b6f4b9a
workaround chrome rendering bug
2021-11-16 21:28:36 +01:00
ed
6efb8b735a
better handling of python builds without sqlite3
2021-11-16 01:13:04 +01:00
ed
e72c2a6982
add fastpath for using the eq as a pure gain control
2021-11-15 23:19:43 +01:00
ed
dd9b93970e
autoenable aac transcoding when codec missing
2021-11-15 23:18:52 +01:00
ed
12b3a62586
fix dumb mistakes
2021-11-15 20:13:16 +01:00
ed
2da3bdcd47
delay tooltips, fix #6
2021-11-15 03:56:17 +01:00
ed
c1dccbe0ba
trick iphones into preloading natively
2021-11-15 03:01:11 +01:00
ed
9629fcde68
optionally enable seeking through os controls
2021-11-15 02:47:42 +01:00
ed
cae436b566
add client-option to disconnect on HTTP 304
2021-11-15 02:45:18 +01:00
ed
01714700ae
more gapless fixes
2021-11-14 20:25:28 +01:00
ed
51e6c4852b
retire ogvjs
2021-11-14 19:28:44 +01:00
ed
b206c5d64e
handle multiple simultaneous uploads of the same file
2021-11-14 15:03:11 +01:00
ed
62c3272351
add option to simulate latency
2021-11-14 15:01:20 +01:00
ed
c5d822c70a
v1.1.2
2021-11-12 23:08:24 +01:00
ed
9c09b4061a
prefer fpool on linux as well
2021-11-12 22:57:36 +01:00
ed
c26fb43ced
more cleanup
2021-11-12 22:30:23 +01:00