diced
|
72d8c693c7
|
chore: update packages
|
2026-04-19 21:58:06 -07:00 |
|
diced
|
f75457da1c
|
fix: various md rendering errors
|
2026-04-10 22:12:36 -07:00 |
|
diced
|
f0bcb4a019
|
feat(v4.5.3): version
|
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
|
67a9fe34b4
|
fix: use devalue for ssr
|
2026-03-31 23:30:10 -07:00 |
|
diced
|
cb2590aae5
|
feat(v4.5.2): version
|
2026-03-28 23:58:39 -07:00 |
|
diced
|
00ddf86ea8
|
feat(v4.5.1): version
|
2026-03-27 23:13:22 -07:00 |
|
diced
|
bf7a4e92e3
|
chore: update packages
|
2026-03-25 20:56:18 -07:00 |
|
diced
|
d8ca9dc9b5
|
feat(v4.5.0): version
|
2026-03-21 11:50:36 -07:00 |
|
dicedtomato
|
842dac2660
|
Merge commit from fork
* fix: advisory
* fix: typo
|
2026-03-16 13:13:06 -07:00 |
|
diced
|
ec7024242f
|
fix: remove use of union types in response for now
|
2026-03-03 21:30:59 -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
|
01f177fbc3
|
fix: permissions on docker scripts
|
2026-02-23 00:43:41 -08:00 |
|
diced
|
ab1d394a46
|
fix: permissions
|
2026-02-23 00:42:01 -08:00 |
|
diced
|
d4d1cdc885
|
feat: revamped sessions
|
2026-02-15 21:18:02 -08:00 |
|
diced
|
78600103af
|
feat(v4.4.2): version
|
2026-02-10 20:49:14 -08:00 |
|
diced
|
574bd9114c
|
feat(v4.4.1): version
|
2026-01-19 17:10:21 -08:00 |
|
diced
|
260c283872
|
feat: input validation schemas (very wip)
|
2026-01-10 23:32:59 -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
|
1585287b63
|
feat(v4.4.0): version
|
2025-12-13 14:37:48 -08:00 |
|
diced
|
ca09b1319d
|
chore: update packages + eslint + lint
|
2025-12-08 01:29:12 -08:00 |
|
diced
|
ffbad41994
|
fix: export issues (#915)
|
2025-10-27 15:05:01 -07:00 |
|
diced
|
2402c6f0ef
|
fix: performance issues with code renderer (#911)
|
2025-10-23 21:51:37 -07:00 |
|
diced
|
2ad10e9a52
|
feat(v4.3.2): version
|
2025-10-16 21:12:40 -07:00 |
|
diced
|
69dfad201b
|
feat: reorder/disable/enable table fields in file table
|
2025-10-12 21:43:50 -07:00 |
|
diced
|
a7a23f3fd9
|
chore: downgrade aws sdks (#888)
newer AWS sdks introduce dumb AWS specific stuff that break
interoperability with other services.
|
2025-09-19 20:26:20 -07:00 |
|
diced
|
19fc87818c
|
feat(v4.3.1): version
|
2025-09-08 15:23:54 -07:00 |
|
diced
|
40c12ca3f0
|
fix: 🖕prisma (rollback to working stuff)
|
2025-09-06 12:37:32 -07:00 |
|
diced
|
e2e3edd208
|
feat(v4.3.0): version
|
2025-09-05 11:30:53 -07:00 |
|
diced
|
da8edb9c5d
|
fix: prisma migrate
|
2025-09-03 11:49:13 -07:00 |
|
diced
|
87650d0fec
|
feat: new scripts system
|
2025-09-03 00:00:04 -07:00 |
|
diced
|
0a59298fa0
|
chore: update to zod@4
|
2025-09-02 23:38:23 -07:00 |
|
diced
|
771811b4b7
|
chore: update packages
|
2025-08-21 15:03:26 -07:00 |
|
diced
|
6758fe1037
|
feat: asciinema in dashboard rendering
|
2025-08-20 20:40:24 -07:00 |
|
diced
|
f6eefc01e2
|
fix: build stage order
|
2025-08-14 12:34:21 -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
|
71dbbb584a
|
feat(v4.2.3): version
|
2025-08-09 22:46:30 -07:00 |
|
diced
|
cd8b892a90
|
feat(v4.2.2): version
|
2025-08-07 19:48:52 -07:00 |
|
diced
|
f78c873aae
|
fix: revert zod
|
2025-08-02 16:52:14 -07:00 |
|
diced
|
82a7f1d0bf
|
feat(prisma): use non-rust engines
|
2025-08-02 16:36:08 -07:00 |
|
diced
|
2fd1007e4b
|
chore: lint + upgrade packages
|
2025-08-02 15:40:09 -07:00 |
|
diced
|
ac08f4f797
|
feat(v4.2.1): version
|
2025-07-28 12:21:26 -07:00 |
|
diced
|
4652ada85e
|
feat(v4.2.0): version
|
2025-07-01 17:43:12 -07:00 |
|
lajczi
|
28f7d3f618
|
chore: update ESLint config (#826)
* chore: update ESLint config
* chore: update file permissions
---------
Co-authored-by: dicedtomato <35403473+diced@users.noreply.github.com>
|
2025-07-01 11:38:47 -07:00 |
|
diced
|
6362d06253
|
feat: new gps remover
|
2025-06-06 15:06:21 -07:00 |
|
diced
|
81866b4b50
|
feat(v4.1.2): version hotfix
|
2025-06-06 10:40:57 -07:00 |
|
diced
|
4b3878d553
|
feat: switch metadata remover
|
2025-06-06 10:40:38 -07:00 |
|
diced
|
d0a613ab8e
|
feat(v4.1.1): version
|
2025-06-05 22:52:44 -07:00 |
|
diced
|
bd057944ce
|
chore: update dependencies
|
2025-06-05 14:53:03 -07:00 |
|
diced
|
6b0bbad8d4
|
feat(v4.1.0): version
|
2025-05-20 20:58:51 -07:00 |
|