Commit graph

30 commits

Author SHA1 Message Date
c7f30c8245
0.9.0-3: .
Some checks failed
File-uploader-crystal CI / build (push) Failing after 21s
2024-09-10 23:51:40 -03:00
db51190e5f
0.9.0-2: Build please
Some checks failed
File-uploader-crystal CI / build (push) Failing after 2m48s
2024-09-10 23:34:39 -03:00
e1a64b225d
0.9.0-1: Add Docker file and automated builds using forgejo actions 2024-09-10 23:26:32 -03:00
cbeba2b0a2
0.9.0: Mode admin endpoints, use UTC date again since sqlite doesn't support HTTP dates, use official tor exit nodes list 2024-08-25 18:08:56 -04:00
7ee5956970
0.8.9: Better frontend and idk what more 2024-08-22 18:59:08 -04:00
69fe5a3c58
0.8.81: Fix uploads, the admin before_post should be before the global before_post 2024-08-18 22:02:36 -04:00
cea1982523
0.8.8: Rate limit completed, fix delete_key 2024-08-18 21:47:57 -04:00
80e230a0a9
0.8.7: WIP built-in IP address rate limit 2024-08-16 02:03:38 -04:00
4ed07ccecb
0.8.6: Alternative domains and less useless variables 2024-08-12 23:17:04 -04:00
6f17589536
0.8.5: Bulk URL uploads (very broken do not use)
```
curl -X 'POST' \
  'http://127.0.0.1:8080/api/uploadurl' \
  -H 'accept: application/json' \
  -H 'Content-Type: application/json' \
  -d '{
  "files": [
    "https://ayaya.beauty/vVd", "https://ayaya.beauty/g7B"
  ]
}'
```
2024-08-11 17:00:28 -04:00
823dfefef0
0.8.4: I was drunk sorry 2024-08-11 13:58:55 -04:00
ede4cb896c
0.8.3: Fix the broken tor exit node blocker. 2024-08-10 21:48:45 -04:00
9cd9bc689a
0.8.2: Tor exit node blocking. 2024-08-10 21:13:37 -04:00
3173a36a99
0.8.2: Admin API, confiugurable OpenGraph user-agents. 2024-08-10 03:09:38 -04:00
43dc289d3a
0.8.1: Option to disable thumbnail generation, OpenGraph implementation
for clients that support it, dynamic ShareX configuration and more.
2024-08-10 00:58:31 -04:00
Fijxu
2058c600bc Merge pull request 'Try fix compile error when enable -Dno_number_autocast' (#1) from zw963/file-uploader-crystal:main into main
Reviewed-on: https://codeberg.org/Fijxu/file-uploader-crystal/pulls/1
2024-08-08 13:09:17 +00:00
Billy.Zheng
c36f5c94a3 Try fix compile error when enable -Dno_number_autocast 2024-08-08 18:09:10 +08:00
fe1417180a
0.8.0: Single SQL queries, video thumbnails, UNIX socket permissions fixed.
- Same 'checksum' variable name everywhere
- Use GMT timezone for uploaded files
- More efficient checksum method
2024-08-08 02:33:38 -04:00
8bbb33a77f
0.7.1: Set proper permission to the UNIX socket 2024-08-06 22:48:56 -04:00
6f5e5c2007
0.7.0: Use standarized headers, automatic protocol detection and usage documentation 2024-08-06 18:42:53 -04:00
7938bf0335
0.6.1: Unix sockets support. Pretty ok frontend 2024-08-05 16:01:10 -04:00
4837fcbf2c
0.6.0: Too much things. Read README.md 2024-08-05 12:11:38 -04:00
873b4a4f5a
0.5.2: Change retrieve_file error code to 403 because 404 doesn't work for some reason lol 2024-08-04 15:33:49 -04:00
839bd717b3
0.5.1: return a proper error message if the file doesn't exist. Return proper HTTP error codes. 2024-08-04 15:13:45 -04:00
b2395b3dea
0.5.0: A functional shit frontend made by chatgpt because I hate frontend so much 2024-08-04 03:32:30 -04:00
e096ed5215
0.4.0: Support for blocked extensions and filesize limit 2024-08-03 15:55:31 -04:00
17f1efa214
0.3.0: Added DB + Deletion support 2024-08-01 03:10:27 -04:00
257efce944
0.2.0 2024-07-31 18:25:30 -04:00
724fb45516
0.0.0 2024-07-05 01:45:48 -04:00
9f08672b0c
0.1.0 2024-07-03 01:41:18 -04:00