Commit graph

247 commits

Author SHA1 Message Date
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
diced
b0c3c6f45a
feat: oauth sign up 2022-10-08 17:58:56 -07:00
diced
0f641aa852
fix: make last icon flat 2022-10-02 16:01:33 -07:00
diced
2651bbe50c
fix: change readme 2022-10-02 16:01:05 -07:00
diced
d31371eb6c
feat: configurable invites & disable_media_preview config 2022-10-02 15:39:59 -07:00
diced
ec0e7e5ec7
feat: edit users (admin-only) 2022-10-01 14:04:18 -07:00
diced
feb75a8a42
fix(config): add env for UPLOADER_DATE_FORMAT 2022-10-01 13:34:41 -07:00
diced
d4369d2503
refactor: redux -> recoil 2022-10-01 11:09:07 -07:00
diced
d236589644
fix: tidy up stuff 2022-10-01 11:09:07 -07:00
diced
8044b7f623
refactor: move clientUtils into utils/ 2022-10-01 11:09:07 -07:00
dicedtomato
9f0697dd34
feat: add contributing.md 2022-09-30 16:16:08 -07:00
diced
78a6f3122d
fix: escape . in regexes 2022-09-28 20:45:50 -07:00
diced
b460da74dd
refactor: change bool() -> boolean() 2022-09-28 20:30:24 -07:00