diced
|
82e1fe4824
|
fix: naming
|
2026-04-12 22:51:41 -07:00 |
|
diced
|
818d3f5518
|
refactor: clean up main file
split into different files for maintainability
|
2026-04-11 22:11:13 -07:00 |
|
diced
|
23c131f45a
|
feat: add unix sockets binding support
|
2026-04-11 21:28:22 -07:00 |
|
diced
|
3c5fd8effe
|
feat: file nav buttons (#1046)
<- and -> on file modal
|
2026-04-11 17:49:12 -07:00 |
|
diced
|
377e3dc73d
|
fix: throw errors on uploads
|
2026-04-10 22:44:59 -07:00 |
|
diced
|
f75457da1c
|
fix: various md rendering errors
|
2026-04-10 22:12:36 -07:00 |
|
diced
|
d6b0ba3b16
|
fix: better error handling for uploading
|
2026-04-09 14:51:43 -07:00 |
|
diced
|
1a1bc46667
|
fix: delete old cached views
|
2026-04-09 14:51:27 -07:00 |
|
diced
|
eb1c39933a
|
fix: #1040
|
2026-04-08 18:26:57 -07:00 |
|
diced
|
b070dbf432
|
fix: build errors
|
2026-04-07 21:49:43 -07:00 |
|
diced
|
8af5ad05d6
|
fix: add register link on login page
other minor fixes as well incl.
|
2026-04-07 21:45:03 -07:00 |
|
diced
|
f0bcb4a019
|
feat(v4.5.3): version
v4.5.3
|
2026-04-06 22:14:56 -07:00 |
|
diced
|
4c86b7fc38
|
fix: packages update + various perf fixes
|
2026-04-06 22:14:15 -07:00 |
|
diced
|
9b7759520c
|
fix: random typos
|
2026-04-06 15:23:44 -07:00 |
|
diced
|
e3e77c7916
|
feat: new server settings layout
|
2026-04-05 22:55:42 -07:00 |
|
diced
|
13282988e8
|
feat: instantaneous thumb generation
|
2026-04-05 19:06:02 -07:00 |
|
diced
|
00f4254227
|
fix: typo
|
2026-04-05 12:30:53 -07:00 |
|
diced
|
669c61eae0
|
fix: don't shorten reserved urls
|
2026-04-05 12:30:33 -07:00 |
|
diced
|
1ee1aca589
|
fix: hide other logins when none available
|
2026-04-02 22:24:12 -07:00 |
|
diced
|
d49fd6a1f0
|
fix: build error
|
2026-04-01 17:55:29 -07:00 |
|
diced
|
8128e3deb0
|
fix: #1029
|
2026-04-01 17:53:22 -07:00 |
|
diced
|
67a9fe34b4
|
fix: use devalue for ssr
|
2026-03-31 23:30:10 -07:00 |
|
diced
|
7a3c4223ec
|
fix: add warning
|
2026-03-31 17:16:54 -07:00 |
|
diced
|
cb2590aae5
|
feat(v4.5.2): version
v4.5.2
|
2026-03-28 23:58:39 -07:00 |
|
diced
|
93ff18a120
|
fix: reformat routes to include catch-all
|
2026-03-28 23:57:51 -07:00 |
|
diced
|
4343f130fb
|
fix: refine batch uploads
|
2026-03-28 23:36:52 -07:00 |
|
diced
|
5e9778d18a
|
fix: mfa showing when disabled
|
2026-03-28 20:35:49 -07:00 |
|
diced
|
9bcccbc8aa
|
fix: #1031
|
2026-03-28 19:41:02 -07:00 |
|
diced
|
00ddf86ea8
|
feat(v4.5.1): version
v4.5.1
|
2026-03-27 23:13:22 -07:00 |
|
diced
|
cc582f6d20
|
fix: clean up tampered settings scroller
|
2026-03-27 23:11:49 -07:00 |
|
diced
|
318b09feae
|
fix: use query for file modals
|
2026-03-27 23:11:39 -07:00 |
|
diced
|
d55e36375d
|
fix: tags overflow
|
2026-03-27 23:11:25 -07:00 |
|
diced
|
40b917df30
|
refactor: put client stuff in lib/client
|
2026-03-27 13:58:35 -07:00 |
|
diced
|
053a50d1bc
|
refactor: uploading files
may fix: #1019
|
2026-03-27 13:46:32 -07:00 |
|
diced
|
78b554cbe8
|
fix: #1021
|
2026-03-27 12:41:50 -07:00 |
|
diced
|
bf7a4e92e3
|
chore: update packages
|
2026-03-25 20:56:18 -07:00 |
|
diced
|
3b56e7f1ce
|
fix: maybe fix #1021 again
|
2026-03-24 15:52:20 -07:00 |
|
diced
|
1d91a008e1
|
fix: linting
|
2026-03-24 12:45:43 -07:00 |
|
diced
|
ff1fc0eb75
|
fix: limit copying jpeg/webp qr codes
|
2026-03-24 12:43:48 -07:00 |
|
diced
|
430774082c
|
fix: maybe fix #1021
|
2026-03-24 12:40:29 -07:00 |
|
Benjamin Jørgensen
|
ef67fdd553
|
fix: encode password #1007 (#1023)
* Url Encode Password Query Parameter
Signed-off-by: Benjamin Jørgensen <me@benmi.me>
Signed-off-by: Benjamin Jørgensen <me@benmi.dev>
* Fix lint error
Signed-off-by: Benjamin Jørgensen <me@benmi.me>
Signed-off-by: Benjamin Jørgensen <me@benmi.dev>
* fix: use appendPassword
---------
Signed-off-by: Benjamin Jørgensen <me@benmi.me>
Signed-off-by: Benjamin Jørgensen <me@benmi.dev>
Co-authored-by: dicedtomato <git@diced.sh>
|
2026-03-24 12:27:29 -07:00 |
|
dicedtomato
|
73b5528586
|
Merge commit from fork
|
2026-03-24 12:19:02 -07:00 |
|
diced
|
3f65029464
|
fix: use title in folder page
|
2026-03-23 17:34:17 -07:00 |
|
diced
|
6da1719fda
|
refactor: fix up DashboardFileType
|
2026-03-23 17:33:14 -07:00 |
|
diced
|
4d85b41ec3
|
feat: add qrcode gen to invites
|
2026-03-22 22:47:18 -07:00 |
|
diced
|
ac5c0a1cb3
|
fix: table hydration error
|
2026-03-22 22:42:41 -07:00 |
|
diced
|
eb22598f20
|
feat: add qrcode for urls (#812)
|
2026-03-22 22:37:54 -07:00 |
|
diced
|
7a4c29d9d4
|
fix: mutate folders on update
|
2026-03-22 21:58:55 -07:00 |
|
diced
|
255336d74f
|
fix: version badge
|
2026-03-22 21:51:33 -07:00 |
|
diced
|
dc625fc682
|
fix: add Domain setting (#1009)
|
2026-03-22 12:46:02 -07:00 |
|