Girish Ramakrishnan
|
c9e40f59de
|
bump the timeout for really slow disks
|
2020-03-19 13:33:53 -07:00 |
|
Girish Ramakrishnan
|
38cf31885c
|
Make backup configure owner only
|
2020-03-18 17:23:23 -07:00 |
|
Girish Ramakrishnan
|
661965f2e0
|
Add branding tests
|
2020-03-15 16:38:15 -07:00 |
|
Girish Ramakrishnan
|
b997f2329d
|
make branding route for owner only
|
2020-03-15 11:39:02 -07:00 |
|
Girish Ramakrishnan
|
6adc099455
|
Fix crash
|
2020-02-26 15:49:41 -08:00 |
|
Johannes Zellner
|
6f96ff790f
|
Groups are part of user manager role
|
2020-02-24 17:49:22 +01:00 |
|
Girish Ramakrishnan
|
0e156b9376
|
migrate permissions and admin flag to user.role
|
2020-02-21 16:49:20 -08:00 |
|
Johannes Zellner
|
a8f1b0241e
|
Add route to obtain an appstore accessToken
|
2020-02-21 12:34:54 +01:00 |
|
Girish Ramakrishnan
|
82a173f7d8
|
proxy requests to mail server
|
2020-02-20 10:10:34 -08:00 |
|
Girish Ramakrishnan
|
c537dfabb2
|
add manage user permission
|
2020-02-13 22:49:58 -08:00 |
|
Girish Ramakrishnan
|
fd8abbe2ab
|
remove ROLE_USER
every authenticated user has ROLE_USER. So, this role is superfluous
|
2020-02-13 21:53:57 -08:00 |
|
Girish Ramakrishnan
|
25d871860d
|
domains: remove locked field
we will do this as part of access control if needed later
|
2020-02-13 21:16:46 -08:00 |
|
Girish Ramakrishnan
|
d1911be28c
|
user: load the resource with middleware
|
2020-02-13 20:59:17 -08:00 |
|
Girish Ramakrishnan
|
83bdcb8cc4
|
remove unused domain stats route
|
2020-02-11 22:10:57 -08:00 |
|
Girish Ramakrishnan
|
a05342eaa0
|
Add mail eventlog
|
2020-02-10 15:36:30 -08:00 |
|
Johannes Zellner
|
ac4aa4bd3d
|
Add tokens routes
|
2020-02-07 16:20:05 +01:00 |
|
Johannes Zellner
|
2b6bf8d195
|
Remove Oauth clients code
|
2020-02-06 17:26:15 +01:00 |
|
Johannes Zellner
|
2854462e0e
|
Remove token scope business
|
2020-02-06 16:44:46 +01:00 |
|
Johannes Zellner
|
b4e4b11ab3
|
Remove now redundant developer login code
|
2020-02-06 15:47:44 +01:00 |
|
Johannes Zellner
|
12aa8ac0ad
|
Remove passport
|
2020-02-06 14:56:28 +01:00 |
|
Girish Ramakrishnan
|
5145ea3530
|
Add supportConfig in database
|
2020-02-05 14:46:05 -08:00 |
|
Johannes Zellner
|
4ae12ac10b
|
Remove oauth
A whole bunch of useless stuff
|
2020-02-05 18:15:59 +01:00 |
|
Johannes Zellner
|
d773cb4873
|
Add REST route for account setup
This replaces the server side rendered form
|
2020-02-05 15:04:59 +01:00 |
|
Johannes Zellner
|
d3c7616120
|
Remove csurf
New views will be using the REST api not session, so this won't apply
|
2020-02-05 12:49:37 +01:00 |
|
Johannes Zellner
|
6a92af3db3
|
Remove password reset views from oauth
|
2020-02-05 11:43:33 +01:00 |
|
Johannes Zellner
|
18bbe70364
|
Add route to set new password
|
2020-02-04 16:47:57 +01:00 |
|
Johannes Zellner
|
86029c1068
|
Add new password reset route
|
2020-02-04 15:27:22 +01:00 |
|
Johannes Zellner
|
0ae9be4de9
|
Add basic login/logout logic
|
2020-02-04 14:35:25 +01:00 |
|
Girish Ramakrishnan
|
3427db3983
|
Add app passwords feature
|
2020-01-31 22:03:19 -08:00 |
|
Girish Ramakrishnan
|
4ba9f80d44
|
apps: configure cpuShares
|
2020-01-28 22:16:25 -08:00 |
|
Girish Ramakrishnan
|
2692f6ef4e
|
Add restart route for atomicity
|
2019-12-20 11:15:36 -08:00 |
|
Girish Ramakrishnan
|
da85cea329
|
avatar: remove query param
let the ui add the size and default
|
2019-12-13 13:45:02 -08:00 |
|
Girish Ramakrishnan
|
e4dd5d6434
|
Fix crash when uploading file
|
2019-12-09 15:02:51 -08:00 |
|
Girish Ramakrishnan
|
111e0bcb5f
|
Fix repair route path
|
2019-12-06 11:44:41 -08:00 |
|
Johannes Zellner
|
f2fca33309
|
Add support to upload custom profile avatar
|
2019-12-02 18:03:54 +01:00 |
|
Johannes Zellner
|
134f8a28bf
|
Hide access tokens from logs
|
2019-11-22 12:29:13 +01:00 |
|
Girish Ramakrishnan
|
42fe84152a
|
return swap information
|
2019-11-21 12:55:17 -08:00 |
|
Girish Ramakrishnan
|
1e776bbbe0
|
Add route to get public IP
|
2019-11-07 10:41:15 -08:00 |
|
Girish Ramakrishnan
|
351bd46cb7
|
Make external backup restore a separate route (import)
fixes #650
|
2019-10-15 09:20:29 -07:00 |
|
Girish Ramakrishnan
|
9c12f1fe15
|
Add field to configure the reverse proxy
part of #596
|
2019-10-14 15:05:25 -07:00 |
|
Girish Ramakrishnan
|
c49cbb524d
|
Design the route for pre-flight
|
2019-09-23 14:34:29 -07:00 |
|
Girish Ramakrishnan
|
9a22ba3af7
|
Add repair route
this is specifically for the case where some task failed and user
wants to get it back.
|
2019-09-19 23:13:44 -07:00 |
|
Girish Ramakrishnan
|
b05a9ce064
|
Add API to get dns record
|
2019-09-19 15:10:27 -07:00 |
|
Johannes Zellner
|
2bde023d4d
|
Use a file based session store
This prevents login sessions to be lost after a box restart
|
2019-09-18 13:00:03 +02:00 |
|
Girish Ramakrishnan
|
e97606ca87
|
Remove internal sysadmin server
this is now unused
|
2019-09-12 13:33:01 -07:00 |
|
Girish Ramakrishnan
|
3e2189aeed
|
Remove obsolete configure route
|
2019-09-09 22:08:08 -07:00 |
|
Girish Ramakrishnan
|
801ca7eda1
|
Break down the configure route
|
2019-09-09 14:35:52 -07:00 |
|
Johannes Zellner
|
b9efa8f445
|
Use tasks api for external ldap syncer
|
2019-08-30 10:20:04 +02:00 |
|
Girish Ramakrishnan
|
94b4bf94c0
|
Merge active flag into update route
|
2019-08-08 08:17:08 -07:00 |
|
Girish Ramakrishnan
|
0ab6cad048
|
Add user enable/disable flag
|
2019-08-08 06:31:46 -07:00 |
|