Bubka
|
9e13cc927f
|
Fix tests
|
2024-05-29 09:27:56 +02:00 |
|
Bubka
|
e73fbf658f
|
Add authentication log cleaning and associated tests
|
2024-05-24 13:50:19 +02:00 |
|
Bubka
|
96978accb3
|
Fix tests after setting PHP 8.2 as default
|
2024-04-29 16:19:16 +02:00 |
|
Bubka
|
bdfc70732d
|
Fix demoting event not being registered (again) - Complete #331
|
2024-04-29 13:11:23 +02:00 |
|
Bubka
|
be3aaf319c
|
Fix notification tests
|
2024-04-26 11:55:28 +02:00 |
|
Bubka
|
7e1fdf67bb
|
Fix pint issues
|
2024-04-26 08:01:20 +02:00 |
|
Bubka
|
7a033409a5
|
Make list of tested preferences dynamic
|
2024-04-25 16:58:55 +02:00 |
|
Bubka
|
8734e9c807
|
Add Timezone setting/pref & Update tests accordingly
|
2024-04-25 16:56:35 +02:00 |
|
Bubka
|
99bf9d7d80
|
Add cascade delete on AuthLog table
|
2024-04-25 13:21:24 +02:00 |
|
Bubka
|
4987e060c4
|
Refactor & Complete tests for the authentication log feature
|
2024-04-24 21:46:50 +02:00 |
|
Bubka
|
e498350f62
|
Complete merge with refactoring for better integration
|
2024-04-24 09:33:45 +02:00 |
|
Bubka
|
f823f69dd2
|
Fix phpstan & pint issues
|
2024-04-20 19:19:49 +02:00 |
|
Bubka
|
11ceb52286
|
Replace Rappasoft\LaravelAuthenticationLog by forked package
|
2024-04-20 18:10:30 +02:00 |
|
Bubka
|
5a74a37348
|
Add tests for the Authentication log feature
|
2024-04-16 20:38:05 +02:00 |
|
Bubka
|
1bc55f5535
|
Prevent last admin demotion - Closes #331
|
2024-04-09 14:41:26 +02:00 |
|
Bubka
|
f43fc97523
|
Complete tests
|
2024-03-30 15:42:54 +01:00 |
|
Bubka
|
49fddfd331
|
Apply Pint fixes
|
2024-03-29 09:42:54 +01:00 |
|
Bubka
|
ca903b6fc0
|
Upgrade to laragear/webauthn v2 - Fixes #255
|
2024-03-29 09:21:00 +01:00 |
|
Bubka
|
f2c9f8aaa8
|
Fix missing admin permissions on WebAuthn login - Closes #326
|
2024-03-19 18:13:35 +01:00 |
|
Bubka
|
86e7601328
|
Replace PUT by PATCH to promote admin permissions
|
2024-03-14 15:09:05 +01:00 |
|
Bubka
|
e956959f69
|
Fix ownership verification - Closes #305, closes #320
|
2024-03-14 14:49:49 +01:00 |
|
Bubka
|
e6d201d882
|
Add a keepSsoRegistrationEnabled admin setting - Closes #317
|
2024-03-08 15:07:44 +01:00 |
|
Bubka
|
edd810cafd
|
Add a Clear cache feature - Closes #316
|
2024-03-07 14:13:02 +01:00 |
|
Bubka
|
3eed7c8f5b
|
Add an email registration policy feature - Closes #250
|
2024-02-29 14:03:30 +01:00 |
|
Bubka
|
88d37394d3
|
Add a test email feature to the admin panel - Closes #307
|
2024-02-26 15:06:26 +01:00 |
|
Bubka
|
04078b09aa
|
Add a listener to automatically log notification sends
|
2024-02-26 15:05:00 +01:00 |
|
Bubka
|
21fa77f348
|
Move debug information to the admin section - Closes #303
|
2024-02-23 16:42:42 +01:00 |
|
Bubka
|
91242860f0
|
Update & Complete tests
|
2024-02-23 16:39:32 +01:00 |
|
Bubka
|
37e4711071
|
Refactor user deletion logic in a User observer
|
2024-02-23 16:39:32 +01:00 |
|
Bubka
|
6fe00585e5
|
Target db tables using config helper rather than hard coded strings
|
2024-02-23 16:39:32 +01:00 |
|
Bubka
|
f09ac29403
|
Add PHP 8.3 to Travis config & Skip broken tests (for now)
|
2023-12-20 17:08:18 +01:00 |
|
Bubka
|
ecd905c36c
|
Apply Pint fixes
|
2023-12-20 16:55:58 +01:00 |
|
Bubka
|
c5d173f45c
|
Fix user registration via SSO with existing email and name
|
2023-12-14 15:39:14 +01:00 |
|
Bubka
|
bf496e9502
|
Fix tests
|
2023-12-14 12:36:38 +01:00 |
|
Bubka
|
e503826012
|
Add the ability to set a proxy for outgoing requests - Closes #252
|
2023-12-13 17:15:26 +01:00 |
|
Bubka
|
9ff35195f0
|
Complete SSO (user model, error cases, tests, views) & Add github provider
|
2023-12-09 17:22:24 +01:00 |
|
Bubka
|
eaaefc1f1b
|
Update php tests
|
2023-12-05 16:32:20 +01:00 |
|
Bubka
|
ee02fb5d92
|
Change HTTP code returned for routes rejected in reverse proxy setup
|
2023-11-23 12:56:09 +01:00 |
|
Bubka
|
057cdb69ea
|
Fix tests
|
2023-09-26 08:40:36 +02:00 |
|
Bubka
|
159e2711fd
|
Fix invalid target for code coverage
|
2023-09-24 18:45:52 +02:00 |
|
Bubka
|
43d7922732
|
Complete e2e tests for search and account creation
|
2023-09-13 15:34:28 +02:00 |
|
Bubka
|
68d45be102
|
Fix test no returning the Twitter icon (thanks Elon...)
|
2023-09-13 10:04:44 +02:00 |
|
Bubka
|
790606b4a1
|
Add e2e tests for accounts display options
|
2023-09-02 12:23:31 +02:00 |
|
Bubka
|
4bd5cd0d62
|
Speed up multiple options switching in e2e tests
|
2023-09-01 15:22:18 +02:00 |
|
Bubka
|
74ccbaa7c9
|
Add e2e tests for Always On OTP
|
2023-09-01 14:43:27 +02:00 |
|
Bubka
|
29dcca8d35
|
Add e2e tests for On Demand OPT
|
2023-08-31 19:12:55 +02:00 |
|
Bubka
|
690a78a044
|
Add e2e tests for Close & Back buttons
|
2023-08-30 15:48:04 +02:00 |
|
Bubka
|
70313995b9
|
Add e2e tests for role based content of the about page
|
2023-08-29 09:10:10 +02:00 |
|
Bubka
|
afd020019b
|
Refactor & Complete E2E tests for auth, nav and the password component
|
2023-08-04 14:06:23 +02:00 |
|
Bubka
|
44c04ebd25
|
Complete Laravel 10 upgrade
|
2023-08-01 16:33:55 +02:00 |
|