Commit Graph

30 Commits

Author SHA1 Message Date
9262f436b6 fix: logic on naming url with secret 2024-10-29 19:21:23 -03:00
e216e2a1b5 feat: add longer url if "secret" field is present 2024-10-29 17:51:27 -03:00
6a2bf1ea4a feat: add Location header to response 2024-10-21 12:01:32 -03:00
ecb147533a feat: embed UI assets into binary for easier distributing 2024-10-18 11:18:35 -03:00
c3424c1bb3 refactor: set values on Application creation 2024-10-17 15:26:13 -03:00
ed2c0e7ef9 feat: add tokens for authentication 2024-10-17 10:52:33 -03:00
eda09669f8 feat: make /last also use new template 2024-10-16 23:20:14 -03:00
8b0300c738 feat: add timeUploaded to /tree 2024-10-16 22:41:59 -03:00
6d9dd1aa65 feat: add custom page handling for most media format
I haven't gotten text to work yet
2024-10-16 22:41:59 -03:00
ebe2c461f5 wip: add custom template for displaying files 2024-10-16 22:41:59 -03:00
8afc49bd04 refactor: modularize main function 2024-10-15 22:41:51 -03:00
00d2f3e510 refactor: remove redundant uploadHandler 2024-10-15 18:37:37 -03:00
bdab72dcac feat: move upload page to home page 2024-10-15 15:35:45 -03:00
030196cf51 fix: drop over-reliance on app.lastUploadedFile
It won't be good for future code maintainance if filepath for the actual
file is dependant on a variable that gets updated when something is
hashed
2024-10-15 15:14:22 -03:00
1bd55061bf feat: add form for uploading 2024-10-15 15:08:27 -03:00
6ef22dd93f refactor: further curl refactoring 2024-10-15 14:38:01 -03:00
0d6c6d02b1 refactor: refactor curl handler 2024-10-15 14:18:55 -03:00
e87382bc77 wip: add upload box 2024-10-15 13:33:18 -03:00
f5cb446264 refactor: split helper functions 2024-10-03 21:19:14 -03:00
9d5fbca929 fix: mkv videos not playing on browser 2024-09-19 15:47:24 -03:00
444c725fc6 fix: change to html/template for more security 2024-09-19 15:38:43 -03:00
39c6a1f570 feat: add customizable file tree 2024-09-19 10:28:23 -03:00
2c5a818c10 fix: set text mimetypes for common extensions 2024-09-18 13:58:05 -03:00
9e2dc9df91 feat: change filenames for md5 hashes 2024-09-18 13:48:04 -03:00
1ab01ac492 fix: correct path handling for static
on docker, you'd need to do /static and not /app/static
2024-09-18 10:19:04 -03:00
4ed73c3086 feat: add /last for checking last uploaded file 2024-09-18 10:03:53 -03:00
468fb823e9 feat: add static webpage 2024-09-18 09:55:26 -03:00
31e894b6bc feat: add customizable port and file directories 2024-09-06 16:34:20 -03:00
04fc379479 feat: easier setup and more transparent customization 2024-09-03 21:53:26 -03:00
Lucas Barbieri
84565a5a1a refactor: split into multiple files 2024-08-25 23:17:20 -03:00