Commit graph

551 commits

Author SHA1 Message Date
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
dicedtomato
231f734fd5
Update README.md 2022-11-28 20:47:24 -08:00
TacticalCoderJay
fce7325a24
fix: add onDelete to all relations (#236) 2022-11-28 20:39:20 -08:00
diced
2bec45411f
feat: overhaul upload frontend 2022-11-28 19:58:21 -08:00
diced
577195b578
fix: serve favicon.ico always 2022-11-27 20:06:22 -08:00
diced
a402227c4f
fix: custom placeholder 2022-11-27 19:55:14 -08:00
TacticalCoderJay
a75b790654
fix: allow root route & remove swift refs (#235) (#214)
* fix:
 - readd root route for uploads only
 - catch 1 edge case for root route (/dashboard)

* fix: spelt dashboard right

* fix: include the dot for the extension

* fix: remove any possible references of swift

* fix: missed a spot

* Update .env.local.example

Co-authored-by: Jonathan <axis@axis.moe>

* Update .env.local.example

* Update validateConfig.ts

* format

Co-authored-by: dicedtomato <35403473+diced@users.noreply.github.com>
Co-authored-by: Jonathan <axis@axis.moe>
2022-11-27 18:20:29 -08:00
TacticalCoderJay
f07cbeac52
fix: small bug & no file ext (#234)
* fix: allow empty file extensions

* fix: Add a button to show non-media files

* fix: Looks better

* Update FilePagation.tsx

Co-authored-by: dicedtomato <35403473+diced@users.noreply.github.com>
2022-11-26 16:15:09 -08:00
diced
dcfcce7803
update readme with stuff 2022-11-26 14:33:42 -08:00
diced
659868181d
feat: supabase datasource & remove swift 2022-11-25 14:30:18 -08:00
diced
d76e6444e0
fix: dumb cors headers 2022-11-24 14:34:24 -08:00
diced
0dbbf4840c
fix: CORS not working because of auth headers 2022-11-24 14:17:46 -08:00
diced
1b6af9fc08
fix: OPTIONS being blocked 2022-11-24 10:35:06 -08:00
karlmanait
8e1541ea56
feat: add configuration for default upload format (#232)
* feat: add configuration for default upload format

* fix: change default back to original
2022-11-22 20:36:49 -08:00
diced
fd9908833a
fix: link on files 2022-11-20 00:01:31 -08:00
diced
24f8300b2c
fix: delete invites that expired or are used 2022-11-19 17:16:46 -08:00
diced
8d510f5d90
fix: typo 2022-11-19 17:05:15 -08:00
diced
6457680065
feat: exif metadata & remove gps 2022-11-19 13:58:14 -08:00