Commit graph

409 commits

Author SHA1 Message Date
diced
f9249b1380
feat: even more for URLs 2022-10-28 17:41:46 -07:00
diced
3df94526b0
feat: add more info to cards & relative time 2022-10-28 17:28:15 -07:00
diced
b30b7b1bd3
fix: #204 2022-10-28 16:47:16 -07:00
dicedtomato
a9defd67d6
feat: add screenshots to readme 2022-10-27 21:53:12 -07:00
diced
68d346e69d
fix: stuff 2022-10-27 21:26:54 -07:00
diced
e2fd27cbba
feat(3.6.0-rc3): version & bump deps 2022-10-27 21:09:14 -07:00
diced
4c0532006c
fix: resolve multiple el in titles 2022-10-27 21:07:44 -07:00
diced
7ac574b230
fix: support .env file 2022-10-27 19:38:54 -07:00
diced
7eb855de8f
feat: new file serving method & max views for files 2022-10-27 19:34:20 -07:00
diced
d5984f4141
chore: make things work on next 13 2022-10-26 18:20:56 -07:00
diced
b7c0c85639
chore: bump nextjs 2022-10-25 17:52:04 -07:00
diced
84ba166aea
feat: file chunking for large uploads 2022-10-24 18:31:49 -07:00
diced
bd79858681
feat(3.6.0-rc2): version 2022-10-24 11:39:42 -07:00
diced
0f10fa3991
fix: uniform margins 2022-10-24 11:38:38 -07:00
diced
74b1799d21
feat: user registration without oauth 2022-10-24 11:28:06 -07:00
diced
4552643ff8
feat: more options for text uploads & password protect them 2022-10-24 11:10:32 -07:00
diced
d432b388f6
feat: preview text uploads 2022-10-24 10:57:13 -07:00
diced
a8475602c7
feat: add port config opt for s3 2022-10-23 12:33:04 -07:00
diced
f58d33af9e
fix: recurse for entryPoints 2022-10-23 12:16:59 -07:00
diced
0150ea5e70
fix: spacing between main dashboard elements 2022-10-23 11:57:24 -07:00
diced
3bf43f1606
fix: maybe fix exports 2022-10-23 10:36:38 -07:00
diced
b8729a6ec7
fix: save imported files to datasource 2022-10-23 10:14:29 -07:00
diced
1f44aa7e85
fix: await on prisma.image.createMany 2022-10-23 10:09:48 -07:00
diced
2bd5352fc5
feat: import-dir script 2022-10-23 10:08:21 -07:00
diced
a90130e8bf
feat(v3.6.0-rc1): small fixes 2022-10-22 23:42:52 -07:00
diced
642e8796f0
feat: oauth info in user dropdown 2022-10-22 16:10:31 -07:00
diced
615cbddc89
feat: ability to edit/delete users with master administrator 2022-10-22 14:50:53 -07:00
diced
4ef82bdff4
fix: prettier 2022-10-22 14:30:50 -07:00
diced
dafde04c2c
fix: config validation for discord is null 2022-10-22 14:26:34 -07:00
diced
1be61b8d89
chore: update deps & tsx -> esbuild 2022-10-22 14:23:23 -07:00
diced
c3215c7425
fix: add oauth to readme 2022-10-19 19:49:25 -07:00
Jonathan
af0cd26ea0
feat: prettier run (#200)
* feat: prettier run

* fix: whatever that was

* chore: format more files

* chore: make format command better
2022-10-19 19:43:01 -07:00
Jonathan
cb7dacd089
perf: config validation improvements (#192)
* perf: improve config validation

* chore: remove extra space in package.json

* fix: actually update file

* fix: `datasource.local` not providing a default value

* fix: small oversight in readConfig & better error

Co-authored-by: diced <pranaco2@gmail.com>
2022-10-18 22:15:15 -07:00
TacticalCoderJay
8c04971094
fix: create -> save (edit user) (#199) 2022-10-18 20:19:40 -07:00
diced
3a4802f09a
fix: checks for export & refresh button 2022-10-17 17:20:54 -07:00
TacticalCoderJay
d78db306c5
fix: use os.tmpdir instead of hardcoded /tmp (#198) 2022-10-17 17:05:38 -07:00
TacticalCoderJay
3f8790ece1
fix: only display exports that are your own (#197) 2022-10-17 16:48:01 -07:00
TacticalCoderJay
f9e6158144
hotfix: change text to adjusted limit (#196) 2022-10-17 07:59:33 -07:00
TacticalCoderJay
05de3fed15
feat: ability to create many invites (#194) (#183)
* feat: Create many invites added.

* Update src/pages/api/auth/invite.ts

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

* fix: Lowered limit.

Co-authored-by: Jonathan <axis@axis.moe>
2022-10-16 20:18:21 -07:00
TacticalCoderJay
38cba9cb39
fix: Follow proper linebreak style. (#191) 2022-10-16 20:10:52 -07:00
diced
a4af980e11
fix: password strength not showing up on invites (#186) 2022-10-16 14:32:27 -07:00
diced
940b844857
feat: admins can't edit/delete other admins 2022-10-16 14:12:44 -07:00
diced
41b766216e
feat: naming & views on files #187 #181 2022-10-16 14:06:32 -07:00
Jonathan
402987baba
fix(dashboard): error when fetching stats (#193)
Handles an edge case where stats.data is a 1 length array since there's no before data
2022-10-16 13:44:46 -07:00
Winter
3cb08c73d3
feat: add S3 SSL as an env variable (#188)
Co-authored-by: dicedtomato <35403473+diced@users.noreply.github.com>
2022-10-15 12:33:37 -07:00
Derock
4cb92a7257
fix: NaN on stat card (#179)
* fix: NaN % change

* ref: format

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

Co-authored-by: Jonathan <axis@axis.moe>
Co-authored-by: dicedtomato <35403473+diced@users.noreply.github.com>
2022-10-15 12:22:57 -07:00
diced
a095768eae
ref: change look of oauth 2022-10-13 21:47:56 -07:00
diced
1a5925d7e8
fix: add minWidth to user dropdown 2022-10-08 21:28:36 -07:00
diced
9147847710
fix: make line graph tooltips work everywhere 2022-10-08 21:24:05 -07:00
diced
05fe8bcaca
fix: remove debug logs 2022-10-08 21:07:55 -07:00