Til Schmitter
2d487d1427
bind bbox to file list; pass click event copy from grid to list elements. this enables the bbox in both views
2026-06-12 23:05:00 +02:00
Til Schmitter
139c48c0c9
merge + changelog update
2026-06-05 17:27:25 +02:00
ed
06af60276b
update pkgs to 1.20.16
2026-05-26 18:49:07 +00:00
Princess Grace
f432ef6d51
freebsd: fix deps in rc.d ( #1479 )
...
delay startup until filesystems are in place
Signed-off-by: Princess Grace <10965841+Kansattica@users.noreply.github.com>
2026-05-20 22:32:55 +00:00
Til Schmitter
98ee68daf2
music widget
2026-05-11 22:53:18 +02:00
Til Schmitter
bde9be9974
Merge remote-tracking branch 'upstream/HEAD' into hovudstraum
2026-04-25 18:30:38 +02:00
ed
6e25d648a9
update pkgs to 1.20.14
2026-04-24 22:27:49 +00:00
Til Schmitter
715e8ada11
Merge remote-tracking branch 'upstream/HEAD' into uiv1.5
2026-04-21 23:46:12 +02:00
ed
cbd82b654a
use ${ENV} syntax for env-vars;
...
only expand environment-variables of the form ${ENV}
by default, crash on startup if the old $ENV syntax is found,
explaning that the old syntax can be enabled with an option
2026-04-20 23:43:00 +02:00
Til Schmitter
f7eab354ef
merge up2k and bup into one panel
2026-04-18 14:04:57 +02:00
Til Schmitter
6592e7b347
fix up2k modal on mobile
2026-04-14 20:12:33 +02:00
Til Schmitter
1d24e5d158
up2k modal wip
2026-04-12 00:13:45 +02:00
Til Schmitter
1360641819
up2k modal wip
2026-04-12 00:08:35 +02:00
ed
5aaa4ff15b
docs: volflags examples
2026-03-30 08:43:05 +00:00
ed
6a9e6da864
update pkgs to 1.20.13
2026-03-23 03:33:52 +00:00
ed
311eb698a0
nginx: client_max_body_size is global
2026-03-21 21:18:32 +00:00
ed
8a9066c35c
update pkgs to 1.20.12
2026-03-11 00:46:49 +00:00
ed
c20c75cb76
update pkgs to 1.20.11
2026-03-08 21:12:26 +00:00
ed
7908d880da
ver-chk: tests, docs, fix -j0 jank
2026-03-07 23:06:38 +00:00
exci
c6965f0614
add optional update-checker ( #1315 )
...
can check if the current version has a known vulnerability, with the option to panic and exit if so, and otherwise show a warning in the controlpanel for admins
---------
Co-authored-by: ed <s@ocv.me>
2026-03-07 21:54:49 +00:00
ed
d3260b27a6
update pkgs to 1.20.10
2026-02-25 15:37:31 +00:00
ed
00ab7888d7
update pkgs to 1.20.9
2026-02-25 08:39:42 +00:00
ed
7be73721fb
update pkgs to 1.20.8
2026-02-22 15:13:27 +00:00
ed
d067d2a638
update pkgs to 1.20.7
2026-02-14 23:19:29 +00:00
Ivan Shapovalov
a65a30b1b4
web, th: rudimentary jxl support
...
Fixes #724 .
2026-02-04 01:34:04 +01:00
ed
9b436eb52e
update pkgs to 1.20.6
2026-01-31 20:06:34 +00:00
ed
32c11f142e
update pkgs to 1.20.5
2026-01-30 21:49:40 +00:00
charel
79273a7d97
OpenRC: Add checkconfig function ( #1259 )
...
I found it slightly cumbersome to write a config when the only feedback OpenRC gives is `crashed`, so I added a small QOL function to run copyparty with the `--exit cfg` flag directly from the service.
Signed-off-by: charel <charel@lotsaspaghetti.com>
2026-01-29 18:16:25 +00:00
ed
d750f3f0d2
update pkgs to 1.20.4
2026-01-23 00:59:41 +00:00
ed
dc8c229bcd
update pkgs to 1.20.3
2026-01-21 05:09:47 +00:00
ed
78f6855f08
update pkgs to 1.20.2
2026-01-19 01:31:57 +00:00
Toast
d5a8a34bca
NixOS: misc module documentation improvements ( #1194 )
...
* nixos: use mkPackageOption instead of mkOption for the package option
This gets rid of a warning when trying to build a system with
documentation.nixos.includeAllModules enabled
* nixos: don't include package path in option descriptions
See https://github.com/9001/copyparty/pull/1193 , this actually fixes the issue
* nixos: fix formatting of services.copyparty.volumes.<name>.access
List will now show up properly on the nixos manual!
* nixos: add or improve inline code blocks in option descriptions
2026-01-12 16:43:18 +01:00
Toast
9d223d6ca7
nixos: use mkPackageOption instead of mkOption ( #1193 )
...
This gets rid of a warning when trying to build a system with
documentation.nixos.includeAllModules enabled
2026-01-11 23:08:57 +00:00
ed
a9ae6d5131
update pkgs to 1.20.1
2026-01-09 00:57:31 +00:00
Raphaël Deschênes
7ffb1fd0ca
contrib/nginx: fix rp-loc example ( #1167 )
...
Signed-off-by: Raphaël Deschênes <raphdf201@hotmail.com>
2026-01-04 18:56:52 +00:00
ed
364f74a1bd
iOS/ashell: fix howto + add beta
2026-01-04 12:39:39 +00:00
ed
5b2c84752d
update pkgs to 1.20.0
2026-01-02 23:09:37 +00:00
ed
cce1210792
v1.20.0
2026-01-02 00:07:31 +00:00
ed
4714c2fa5a
add sftp server (powered by 39c3)
2025-12-30 23:38:54 +00:00
Vincent Milum Jr
0e6b167167
FreeBSD is Python 3.11 now ( #1121 )
...
Signed-off-by: Vincent Milum Jr <git@darkain.com>
2025-12-18 09:17:38 +01:00
ed
519bfe1f0b
update pkgs to 1.19.23
2025-12-17 00:18:55 +00:00
ed
3476d5e6d9
update pkgs to 1.19.22
2025-12-14 23:07:26 +00:00
emilia
a86983928c
fix podman-systemd typo; closes #1088 ( #988 )
...
Signed-off-by: emilia <46273791+emiliatheworst@users.noreply.github.com>
2025-12-09 19:46:14 +00:00
ed
29925dc22b
update pkgs to 1.19.21
2025-12-02 20:51:10 +00:00
ed
2e47074627
plugins: warn that rave.js is unmaintained
2025-12-02 14:28:36 +00:00
shelvacu
c7345308f5
nix-overlay: option to install from git-head ( #868 )
...
Co-authored-by: Shelvacu <git@shelvacu.com>
2025-11-26 12:15:39 +01:00
Nicolas Mémeint
904c984bda
nixos: Only create and bind volumes without variables ( #962 )
2025-11-02 12:59:48 +00:00
Nicolas Mémeint
3242145e52
nixos: Use volume/global chmod-d for module directory creation ( #963 )
2025-11-02 12:59:41 +00:00
ed
dff6aa2435
update pkgs to 1.19.20
2025-11-02 01:13:32 +00:00
ed
4fcd2c4193
update pkgs to 1.19.19
2025-10-25 19:21:56 +00:00