Commit Graph

96 Commits

Author SHA1 Message Date
c087dbdf2b Merge branch 'feature/config' into 'dev'
Resolve "Configuratable token times"

See merge request leon.hoppe/hopframe!2
2024-12-21 14:03:48 +00:00
92afc85dba added permission configuration 2024-12-21 14:59:04 +01:00
51c15eff4c Added environment variable example for authentication configuration 2024-12-21 14:12:54 +01:00
422fd6c677 Added authentication documentation to table of contents 2024-12-21 14:08:47 +01:00
88c8fe612d Added configuration wrappers, authentication options and authentication documentation 2024-12-21 14:04:49 +01:00
dce0471105 Merge branch 'feature/testing' into 'dev'
Feature/testing

See merge request leon.hoppe/hopframe!1
2024-12-21 12:12:17 +00:00
c4ee8bb1e0 Fixed mistake corrected in v2.0.1 2024-12-21 13:10:46 +01:00
7c835ea49b Started working on UnitTests for frontend 2024-12-11 21:29:03 +01:00
5f746e0bc1 Renamed testing projects 2024-12-10 16:55:36 +01:00
ee7bf1e204 Renamed test projects 2024-12-10 16:39:28 +01:00
4d91ce1819 Implemented HopFrame.Web tests 2024-12-10 16:30:46 +01:00
a4d1d3227b Created tests for HopFrame.Api 2024-12-09 18:41:51 +01:00
14c82f4f06 Implemented security module tests 2024-11-24 17:18:35 +01:00
fca6ef4fa6 Implemented all tests for database module 2024-11-24 16:01:33 +01:00
da45a84f61 Moved test project to correct folder 2024-11-24 12:47:23 +01:00
b7eca1937c Attempted to fix test workflow not being restored 2024-11-24 12:43:41 +01:00
85031de3c2 Started creating tests for database module 2024-11-24 12:40:51 +01:00
1897428d00 Reorganized project in solution folders 2024-11-24 10:42:33 +01:00
4a5855250c Merge branch 'release/v2.0.0' into 'dev'
Resolve "Prepare release v2.0.0"

Closes #23

See merge request leon.hoppe/HopFrame!12
2024-11-23 15:16:16 +00:00
b206ab65ce Changed dotnet sdk version 2024-11-23 16:12:15 +01:00
92a329ef41 Accidentally deleted ci file 2024-11-23 16:10:27 +01:00
92b7e9a8ae Renamed ci file 2024-11-23 16:07:22 +01:00
776b055cfb Added readme to HopFrame.Web.Admin.csproj + added ci scripts 2024-11-23 16:05:57 +01:00
bd7751b44b Updated versions + edited project readme's 2024-11-23 15:40:58 +01:00
f8995ca990 Renamed model repo to provider + provider registration check 2024-11-23 15:29:46 +01:00
beac2aa20c Merge branch 'feature/admincontext-dependencyinjection' into 'dev'
Resolve "Proper Admin Context dependency injection"

Closes #21

See merge request leon.hoppe/HopFrame!11
2024-11-22 17:57:39 +00:00
c00c30ea3f Made admin pages dependency injectable 2024-11-22 18:58:39 +01:00
e257e36b66 Merge branch 'feature/documentation' into 'dev'
Resolve "Documentation"

Closes #18

See merge request leon.hoppe/HopFrame!10
2024-11-22 13:17:35 +00:00
fee99c60b6 Finished documentation 2024-11-22 14:18:40 +01:00
0c2c02136d added docs for admin pages and blazor pages + fixed typos 2024-11-22 14:04:15 +01:00
Leon Hoppe
16ef41800d added endpoint documentation 2024-11-22 12:20:33 +01:00
Leon Hoppe
2bc8a5d70b working on various components of the documentation 2024-11-22 11:42:21 +01:00
Leon Hoppe
a531cd7a47 Reorganized files 2024-11-22 10:49:48 +01:00
e8c61dbc7f Fixed visual separation issues 2024-11-21 17:02:15 +01:00
01cd0e1590 Renamed Authentication to Authorization 2024-11-21 16:56:45 +01:00
eef03c152d finished documentation for installation, database usage and authentication 2024-11-21 16:55:56 +01:00
986c5cebde Added inline documentation + fixed small bugs 2024-11-21 16:15:18 +01:00
6d2f7051ee attempt to fix diagram display issue 2024-11-20 20:24:33 +01:00
6c5c5c9e9d Integrated models directly into docs 2024-11-20 20:20:48 +01:00
leonhoppe
53d214ed8b Merge pull request #9 from leonhoppe/feature/adminLogin
Feature/admin login
2024-11-19 18:19:34 +01:00
4801e790c0 finished admin login 2024-11-19 18:20:27 +01:00
61323f089d Redesigned admin login page 2024-11-14 16:20:09 +01:00
leonhoppe
94e7a41e59 Merge pull request #8 from leonhoppe/feature/generatedAdminPages
Feature/generated admin pages
2024-11-09 11:19:02 +01:00
89a3185c8b cleanup 2024-11-09 11:18:28 +01:00
bc7dfa8e6a Removed unnecessary files + added proper documentation to admin page generators 2024-11-09 11:17:50 +01:00
601b502c8c Improved developer experience for AdminContext's 2024-11-09 10:39:17 +01:00
0cc4eb44da Implemented selector properties for admin pages 2024-11-05 18:45:34 +01:00
d38cce6dc2 Added validation to admin pages 2024-10-27 15:26:25 +01:00
85a45ece55 finished list input + added proper prefix rendering 2024-10-27 11:33:50 +01:00
ce15717c7d Made AdminPageProperty generic + added dynamic display property selecting 2024-10-26 11:54:02 +02:00