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
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
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
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
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
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
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
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
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
e6cebd8c46
fix: update node@18, fix views aggregation, force update stats
2022-10-29 10:52:35 -07:00
diced
f9249b1380
feat: even more for URLs
2022-10-28 17:41:46 -07:00