realaravinth
0593e254bb
feat: run cache busting via a separate bin
2022-05-14 15:59:40 +05:30
realaravinth
dba1f662a7
feat: init postgres implementation via sqlx
2022-05-11 13:33:29 +05:30
realaravinth
91c6f77cab
chore: update actix-* deps
2022-05-07 16:10:14 +05:30
realaravinth
855dbc60ef
Fixes #8
...
```
$ cargo test
<--- snip --->
thread panicked while panicking. aborting.
Running unittests (target/debug/deps/tests_migrate-7d90f83f506b1b25)
```
gdb revealed that demo::demo_account_works receives a SIGKILL due to a
failed test. No idea why it didn't fail the usual way. The part where
the test fails hits an endpoint with the wrong datatype payload, it
should have failed with a 404 when the status was asserted but it
didn't. Fixing that fixed #8 .
Additionally, all demo user functionality was restructured to include an
abort functionality, which can be used to kill the loop that deletes and
creates demo user throughout the runtime of the app.
2021-12-18 13:53:05 +05:30
realaravinth
ab77eed91c
move pow wasm lib out to a separate repo
2021-12-01 21:18:30 +05:30
realaravinth
f2f8632679
udpate deps and test openapi spec
2021-11-29 17:32:33 +05:30
realaravinth
9afb63c738
use yaml directly for displaying open api spec
2021-10-08 15:36:42 +05:30
realaravinth
068c49080e
handle libmcaptcha actor errors
2021-08-20 18:15:55 +05:30
realaravinth
6ef941f73d
update username
2021-08-13 18:58:04 +05:30
realaravinth
e9e6aac770
sitemap
2021-07-21 22:15:52 +05:30
realaravinth
863d22f62c
list sitekey: copy sitekey
2021-07-15 18:07:12 +05:30
realaravinth
bfebca6e0e
widget static resources are now built locally
2021-07-07 00:28:32 +05:30
realaravinth
e1e1040ca9
clickable logo
2021-07-03 22:32:40 +05:30
realaravinth
362e2aeae0
email verification test
2021-07-01 15:48:59 +05:30
realaravinth
9f940c317a
upgrading to actix-v4-beta
2021-06-30 20:13:12 +05:30
realaravinth
804c81da38
read SMTP configuration
2021-06-29 21:08:40 +05:30
realaravinth
d5aceb60b4
sign in with email
2021-06-29 19:42:07 +05:30
realaravinth
5e6e04514e
preload creds manager
2021-06-13 13:35:09 +05:30
realaravinth
3132a48087
add redis to health check
2021-06-12 13:44:18 +05:30
realaravinth
f5624947b9
redis storage for captcha mech
2021-06-11 19:31:03 +05:30
realaravinth
9e70f8f756
rename guard -> mcaptcha
2021-06-01 17:33:47 +05:30
realaravinth
0421cb681c
show password compoenent
2021-05-15 21:36:52 +05:30
realaravinth
a4b409e914
sqlx offline compilation
2021-05-12 17:37:11 +05:30
realaravinth
91ca00ea79
get notifications
2021-05-10 15:38:09 +05:30
realaravinth
9809cb7bea
CI: coverage build step
2021-05-08 13:59:13 +05:30
realaravinth
7058af84d6
static dir renamed and cookie auth middleware
2021-05-01 11:28:39 +05:30
realaravinth
c96f890236
cache_bustere upgrade and static assets tests
2021-04-30 21:34:44 +05:30
realaravinth
a5cfa3b305
pow stats
2021-04-30 11:14:29 +05:30
realaravinth
0d1ba0d150
url prefix processing
2021-04-11 23:23:14 +05:30
realaravinth
7777db477e
pow verification
2021-04-10 20:19:59 +05:30
realaravinth
e76dd8014c
pow get config
2021-04-10 17:00:54 +05:30
realaravinth
d3851ea38e
embed static assets and remove frontend workspace
2021-04-09 17:40:40 +05:30
realaravinth
0496c0bdaf
frontend integration
2021-04-09 14:21:43 +05:30
realaravinth
a78b1eb25d
frontend templating
2021-04-03 17:18:18 +05:30
realaravinth
584d43c34a
CI: tarpaulin env var
2021-04-02 11:28:11 +05:30
realaravinth
e83ed3d8ea
OAS: yaml to json
2021-04-01 15:23:36 +05:30
realaravinth
a3a118927e
swagger ui
2021-03-30 20:49:09 +05:30
realaravinth
76b9f11430
login page
2021-03-30 13:47:42 +05:30
realaravinth
79348eaf85
rm actor temp
2021-03-29 21:07:01 +05:30
realaravinth
e5dd22679f
domain verification
2021-03-27 12:39:20 +05:30
realaravinth
51764817f9
domain verification
2021-03-26 22:18:01 +05:30
realaravinth
609bbde7bd
slqx-actix runtime issues
2021-03-24 17:12:09 +05:30
realaravinth
d012fec687
m_captcha bump and gc config in settings
2021-03-24 14:31:11 +05:30
realaravinth
8e77345f15
build and health check
2021-03-24 12:43:32 +05:30
realaravinth
e5ae38472d
levels, duration and tests
2021-03-13 23:50:14 +05:30
realaravinth
6be10af6fd
suplicate errors and database fkey null correction
2021-03-11 16:45:43 +05:30
realaravinth
a73725eb39
del user, add del domains
2021-03-11 15:30:05 +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