This commit is contained in:
Pascal Engélibert 2026-07-31 10:14:40 +02:00
commit 5bcc40d573
5 changed files with 105 additions and 12 deletions

View file

@ -12,7 +12,9 @@ Early development: not usable yet.
* [x] Repo caching
* [x] Submission form
* [x] Config
* [ ] Repo serving
* [x] Repo serving
* [x] Allow download
* [x] Markdown rendering
* [ ] Replace words
* [ ] Abuse report
* [ ] Admin tools
@ -21,9 +23,11 @@ Early development: not usable yet.
* [ ] Expiration
* [ ] Manual removal
* [ ] Security tests (zip bomb)
* [ ] Allow download
* [ ] Markdown rendering
* [ ] Security tests (URL encoding in links, HTML, HTTP headers)
* [ ] Error pages
* [ ] Webdesign
* [ ] Compatibility with other forges
* [ ] Better logo (contribution welcome)
## Design choices