Skip to content

Commit

Permalink
Improved code quality, added POST security check
Browse files Browse the repository at this point in the history
See changelog.MD on v0.9.4
  • Loading branch information
RaSan147 committed Mar 4, 2024
1 parent 2bbc3ad commit 34b3aca
Show file tree
Hide file tree
Showing 9 changed files with 332 additions and 220 deletions.
22 changes: 19 additions & 3 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# Version 0.9.4
## Client-side Changes:
* Nothing to notice

## Server-side Changes:
* Improved code quality
* Fixed zip, when empty folder has \ in name
* Added security check for POST requests to prevent directory traversal

## Fixes:
* Fixed zip, when empty folder has \ in name

## TODO:
* add zip in the dynamic island (maybe use session storage to store zip data)


# Version 0.9.3
## Client-side Changes:
* Fixed zip downloader as a PWA
Expand All @@ -9,11 +25,11 @@

## Fixes:
* Fixed zip downloader page
* Fixed unwanted URL-encoding in Top-nav
* Video player page now use innerHTML instead of innerText (error message was wrongly shown)
* Fixed unwanted URL encoding in Top-nav
* Video player page now uses innerHTML instead of innerText (error message was wrongly shown)

## TODO:
* add zip in dynamic island (maybe use session storage to store zip data)
* add zip in the dynamic island (maybe use session storage to store zip data)



Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.3
0.9.4
2 changes: 0 additions & 2 deletions dev_src/clone.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
from queue import Queue
from datetime import datetime, timezone

#print(datetime.datetime.now())

import requests

os.umask(0) # make sure permissions are set correctly
Expand Down
Loading

0 comments on commit 34b3aca

Please sign in to comment.