Roland Osborne
|
2e6b892791
|
fix unit test
|
2024-06-07 18:16:17 -07:00 |
|
Roland Osborne
|
3b35640e68
|
defaulting new accounts to searchable
|
2024-06-07 17:01:22 -07:00 |
|
Roland Osborne
|
c006ee22ec
|
fixing unit test
|
2024-06-05 18:46:12 -07:00 |
|
Roland Osborne
|
26ef4b6800
|
adding browser push notifiication support
|
2024-06-05 18:41:42 -07:00 |
|
Roland Osborne
|
094be15b05
|
updating service field type for future flexibility
|
2024-06-03 12:39:03 -07:00 |
|
Roland Osborne
|
66c4d5255c
|
re-label turn service params
|
2024-06-02 09:37:15 -07:00 |
|
Roland Osborne
|
cd801a7679
|
defaulting to udp transport
|
2024-05-31 23:36:44 -07:00 |
|
Roland Osborne
|
3318048ce3
|
generate access from within server to avoid distributing api token
|
2024-05-31 14:57:56 -07:00 |
|
Roland Osborne
|
3e2b70c5ed
|
ice config on accept
|
2024-05-30 14:48:23 -07:00 |
|
Roland Osborne
|
0f51f7b5d4
|
configuring cloudlare turn service
|
2024-05-29 23:43:16 -07:00 |
|
Roland Osborne
|
f83cf8d25e
|
reset fail count after error window
|
2024-05-24 13:37:56 -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 |
|
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 |
|
Roland Osborne
|
ff8d0955d6
|
adjusting mfa modal layout
|
2024-05-18 09:06:12 -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
|
a1041fb225
|
adding mobile mfa settings control
|
2024-05-17 20:01:19 -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 |
|
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
|
380bc0d8a4
|
provide binary attachement restriction in admin config
|
2024-05-04 22:33:30 -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 |
|
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 |
|
Lucian I. Last
|
71c65efa20
|
Typescript (#92)
* 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
* check dashboard
* Add dist to ignore file
|
2024-04-24 13:26:55 -07:00 |
|
Roland Osborne
|
af3f1f070a
|
#87: thanks @maurelio-cky, restricting range of admin field for storage and accounts
|
2024-04-23 13:08:20 -07:00 |
|
Roland Osborne
|
726821e29e
|
#90: removing unused lock file, thanks @lil5
|
2024-04-22 12:13:07 -07:00 |
|
Roland Osborne
|
7ec199d992
|
fix for Issue #87, was not syncing storage to UI properly, thanks @maurelio-cky
|
2024-04-21 22:09:33 -07:00 |
|
balzack
|
d588347ebc
|
reducing container size
|
2024-04-05 11:40:44 -07:00 |
|
Roland Osborne
|
f05e86e5ac
|
upgrading golang version
|
2024-04-04 09:32:10 -07:00 |
|
Roland Osborne
|
10ad2fd0ae
|
Merge branch 'main' of https://github.com/balzack/databag into main
|
2024-03-13 14:34:21 -07:00 |
|
Roland Osborne
|
d7046fb531
|
tinting right pane for visual distinction
|
2024-03-13 14:30:57 -07:00 |
|
balzack
|
3d6699381a
|
reducing docker image size further
|
2024-03-10 20:42:13 -07:00 |
|
balzack
|
fa9c08222d
|
reducing docker image size
|
2024-03-08 17:54:56 -08:00 |
|
Roland Osborne
|
8b15004b48
|
adding default values for dropdowns
|
2024-03-08 14:38:37 -08:00 |
|
Roland Osborne
|
fc99b24d5d
|
fixing a few missed translations
|
2024-03-08 14:08:29 -08:00 |
|
Roland Osborne
|
b400592d03
|
confirm contact disconnect or delete
|
2024-03-08 13:49:02 -08:00 |
|