Girish Ramakrishnan
|
03296b3195
|
Fix padding of sliders
|
2020-08-11 12:07:57 -07:00 |
|
Girish Ramakrishnan
|
97df39a16f
|
add advanced section to tune backup settings
|
2020-08-11 09:16:09 -07:00 |
|
Girish Ramakrishnan
|
59cd6f6e93
|
Fix groups code to use listing API
the listing API now returns the members
|
2020-08-10 13:59:46 -07:00 |
|
Girish Ramakrishnan
|
d4312507e2
|
Simplify wording
|
2020-08-10 13:11:10 -07:00 |
|
Girish Ramakrishnan
|
76950bdada
|
remove superfluous wording
|
2020-08-10 13:08:53 -07:00 |
|
Girish Ramakrishnan
|
01b7bc96fa
|
Fix layout of backup retention dialog
|
2020-08-10 13:03:59 -07:00 |
|
Girish Ramakrishnan
|
efde15b848
|
backup: remind to not overlap with update schedule
|
2020-08-10 12:58:19 -07:00 |
|
Girish Ramakrishnan
|
941e0ba6c8
|
This deletes filters as well
|
2020-08-10 12:19:20 -07:00 |
|
Girish Ramakrishnan
|
3b818855dc
|
Fix broken help link
|
2020-08-10 12:02:53 -07:00 |
|
Girish Ramakrishnan
|
f6f5ae8578
|
show users name
|
2020-08-08 19:15:21 -07:00 |
|
Girish Ramakrishnan
|
d82dde4b7f
|
Add some $variables to the post install message
This way the post install messages can be better.
Removed it as a filter because I cannot figure how to pass args to it
|
2020-08-08 19:12:16 -07:00 |
|
Girish Ramakrishnan
|
8c8e363abc
|
atleast is not a real word
thanks @rob
|
2020-08-05 10:12:13 -07:00 |
|
Girish Ramakrishnan
|
aa240e8ee3
|
Remove "old"
|
2020-08-03 21:00:20 -07:00 |
|
Girish Ramakrishnan
|
28b4f66f86
|
wording
|
2020-07-30 11:48:40 -07:00 |
|
Girish Ramakrishnan
|
ab3abe7e5e
|
Add a way to disable auto updates
|
2020-07-29 20:14:30 -07:00 |
|
Girish Ramakrishnan
|
31fbffb435
|
better wording
|
2020-07-29 16:51:12 -07:00 |
|
Girish Ramakrishnan
|
9a7f8bd861
|
Allow days/hours to be selected for auto update schedule
|
2020-07-29 16:10:29 -07:00 |
|
Girish Ramakrishnan
|
29c20cfcc4
|
rename variable
|
2020-07-29 15:24:10 -07:00 |
|
Girish Ramakrishnan
|
b5c25bcaaa
|
Fix typo in pattern
|
2020-07-29 12:01:00 -07:00 |
|
Girish Ramakrishnan
|
8abe0a174a
|
Handle case where all days are to be selected
|
2020-07-29 09:27:55 -07:00 |
|
Girish Ramakrishnan
|
692abcd6de
|
show backup days and hours
|
2020-07-28 23:09:25 -07:00 |
|
Johannes Zellner
|
03bdcc786e
|
Show critical backup config warning directly in backup ui instead of notification
|
2020-07-28 18:08:57 +02:00 |
|
Johannes Zellner
|
6df2985e2a
|
Remove wrong hand css class
|
2020-07-28 12:24:21 +02:00 |
|
Girish Ramakrishnan
|
05de8b54ec
|
Add option to delete mails
Part of cloudron/box#720
|
2020-07-27 22:55:25 -07:00 |
|
Dustin Dauncey
|
c0dad4f5a0
|
Update system.html
|
2020-07-27 22:29:22 -07:00 |
|
Dustin Dauncey
|
7ad425e399
|
Update system.html with a more accurate message on when to use the reboot function.
|
2020-07-27 22:29:22 -07:00 |
|
Girish Ramakrishnan
|
e82f17ab06
|
Show any settings save error
|
2020-07-22 18:09:44 -07:00 |
|
Johannes Zellner
|
99927df991
|
Also ensure the admin link is not active if it shouldn't
|
2020-07-20 23:41:00 +02:00 |
|
Girish Ramakrishnan
|
4ef963fe54
|
Don't let the user bypass 2FA by removing the 'setup2FA' in the url
|
2020-07-17 14:46:58 -07:00 |
|
Girish Ramakrishnan
|
4f4df7d9fe
|
appstore: fix ordering of apps
all apps: alphabetical
popular: based on ranking instead of installCount
New Apps: based on time only
Category: tag and then ranking
|
2020-07-17 14:22:47 -07:00 |
|
Girish Ramakrishnan
|
0043b3690a
|
Make directory config UI consistent
|
2020-07-17 10:17:46 -07:00 |
|
Girish Ramakrishnan
|
be6c34386d
|
Always show the catch-all description text
|
2020-07-17 09:51:37 -07:00 |
|
Girish Ramakrishnan
|
90f42fe6cd
|
Fixup text in postinstall and info dialog
|
2020-07-16 15:43:30 -07:00 |
|
Johannes Zellner
|
6dd414fe7e
|
Add mailbox restriction code
|
2020-07-16 18:51:29 +02:00 |
|
Johannes Zellner
|
4cb5e66ccb
|
Make catchall premium
|
2020-07-16 18:14:42 +02:00 |
|
Girish Ramakrishnan
|
1fd4d772e4
|
Fixup mailbox count
|
2020-07-15 15:47:58 -07:00 |
|
Girish Ramakrishnan
|
3abdbdc7c9
|
Add info on what cleanup backups does
|
2020-07-15 15:10:44 -07:00 |
|
Girish Ramakrishnan
|
e77d3f4fcc
|
import and restore: add b2 provider
part of cloudron/box#508
|
2020-07-13 15:36:44 -07:00 |
|
Girish Ramakrishnan
|
7aff747b1c
|
backups: add b2 provider
part of cloudron/box#508
|
2020-07-13 14:58:14 -07:00 |
|
Johannes Zellner
|
6b64dd52b9
|
Remove console.log()s
|
2020-07-13 12:59:50 +02:00 |
|
Girish Ramakrishnan
|
fb07dc2294
|
implement mandatory 2fa
part of #716
|
2020-07-10 13:10:07 -07:00 |
|
Girish Ramakrishnan
|
d271d2db57
|
Allow users to change avatar even if profile is locked
|
2020-07-10 09:45:02 -07:00 |
|
Johannes Zellner
|
46ed0ab49e
|
For now just add a filemanager button in console section
|
2020-07-10 16:19:01 +02:00 |
|
Girish Ramakrishnan
|
b86dff8601
|
Clarify what profile means
|
2020-07-09 21:56:01 -07:00 |
|
Girish Ramakrishnan
|
a725fc7a0b
|
Add directory config ui
|
2020-07-09 21:51:51 -07:00 |
|
Girish Ramakrishnan
|
fbe3545153
|
disable profile editing based on directory config
part of cloudron/box#704
|
2020-07-09 17:18:41 -07:00 |
|
Johannes Zellner
|
8d9c4b0476
|
Fix eventlog crash
|
2020-07-06 14:53:52 +02:00 |
|
Girish Ramakrishnan
|
2e5e459094
|
mail: add pagination to mailboxes UI
|
2020-07-05 18:21:52 -07:00 |
|
Girish Ramakrishnan
|
f51eccdef7
|
mail: Add pagination to lists UI
|
2020-07-05 11:55:17 -07:00 |
|
Girish Ramakrishnan
|
a9a9af9ef7
|
s3: add region field to import and restore UI
for s3 v4 compat providers like yandex
fixes cloudron/box#713
|
2020-07-05 10:58:20 -07:00 |
|