Commit graph

62 commits

Author SHA1 Message Date
Aravinth Manivannan
cb7245d577
feat: use libmCaptcha from crates.io 2023-10-17 15:38:40 +05:30
Aravinth Manivannan
561a847bd7
chore: use libmcaptcha and libcachebust from crates.io 2023-10-17 01:04:44 +05:30
Aravinth Manivannan
0e75a22beb
chore: bump sqlx to 0.7 2023-10-16 21:15:44 +05:30
Aravinth Manivannan
060291d174
chore: bump config version 2023-10-16 21:15:15 +05:30
Aravinth Manivannan
d3e08ff49e
chore: update sailfish
NOTE: Updating to 0.8 causes memory leak during compilation
2023-10-16 21:15:15 +05:30
Aravinth Manivannan
2b82af9a0c
feat: update novice captcha creation form to include publish_benchmarks
preference
2023-06-30 03:20:57 +05:30
Aravinth Manivannan
dc380adfcf
chore: bump libmcaptcha 2023-06-28 22:49:08 +05:30
dependabot[bot]
e890ba0f57
chore(deps): bump openssl from 0.10.41 to 0.10.48
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.41 to 0.10.48.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.41...openssl-v0.10.48)

---
updated-dependencies:
- dependency-name: openssl
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-25 05:03:34 +00:00
realaravinth
e5e89bd8a0
chore: bump libmcaptcha, switch to master 2022-08-13 01:58:40 +05:30
realaravinth
f8e6bdf229
feat: bump libmcaptcha 2022-08-09 16:29:05 +05:30
realaravinth
ce1b3b0856
feat: bump libmcaptcha and pow_sha256 2022-08-09 02:51:40 +05:30
realaravinth
912b342e0e
feat: conditionally init postgres/mariadb connection 2022-07-23 11:59:42 +05:30
realaravinth
bbc8873762
feat: migrate record_stats to use db_* 2022-05-27 16:23:33 +05:30
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