0668e42ea8
style: br on a newline
2024-10-31 10:13:58 -03:00
f2e38fda23
feat: change uploaded filename to uppercase
2024-10-31 10:08:56 -03:00
ae81ead712
feat: add audio displaying
2024-10-29 19:28:30 -03:00
9262f436b6
fix: logic on naming url with secret
2024-10-29 19:21:23 -03:00
343af57742
docs: document -Fsecret
2024-10-29 17:52:38 -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
fae72778d9
docs: fix indentation on code blocks
2024-10-21 11:27:27 -03:00
4190f15a50
docs: add fast setup instructions
2024-10-18 11:38:33 -03:00
5c951b3a6d
build: remove unecessary files in final image
...
These aren't needed anymore because we started embedding `static` and
`templates` directly into the binary, so that makes it easier to:
1. Distribute
2. Setup
3. Run
2024-10-18 11:26:43 -03:00
ecb147533a
feat: embed UI assets into binary for easier distributing
2024-10-18 11:18:35 -03:00
0b3f167fce
build!: fix error that would make an initial setup not work properly
2024-10-17 19:18:28 -03:00
766efc53c3
ops: comment out replacing templates
...
this can cause issues since if the template isnt found then it blows up
2024-10-17 19:00:33 -03:00
ddfc788ac5
docs: add setup instructions
2024-10-17 18:56:09 -03:00
e753301e33
chore: remove duplicated features
...
some mistake on my end while rebasing
2024-10-17 18:48:08 -03:00
37f12ad067
fix: make files cover all space available
2024-10-17 18:22:16 -03:00
c3424c1bb3
refactor: set values on Application creation
2024-10-17 15:26:13 -03:00
a36cec5cb1
feat: add support for fish scripts
2024-10-17 13:08:29 -03:00
35b1b183b2
docs: add features to readme
2024-10-17 13:07:49 -03:00
d6b7dcc74e
docs: add tutorial for jwt tokens
2024-10-17 13:06:12 -03:00
ed2c0e7ef9
feat: add tokens for authentication
2024-10-17 10:52:33 -03:00
7ed16a5397
feat: redirect to another link if file is not supported
2024-10-16 23:34:08 -03:00
18bc590525
docs: add syntax highlighting goal completed
2024-10-16 23:27:02 -03:00
eda09669f8
feat: make /last also use new template
2024-10-16 23:20:14 -03:00
c32a459147
docs: add another goal completed
2024-10-16 22:42:46 -03:00
6c87fe724c
feat: add syntax highlighting to files using highlightjs
2024-10-16 22:41:59 -03:00
8b0300c738
feat: add timeUploaded to /tree
2024-10-16 22:41:59 -03:00
8ec85fdc1b
feat: add uploadedTime to index page
2024-10-16 22:41:59 -03:00
4384cfaa35
feat: add text support for custom page
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
ff566a2ff5
wip: add handling for extensions
2024-10-16 22:41:59 -03:00
c64c63d333
feat: remove download button and make header more useful
2024-10-16 22:41:59 -03:00
ebe2c461f5
wip: add custom template for displaying files
2024-10-16 22:41:59 -03:00
52fa208aab
docs: change from my domain to standard localhost
2024-10-16 11:14:51 -03:00
c8b23c79b9
docs: add more examples to uploads
2024-10-15 22:59:01 -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
ba7ebb6210
docs: update docs on /upload
2024-10-15 15:39:54 -03:00
bdab72dcac
feat: move upload page to home page
2024-10-15 15:35:45 -03:00
8bf4d7e5c4
feat: update default webpage with new buttons
2024-10-15 15:26:55 -03:00
b10bdf21b5
feat: add check on whether to restrict text uploading
2024-10-15 15:21:05 -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
58c8321a18
feat: add footer to homepage
2024-09-24 13:23:46 -03:00
9d5fbca929
fix: mkv videos not playing on browser
2024-09-19 15:47:24 -03:00
e341d2f166
fix: limited /tmp space inside container
...
causes big uploads to not go through
2024-09-19 15:39:11 -03:00