Commit Graph

16973 Commits

Author SHA1 Message Date
Johannes Zellner
99f30fe09a Add diskusage to systems view again 2025-02-17 16:38:30 +01:00
Johannes Zellner
11c64f3035 http reqs still have statusCode 2025-02-17 14:26:17 +01:00
Johannes Zellner
aa65af10b6 Bring back app configure link 2025-02-17 13:33:47 +01:00
Johannes Zellner
1afc8d20a0 Fixup time related info in system view to only use momentjs 2025-02-17 11:42:10 +01:00
Johannes Zellner
42b4d7ce5f Add initial SystemView.vue 2025-02-17 11:18:57 +01:00
Johannes Zellner
c1c53af855 Lock displayName and email edit for external users 2025-02-16 18:06:08 +01:00
Johannes Zellner
740c88c506 Add user edit/new dialog 2025-02-16 18:03:54 +01:00
Johannes Zellner
270d27be73 Use InputGroup in impersonate and password reset dialogs 2025-02-16 16:25:44 +01:00
Johannes Zellner
dc98c2c1fe Fixup all remaining ng-href usage in vue views 2025-02-16 15:59:07 +01:00
Johannes Zellner
e6079ee275 Fixup some layout gap issues 2025-02-16 15:56:33 +01:00
Johannes Zellner
26b88a55e0 Update frontend dependencies 2025-02-16 14:20:03 +01:00
Girish Ramakrishnan
b5721fe6f3 inline basic-auth module 2025-02-15 16:56:40 +01:00
Girish Ramakrishnan
ec99cae3d9 superagent: do not read file as string 2025-02-15 16:26:50 +01:00
Girish Ramakrishnan
cceae6770c superagent: multipart requires content-type to be unset 2025-02-15 16:11:55 +01:00
Girish Ramakrishnan
4cfa658fde add some superagent tests 2025-02-15 15:54:39 +01:00
Girish Ramakrishnan
8e58349bfa replace with custom superagent based on fetch API 2025-02-15 15:14:09 +01:00
Johannes Zellner
68a08b1f62 Slightly improve appsview filter and search bar 2025-02-14 14:18:15 +01:00
Girish Ramakrishnan
20a30b303b s3: fix encoding of downloaded stream 2025-02-13 19:29:07 +01:00
Johannes Zellner
373f294fe3 Update dashboard dependencies 2025-02-13 18:23:32 +01:00
Girish Ramakrishnan
5459a540e7 users: do nothing when nothing to update 2025-02-13 17:28:10 +01:00
Girish Ramakrishnan
221181092e tasks -> changes 2025-02-13 17:28:10 +01:00
Johannes Zellner
326e01d548 Add password reset dialog 2025-02-13 17:15:51 +01:00
Girish Ramakrishnan
c7572f0624 rename function 2025-02-13 17:07:34 +01:00
Girish Ramakrishnan
b94ce542c3 syncer: simply return the changes
this is easier to test. the initial code wanted to make the changes a stream.
but this never happenned since the need never arose
2025-02-13 17:06:24 +01:00
Johannes Zellner
6a303ae50a Implement copyToClipboard in ImpersonateDialog 2025-02-13 16:37:07 +01:00
Girish Ramakrishnan
59721a3f1a s3: in v3, Body is a stream
https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/migrate-s3.html
2025-02-13 15:17:48 +01:00
Girish Ramakrishnan
bd5ecf358a tests: tests for underscore 2025-02-13 14:51:51 +01:00
Johannes Zellner
2617fcdcfd Ensure S3 provider specific quirks 2025-02-13 14:40:41 +01:00
Girish Ramakrishnan
dd5e4adc73 replace underscore with our own
we only need like 5 simple functions
2025-02-13 14:14:34 +01:00
Johannes Zellner
c46c41db5a Refresh backup config after config dialog got submitted 2025-02-13 12:49:52 +01:00
Johannes Zellner
aafd3c8d35 Send missing properties for S3 backup providers 2025-02-13 12:48:30 +01:00
Girish Ramakrishnan
cb6d531300 storage: automatically abort old multipart uploads in s3 2025-02-13 11:09:15 +01:00
Girish Ramakrishnan
e7b11a7ceb typo 2025-02-13 10:31:20 +01:00
Girish Ramakrishnan
54c6c2e6cd Fix package.json url 2025-02-13 10:22:12 +01:00
Girish Ramakrishnan
c7ef32bf3c remove ununsed module hock 2025-02-12 23:08:52 +01:00
Girish Ramakrishnan
824816cb94 remove unused module 2025-02-12 23:06:12 +01:00
Girish Ramakrishnan
a138425298 storage: start migration of s3 api 2025-02-12 23:04:37 +01:00
Girish Ramakrishnan
9888aa8c08 storage: rework listDir api to be a generator (like) function 2025-02-12 19:34:57 +01:00
Johannes Zellner
da0dcf65b3 Add impersonate dialog 2025-02-12 15:54:04 +01:00
Johannes Zellner
c9d875e3fa Implement user deletion 2025-02-12 15:18:52 +01:00
Girish Ramakrishnan
bd44bb4534 groups: add app access tests 2025-02-12 14:21:46 +01:00
Johannes Zellner
fda0a918f0 Implement group dialog 2025-02-12 13:53:57 +01:00
Girish Ramakrishnan
31599c5da9 add missing await 2025-02-12 13:13:40 +01:00
Girish Ramakrishnan
7e1fbb3017 groups: add appIds field to groups object 2025-02-12 13:07:41 +01:00
Johannes Zellner
08b2f6f998 Apply same style as other table views to ApiToken list 2025-02-11 21:02:57 +01:00
Johannes Zellner
daeaa800d8 Give table rows with actions a bit more space 2025-02-11 21:02:30 +01:00
Johannes Zellner
9c4baf9cad Add users filter bar 2025-02-11 20:21:35 +01:00
Johannes Zellner
a1f01d2def Initial work to move users view to vue 2025-02-11 18:50:10 +01:00
Johannes Zellner
dde6e0859b Use tuple return values in users and groups model 2025-02-11 15:31:47 +01:00
Girish Ramakrishnan
7322006455 test: fix route53 tests 2025-02-11 11:29:43 +01:00