diced
f8cd847588
feat: gfycat url #322
2023-03-18 21:48:19 -07:00
Jayvin Hernandez
5b9b454330
feat: multiple stuffs
2023-03-18 20:52:04 -07:00
dicedtomato
9c5b3f60d5
feat: add feature request "contact_link"
2023-03-09 20:51:07 -08:00
diced
d83c255382
feat(v3.7.0-rc5): version
2023-03-04 22:08:09 -08:00
Jayvin Hernandez
656b900256
fix: update 2fa enabled appropriately & delete files ( #315 )
...
* fix: update 2fa enabled appropriately
* fix: a proper delete
---------
Co-authored-by: dicedtomato <35403473+diced@users.noreply.github.com>
2023-03-04 22:07:29 -08:00
diced
a16b516163
fix: remove feather import
2023-03-04 21:56:47 -08:00
diced
6d8e66478c
feat: tabler icons
2023-03-04 21:51:58 -08:00
diced
4428555762
feat: keyboard spotlight
2023-03-04 19:57:09 -08:00
diced
463e91c3bd
feat: reorganize menu
2023-03-04 18:48:05 -08:00
diced
1e37f06ab6
feat: new login page
2023-03-04 18:33:30 -08:00
diced
3af3ba69f5
fix: spacing within appshell/paper
2023-03-04 18:11:11 -08:00
diced
0adc07ac38
feat: new ui for shortened urls
2023-03-04 18:04:22 -08:00
diced
4fe4faa202
fix: spacingg between count_by_user
2023-03-04 17:58:35 -08:00
diced
4912a872e0
fix: undef file
2023-03-04 17:51:40 -08:00
diced
ac05d82e3a
fix: allow download query on non raw
2023-03-04 17:50:14 -08:00
diced
6583f1114c
fix: null on non originalName
2023-03-04 17:47:40 -08:00
diced
e2673fa9e1
feat: add size to datatable
2023-03-04 17:20:49 -08:00
dicedtomato
bc4b528ac6
chore: update to mantine@6
...
* refactor: remove old File.tsx
* feat: initial move to mantine v6
* feat: use api option
* remove: useless size modifier
* fix: user button
* feat: use pininput for 2fa
* fix: breaking changes in migrating mantine v6
---------
Co-authored-by: TacticalCoderJay <gogojayvin923@gmail.com>
2023-03-04 17:08:43 -08:00
dicedtomato
986858345e
fix : #311
2023-03-04 04:52:00 +00:00
dicedtomato
912e439645
feat: file size ( #308 )
...
* feat: baseline support for file sizes
* feat: script to add file sizes
2023-03-03 20:40:28 -08:00
Jayvin Hernandez
8e44b71614
fix: fix ( #310 )
...
* Muted audio by default!
* Code renderin'
* not but still decently standard files being viewable
* reserved routes
* Update validateConfig.ts
---------
Co-authored-by: dicedtomato <35403473+diced@users.noreply.github.com>
2023-03-03 20:19:19 -08:00
dicedtomato
11bca28ef5
fix: show warning when password protect
2023-03-04 04:15:24 +00:00
dicedtomato
4ef0c6021a
feat(v3.7.0-rc4): version
2023-02-27 03:46:50 +00:00
dicedtomato
4fbbd58ae9
chore: update deps
2023-02-27 03:46:27 +00:00
dicedtomato
81dea6cf90
feat: logger improvements
...
- Timestamp is gray
- removed colorette dependency
- introduction of LOGGER_FILTERS
2023-02-27 01:54:37 +00:00
dicedtomato
9b57fb280b
feat: clear zero byte files script
2023-02-27 01:52:39 +00:00
dicedtomato
e804d0b31e
feat: more functionality within files table
2023-02-27 01:52:22 +00:00
dicedtomato
76845fc7e4
fix: revamp mobile ui
2023-02-26 20:45:20 +00:00
dicedtomato
decd7f7918
fix: revamp uploaded file modal
2023-02-26 20:20:36 +00:00
Jayvin Hernandez
8c5ff4f230
fix: clipboard & 2fa improvements
...
A workaround that shows the content that would have been copied if `navigator.clipboard` is unavailable for whatever reason.
2FA input autofocuses & submits on enter.
2023-02-26 11:33:57 -08:00
dicedtomato
0848702f65
fix: title for folders
2023-02-26 04:57:44 +00:00
Jayvin Hernandez
5379374135
feat: seperate discord webhooks (shorten/upload) ( #260 )
2023-02-25 20:47:14 -08:00
Jayvin Hernandez
b7772128d7
fix: default public folder (docker)
2023-02-25 20:36:05 -08:00
Jayvin Hernandez
95a1c7f92c
feat: clearing orphaned files ( #303 )
2023-02-25 20:35:08 -08:00
Jayvin Hernandez
2d69cd580a
fix: show files per user ( #299 )
2023-02-23 21:33:12 -08:00
dicedtomato
34552926d1
fix : #296
2023-02-24 00:18:03 +00:00
Jayvin Hernandez
739f584921
fix: spaces and route fixes ( #294 )
...
* fix: spaces and route fixes
* fix: shorten url response
* feat: better version checking
* fix: use special characters should work
If it doesn't, better call saul
* save that extra byte
* fix: returning protocol again in domain
unrelated to this pr but whatever
* fix: above ^
* Rename shorten.tsv to shorten.ts
---------
Co-authored-by: diced <pranaco2@gmail.com>
Co-authored-by: dicedtomato <35403473+diced@users.noreply.github.com>
2023-02-23 16:16:11 -08:00
Jayvin Hernandez
04d8b6421a
feat: devcontainers for codespaces, etc.
...
* experiment with devcontainer.json
* introduce a docker-compose for devcontainer
* Devcontainers!
* version pop
* Port labeling and a complimentary env variable
* see it to believe it
* Update .devcontainer/devcontainer.json
* Update .devcontainer/devcontainer.json
* Update .devcontainer/docker-compose.yml
---------
Co-authored-by: dicedtomato <35403473+diced@users.noreply.github.com>
2023-02-23 16:00:59 -08:00
diced
fdcd1f3d28
fix: dates #278
2023-02-23 14:42:39 -08:00
diced
fc02dc02e8
feat: public folders
2023-02-23 14:37:22 -08:00
diced
6955d83b0c
feat: better version checking
2023-02-20 23:17:04 -08:00
diced
1b3d3a867b
fix: random domains
2023-02-18 14:08:49 -08:00
diced
83718d7b31
feat: override domain header
2023-02-18 11:19:50 -08:00
IThundxr
e80627a3c3
fix: entrypoint executable ( #289 )
2023-02-18 10:02:40 -08:00
diced
e1003d4bb6
fix: url encode password query
2023-02-17 19:45:04 -08:00
diced
2ef4a52be0
fix: set password to actual text value
2023-02-17 19:44:51 -08:00
IThundxr
93a63d3714
feat: use ENTRYPOINT in docker ( #286 )
...
* :3
* Update Dockerfile
Co-authored-by: dicedtomato <35403473+diced@users.noreply.github.com>
* Update Dockerfile
Co-authored-by: dicedtomato <35403473+diced@users.noreply.github.com>
* Update Dockerfile
Co-authored-by: dicedtomato <35403473+diced@users.noreply.github.com>
* test
---------
Co-authored-by: dicedtomato <35403473+diced@users.noreply.github.com>
2023-02-17 19:09:50 -08:00
Jayvin Hernandez
a8d9d98cf2
fix: return null for no string in parser ( #285 )
2023-02-16 16:47:07 -08:00
Jayvin Hernandez
d70ddd1f53
feat: search+create for folder select ( #283 )
...
* feat?: Search for the folder to add.
Also you can create a folder right from the file, rather than being redirected.
* woops wrong import
2023-02-13 19:37:47 -08:00
Jayvin Hernandez
283c7c5a26
fix: use name
instead of file
( #281 )
...
Co-authored-by: dicedtomato <35403473+diced@users.noreply.github.com>
2023-02-10 22:47:06 -08:00