Commit Graph

133 Commits

Author SHA1 Message Date
Girish Ramakrishnan
bbd73d361a Fixup error handling in apps view 2019-09-03 15:18:05 -07:00
Girish Ramakrishnan
2796ad12fe Show app cancel busy indicator 2019-08-29 14:51:21 -07:00
Girish Ramakrishnan
45d40297bf refresh app cache on cancel 2019-08-29 14:35:39 -07:00
Girish Ramakrishnan
8eee0b809c Add cancel action for active app tasks 2019-08-29 14:30:25 -07:00
Girish Ramakrishnan
5387054000 Refactor update functions 2019-08-29 11:33:22 -07:00
Girish Ramakrishnan
e08f072d95 Refactor uninstall functions 2019-08-29 11:30:37 -07:00
Girish Ramakrishnan
44db2ca02a lint 2019-08-29 11:18:02 -07:00
Johannes Zellner
88bc30bbea Rework the restore/clone dialogs 2019-07-12 17:18:21 +02:00
Girish Ramakrishnan
c550416c9d reset the app icon on show 2019-06-21 13:30:33 -07:00
Johannes Zellner
5537507646 Distinguish alternate and main domain errors 2019-06-05 20:22:34 +02:00
Girish Ramakrishnan
788e7c40e9 Add Access tab to configure UI 2019-05-31 14:14:34 -07:00
Johannes Zellner
dca43f3e57 Allow to configure more than one alternate domain 2019-05-31 15:19:07 +02:00
Girish Ramakrishnan
6c8c7751fd Add note that access control allows SFTP access 2019-05-24 10:25:34 -07:00
Girish Ramakrishnan
7b2ae2c457 Make reset show the original icon 2019-05-21 00:18:29 -07:00
Girish Ramakrishnan
96117216ee Allow icon to be set 2019-05-20 22:24:58 -07:00
Johannes Zellner
765307ddef Fix domain filter select 2019-05-20 23:40:02 +02:00
Johannes Zellner
9a859629bc Remove unused usedDomains 2019-05-20 23:23:07 +02:00
Girish Ramakrishnan
76eaee5b1a Remove X-Frame-Options 2019-05-20 10:10:36 -07:00
Johannes Zellner
b67d5eec3d Remove password requirement for app uninstall and restore 2019-05-13 23:31:45 +02:00
Girish Ramakrishnan
48c3372c33 Use config.features to customize UI 2019-05-07 10:11:54 -07:00
Girish Ramakrishnan
34eadebe00 Remove spaces code 2019-05-04 18:43:59 -07:00
Johannes Zellner
165cc279de Allow to set app label 2019-04-24 14:25:37 +02:00
Johannes Zellner
2b578efdd6 Do not add empty app tags 2019-04-15 15:44:02 +02:00
Johannes Zellner
3edb119422 Remove unused function 2019-04-15 14:36:15 +02:00
Johannes Zellner
07d4d5051a Simplify the app grid filter to basic dropdowns for now 2019-04-15 14:31:12 +02:00
Johannes Zellner
f89f201764 Show initial tag sidebar 2019-04-12 11:06:56 +02:00
Johannes Zellner
a9400785ca Add ability to attach freeform text tags to apps 2019-04-11 18:43:01 +02:00
Johannes Zellner
75642d785e Only show the headers if we have more than one domain with apps 2019-03-25 16:32:15 +01:00
Johannes Zellner
57cb9a1d0b Only show domains where apps are installed at 2019-03-25 16:17:53 +01:00
Johannes Zellner
57a41cde9d Group apps by domain 2019-03-25 10:42:31 +01:00
Johannes Zellner
0bc500e34f Add robots.txt template 2019-03-20 09:53:10 -07:00
Girish Ramakrishnan
161eb8bef9 reduce the timeout 2019-03-04 21:47:14 -08:00
Johannes Zellner
20118f941e Show clipboard copy indication 2019-02-24 19:17:38 +01:00
Girish Ramakrishnan
bee05afc87 Add button to copy the backup id 2019-02-23 19:33:48 -08:00
Girish Ramakrishnan
998c9bdeb7 clone: Do not send disabled ports
fixes cloudron/box#611
2019-01-24 10:06:00 -08:00
Johannes Zellner
018b3a876f We use eslint by now, so make it as happy as it can be 2019-01-22 10:54:03 +01:00
Girish Ramakrishnan
cb856ce2bb Fix error handling and tab focus 2019-01-19 22:08:29 -08:00
Girish Ramakrishnan
1ec0f67b29 dataDir can be empty to revert back 2019-01-18 15:18:59 -08:00
Girish Ramakrishnan
093491c5b4 Make dataDir configurable 2019-01-17 09:21:38 -08:00
Girish Ramakrishnan
970f7fe69b Add flag for per-app automatic update 2018-12-07 09:38:55 -08:00
Girish Ramakrishnan
c507df902e create recvmail mailbox automatically 2018-12-06 22:31:38 -08:00
Girish Ramakrishnan
92660e037d replace operatorActions with managed 2018-10-30 21:07:37 -07:00
Girish Ramakrishnan
ca76626d55 Add checkbox UI for mailbox location
part of cloudron/box#587
2018-09-25 11:27:43 -07:00
Girish Ramakrishnan
02f04e2d33 Disable various views for non-operators 2018-09-05 15:35:30 -07:00
Girish Ramakrishnan
2fd1caa2aa caas: Fix display of alternateDomain 2018-09-04 12:10:21 -07:00
Girish Ramakrishnan
60107147c2 derive features from edition 2018-08-28 21:58:59 -07:00
Girish Ramakrishnan
d316d216db spaces: use edition instead of setting 2018-08-28 19:36:26 -07:00
Girish Ramakrishnan
0f6c0a2ccd Use spaces suffix that replaces dots in username
This assumes usernames only have . or - but not both
2018-08-28 12:23:14 -07:00
Girish Ramakrishnan
937a165711 spaces: Strip the trailing username when configuring 2018-08-28 10:38:53 -07:00
Girish Ramakrishnan
6c574ead94 Make UDP ports configurable
Part of cloudron/box#504
2018-08-13 09:15:21 -07:00