Commit graph

  • 466dd6b3f0
    Fix 1 commit behind (#27) master Dmitry Miasnenko 2024-10-04 16:24:02 +03:00
  • 8a5fa59e25 Remove openapi.json dev clowzed 2024-10-04 16:18:29 +03:00
  • 44324861f4 Update readme.md clowzed 2024-10-04 16:04:52 +03:00
  • c4a5c5b23d Update readme.md clowzed 2024-10-04 16:02:16 +03:00
  • 1e394080ac Removed openapi.json clowzed 2024-10-04 16:01:35 +03:00
  • 782d8e4b05
    Update readme. Remove openapi.json and adjust workflows. (#26) v0.2.8 Dmitry Miasnenko 2024-10-04 15:59:59 +03:00
  • 7b8ebcff60 Merge branch 'master' of github.com:clowzed/sero into dev clowzed 2024-10-04 15:59:03 +03:00
  • 8f99e1e49c Updated readme.md. Fully remove openapi.json. Remove version cmp beteen Cargo.toml and openapi.json. Added openapi.josn to gitignore. clowzed 2024-10-04 15:46:31 +03:00
  • 7214330e53
    readme-fix: remove warning about cli tool. Update version in docker-compose.yml to match. (#25) v0.2.7 Dmitry Miasnenko 2024-08-06 04:02:44 +03:00
  • 4526bd1cbf readme-fix: remove warning about cli tool. Update version in docker-compose.yml to match. clowzed 2024-08-06 03:58:43 +03:00
  • a86f6ba0e7
    Release 0.2.6 (#24) v0.2.6 Dmitry Miasnenko 2024-08-06 00:12:03 +03:00
  • eb748cf232 fix-deploy: publsh to pypi clowzed 2024-08-05 23:57:14 +03:00
  • 9563538027 fix-deploy: nginx now waits for server in dev also clowzed 2024-08-05 21:17:39 +03:00
  • 14c97f2ef7 openapi-client: add build and publih with gh actions clowzed 2024-07-19 00:36:44 +03:00
  • 3a4dcc9455 fmt: remove unused import clowzed 2024-07-11 17:07:25 +03:00
  • b04ca928c8 tests-fix: disable logging to see error message in gh actions. That was gh issue clowzed 2024-07-11 17:06:48 +03:00
  • 5f7a312bfb fmt: for tests clowzed 2024-07-11 17:02:38 +03:00
  • 687f4a5a2b tests-fix: enable logging to see error message in gh actions. Lokal tests work fine clowzed 2024-07-11 16:47:48 +03:00
  • bcfd372dba assets-fix: Remove root folder inside zips to pass tests. The root dir is not skipped now due to previous commit clowzed 2024-07-11 15:12:15 +03:00
  • 9e975eb7b1 archive-fix: Remove skipping first component in path of entry. Zip archive should not containt root folder. clowzed 2024-07-11 13:59:19 +03:00
  • df2303cd1f proxy-fix: New nginx config as the previous one failed with subdomain clowzed 2024-07-11 00:01:20 +03:00
  • 44fc76ea42 fix: x-subdmain was overwritten on correct request. Updated nginx-template and nginx now waits for server clowzed 2024-07-03 14:15:58 +03:00
  • 2d65168937 Removed too strict validation rules for credentials clowzed 2024-07-02 17:36:54 +03:00
  • 7541d78d4b Added logging for error in response clowzed 2024-07-02 17:33:30 +03:00
  • aa1ae68acb Moved cors layer to check if /api now is not guarded clowzed 2024-07-02 15:09:54 +03:00
  • d853279c94 Added docker-compose for dev. Added dev build build and push job for dockerhub clowzed 2024-07-02 15:08:40 +03:00
  • b22e8817e1 fix: fmt v0.2.5 clowzed 2024-06-28 14:08:57 +03:00
  • 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. v0.2.4 clowzed 2024-06-28 14:03:14 +03:00
  • 6eb836ee19 version-update for: toolchane update in fmt test. Add optimized build in profile. v0.2.3 clowzed 2024-06-24 13:08:25 +03:00
  • aa27492f6f actions-fix: update toolchain to nightly for cargo fmt to use crate imports granularity part 2. remove +nightly clowzed 2024-06-24 13:03:05 +03:00
  • 017ab86591 actions-fix: update toolchain to nightly for cargo fmt to use crate imports granularity v0.2.2 clowzed 2024-06-24 12:58:04 +03:00
  • 5fa7368a34 version-update for: remove obsolete dependency v0.2.1 clowzed 2024-06-24 12:53:45 +03:00
  • d834a28089 actions-fix: remove obsolete dependency clowzed 2024-06-24 12:53:04 +03:00
  • 3f5701f6eb Release: 0.2.0. The servr works fine. Tested v0.2.0 clowzed 2024-06-24 12:50:35 +03:00
  • bc8fd6de9c
    Update docker-compose.yml Dmitry Miasnenko 2024-01-28 23:17:33 +03:00
  • 47ebc6368f
    Merge pull request #17 from clowzed/fix/mime-type Dmitry Miasnenko 2023-11-16 14:27:04 +03:00
  • 457589e8bf First implementation with mime_guess clowzed 2023-11-16 14:20:40 +03:00
  • 966f8a6abf add CORS feature clowzed 2023-11-13 17:25:55 +03:00
  • d6e67e571e
    Merge pull request #12 from clowzed/feature/cors-part-2 Dmitry Miasnenko 2023-11-13 16:01:36 +03:00
  • 942d0be986 Fully implemented cors. Added testing and make them more structural clowzed 2023-11-13 15:50:32 +03:00
  • 148a79dbc3 Mark layer as unused and format clowzed 2023-11-12 19:11:27 +03:00
  • aa68be4368 Remove Cargo.lock clowzed 2023-11-12 19:07:08 +03:00
  • 0469257a59
    Merge pull request #11 from clowzed/feature/cors Dmitry Miasnenko 2023-11-12 19:05:31 +03:00
  • 4b2bf61274
    Merge branch 'master' into feature/cors Dmitry Miasnenko 2023-11-12 18:52:16 +03:00
  • f16432cb2a finished cors. Untested. Not enabled clowzed 2023-11-12 18:48:11 +03:00
  • df82dbce28
    Merge pull request #10 from clowzed/add-testing Dmitry Miasnenko 2023-11-11 00:21:58 +03:00
  • 18cc37a535 run tests consecutively to avoid constraint violation clowzed 2023-11-11 00:15:17 +03:00
  • 2b718fbc21 Added test.yml for testing all pushes clowzed 2023-11-10 23:08:02 +03:00
  • faef531d91 Added testing for standart endpoints clowzed 2023-11-10 23:00:04 +03:00
  • 9be81978cc Added another variant of origin check in cors layer. pt 2 clowzed 2023-11-09 00:06:45 +03:00
  • 9265cb5085 Added another variant of origin check in cors layer clowzed 2023-11-08 23:49:00 +03:00
  • c819a69741 Add any for check if cors layer actually works clowzed 2023-11-08 23:33:10 +03:00
  • 38dd87bd6e Add other methods to cors layer clowzed 2023-11-08 22:52:58 +03:00
  • b0d6cbda17 Check if cors starts because it hangs? clowzed 2023-11-08 18:05:26 +03:00
  • 246730d5c6 Changed cors layer location clowzed 2023-11-08 17:51:41 +03:00
  • 2ba76400c4 Rewritten cors check closure to tokio spawn with channels clowzed 2023-11-08 16:50:50 +03:00
  • 2cfe57f73c update ignore branch clowzed 2023-11-06 16:14:56 +03:00
  • 7d4aba9ac2 add testable action clowzed 2023-11-06 16:08:54 +03:00
  • 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 clowzed 2023-11-06 01:05:48 +03:00
  • f892823d0a add license link clowzed 2023-11-02 21:20:29 +03:00
  • 16838556be
    Merge pull request #7 from clowzed/add-license Dmitry Miasnenko 2023-11-02 21:06:43 +03:00
  • 6ea0978483 LICENSE added clowzed 2023-11-02 21:04:30 +03:00
  • ee9026668f
    Merge pull request #5 from clowzed/feature/index-redirect Dmitry Miasnenko 2023-11-02 02:23:36 +03:00
  • be0816d22b implemented redirecting from / to /index.html clowzed 2023-11-02 02:19:23 +03:00
  • b64e68412c
    Merge pull request #4 from clowzed/feature/clean-urls Dmitry Miasnenko 2023-11-02 01:48:00 +03:00
  • 405f8ad6fa implemented clean urls clowzed 2023-11-02 01:46:51 +03:00
  • 4d7c7468dc Update readme clowzed 2023-11-01 21:38:01 +03:00
  • 32b4b5b2e5 Create code of conduct clowzed 2023-11-01 21:30:30 +03:00
  • de484b3012 Update readme clowzed 2023-11-01 21:29:24 +03:00
  • 12c8a57075 update workflow clowzed 2023-10-25 18:11:26 +03:00
  • 9d66e9301a journey starts here clowzed 2023-10-25 18:08:11 +03:00