Commit Graph

190 Commits

Author SHA1 Message Date
diced
b566d13c8d fix: random visual bugs + enhancements 2025-07-02 20:41:37 -07:00
diced
6a76c5243f fix: typo separator 2025-07-02 14:12:35 -07:00
curet
38a90787d0 feat: predefined domains (#822)
* feat(domains): add domains to server settings

* fix(domains): fix linting errors

* fix(domains): remove unused imports

* fix(urls): fix typo

* feat(domains): remove expiration date from domains

* feat(domains): changed domains from JSONB to TEXT[]

* fix(domains): linter errors

---------

Co-authored-by: dicedtomato <35403473+diced@users.noreply.github.com>
2025-07-02 10:52:33 -07:00
diced
3486e9880e feat: midnight pink theme 2025-07-01 17:15:41 -07:00
diced
96f60edaee fix: try to fix insane db connections #778 2025-07-01 16:55:57 -07:00
diced
d7f3e1503f fix: broken link partial file #816 2025-07-01 15:53:20 -07:00
diced
dfc8fca3e0 fix: default expiration #821 2025-07-01 15:33:29 -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
4b1ca07510 feat: better cache for versions 2025-06-11 20:21:52 -07:00
diced
ed1273efba feat: convert db settings to env vars cli 2025-06-08 11:52:32 -07:00
diced
fbf9e10e56 feat: allow/denylist discord oauth 2025-06-07 11:36:23 -07:00
diced
a1ee1178ae feat: allow env vars that override database set settings 2025-06-07 11:17:43 -07:00
diced
e5eaaca5a0 feat: discord oauth whitelist 2025-06-06 20:33:41 -07:00
diced
6362d06253 feat: new gps remover 2025-06-06 15:06:21 -07:00
diced
4b3878d553 feat: switch metadata remover 2025-06-06 10:40:38 -07:00
diced
1bff0564e7 feat: ratelimits for a bunch of routes (small) 2025-06-05 22:52:23 -07:00
diced
04b0a18b85 fix: remove ignore tls verify 2025-06-01 11:33:40 -07:00
diced
e7de1c9762 fix: show error when s3 fails 2025-06-01 11:03:12 -07:00
diced
e8380cc261 fix: allow unauthorized certs s3 2025-05-26 12:26:09 -07:00
diced
8f12621315 feat: new view file showing options 2025-05-20 20:55:52 -07:00
diced
8382a1b55d fix: remove some paths from safe config 2025-05-18 22:03:44 -07:00
diced
a35d8b87ee feat: more version checking options 2025-05-15 21:09:44 -07:00
diced
f70eea97b0 fix: better DEBUG var handling 2025-05-15 15:09:19 -07:00
diced
4a5d01c663 feat: version checking 2025-05-08 21:20:47 -07:00
diced
485f106a65 fix: remove avatar fetching every 30s 2025-05-08 17:15:33 -07:00
diced
3d3f519403 feat: s3 subdirectory 2025-05-08 15:13:31 -07:00
diced
617f42d3bf fix: remove prisma schema load message 2025-05-08 10:59:18 -07:00
diced
25a2a54d8a fix: unused imports in s3 2025-05-07 20:04:14 -07:00
diced
35c37c235f fix: change access test logic 2025-05-07 19:56:02 -07:00
diced
594dfa6ef9 fix: import issue 2025-05-06 01:19:08 -07:00
diced
5ab36a08b2 feat: expose git sha in versioning api 2025-05-06 01:14:13 -07:00
diced
90aef3dce1 feat: update mantine, prisma, etc. 2025-05-06 00:17:53 -07:00
diced
0538b792ac feat: better partial upload checking 2025-04-29 12:14:43 -07:00
bigbenster702
2e59f5bd7f fix: discord auto continue on oauth screen (#795) 2025-04-29 11:29:00 -07:00
diced
8ece705eb5 fix: add mimetype to s3 uploads (#785) 2025-04-16 21:44:27 -07:00
diced
d6e52e6dce fix: better s3 error handling (#766) 2025-03-31 21:24:27 -07:00
diced
369a527446 fix: make .stats optional for imports 2025-03-28 15:46:23 -07:00
diced
92b7024111 fix: maybe fix s3 max sockets issue (#752) + update next.js 2025-03-28 15:44:44 -07:00
dicedtomato
b767a0082e Merge commit from fork
* fix: math.random not random

* fix: ignore require() warnings
2025-03-19 14:42:13 -07:00
curet
c6e536a803 feat: midnight orange/blue themes, fix #754 #751 (#753)
* feat(theme): add midnight orange theme

* feat(files): Added more files to one page & filter by views

* feat(ThemeProvider): Added bigger radius for moderner look
fix(auth): When title to long it fits now better
fix(api): Fixed user favorties not showing right

* fix(auth)

* feat(theme): add midnight blue theme
change(file): updated it 15 files per page

* changed(theme): midnight_orange: add missing colors

* little improvement on the theme files
2025-03-18 14:08:54 -07:00
diced
c9ed28e042 fix: incorrect hex parsing (#736) 2025-03-04 12:08:04 -08:00
diced
20b781709f feat: anonymous folder uploads 2025-03-03 22:26:38 -08:00
diced
ab8c6a708a fix: nullable oauthId (#734) 2025-03-03 20:46:23 -08:00
nobody
3ab4fc960e feat: random domain selection with x-zipline-domain (#713)
* Update index.ts 

randomize returnDomain if "x-zipline-domain" is a comma separated list

- Updated returnDomain handling to support both single and comma-separated domain strings.
- Implemented random selection from the list of domains.

* Update parseHeaders.ts

randomize returnDomain if "x-zipline-domain" is a comma separated list

- Updated returnDomain handling to support both single and comma-separated domain strings.
- Implemented random selection from the list of domains.

* Update parseHeaders.ts

* Update index.ts

* fixed formatting for prettier

* fixed formatting for prettier

* Update index.ts

* Update parseHeaders.ts

* Update index.ts

---------

Co-authored-by: dicedtomato <35403473+diced@users.noreply.github.com>
2025-02-22 18:08:01 -08:00
diced
a90a03a250 feta: fix api errors + gps metadata 2025-02-22 15:12:15 -08:00
diced
af68a2a06c feat: move oauth api to fastify + update deps 2025-02-21 23:33:48 -08:00
diced
ef53a11bdf feat: more debug logging for oauth 2025-02-20 20:32:49 -08:00
diced
316d961fb6 fix: do not overwrite sessions on oauth logins 2025-02-17 12:00:55 -08:00
diced
7e1cec2e44 fix: allow null password on imports 2025-02-16 20:27:11 -08:00
diced
477aca289a feat: v4 changes 2025-02-16 17:25:11 -08:00