Commit graph

21 commits

Author SHA1 Message Date
Dmitry Miasnenko
a86f6ba0e7
Release 0.2.6 (#24)
* Added docker-compose for dev. Added dev build build and push job for dockerhub

* Moved cors layer to check if /api now is not guarded

* Added logging for error in response

* Removed too strict validation rules for credentials

* fix: x-subdmain was overwritten on correct request. Updated nginx-template and nginx now waits for server

* proxy-fix: New nginx config as the previous one failed with subdomain

* archive-fix: Remove skipping first component in path of entry. Zip archive should not containt root folder.

* assets-fix: Remove root folder inside zips to pass tests. The root dir is not skipped now due to previous commit

* tests-fix: enable logging to see error message in gh actions. Lokal tests work fine

* fmt: for tests

* tests-fix: disable logging to see error message in gh actions. That was gh issue

* fmt: remove unused import

* openapi-client: add build and publih with gh actions

* fix-deploy: nginx now waits for server in dev also

* fix-deploy: publsh to pypi
2024-08-06 00:12:03 +03:00
clowzed
b22e8817e1 fix: fmt 2024-06-28 14:08:57 +03:00
clowzed
ac8bcf4e2a fix: donotstart profile removed from docker-compose.yml. Obsolete files will be removed from database too. Try cors check return allowed if x-subdomain missing. This should not be desired behaviour and needs to be resolved using placement of layers in router. 2024-06-28 14:03:14 +03:00
clowzed
3f5701f6eb Release: 0.2.0. The servr works fine. Tested 2024-06-24 12:50:35 +03:00
clowzed
457589e8bf First implementation with mime_guess 2023-11-16 14:20:40 +03:00
clowzed
942d0be986 Fully implemented cors. Added testing and make them more structural 2023-11-13 15:50:32 +03:00
clowzed
148a79dbc3 Mark layer as unused and format 2023-11-12 19:11:27 +03:00
Dmitry Miasnenko
4b2bf61274
Merge branch 'master' into feature/cors 2023-11-12 18:52:16 +03:00
clowzed
f16432cb2a finished cors. Untested. Not enabled 2023-11-12 18:48:11 +03:00
clowzed
faef531d91 Added testing for standart endpoints 2023-11-10 23:00:04 +03:00
clowzed
9be81978cc Added another variant of origin check in cors layer. pt 2 2023-11-09 00:06:45 +03:00
clowzed
9265cb5085 Added another variant of origin check in cors layer 2023-11-08 23:49:00 +03:00
clowzed
c819a69741 Add any for check if cors layer actually works 2023-11-08 23:33:10 +03:00
clowzed
38dd87bd6e Add other methods to cors layer 2023-11-08 22:52:58 +03:00
clowzed
b0d6cbda17 Check if cors starts because it hangs? 2023-11-08 18:05:26 +03:00
clowzed
246730d5c6 Changed cors layer location 2023-11-08 17:51:41 +03:00
clowzed
2ba76400c4 Rewritten cors check closure to tokio spawn with channels 2023-11-08 16:50:50 +03:00
clowzed
e75544f0a4 Added cors layer. Added entity and migrations to store origins. Added endpoints for manipulation origins. Automatically clear origins on teardown and upload implemented. Added endpoints spec to openapi.yml. Untested 2023-11-06 01:05:48 +03:00
clowzed
be0816d22b implemented redirecting from / to /index.html 2023-11-02 02:19:23 +03:00
clowzed
405f8ad6fa implemented clean urls 2023-11-02 01:46:51 +03:00
clowzed
9d66e9301a journey starts here 2023-10-25 18:08:11 +03:00