Commit Graph

90 Commits (fork)

Author SHA1 Message Date
Philipp Rothmann 5532d022ac fix: enable scrolling 2023-01-03 11:06:17 +01:00
Philipp Rothmann 7032b49554 add utility apps filter for header 2022-11-15 12:09:10 +01:00
philipp 44e4e4eb42 introduce admin area
introduce admin area
first poc for connecting the authentik api

Co-authored-by: Philipp Rothmann <philipprothmann@posteo.de>
Reviewed-on: #2
2022-11-08 16:36:16 +01:00
Philipp Rothmann 8d760e588f authentik icon 2022-11-08 11:09:30 +01:00
philipp dea8773ff6 add-frames (#1)
Adds a iframe view for apps in the dashboard. Makes it usable for our setup.

Co-authored-by: Philipp Rothmann <philipprothmann@posteo.de>
Co-authored-by: viehlieb <pf@pragma-shift.net>
Reviewed-on: #1
2022-11-02 10:25:43 +01:00
Maarten de Waard 31f61d74ba
add velero as hidden app 2022-10-13 12:25:01 +02:00
Arie Peterson 45f10996b8 Show monitoring access permission when creating user 2022-10-12 16:49:05 +02:00
Maarten de Waard c0b8251422
remove empty fragment 2022-10-05 16:25:49 +02:00
Maarten de Waard 79103c21ff
process MR feedback 2022-10-05 14:45:18 +02:00
Maarten de Waard 6f5ddcf527
add short description on top of pages 2022-10-05 11:58:54 +02:00
Maarten de Waard fef455074a
comment out app installation/configuration button 2022-10-05 11:47:53 +02:00
Maarten de Waard bb1adc8d76
show only installed apps on Dashboard, fix status message on Apps screen 2022-10-04 15:22:05 +02:00
Maarten de Waard 9e70ef7bf8
WIP on dashboard cards based on roles 2022-10-03 16:01:21 +02:00
Maarten de Waard aea093332b
Show Monitoring app under "utilities", and fix its icon in "apps" and "user roles" screens 2022-10-03 15:17:17 +02:00
Maarten de Waard 86192f28fd
unfinished work that adds loading the list of apps dynamically 2022-09-29 15:37:41 +02:00
Luka Radenovic 14b4a58d46 Fix advanced tab toasts 2022-08-11 10:43:48 +02:00
Davor 4281dd9082 small refactor 2022-08-06 13:04:22 +02:00
Davor ac47970cac configuration validation part with validation messages 2022-08-06 11:19:29 +02:00
Davor 51f9f198f4 remove console.log 2022-08-05 20:22:34 +02:00
Davor af4189e3b9 added simple YAML validation on FE 2022-08-05 20:22:05 +02:00
Davor 94bd90486c comment out versions on code editor
remove configuration from install modal
2022-08-05 19:57:07 +02:00
Davor 198e926b4e fix warnings 2022-08-02 23:47:28 +02:00
Davor 97aa678830 add save changes to app general tab 2022-08-02 23:43:18 +02:00
Davor 08094e233c modify disable app modal 2022-08-01 23:02:11 +02:00
Davor 1c153ac5ad Merge branch 'main' into feat/apps-development 2022-08-01 13:18:10 +02:00
Davor 66fac852f5 add documentation urls
start implementing disable app modal
2022-07-31 21:57:18 +02:00
Davor b09cec5a8d fix app install modal 2022-07-29 18:35:04 +02:00
Davor 3edc690075 implement code editor as a component
add notif on status 'Installing' click
modify AppInstallModal
2022-07-28 23:48:55 +02:00
Davor 5b728d35d7 implement fetching apps from BE
impl install modal
2022-07-27 22:39:40 +02:00
Davor d57fe9f488 add duration to toast
show until closed for batch users
2022-07-27 13:44:00 +02:00
Davor a3adcfc3da modifed css on AppSingle 2022-07-25 23:50:23 +02:00
Davor 9bb54bce00 modify apps table 2022-07-25 20:23:50 +02:00
Luka Radenovic 3f6fd2dfc6 Enable apps 2022-07-21 09:35:59 +02:00
Davor e830a095b8 added steps modal with next and previous buttons
- changes for improve app access setting flow
2022-07-19 16:47:50 +02:00
Davor bc1a072515 implement progress steps component 2022-07-19 00:21:06 +02:00
Davor 8822d479a0 Merge branch 'main' into feat/batch-create-users 2022-07-18 07:47:58 +02:00
Davor 4431d72e09 modify frontend for add multiple users 2022-07-17 20:00:50 +02:00
Maarten de Waard 77f456fb07 Merge branch 'feat/protect-users-endpoint' into 'main'
Feat/protect users endpoint

Closes #72, #57, and dashboard-backend#38

See merge request stackspin/dashboard!45
2022-07-13 15:25:13 +00:00
Davor b7c66a9230 remove No access role for dashboard 2022-07-13 16:05:56 +02:00
Luka Radenovic d0b86c0809 Add HYDRA_PUBLIC_URL env variable and fix replace of sing out url 2022-07-13 14:59:15 +02:00
Luka Radenovic 3f455aedd9 Cleanup singOutUrl 2022-07-13 14:35:45 +02:00
Luka Radenovic 45a9033299 Fix logout link to be dynamically generated 2022-07-13 14:32:34 +02:00
Davor d4c4c6104f hide app access when selected dashboard role is admin 2022-07-13 12:05:20 +02:00
Davor f4a888ad26 wip for create batch users modal 2022-07-13 11:40:12 +02:00
Davor 4e25903847 fix build, remove unused 2022-07-06 20:40:56 +02:00
Davor 354d77a3a7 Grey out app section if chosen dashboard role is admin 2022-07-06 20:26:48 +02:00
Davor f4df97494a Merge branch 'main' into feat/protect-users-endpoint 2022-07-06 20:10:13 +02:00
Davor e7c4695a66 Merge branch 'main' into feat/protect-users-endpoint 2022-07-06 19:53:07 +02:00
Davor edc318a25b disable editing of app access dropdowns when dashboard role is admin 2022-06-28 12:20:55 +02:00
Davor ca3a5454d1 fix build errors 2022-06-28 08:06:28 +02:00