Commit Graph

  • b6445000fe
    feat: migrate delete captcha to use db_* interface realaravinth 2022-05-12 19:56:23 +05:30
  • 15c352f6b5
    feat: implement delete_captcha_levels and delete_captcha for sqlx postgres realaravinth 2022-05-12 19:55:51 +05:30
  • af46a3c54d
    feat: define interfaces for delete_captcha_levels and delete_captcha realaravinth 2022-05-12 19:55:03 +05:30
  • 0c1a82b4c5
    feat: migrate tests utils to use db_* interface realaravinth 2022-05-12 19:33:26 +05:30
  • 81ad030338
    feat: migrate captcha exists to use db_* interface realaravinth 2022-05-12 19:32:08 +05:30
  • 0bb975a230
    feat: implement captcha exists interface for sqlx postgres realaravinth 2022-05-12 19:31:47 +05:30
  • 55518ef650
    feat: define captcha_exists interface realaravinth 2022-05-12 19:31:26 +05:30
  • 2f924607ab
    fix: harden failure modes on hotfix test fix realaravinth 2022-05-12 19:30:13 +05:30
  • 28e9d67fce
    fix: load correct env file realaravinth 2022-05-12 19:29:48 +05:30
  • bd75fc625c
    feat: migrate adding captcha to use db_* interface realaravinth 2022-05-12 19:10:04 +05:30
  • 79ff7b9917
    feat: implement adding captcha for sqlx postgres realaravinth 2022-05-12 19:09:44 +05:30
  • 277d2bb9e5
    feat: define interface for adding captcha realaravinth 2022-05-12 19:09:25 +05:30
  • 0d3d552ae0
    feat: migrate create captcha to use db_* realaravinth 2022-05-12 11:59:10 +05:30
  • 16c287150a Deploying to gh-pages from @ 8b7164635da29ba04799ac59cc1c00d35577d4db 🚀 realaravinth 2022-05-12 09:37:17 +00:00
  • d64b05c84f
    feat: implement create captcha for sqlx postgres realaravinth 2022-05-12 11:52:53 +05:30
  • 00dca4a069
    feat: define interface for creating captcha realaravinth 2022-05-12 11:50:24 +05:30
  • 049f2b6eea
    feat: migrate update secret to use db_* interface realaravinth 2022-05-12 10:42:55 +05:30
  • ec6b49c2e1
    feat: implement update secret interface for sqlx postgres realaravinth 2022-05-12 10:21:13 +05:30
  • d4a080b5fc
    feat: define interface for updating user secret realaravinth 2022-05-12 10:20:41 +05:30
  • 25b3d316db
    feat: migrate get password and get secret to use db_* interface realaravinth 2022-05-11 20:21:55 +05:30
  • 8813cf80ce
    feat: implement get secret interface for sqlx postgres realaravinth 2022-05-11 20:21:33 +05:30
  • 28ddadc5fe
    feat: define interface for getting user secret realaravinth 2022-05-11 20:21:06 +05:30
  • f165581e17
    chore: lints realaravinth 2022-05-11 20:11:11 +05:30
  • 96995bc068
    feat: migrate get password to use db_* interface realaravinth 2022-05-11 20:11:02 +05:30
  • 39ee2ad221
    feat: migrate update username to use db_* interface realaravinth 2022-05-11 20:02:03 +05:30
  • f79d159468
    feat: implement update username for sqlx postgres realaravinth 2022-05-11 20:01:48 +05:30
  • 83f6456a59
    feat: define interface for updating username realaravinth 2022-05-11 20:01:32 +05:30
  • 748f48e0d2
    feat: migrate update password to use db_* interface realaravinth 2022-05-11 19:52:20 +05:30
  • 374bbb2403
    feat: implement change password for sqlx postgres realaravinth 2022-05-11 19:51:39 +05:30
  • f55a383eb5
    feat: define interface to change password realaravinth 2022-05-11 19:51:06 +05:30
  • f398c4b61c
    feat: migrate get password to use db_* interface realaravinth 2022-05-11 18:54:36 +05:30
  • 5bcf7beddc
    fix: return username to store in sessions when getting password realaravinth 2022-05-11 18:53:18 +05:30
  • d9b36179d1
    feat: implement fetching password with either username or email realaravinth 2022-05-11 18:30:01 +05:30
  • 7e2be86c12
    feat: get password using either username or email realaravinth 2022-05-11 18:26:35 +05:30
  • fdf4f0bef9
    feat: implement password fetching for sqlx postgres realaravinth 2022-05-11 15:43:25 +05:30
  • 6377d07dce
    feat: define interface for fetching user password realaravinth 2022-05-11 15:43:03 +05:30
  • 78eac8b6b7
    feat: migrate email update to use db_* interface realaravinth 2022-05-11 15:26:00 +05:30
  • 66226f893a
    feat: implement email updates for sqlx postgres realaravinth 2022-05-11 15:25:43 +05:30
  • 58216f0f63
    feat: define interface for updating email of a user realaravinth 2022-05-11 15:25:23 +05:30
  • 8861201727
    feat: run linting and coverage CI runs on db-abstract branch realaravinth 2022-05-11 13:34:11 +05:30
  • 621e400ea8
    feat: migrate email exists to use db_* interface realaravinth 2022-05-11 13:31:42 +05:30
  • 84671c4a11
    feat: implement email exists for sqlx postgres realaravinth 2022-05-11 13:31:31 +05:30
  • 9595ea232b
    feat: define interface for checking if user email exists realaravinth 2022-05-11 13:31:14 +05:30
  • 136439c97a
    feat: add sqlx offline data generation realaravinth 2022-05-11 13:27:42 +05:30
  • 6ab6df02ed
    fix: use db/db-migrations for DB migrations realaravinth 2022-05-11 13:15:46 +05:30
  • af36961299
    feat: implement postgres migrations realaravinth 2022-05-11 13:15:23 +05:30
  • 95e7a74559
    feat: setup CI to use .env_sample and postgres URI realaravinth 2022-05-11 13:14:17 +05:30
  • 1cd4ce7318
    feat: migrate username exists to use db_* interface realaravinth 2022-05-11 13:10:01 +05:30
  • 3a80281e86
    feat: setup and run tests for sqlx postgres realaravinth 2022-05-11 13:09:47 +05:30
  • 79cc28bfd8
    feat: implement username exists for postgres via sqlx realaravinth 2022-05-11 13:09:37 +05:30
  • e244713ad7
    feat: implement basic tests realaravinth 2022-05-11 13:09:08 +05:30
  • 454075a3d9
    feat: define username exists endpoint realaravinth 2022-05-11 13:08:44 +05:30
  • 9e5b54a23d
    feat: setup tests on db_* workspaces realaravinth 2022-05-11 13:08:11 +05:30
  • 5359795ddc
    feat: enable CI for db-abstract realaravinth 2022-05-11 13:07:37 +05:30
  • 9f91854c4d
    feat: migrate account deletion to use db_* interface realaravinth 2022-05-11 12:31:31 +05:30
  • 5dc818a1c1
    feat: implemente delete account for postgres via sqlx realaravinth 2022-05-11 12:31:04 +05:30
  • 4bdbb52d8f
    feat: define delete account db interface realaravinth 2022-05-11 12:30:49 +05:30
  • 4248959b13
    feat: migrate user regisration to use db_* realaravinth 2022-05-11 00:54:03 +05:30
  • 26a0935e5f
    feat: implement user registration for postgres via sqlx realaravinth 2022-05-11 00:53:47 +05:30
  • 8dde022851
    feat: define interface for username registration" realaravinth 2022-05-10 23:49:01 +05:30
  • 43aac949e3
    feat: convert db errors to service errors realaravinth 2022-05-10 23:48:50 +05:30
  • f337721b25
    feat: move health endpoint to use ping from db_* realaravinth 2022-05-10 23:00:54 +05:30
  • 79506a93b9
    feat: load db_* db connection realaravinth 2022-05-10 22:59:42 +05:30
  • 1d8554cb36
    chore: rust fmpt realaravinth 2022-05-10 22:48:07 +05:30
  • b7a8716a82
    feat: define checking routine realaravinth 2022-05-08 20:02:48 +05:30
  • dba1f662a7
    feat: init postgres implementation via sqlx realaravinth 2022-05-08 20:02:17 +05:30
  • 02abffd63a
    feat: init and define database ops as interfaces to support multiple DBs realaravinth 2022-05-08 20:01:13 +05:30
  • 246dcfddb7
    feat: mv db migrations to workspace realaravinth 2022-05-08 20:00:46 +05:30
  • 56225ae2e4
    chore: actix-web updates: replace deprecated methods realaravinth 2022-05-08 20:00:15 +05:30
  • 6550266aef
    feat: don't run cache busting routines during debug build realaravinth 2022-05-08 20:00:05 +05:30
  • 100fb4d5ab
    feat: document .env realaravinth 2022-05-08 19:59:39 +05:30
  • 11d1f699d8 Deploying to gh-pages from @ 8b7164635da29ba04799ac59cc1c00d35577d4db 🚀 realaravinth 2022-05-11 06:42:55 +00:00
  • 8b7164635d
    Merge pull request #26 from ChocoMilkWithoutSugar/master Aravinth Manivannan 2022-05-11 12:00:14 +05:30
  • 76230eed9e
    Update README.md Aravinth Manivannan 2022-05-11 06:28:06 +00:00
  • e2d126da30 Update README.md Luca 2022-05-10 20:35:09 -03:00
  • 2e2db488dd Deploying to gh-pages from @ 2592b7a113285fc85abfb104ed96b37715226759 🚀 realaravinth 2022-05-10 17:25:21 +00:00
  • 469ede1917
    feat: WIP docker compose from source configuration wip-docker-compose-from-src realaravinth 2022-05-10 22:41:36 +05:30
  • 2592b7a113
    fix: use pre-built images in docker-compose realaravinth 2022-05-10 22:32:52 +05:30
  • d3eb736ab8 Deploying to gh-pages from @ a00823544ec7b3ff2788d02f704900439c0eeeef 🚀 realaravinth 2022-05-10 09:31:27 +00:00
  • a7df4f30f0 Deploying to gh-pages from @ a00823544ec7b3ff2788d02f704900439c0eeeef 🚀 realaravinth 2022-05-09 06:16:20 +00:00
  • 52a4e0294e Deploying to gh-pages from @ 914fc216ef0b81b96e519f295c9aa7574fadf49b 🚀 realaravinth 2022-05-09 06:14:31 +00:00
  • a00823544e
    hotfix: run tests one at a time realaravinth 2022-05-09 11:27:06 +05:30
  • 5160e210f3
    chore: upgrade sailfish realaravinth 2022-05-08 17:57:29 +05:30
  • 87f09b6bfb
    chore: migrate dart-sass to sass realaravinth 2022-05-07 19:42:49 +05:30
  • 72cff2a470
    Bump nanoid from 3.1.29 to 3.3.4 dependabot[bot] 2022-05-07 10:54:21 +00:00
  • 2fc4c12808
    Bump node-fetch from 2.6.6 to 2.6.7 in /docs/openapi dependabot[bot] 2022-05-07 10:54:14 +00:00
  • 91c6f77cab
    chore: update actix-* deps realaravinth 2022-05-07 16:10:14 +05:30
  • 6d6b494c6f
    feat: rm middleware mod and migrate codebase to use actix_auth_middleware realaravinth 2022-05-07 12:30:00 +05:30
  • a668fafa62
    feat: migrate v1 api mod to use actix_auth_middleware realaravinth 2022-05-07 12:29:37 +05:30
  • b057e48d72
    feat: migrate pages mod to use actix_auth_middleware realaravinth 2022-05-07 12:29:02 +05:30
  • abe494b6e5
    feat: upadte cache-busted realaravinth 2022-05-07 12:28:37 +05:30
  • fdf94f1f06
    feat: CI: run build every day at 0900 realaravinth 2022-05-06 17:14:09 +05:30
  • a146386e68
    chore: update deps realaravinth 2022-05-05 00:49:23 +05:30
  • 59aafc037e
    feat: save repositories and tags realaravinth 2022-05-04 22:53:38 +05:30
  • 0acfd137be
    feat: add tags to repositories screated by gitea CI scripts realaravinth 2022-05-04 22:53:08 +05:30
  • 6355835135
    chore: fix types for easy use with bin realaravinth 2022-05-04 22:35:23 +05:30
  • 21c93a5e4e
    feat: implement create_repository for sqlite realaravinth 2022-05-04 12:10:37 +05:30
  • cb8500da3f
    feat: create_repository interface realaravinth 2022-05-04 12:10:13 +05:30
  • 2055a00565
    feat: sqlite sqlx implementation for repository_exists realaravinth 2022-05-01 19:08:01 +05:30
  • 85aafb4b96
    feat: add repository_exists method realaravinth 2022-05-01 19:07:49 +05:30