Steinar Bang
|
6aa53f9acb
Manually create PassThruAuthenticationFilter because the shiro 2.x INI parser can't find and create it when running in OSGi
|
6 months ago |
Steinar Bang
|
38585e02bc
Remove beans.immutable as compile time dependencies since all beans are now records
|
6 months ago |
Steinar Bang
|
7d0652114b
Adapt from bean getters to the record methods used in UserService 2.0.0
|
6 months ago |
Steinar Bang
|
af67851ada
Upgrade parent to get shiro 2.0.1 and UserService 2.0.0
|
6 months ago |
Steinar Bang
|
e7b00ddfcf
Remove immutable runtime dependencies since ukelonn.services beans have been converted to records
|
6 months ago |
Steinar Bang
|
e62913976a
Remove tests for autogenerated record toString methods
|
6 months ago |
Steinar Bang
|
2836deec1a
Create unique key for table rows generated for year and month statistics
|
6 months ago |
Steinar Bang
|
0231fc30bf
Convert immutable beans with nested builders to records with nested builders
|
6 months ago |
Steinar Bang
|
4b5028b2c9
Remove the class name builders build for to make all nested builders just be "Builder"
|
6 months ago |
Steinar Bang
|
e4c29b144e
Remove inheritance of SumYear from SumYearMonth
|
6 months ago |
Steinar Bang
|
07528a68ea
Use var for local variables
|
6 months ago |
Steinar Bang
|
bcb1af2fa2
Remove java8 source level setting in maven-javadoc-plugin to use native source level (currently java 17)
|
6 months ago |
Steinar Bang
|
19c6751629
Replace deprecated class DbUrlConnectionCommandStep with DbUrlConnectionArgumentsCommandStep
|
7 months ago |
Steinar Bang
|
7bc6f0b721
Deploy SNAPSHOT to maven.bang.priv.no from github actions master branch CI build
|
7 months ago |
Steinar Bang
|
4502a99b91
Upgrade parent to get liquibase 4.27.0 and to build with node.js 20.12.0 and karaf 4.4.5
|
7 months ago |
Steinar Bang
|
f6b5864f7f
Update npm dependencies to their currently newest versions
|
7 months ago |
Steinar Bang
|
614f484c4f
Update npm devDependencies to their currently newest versions
|
7 months ago |
Steinar Bang
|
c784dff1d8
Upgrade parent to get jersey 2.42 and jackson 2.16.2 and postgresql 42.7.3
|
8 months ago |
Steinar Bang
|
3c94a984ae
Reorganize saga functions to be in the calling order
|
8 months ago |
Steinar Bang
|
a78dd3d44c
Replace use of deprecated class WebIniSecurityManagerFactory with IniWebEnvironment
|
8 months ago |
Steinar Bang
|
4a476bbd6e
Upgrade parent to get authservice 1.15.18 and postgresql jdbc 42.7.2
|
8 months ago |
Steinar Bang
|
3cbe6079e6
Replace use of ShiroFeature in UserAdminWebApiServlet with version of JersyServlet that includes ShiroFeature
|
8 months ago |
Steinar Bang
|
678a3c471b
Remove unused import
|
9 months ago |
Steinar Bang
|
19e985651c
Style "Unauthorized" react component with tailwind CSS
|
9 months ago |
Steinar Bang
|
c35d8f63d4
Use var for local variables in tests
|
9 months ago |
Steinar Bang
|
50a0c90843
Redirect to login when API call fails with 401 and redirect to Unauthorized when API call fails with 403
|
9 months ago |
Steinar Bang
|
1dfec35ddf
Only fetch FAVORITTER for authorized, logged in, users
|
9 months ago |
Steinar Bang
|
bec213e0d1
Use "/" as the returned originalRequestUrl when no request has been saved on the thread context by Shiro
|
9 months ago |
Steinar Bang
|
66af7771af
Replace use <Navigate> after login and logout with browser reload to make shiro handle authorization
|
9 months ago |
Steinar Bang
|
8c78d37f53
Set initial value login state authorized to true to avoid toggling between logged in and unauthorized
|
9 months ago |