ed
f262aee800
change folders to preload music when necessary:
...
on phones especially, hitting the end of a folder while playing music
could permanently stop audio playback, because the browser will
revoke playback privileges unless we have a song ready to go...
there's no time to navigate through folders looking for the next file
the preloader will now start jumping through folders ahead of time
2024-02-14 22:44:33 +00:00
ed
f7a43a8e46
fix grid layout on first toggle from listview
2024-02-12 05:40:18 +01:00
ed
ed524d84bb
/np: exclude uploader ip and trim dot-prefix
2024-02-07 23:02:47 +00:00
ed
136c0fdc2b
detect reverse-proxies stripping URL params:
...
if a reverseproxy decides to strip away URL parameters, show an
appropriate error-toast instead of silently entering a bad state
someone on discord ended up in an infinite page-reload loop
since the js would try to recover by fully navigating to the
requested dir if `?ls` failed, which wouldn't do any good anyways
if the dir in question is the initial dir to display
2024-02-05 19:17:36 +00:00
ed
c354a38b4c
up2k: warn about browser cap on num connections
2024-02-02 23:46:00 +00:00
ed
a17c267d87
bbox: unload pics/vids from DOM; closes #71
...
videos unloaded correctly when switching between files, but not when
closing the lightbox while playing a video and then clicking another
now, only media within the preload window (+/- 2 from current file)
is kept loaded into DOM, everything else gets ejected, both on
navigation and when closing the lightbox
2024-02-02 23:16:50 +00:00
ed
c1180d6f9c
up2k: include inflight bytes in eta calculation;
...
much more accurate total-ETA when uploading with many connections
and/or uploading huge files to really slow servers
the titlebar % still only does actually confirmed bytes,
partially because that makes sense, partially because
that's what happened by accident
2024-02-02 22:46:24 +00:00
ed
d3db6d296f
disable mkdir and new-doc buttons if no name is provided
...
also fixes toast.hide() unintentionally stopping events from bubbling
2024-02-01 21:41:48 +00:00
ed
55eb692134
up2k: add option to touch existing files to match local
2024-01-24 20:36:41 +00:00
ed
b32d65207b
fix js-error on older chromes in incognito mode;
...
window.localStorage was null, so trying to read would fail
seen on falkon 23.08.4 with qtwebengine 5.15.12 (fedora39)
might as well be paranoid about the other failure modes too
(sudden exceptions on reads and/or writes)
2024-01-24 02:24:27 +00:00
ed
b4e0a34193
ensure windows-safe filenames during batch rename
...
also handle ctrl-click in the navpane float
2024-01-19 21:41:56 +00:00
ed
01c82b54a7
audio player: add shuffle
2024-01-18 22:59:47 +00:00
ed
4ef3106009
more old-browser support:
...
* polyfill Set() for gridview (ie9, ie10)
* navpane: do full-page nav if history api is ng (ie9)
* show markdown as plaintext if rendering fails (ie*)
* text-editor: hide preview pane if it doesn't work (ie*)
* explicitly hide toasts on close (ie9, ff10)
2024-01-18 22:56:39 +00:00
ed
5e111ba5ee
only show the unpost hint if unpost is available (-e2d)
2024-01-14 04:24:32 +00:00
ed
a55e0d6eb8
add button to bust music player cache,
...
useful on phones when the server was OOM'ing and
butchering the responses (foreshadowing...)
2024-01-13 04:08:40 +00:00
ed
2fd2c6b948
ie11 fixes (2024? haha no way dude it's like 2004 right)
...
* fix crash on keyboard input in modals
* text editor works again (but without markdown preview)
* keyboard hotkeys for the few features that actually work
2024-01-13 02:31:50 +00:00
ed
7a936ea01e
js: be careful with allocations in crash handler
2024-01-13 01:22:20 +00:00
ed
a4239a466b
immediately perform search if a checkbox is toggled
2024-01-12 00:20:38 +01:00
ed
5b26ab0096
add option to specify default num parallel uploads
2023-12-28 01:41:17 +01:00
ed
10bc2d9205
unsuccessful attempt at dirkeys ( #64 )
2023-12-17 22:30:22 +00:00
ed
c7770904e6
v1.9.25
2023-12-01 23:26:16 +00:00
ed
1690889ed8
remember scroll position when leaving the textfile viewer
2023-12-01 23:15:48 +00:00
ed
5fc04152bd
also handle NumpadEnter
2023-12-01 21:10:51 +00:00
ed
1be85bdb26
fix modal focus even more (now works on phones too)
2023-12-01 21:02:05 +00:00
ed
a7cef91b8b
v1.9.23
2023-12-01 00:39:49 +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
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
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
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
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
736aa125a8
fix dumb
2023-11-11 13:52:06 +00:00
ed
dabdaaee33
v1.9.16
2023-11-04 21:58:01 +00:00
ed
65e4d67c3e
mkdir with leading slash works as expected
2023-11-04 22:21:56 +00:00
ed
2e85a25614
improve service listing
2023-11-04 10:23:37 +00:00
ed
713fffcb8e
also mkdir missing intermediates,
...
unless requester is a webdav client (those expect a 409)
2023-11-03 23:23:49 +00:00
ed
8020b11ea0
improve/simplify validation/errorhandling:
...
* some malicious requests are now answered with HTTP 422,
so that they count against --ban-422
* do not include request headers when replying to invalid requests,
in case there is a reverse-proxy inserting something interesting
2023-11-03 23:07:16 +00:00
ed
95566e8388
cosmetics:
...
* fix toast/tooltip colors on splashpage
* properly warn if --ah-cli or --ah-gen is used without --ah-alg
* support ^D during --ah-cli
* improve flavor texts
2023-11-03 16:52:43 +00:00
ed
76afb62b7b
make each segment of links separately selectable
2023-10-25 12:21:39 +00:00
ed
2808734047
drc: further reduce volume skip between songs
2023-10-24 16:38:29 +00:00
ed
063fa3efde
drc: fix volume jump on song change
...
(in exchange for a chance of clipping, which should be fine because
all browsers appear to have a limiter on the output anyways)
2023-10-23 09:05:31 +00:00
ed
cea746377e
v1.9.14
2023-10-21 14:43:11 +00:00
ed
a4bad62b60
add clientside DRC / dynamic range compressor
2023-10-20 20:51:00 +00:00
ed
c7f826dbbe
search by upload time
2023-10-19 23:57:27 +00:00
ed
801da8079b
only 404-ban accounts with permission [gGh]:
...
never bonk anyone with read-access (able to see directory-listing)
or write-only (not able to retrieve any files at all) due to
either --ban-404 or --ban-url
fixes accidental ban when webdav-uploading files which
match any of the --ban-url patterns (#55 )
also default-enables --ban-404 since it is now generally safe
(even when up2k is in turbo mode), plus make turbo smart enough to
disengage when necessary
2023-10-18 22:14:09 +00:00
ed
7d797dba3f
strip filekeys from -txt- links;
...
accessing the syntax hilighter using a filekey is impossible anyways
because the client expects to build its state from the folder listing
and the backend refuses to return a listing given just a filekey
2023-10-18 20:57:53 +00:00
ed
ac40dccc8f
v1.9.12
2023-10-15 20:06:46 +00:00
ed
edbafd94c2
avoid iphone jank:
...
safari can immediately popstate when alt-tabbing back to the browser,
causing the page to load twice in parallel:
2174 log-capture ok
2295 h-repl $location
2498 h-pop $location <==
2551 sha-ok # from initial load
2023-10-15 11:27:27 +00:00
ed
2df76eb6e1
client decides if thumbnails should be cropped or not
...
this carries some intentional side-effects; each thumbnail format will
now be stored in its own subfolder under .hist/th/ making cleanup more
effective (jpeg and webm are dropped separately)
2023-10-15 10:21:25 +00:00
ed
9b77c9ce7d
more intuitive upload/filesearch toggle:
...
restore preferred mode after leaving a restricted folder
2023-10-15 09:00:57 +00:00
ed
dc2b67f155
ui-button to use upload-time instead of local last-modified
2023-10-15 08:46:23 +00:00
ed
9f32e9e11d
set default sort order; --sort or volflag "sort"
2023-10-14 22:17:37 +00:00
ed
7086d2a305
ie9 support
2023-10-14 10:01:03 +00:00
ed
575615ca2d
slight refactor; 7% faster, 1% more maintainable
2023-10-14 09:54:49 +00:00
ed
e9f65be86a
add cachebuster for dynamically loaded js files
2023-10-09 00:22:16 +00:00
ed
fc9b729fc2
fix #51 :
...
* handle unexpected localstorage values
* handle unsupported --lang values
2023-09-30 22:54:21 +00:00
ed
8620ae5bb7
fix column-hiding ux on phones:
...
table header click-handler didn't cover the entire cell so it was
easy to sort the table by accident; also do not exit hiding mode
automatically since you usually want to hide several columns
(so also adjust css to make it obvious you're in hiding mode)
2023-09-28 09:28:26 +02:00
ed
3768cb4723
add chat
2023-09-23 11:34:32 +00:00
ed
72fc76ef48
golf / normalize window.location
2023-09-20 22:07:40 +00:00
ed
3b8f66c0d5
fix a client crash when uploading from glitchy net
...
prevent reattempting chunks / handshakes after an upload has completed
since that is both pointless and crashy
bugreport ocr'ed from deepfried pic (thx kipu):
stack: exec_handshake -> xhr.onload -> tasked -> exec_upload -> do_send
529226 crash: t.fobj is null; firefox 117, win64
529083 zombie handshake onerror, some.flac
529081 chunkpit onerror,, 1, another.flac
528933 retrying stuck handshake
498842 ^
464213 zombie handshake onload, some.flac
464208 ^
462858 ignoring dupe-segment error, some.flac
462766 ^
462751 ^
462667 ^
462403 ^
462316 ^
461321 zombie handshake onload, some.flac
461302 ^
461152 ^
461114 ^
461110 ^
460769 ^
459954 ^
459492 ignoring dupe-segment error, some.flac
2023-09-20 21:25:59 +00:00
ed
aa96a1acdc
misc optimizations / cleanup:
...
* slightly faster startup / shutdown
* forgot a jinja2 golf
* waste 4KiB changing prismjs back to gz since brotli is https-gated ;_;
* broke support for firefox<52 (non-var functions must be toplevel
or immediately within another function), now even firefox 10 /
centos 6 is somewhat supported again
2023-09-17 13:02:18 +00:00
ed
714fd1811a
add option to generate pax-format tar archives
...
and forgot to commit the nix module
2023-09-08 21:13:23 +00:00
ed
ba02c9cc12
readme fix + make hacker theme more hacker
2023-09-08 19:35:12 +00:00
ed
11eefaf968
create / edit non-markdown textfiles (if user has delete-access)
...
also enables the ansi escape code parser if the text looks like ansi
2023-09-08 18:47:31 +00:00
ed
0f9877201b
support cache directives in --css-browser, --js-browser;
...
for example --css-browser=/the.css?cache=600 (seconds)
or --js-browser=/.res/the.js?cache=i (7 days)
2023-09-03 19:50:31 +00:00
ed
9ba2dec9b2
lightbox: fix ccw rotation hotkey
2023-09-03 19:23:29 +00:00
ed
cadaeeeace
v1.9.4
2023-09-02 00:18:53 +00:00
ed
767696185b
add ?tar=gz, ?tar=bz2, ?tar=xz with optional level;
...
defaults are ?tar=gz:3, ?tar=bz2:9, ?tar=xz:1
2023-09-01 23:44:10 +00:00
ed
a50d0563c3
instantly perform search when URL contains a raw query
2023-09-01 20:16:19 +00:00
ed
30cc9defcb
cosmetics:
...
* in case someone gets a confusing access-related error message,
include more context in serverlogs (exact path)
* fix js console spam in search results
* same markdown line-height in viewer and browser
2023-08-31 21:27:14 +00:00
ed
61875bd773
slightly reduce flickering during page load on chrome
2023-08-31 20:02:33 +00:00
ed
30905c6f5d
add convenient debugs in case the fight is not over
2023-08-31 20:00:14 +00:00
ed
9986136dfb
apple/ios/iphone: maybe fix background album playback
...
good news: apple finally added support for samplerates other than
44100 for AudioContext, meaning it would now have been possible to
set non-100% volume for audio files including opus files
bad news: apple broke AudioContext in a way that makes it bug out
mediaSessions, causing lockscreen controls to become mostly useless
bad news: apple broke AudioContext additionally where it randomly
causes playback issues, blocking playback of audio files, even if
the AudioContext is sitting idle doing nothing (which is a
requirement for reliable upload speeds on other platforms)
disable AudioContext on iOS
2023-08-31 19:57:05 +00:00
ed
1c0d978979
ios/iphone: autoreplace smart-quotes with sane quotes,
...
as the iphone keyboard is not able to produce ' or "
2023-08-31 19:29:37 +00:00
ed
5a38311481
mark offline volumes in directory tree sidebar
2023-08-26 19:00:46 +00:00
ed
9f8edb7f32
make markdown slightly safer without the nohtml volflag
...
by running dompurify after marked.parse if plugins are not enabled;
adds no protection against the more practical approach of just
putting a malicious <script> in an html file and uploading that,
but one footgun less is one less footgun
2023-08-26 17:37:02 +00:00
ed
c5a6ac8417
persist dotfile preference as cookie for initial listing
2023-08-26 15:50:57 +00:00
ed
9b46291a20
add option to force-disable turbo,
...
making it safer to enable --ban-404
(u2c can still get banned inadvertently)
2023-08-26 13:19:38 +00:00
ed
f7ceae5a5f
add filetable range-select with shift-pgup/pgdn,
...
and retain file selection cursor when lazyloading more files
2023-08-25 19:34:37 +00:00
ed
c9492d16ba
fix textfile navigation hotkeys (broke in 5d13ebb4
)
2023-08-25 18:41:45 +00:00
ed
4444f0f6ff
v1.9.1
2023-08-20 23:38:42 +00:00
ed
b28bfe64c0
explain apple bullshit
2023-08-20 22:09:00 +02:00
ed
5d13ebb4ac
avoid firefox-android quirk(?):
...
when repeatedly tapping the next-folder button, occasionally it will
reload the entire page instead of ajax'ing the directory contents.
Navigation happens by simulating a click in the directory sidebar,
so the incorrect behavior matches what would happen if the link to the
folder didn't have its onclick-handler attached, so should probably
double-check if there's some way for that to happen
Issue observed fairly easily in firefox on android, regardless if
copyparty is running locally or on a server in a different country.
Unable to reproduce with android-chrome or desktop-firefox
Could also be due to an addon (dark-reader, noscript, ublock-origin)
anyways, avoiding this by doing the navigation more explicitly
2023-08-16 19:56:47 +00:00
ed
015b87ee99
performance / cosmetic:
...
* js: use .call instead of .bind when possible
* when running without e2d, the message on startup regarding
unfinished uploads didn't show the correct filesystem path
2023-08-16 19:32:43 +00:00
ed
0a48acf6be
limit each column of the files table to screen width
2023-08-16 03:55:53 +00:00
ed
2b6a3afd38
fix iOS randomly increasing fontsize of some things:
...
* links which are wider than the display width
* probably input fields too
2023-08-16 03:47:19 +00:00
ed
18aa82fb2f
make browser resizing smoother / less expensive
2023-08-15 16:55:19 +00:00
ed
bee26e853b
show server hostname in html titles:
...
* --doctitle defines most titles, prefixed with "--name: " by default
* the file browser is only prefixed with the --name itself
* --nth ("no-title-hostname") removes it
* also removed by --nih ("no-info-hostname")
2023-08-14 23:50:13 +02:00
ed
f9d5bb3b29
support upload by dragdrop from other browser windows,
...
hello from LO484 https://ocv.me/stuff/aircode.jpg
2023-07-28 21:43:40 +02:00
ed
4c843c6df9
fix md-editor lastmod cmp when browsercache is belligerent
2023-07-25 14:06:53 +00:00
ed
0896c5295c
range-select fixes:
...
* dont crash when shiftclicking between folders
* remember origin when lazyloading more files
2023-07-25 14:06:31 +02:00
ed
1a658dedb7
fix infinite playback spin on servers with one single file
2023-07-23 14:52:42 +00:00
ed
8d376b854c
this is the wrong way around
2023-07-23 14:10:23 +00:00
ed
5aa54d1217
shift/ctrl-click improvements:
...
* always enable shift-click selection in list-view
* shift-clicking thumbnails opens in new window by default as expected
* enable shift-select in grid-view when multiselect is on
* invert select when the same shift-select is made repeatedly
2023-07-16 18:15:56 +00:00
ed
88b876027c
option to range-select files with shift-click; closes #47
...
also restores the browser-default behavior of
opening links in a new tab with CTRL / new window with SHIFT
2023-07-16 14:05:09 +00:00
ed
551d99b71b
add permission "a" to show uploader IPs ( #45 )
2023-07-12 21:36:55 +00:00
ed
99e2ef7f33
ux: fix tabs clipping in fedora-ff, hackertheme up2k flags
2023-07-07 18:24:58 +00:00
ed
b8e851c332
cloudflare update + cosmetics:
...
* toastb padding fixes scrollbar on norwegian 403 in firefox
* fix text aspect ratio in seekbaron compact toggle
* crashpage had link overlaps on homepage
2023-06-25 23:09:29 +00:00
ed
e4acddc23b
v1.7.3
2023-06-11 00:03:03 +00:00
ed
93a723d588
add --ansi to systemd, fix grid controls bg,
...
mention folder thumbs dependency on -e2d,
improve make-sfx warnings,
update changelog
2023-06-06 22:04:39 +00:00
ed
9c28ba417e
option to regex-exclude files in browser listings
2023-06-02 21:54:25 +00:00
ed
025a537413
add option to show thumbs by default; closes #31
2023-06-02 18:41:21 +00:00
ed
4ccfeeb2cd
v1.7.2
2023-05-13 00:00:07 +00:00
ed
d979c47f50
optimize clearTimeout + always shrink upload panes after completion + fix GET alignment
2023-05-12 20:46:45 +00:00
ed
deca082623
v1.7.1
2023-05-07 18:34:39 +00:00
ed
0ea8bb7c83
forgot the u2c symlink + sfx listing
2023-05-07 15:45:20 +00:00
ed
572aa4b26c
rename up2k.py (client) to u2c.py
2023-05-07 15:35:56 +00:00
ed
4ee81af8f6
support ';' in passwords
2023-05-06 18:54:55 +00:00
ed
8b0e66122f
smoother playback cursor on short songs + optimize
2023-05-06 16:31:04 +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
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
abff40519d
eyecandy: restore playback indicator on folder hop
2023-04-26 19:09:16 +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
cacca663b3
v1.6.13
2023-04-23 23:05:31 +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
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
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
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
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
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
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
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
604e5dfaaf
improve error handling / messages
2023-02-26 18:26:13 +00:00
ed
5effaed352
add reminder that SSDP launches IE by default
2023-02-21 19:38:35 +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
6eba9feffe
condense uploads listing on view change
2023-02-14 21:58:15 +00:00
ed
5c12dac30f
most ffmpeg builds dont support compressed modules
2023-02-12 14:02:43 +00:00
ed
cdec42c1ae
v1.6.4
2023-02-11 18:02:05 +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
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
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
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
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
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
37a690a4c3
fix cookie + rproxy oversights
2023-01-29 18:34:48 +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
82f98dd54d
delete/move is now POST
2023-01-28 01:02:50 +00:00
ed
bab4aa4c0a
mkdir fix
2023-01-27 22:16:10 +00:00
ed
660011fa6e
md-editor: make hotkey ^e more global
2023-01-25 20:58:28 +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
664665b86b
fix some location-rproxy bugs
2023-01-19 22:26:24 +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
cfd24604d5
ux tweaks
2023-01-17 23:21:31 +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
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
03f53f6392
gallery: fix js error on digit-keypress viewing pics
2023-01-11 16:08:15 +00:00
ed
343d38b693
extend image-viewer with modern formats
2022-12-15 22:38:33 +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
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
db194ab519
support location-based rproxy
2022-12-10 23:43:31 +00:00
ed
252b5a88b1
use linklocal on NICs without routable IPs
2022-12-09 19:11:26 +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
45b701801d
fix ssdp xml escaping + target url
2022-12-05 19:13:47 +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
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
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
e357aa546c
add browserchrome color hint
2022-11-28 21:19:42 +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
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
d6e09c3880
ux: dedicated column-hiding mode on phones
2022-11-21 20:44:58 +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
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
91d132c2b4
add basic-ui hint for firefox 8 and older
2022-11-15 20:17:53 +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
9638267b4c
up2k-ui: survive hitting inaccessible subfolders
2022-11-02 22:02:46 +00:00
ed
cebac523dc
fix url anchors into markdown docs
2022-10-30 18:03:40 +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
3411b0993f
fix msg-to-log
2022-10-26 02:35:32 +02:00
ed
2701238cea
reply raw markdown unless ?v
2022-10-24 02:10:07 +02:00
ed
32e826efbc
catch and discard macos metadata files
2022-10-22 01:15:54 +02:00
ed
20eeacaac3
add webdav write support + fix http 200/201
2022-10-21 18:47:48 +02:00
ed
1027378bda
language + cleanup
2022-10-13 20:43:30 +02:00