Commit graph

368 commits

Author SHA1 Message Date
diced
eef6fdaeb3
feat: tsup, small fixes 2023-01-06 14:45:48 -08:00
Jayvin Hernandez
b8b1a5bba6
fix: catch hopefully the most of the edge cases (#251)
* fix: catch hopefully the most of the edge cases

* fix: invite only, fools
2022-12-29 20:39:32 -08:00
Jayvin Hernandez
f06f52fce7
Fix root url & uploader stuff (#254)
* fix: uploader route as root won't be broken

* fix: fix broken url route for when on root
2022-12-18 17:29:50 -08:00
Jayvin Hernandez
4a332bb77b
fix: forgor (#253) 2022-12-18 16:07:38 -08:00
Jayvin Hernandez
eb1b202566
fix: catch null at other places (#252) 2022-12-18 15:05:54 -08:00
diced
658f3a1a09
fix: add a forgotten ? to schema 2022-12-17 14:12:44 -08:00
Jayvin Hernandez
55eba480ac
hotfix: fallback oauth find (#250) 2022-12-17 13:18:15 -08:00
Jayvin Hernandez
bbeea5b0ec
hotfix: make oauthid optional (#249) 2022-12-17 09:37:29 -08:00
diced
ad454a94ef
fix: remove optional 2022-12-17 09:33:07 -08:00
diced
268215ff5f
fix: oauthId optional 2022-12-17 09:06:00 -08:00
diced
4e70daa4d8
feat(v3.6.4): version 2022-12-15 20:13:45 -08:00
diced
bb28f49cf5
feat: default avatar stuffs 2022-12-15 20:09:02 -08:00
diced
d85211a145
feat: better nav bar stuff 2022-12-15 20:09:02 -08:00
diced
a7291d374d
fix: favorite pagination num 2022-12-15 20:09:02 -08:00
Jayvin Hernandez
5c9b558ac2
chore: update the readme (#246)
feature requests are now discussion threads instead of issues

Co-authored-by: dicedtomato <35403473+diced@users.noreply.github.com>
2022-12-15 18:09:36 -08:00
diced
36ede22d45
fix: readme sheilds.io images 2022-12-15 18:02:10 -08:00
diced
6528ec4056
fix: add default exit transition to modals 2022-12-14 22:46:41 -08:00
diced
56ee494c7d
fix: add wayland instructions in flameshot builder 2022-12-14 22:45:10 -08:00
diced
b21995a0b9
fix: cleanup old methods from /api/user/files 2022-12-14 22:18:50 -08:00
diced
3c00575ecd
feat: new system for paged files 2022-12-13 23:32:57 -08:00
diced
27ccbcb54a
chore: pg latest -> pg 15 2022-12-13 22:26:50 -08:00
diced
fecbf394c1
fix: remove comments 2022-12-11 15:37:59 -08:00
diced
91341e2d21
feat: new variables parser 2022-12-11 15:30:19 -08:00
TacticalCoderJay
6349503b00
feat: clear storage (#244) (#239)
* - fix: use oauth's user id instead of username
 - feat: add login only config for oauth

* Addresses tomato's concerns

* fix: catch same account on different user

* Add storage cleaning

Co-authored-by: dicedtomato <diced@users.noreply.github.com>

* Update src/components/pages/Manage/index.tsx

Co-authored-by: dicedtomato <35403473+diced@users.noreply.github.com>

* Update src/components/pages/Manage/index.tsx

Co-authored-by: dicedtomato <35403473+diced@users.noreply.github.com>

Co-authored-by: dicedtomato <diced@users.noreply.github.com>
Co-authored-by: dicedtomato <35403473+diced@users.noreply.github.com>
2022-12-10 15:00:39 -08:00
diced
58e8c103b7
fix: change CORE_HTTPS To CORE_RETURN_HTTPS in compose file 2022-12-10 14:24:34 -08:00
diced
5d115afa71
feat: update deps & fix stuff 2022-12-10 14:19:53 -08:00
diced
d8b308a18c
fix: bind 2022-12-09 19:37:40 -08:00
diced
76267c00d5
fix: attempt to fix #243 2022-12-09 19:31:35 -08:00
diced
9648856052
chore: update prisma-binaries 2022-12-09 18:09:58 -08:00
diced
d87e465a8e
fix: undefined 2022-12-08 18:53:35 -08:00
diced
2c07d6719e
feat: save showNonMedia checkbox value 2022-12-08 18:50:00 -08:00
diced
4c633eb60d
fix: clean up 2022-12-07 23:11:19 -08:00
diced
ba6580e4ef
fix: route not found for nextjs api routes 2022-12-07 23:10:43 -08:00
diced
c21d8f837e
feat: built-in ssl support
- CORE_HTTPS is now CORE_RETURN_HTTPS
- SSL_(KEY/CERT/ALLOW_HTTP1)
2022-12-07 19:40:54 -08:00
diced
eadfa09570
refactor: migrate to fastify
- (maybe) faster http server
- easy to develop on
2022-12-07 19:21:26 -08:00
TacticalCoderJay
ea1a0b7fc8
fix: new oauth stuff (#240)
* - fix: use oauth's user id instead of username
 - feat: add login only config for oauth

* Addresses tomato's concerns

* fix: catch same account on different user
2022-12-06 21:40:13 -08:00
diced
9f797613d2
fix: render in files & fix typos 2022-12-06 17:19:02 -08:00
diced
b728ff33ec
fix: delete URLs after serving 2022-12-06 16:35:38 -08:00
diced
7dc036c6e4
fix: order urls by desc 2022-12-06 16:30:47 -08:00
diced
78135aac02
fix: dynamically import prism languages 2022-12-05 19:57:14 -08:00
diced
950018673f
feat: render tex (katex) and markdown 2022-12-05 18:16:31 -08:00
diced
cfdcf05135
feat: ability to use / for URLS_ROUTE 2022-12-03 14:31:13 -08:00
diced
ace474eb2c
feat(v3.6.3): version 2022-12-03 08:37:37 -08:00
diced
285ed8d56e
fix: actually fix recursive thing 2022-12-03 08:02:16 -08:00
diced
738e25feda
fix: exiftool not working on docker 2022-12-02 17:35:47 -08:00
diced
6d2d071293
fix: max call stack error 2022-12-02 08:37:13 -08:00
diced
725ce50608
feat(V3.6.2): version 2022-12-01 09:47:09 -08:00
diced
78e884e97e
feat: default expiration/ttl (#237) 2022-12-01 09:42:16 -08:00
diced
cb123cb575
fix: formatting 2022-12-01 09:31:29 -08:00
diced
6f3081cb8e
feat: headless mode 2022-12-01 09:27:14 -08:00