Commit Graph

1964 Commits

Author SHA1 Message Date
Pierre Balzack
fabbc79364
Update pizero.md 2024-06-01 09:58:21 -07:00
Roland Osborne
2804de9972 hide mfa option if using older server 2024-05-24 15:03:28 -07:00
Roland Osborne
f83cf8d25e reset fail count after error window 2024-05-24 13:37:56 -07:00
Roland Osborne
8a9216a934 support backward compatibility with admin login 2024-05-24 12:42:32 -07:00
Roland Osborne
5bd9d80258 fixing unit test 2024-05-23 22:05:51 -07:00
balzack
459732df1d fixing lint error 2024-05-23 18:17:52 -07:00
balzack
17dfdeeb0b fixing lint error 2024-05-23 18:14:08 -07:00
Roland Osborne
901c615459 enabling admin mfa login 2024-05-23 17:01:02 -07:00
Roland Osborne
2b61d25726 adding mfa login for admin 2024-05-22 16:49:08 -07:00
Roland Osborne
f469aff9f6 adding mfa to mobile dashboard 2024-05-22 16:01:06 -07:00
Roland Osborne
df8d2806e6 apply temporary lock only when mfa enabled 2024-05-22 15:52:19 -07:00
Roland Osborne
0001f6c8c9 integrated admin login with mfa 2024-05-21 15:54:29 -07:00
Roland Osborne
51306e92c4 adding mfa to admin login 2024-05-21 00:56:25 -07:00
balzack
53bfc32d4f adjusting background color on audio 2024-05-19 12:31:27 -07:00
Roland Osborne
ff8d0955d6 adjusting mfa modal layout 2024-05-18 09:06:12 -07:00
Pierre Balzack
6c4853822e
Update README.md 2024-05-18 08:57:53 -07:00
balzack
03ba44a84b hide qr code until refreshed 2024-05-18 08:53:54 -07:00
Roland Osborne
0960c00c72 updating mfa modal layout 2024-05-18 08:50:23 -07:00
Roland Osborne
9c83347162 fix lint warnings 2024-05-18 08:42:59 -07:00
balzack
047f5b364f adjust mfa dialog 2024-05-18 08:29:16 -07:00
balzack
caf46172c8 fixing layout of otp modal 2024-05-18 00:32:16 -07:00
balzack
a1041fb225 adding mobile mfa settings control 2024-05-17 20:01:19 -07:00
Roland Osborne
97f375472e adding mfa login for mobile 2024-05-17 13:42:41 -07:00
balzack
0d9fd2724e preparing mobile support for totp 2024-05-16 22:20:53 -07:00
Roland Osborne
5336d19608 allow for login with MFA token 2024-05-16 18:45:48 -07:00
Roland Osborne
810009f7aa sending mfa qr code for setup 2024-05-16 15:11:39 -07:00
Roland Osborne
e5fe393b43 invoke mfa in browser 2024-05-15 18:49:14 -07:00
Roland Osborne
19248eee7c adding server support for mfa 2024-05-15 14:48:38 -07:00
Roland Osborne
f5461cf870 adding totp support through api 2024-05-14 15:20:00 -07:00
Roland Osborne
1d271d2eb8 fix handling of failed posts 2024-05-10 13:01:53 -07:00
Roland Osborne
0ac7dffd29 adding download button to viewing assets 2024-05-08 17:21:08 -07:00
Pierre Balzack
169bf5906a
fix typo on connect label 2024-05-06 22:57:18 -07:00
balzack
73e70b19d6 use common image for dev 2024-05-06 19:30:32 -07:00
Roland Osborne
20d05ca258 allow http for android 2024-05-06 18:40:50 -07:00
Roland Osborne
bbcb973d04 Merge branch 'http' into main 2024-05-06 17:03:33 -07:00
Roland Osborne
380bc0d8a4 provide binary attachement restriction in admin config 2024-05-04 22:33:30 -07:00
Roland Osborne
948009558c restrict searching until federated name set 2024-05-03 22:38:41 -07:00
Roland Osborne
b3ad138fa3 allowing for http protocol 2024-05-03 14:32:23 -07:00
Roland Osborne
aab471eed7 detecting ip based url and use http 2024-05-03 13:25:25 -07:00
Roland Osborne
0bcb289833 allow disabling of binary attachments in mobile app 2024-05-02 17:20:20 -07:00
Roland Osborne
3b7de54be8 Revert "Typescript (#92)"
This reverts commit 71c65efa20.
2024-05-02 15:21:20 -07:00
Roland Osborne
8e6f1087e4 Revert "Prettier (#93)"
This reverts commit 5b2e42bc6f.
2024-05-02 15:20:10 -07:00
Roland Osborne
55e054abb5 Revert "making databag pretty, thanks @lil5"
This reverts commit afb7632edf.
2024-05-02 15:16:20 -07:00
Roland Osborne
d38d60119b Revert "fixing unit test with custom attribute"
This reverts commit 66729cfc60.
2024-05-02 15:16:16 -07:00
Pierre Balzack
89217cd441
Update backlog.md 2024-04-25 16:04:57 -07:00
Roland Osborne
66729cfc60 fixing unit test with custom attribute 2024-04-25 13:59:35 -07:00
Roland Osborne
afb7632edf making databag pretty, thanks @lil5 2024-04-25 13:29:25 -07:00
Lucian I. Last
5b2e42bc6f
Prettier (#93)
* Add ignore dsstore node_modules

* Rename to typescript

rnr -r '(.*)\.js$' '$1.ts' ./src ./test
rnr -rf '(.*)\.jsx$' '$1.tsx' ./src ./test

* Remove package lock

* Fix extension of tsx at context

* init typescript

* .

* Compiles, moved to vite

* lint new files

* Move to prettier

---------

Co-authored-by: Pierre Balzack <96387156+balzack@users.noreply.github.com>
2024-04-25 13:22:11 -07:00
Roland Osborne
04b00e02be adding dev docker compose file 2024-04-24 13:49:55 -07:00
Pierre Balzack
f5b43fef53
Update ci.yml 2024-04-24 13:33:46 -07:00