543 Commits

Author SHA1 Message Date
diced
e5ee076e08 fix: better image width/height handling 2025-05-20 19:50:17 -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
7ab5c4e180 fix: add more debug logging when failing oauth 2025-05-13 15:58:20 -07:00
lajczi
486165625d ci: node.js 23 -> 24 (#809) 2025-05-13 14:47:14 -07:00
diced
08eb2df26c fix: typings for version api 2025-05-08 21:29:51 -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
8b9303ed80 fix: pnpm 10.10 stuff 2025-05-01 17:49:55 -07:00
diced
ee9639ac65 fix: kys 2025-04-29 12:37:34 -07:00
diced
055bee6286 fix: finally fix ts dumb ahh error 2025-04-29 12:35:35 -07:00
diced
c3bc598016 fix: remove unused import 2025-04-29 12:33:39 -07:00
diced
c0261285af fix: don't overwrite sessions webauthn (#792) 2025-04-29 12:24:51 -07:00
diced
0538b792ac feat: better partial upload checking 2025-04-29 12:14:43 -07:00
rlko
567a855ba1 fix: shell script uploader/shorten (#786)
* fix filenames with spaces + fix mime type uploads

* Add proper MIME type for uploads (especially videos)
  in shell script

* Few fixes for shell script uploader

* encapsulating all headers
* tr not needed (anymore?)
* removing `echo` as it is not returning anything
  because it is already printing on stdout
* parsing correct key for url uploader

* `echo` string seems like not needed anymore

also passed prettier

---------

Co-authored-by: dicedtomato <35403473+diced@users.noreply.github.com>
2025-04-29 11:49:18 -07:00
bigbenster702
2e59f5bd7f fix: discord auto continue on oauth screen (#795) 2025-04-29 11:29:00 -07:00
diced
ef0580655d fix: showing upload button on disabled upload folder (#776) 2025-04-16 21:47:17 -07:00
diced
8ece705eb5 fix: add mimetype to s3 uploads (#785) 2025-04-16 21:44:27 -07:00
diced
485fa62ed9 fix: oauth main api route 2025-04-09 23:04:10 -07:00
diced
b4819cd038 fix: import-dir script will work now 2025-04-08 19:47:42 -07:00
diced
cb2f2daf60 fix: formatting errors 2025-04-05 00:03:43 -07:00
diced
c2848f19c1 fix: malformed s3 multipart uploads (#771) 2025-04-04 19:47:01 -07:00
diced
55684528b8 feat: expose theme on view routes 2025-04-03 12:39:05 -07:00
diced
9611e6d5a5 feat: overhaul qs system 2025-04-03 12:32:27 -07:00
diced
e8207addba feat(v4.0.2): version v4.0.2 2025-03-31 21:32:42 -07:00
diced
d6e52e6dce fix: better s3 error handling (#766) 2025-03-31 21:24:27 -07:00
diced
d3250fdc45 fix: remove filtering empty lines in syntax highlighter 2025-03-31 21:20:21 -07:00
diced
c44572920b fix: syntax highlighting (#697) 2025-03-31 21:17:42 -07:00
diced
20a7f134ad fix: redirect /view on text files 2025-03-30 21:36:29 -07:00
diced
05d3e99cbb fix: up the body limit for importing v3 2025-03-28 16:29:38 -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
curet
e1256db661 feat: files per page selector on gallery view (#757)
* feat(files): improved pagination with files per page selector

* style(files): formated imports

* style(files): formated imports

* reverted commit

* feat(files): improved pagination with files per page selector

* Update src/components/pages/files/views/Files.tsx

---------

Co-authored-by: dicedtomato <35403473+diced@users.noreply.github.com>
2025-03-28 15:24:26 -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
ba6d5eb654 feat(v4.0.1): version v4.0.1 2025-03-12 15:29:49 -07:00
diced
248ac8a63a fix: change security policy for 3.x 2025-03-12 14:50:38 -07:00
diced
41161fb13a fix: tags combobox zindex (#747) 2025-03-12 12:38:20 -07:00
diced
c69578cc47 chore: downgrade @aws-sdk/client-s3 to not use checksum headers 2025-03-12 11:51:50 -07:00
diced
c9ed28e042 fix: incorrect hex parsing (#736) 2025-03-04 12:08:04 -08:00
diced
01e45a19e7 fix: add more frontend to anon uploads 2025-03-04 11:42:28 -08:00
diced
7d486986db fix: url passwords only on logged in (#739) 2025-03-04 10:51:17 -08:00