Commit graph

89 commits

Author SHA1 Message Date
diced
59b3e5bb24
feat(v3.7.0-rc2): version 2023-01-15 21:09:51 -08:00
diced
a8020ecebe
refactor: many columns/tables in prisma 2023-01-15 13:39:07 -08:00
diced
45e897d475
feat(3.7.0-rc1): version 2023-01-14 15:27:21 -08:00
diced
5e6c53432b
refactor: chart.js -> recharts 2023-01-13 17:20:40 -08:00
diced
eef6fdaeb3
feat: tsup, small fixes 2023-01-06 14:45:48 -08:00
diced
4e70daa4d8
feat(v3.6.4): version 2022-12-15 20:13:45 -08:00
diced
27ccbcb54a
chore: pg latest -> pg 15 2022-12-13 22:26:50 -08:00
diced
5d115afa71
feat: update deps & fix stuff 2022-12-10 14:19:53 -08:00
diced
eadfa09570
refactor: migrate to fastify
- (maybe) faster http server
- easy to develop on
2022-12-07 19:21:26 -08:00
diced
950018673f
feat: render tex (katex) and markdown 2022-12-05 18:16:31 -08:00
diced
ace474eb2c
feat(v3.6.3): version 2022-12-03 08:37:37 -08:00
diced
725ce50608
feat(V3.6.2): version 2022-12-01 09:47:09 -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
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
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
a1f281d8b4
feat(v3.6.0): version 2022-10-31 20:02:55 -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
e6cebd8c46
fix: update node@18, fix views aggregation, force update stats 2022-10-29 10:52:35 -07:00
diced
e2fd27cbba
feat(3.6.0-rc3): version & bump deps 2022-10-27 21:09:14 -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
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
1be61b8d89
chore: update deps & tsx -> esbuild 2022-10-22 14:23:23 -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
diced
41b766216e
feat: naming & views on files #187 #181 2022-10-16 14:06:32 -07:00
diced
d31371eb6c
feat: configurable invites & disable_media_preview config 2022-10-02 15:39:59 -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
Derock
dc926e9f5a
feat: overhaul a lot of stuff (#171)
* feat: ssr for /code/[id], fix: syntax highlighting

* feat: cache responses

* ref: eslint

* wip

* Create .gitattributes

* wip again

* redesign dashboard

* ref: use react-query for url
ref: break into components
feat: loading animation for delete
feat: no url image

* feat: use react-query mutation for files

* ref: update sizing on code input

* chore(deps): update mantine

* feat: overhaul stats page

* fix: incorrectly calculating stat % change

* fix: use latest data in stats per day

* feat: add validation on stats amount query string

* refactor: clean up imports & code

* fix: remove prettier (fixes eslint)

* ref: run eslint autofix

* ref: more eslint

* ref: replace undraw on homepage with react-feather

* refactor: remove tailwind & add responsiveness to stuff

* fix: colors on file placeholder

* fix: make actions work

* feat: new sharex configuration generator

Co-authored-by: diced <pranaco2@gmail.com>
2022-09-23 18:19:27 -07:00
diced
2e8bee931c
feat: add a debug read-config script 2022-08-26 20:06:57 -07:00
diced
a454a4f4a8
feat: external links & bug fixes 2022-08-26 20:04:25 -07:00
diced
45541a3cdd
feat: add version to appshell 2022-08-24 20:37:57 -07:00
diced
4f631fbd0e
feat: more ways to expire 2022-08-21 22:24:56 -07:00
diced
e911db4c1a
fix: image table on dashboard 2022-08-17 15:01:23 -07:00
diced
9b60147e11
feat(v3.5.0): version 2022-08-16 15:25:44 -07:00
diced
8f835eec4e
feat: add image compression 2022-08-16 14:04:11 -07:00
diced
cdcb31130b
feat: switch to tsx (typescript execute) 2022-07-28 11:30:14 -07:00
diced
3ea24ddf0c
feat: switch to mantine v5 2022-07-28 11:03:22 -07:00
dicedtomato
12baadd563
fix: revert version 2022-07-15 21:29:44 +00:00
dicedtomato
f5ae36d4e7
feat: version 3.4.9 2022-07-15 21:28:27 +00:00
dicedtomato
cdf0f6e96c
feat: versioned docker images 2022-07-13 04:32:52 +00:00
dicedtomato
54158c5dbe
refactor: remove config file in favor for env variables 2022-07-13 02:50:25 +00:00
dicedtomato
2376fd8968
feat: switch from radix-icons to feathericons 2022-07-10 00:46:15 +00:00
dicedtomato
ea27fd8a45
feat(3.4.8): fix bug where you can crash zipline 2022-07-08 02:52:19 +00:00