Commit graph

471 commits

Author SHA1 Message Date
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
diced
3175911105
feat: totp 2022-11-17 22:13:23 -08:00
dicedtomato
00f26bdc75
fix: delete suggestion issues, use discussions 2022-11-17 16:04:08 -08:00
Winter
9db95bb772
fix: README spelling errors (#224) 2022-11-17 15:30:49 -08:00
diced
e1ba96784c
feat(v3.6.1): version 2022-11-16 21:35:32 -08:00
diced
f67d1d41cb
feat: bunch of stuff 2022-11-13 19:34:38 -08:00
diced
bb7367615d
fix: remove extra administrator in set-user 2022-11-10 20:13:40 -08:00
diced
f8be8fb583
feat: new icons 2022-11-10 19:52:08 -08:00
diced
e00393936f
fix: invites 3d (#218) 2022-11-10 19:37:23 -08:00
diced
3c782de64d
fix: update views after serving (#213) 2022-11-10 19:37:23 -08:00
diced
678dc9ef6b
fix: remove build:server on scripts 2022-11-10 19:37:23 -08:00
diced
67bb9cd4a5
feat: list-users & set-user script 2022-11-10 19:37:23 -08:00
diced
51cfb9062a
fix: notifs disappear on large files (#219) 2022-11-10 19:37:23 -08:00
TacticalCoderJay
1ecf979721
fix: housekeeping (#215)
* chore: remove console.log

* chore: update error message to env file
2022-11-06 10:29:42 -08:00
diced
642b0fdc95
fix: await uploader middleware 2022-11-06 09:24:14 -08:00
Max
bc64d6886a
fix: grammar (#212)
* Grammar fix

* Grammar fix, again

* Last commit

Co-authored-by: dicedtomato <35403473+diced@users.noreply.github.com>
2022-11-03 20:45:48 -07:00
diced
81399c59f7
fix: oauth 2022-11-03 20:42:43 -07:00
diced
69d10ef429
refactor: api 2022-11-03 20:40:47 -07:00
diced
3c616f4f6f
fix: views increasing on /r 2022-11-02 09:22:01 -07:00
dicedtomato
988b61e459
fix: config.yml contact_links 2022-11-01 20:52:35 -07:00
TacticalCoderJay
3d4e0b8fc0
Include the discord server for a place to get help :D (#210)
* Create config.yml

* feat: Contact link w/ Discord!

* Update config.yml

Co-authored-by: dicedtomato <35403473+diced@users.noreply.github.com>
2022-11-01 20:50:19 -07:00
diced
564fcfca61
fix: crash when clicking on images 2022-11-01 18:25:51 -07:00
diced
709e1da768
fix: invites when user_registration false 2022-11-01 18:19:07 -07:00
diced
a1f281d8b4
feat(v3.6.0): version 2022-10-31 20:02:55 -07:00
diced
d2f3999cf1
fix: expires/expired text change 2022-10-31 16:43:12 -07:00
TacticalCoderJay
87fc9f2fb9
feat: v3.6.0-rc4 (#207)
* feat: oauth reform for potential improvements

* fix: update avatars with new pfp

* fix: remove redundant include

* feat: v3.6.0-rc4

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

* fix: remove console log

Co-authored-by: dicedtomato <diced@users.noreply.github.com>
2022-10-30 21:42:39 -07:00
diced
8c9064fd93
fix: rework image serving 2022-10-29 22:43:42 -07:00
diced
561849ae5b
feat: ability to link existing accounts to oauth 2022-10-29 20:02:54 -07:00
diced
0847802ce4
fix: remove console.log 2022-10-29 14:59:26 -07:00
diced
d5a8b3f1fb
chore: update workflows node@18 2022-10-29 10:53:21 -07:00
diced
e6cebd8c46
fix: update node@18, fix views aggregation, force update stats 2022-10-29 10:52:35 -07:00