9 Commits

Author SHA1 Message Date
Aravinth Manivannan
78d85ab9a9
feat: annotate license headers using reuse on text source files 2023-07-03 23:19:51 +05:30
realaravinth
fc8a1670d2
update copyright notice 2022-01-08 22:16:05 +05:30
realaravinth
b5af9ee259
it appears actix-web's scope behaviour has changed in the latest beta
release:

Routes 404'd when scope contained trailing slash like so:
let scope = "/api/v1/pow/";
web::scope(scope)//

So had to rm trailing slash in scope
2021-11-29 17:33:08 +05:30
realaravinth
a65b1c219c
username update 2021-08-12 17:13:17 +05:30
realaravinth
72667bd2e1
using custom version of actix-codegen and cors for pow routes 2021-05-25 14:34:24 +05:30
realaravinth
0829ee1c74
pow uses const routes 2021-05-02 17:13:04 +05:30
realaravinth
76ae2b03e9
migrated auth, account and meta to use const routes 2021-05-02 16:11:01 +05:30
realaravinth
328fe5ed3a
auth and migration util 2021-03-10 20:43:25 +05:30
realaravinth
2c54518e12
moved from mono repo 2021-03-09 15:58:54 +05:30