Commit Graph

15 Commits

Author SHA1 Message Date
diced
72d8c693c7 chore: update packages 2026-04-19 21:58:06 -07:00
diced
377e3dc73d fix: throw errors on uploads 2026-04-10 22:44:59 -07:00
diced
3e287e8ad7 feat: identify anon uploads
- anon uploads will be identifiable now
- still anonymous but will show that they were uploaded anonymously
- reworked table edit modal to support new fields and merge local
  state
2026-03-19 17:11:21 -07:00
diced
281ab666c1 feat: add tags to api routes 2026-03-03 23:40:23 -08:00
dicedtomato
ef6e0e00a0 feat: response validation (#1012)
* feat: add response schemas (WIP, hella unstable!!)

* refactor: models to zod

* feat: descriptions for api routes

* fix: finish up api refactor

* refactor: generalized error codes

* fix: responses + add descriptions

* fix: more

* fix: lint

* fix: settings errors

* fix: add errors to spec
2026-03-03 16:32:50 -08:00
diced
41240b7aff refactor: upload/partial logic + more sanitzation 2026-02-23 22:04:50 -08:00
Huang Cheng Ting
2332d529e0 fix: prevent random character conflicts in uploads and urls (#978)
Co-authored-by: dicedtomato <35403473+diced@users.noreply.github.com>
2026-02-05 16:03:08 -08:00
diced
260c283872 feat: input validation schemas (very wip) 2026-01-10 23:32:59 -08:00
dicedtomato
1d4c3f26b4 Merge commit from fork 2025-12-13 14:31:55 -08:00
diced
69dfad201b feat: reorder/disable/enable table fields in file table 2025-10-12 21:43:50 -07:00
diced
2f19140085 feat: add file name in upload response 2025-10-03 21:01:18 -07:00
dicedtomato
ae7b4dacf1 feat: remove next.js in favor of client-side only (#857)
* feat: start removing next.js

* feat: working ssr + dev + prod env

* feat: all functionality added + client/ -> src/client/

* fix: build process

* fix: caching on pnpm action

* fix: ignores + cache action

* fix: docker + exdev error

* fix: generate prisma before types

* fix: remove node@20 from actions

* feat: dynamic import optimizations + titled pages

* fix: removed unused vars

* feat: small ui fixes and improvements

* feat: small ui improvements

* fix: linting error

* fix: regex when adding domains
2025-08-14 12:13:54 -07:00
diced
6acdc72776 fix: multiple db connections on offloaded threads 2025-08-02 16:53:53 -07:00
diced
fa9bf185d5 fix: improve logic in uploading + partial 2025-08-01 12:31:07 -07:00
diced
eca6a0c5fd feat(unstable): implement new uploading logic 2025-07-31 23:23:31 -07:00