751 Commits

Author SHA1 Message Date
diced e910fe9da5 fix: folder issues 2026-02-05 15:59:35 -08:00
diced 4656599bb0 fix: use tmpdir() for initial 2026-02-05 15:59:21 -08:00
diced d6c33b6123 fix: clean up #961 2026-02-05 15:34:45 -08:00
Christoph Schlaepfer defcc7950d feat: nested folders (#961)
* Added nested folders feature

* Fixed Linting

* Fixed Linting

* Fixed Linting

* Fixed linting

* Fixed import

* Fixed dashboard view

* Fixed dashboard view

* Added DB Migration

* Fixed dropdown selection

* Added structured dropdowns to file dialog

* Fixes Nested Folder depth lookup & Breadcrumbs

* Fixes Nested Folder dropdowns

* Linting

* Fixes Export Filename

* Fixes export hierarchy

* Implemented Reviewed Feedback, improved code

* Removed more comments
2026-02-05 14:48:44 -08:00
diced 3d55ce0def fix: change buttons + add buttons 2026-02-04 14:29:25 -08:00
diced 8c9df5af5d feat: add domain selection to urls (#977) 2026-02-03 17:48:03 -08:00
diced 5c33ae134a fix: bunch of validation fixes 2026-02-02 21:13:58 -08:00
diced b628489330 fix: build errors 2026-01-31 18:36:34 -08:00
diced e9a6e31d4f fix: add passkey warning for old passkeys 2026-01-31 18:21:22 -08:00
diced ebe37cf7c1 fix: add warning when accessing over secure (login) 2026-01-31 18:11:29 -08:00
diced 529708110b fix: metrics validations 2026-01-31 15:01:49 -08:00
diced 9066dd37fb feat: remove built-in SSL 2026-01-31 14:16:51 -08:00
diced 45848925f4 fix: validation issues edit user 2026-01-28 16:29:54 -08:00
diced 2ba1da1671 fix: don't log db 2026-01-22 15:08:38 -08:00
diced 35c7d6b70c fix: #964 2026-01-22 15:03:23 -08:00
diced f45d1b770f fix: #966 2026-01-22 15:01:32 -08:00
diced 3650178ab3 fix: #968 2026-01-22 14:21:38 -08:00
diced 574bd9114c feat(v4.4.1): version v4.4.1 2026-01-19 17:10:21 -08:00
Radon Rosborough 73c46b875d fix: missing input field names (#963)
* fix: missing input field names

* Use enhanceGetInputProps instead
2026-01-19 17:04:49 -08:00
diced e21670f292 fix: titles on view pages 2026-01-17 22:23:43 -08:00
Radon Rosborough 09b3ef4e26 fix: typo in docker-compose.yml (#962) 2026-01-17 22:00:26 -08:00
diced afdee6994e fix: build errors 2026-01-13 22:53:24 -08:00
diced 6f6879c58a fix: #954 2026-01-13 22:50:30 -08:00
diced 66a2f760cf fix: #957 2026-01-13 22:47:40 -08:00
diced fb3199a9d5 fix: improve on validation 2026-01-13 22:13:09 -08:00
diced 274a84397a fix: workflow 2026-01-10 23:46:16 -08:00
diced 4b585d8634 feat: gen-openapi workflow 2026-01-10 23:43:45 -08:00
diced 260c283872 feat: input validation schemas (very wip) 2026-01-10 23:32:59 -08:00
diced 4d978c11b1 fix: regen random-values 2026-01-10 15:13:38 -08:00
diced 8bdd9e8315 fix: settings -> domains logic 2026-01-09 21:22:21 -08:00
diced d4a3e877d2 fix: #956 2026-01-09 20:31:44 -08:00
dicedtomato db3c5f48a5 Merge commit from fork
* fix: passkey impl

* fix: passkey impl

* fix: passkey impl + other stuff

* fix: cookies

* fix: passkey auth w/ cookie

* fix: cookie options
2026-01-08 23:26:16 -08:00
diced cdcaa926fe fix: use gcm 2026-01-06 15:20:01 -08:00
dicedtomato 01503968ab Merge commit from fork 2026-01-06 15:11:43 -08:00
dicedtomato 8aa5ec6917 Merge commit from fork 2026-01-06 14:51:43 -08:00
dicedtomato 9befcaaf80 Merge commit from fork 2026-01-06 14:41:27 -08:00
dicedtomato bfc0e4d40c Merge commit from fork 2026-01-06 14:30:41 -08:00
diced 4fb21f678e fix: add debugs for event emitter warnings 2026-01-02 23:26:54 -08:00
diced f49598c760 fix: #950 2026-01-02 21:46:15 -08:00
diced bfd6a8769d fix: #948 and tags/folders
fixes inconsistencies when editing other user's files
- tags menu shows their tags
- folders menu shows their folders
by design, you can't and will not be able to add another user's file to
your own folder.
this also introduces a few wip stuff, might be buggy, please bear with
me!
2025-12-31 00:03:55 -08:00
diced 87cf4916a5 fix: #949 2025-12-30 23:23:04 -08:00
diced 12ea806f0a fix: #945 2025-12-30 23:15:16 -08:00
diced 6269b457d8 fix: don't clamp lines on /view 2025-12-26 16:15:23 -08:00
diced 78f5875464 fix: omit meta tags when embed is disable 2025-12-26 15:55:05 -08:00
diced 05df685bd1 fix: better max/default expiration validation 2025-12-26 15:52:31 -08:00
diced eaf245a4c9 fix: compression-type errors when no compression-percent 2025-12-26 15:43:00 -08:00
Zarox28 8a7b401b6e feat: add maximum expiration value (#934)
* feat: add maximum expiration value

* fix(settings)

* fix: add missing migration

* Update src/lib/import/version3/validateExport.ts

* fix: x-zipline-deletes-at with maxExpiration config

---------

Co-authored-by: dicedtomato <35403473+diced@users.noreply.github.com>
2025-12-18 01:50:34 -08:00
diced bb13e44bc9 fix: PWA and favicons #938 2025-12-17 19:54:23 -08:00
diced 2c21e119c4 fix: #926 2025-12-17 00:06:55 -08:00
diced 1585287b63 feat(v4.4.0): version v4.4.0 2025-12-13 14:37:48 -08:00