Commit Graph

105 Commits

Author SHA1 Message Date
Johannes Zellner
59d90a0b9e Make users and groups available for the new app link dialog 2022-10-24 17:34:20 +02:00
Girish Ramakrishnan
db1056112c Fix SI and Decimal unit usage
SI: For 1000, it is kB, MB, GB
IEC: For 1024, it is KiB, MiB, GiB

JEDEC: For 1024, it is KB, MB (conflicts with SI, of course)

Ultimately, what we decided is for RAM use IEC and for Disk use SI.
This is what docker does and also suggested here -
https://stackoverflow.com/questions/8632269/displaying-file-size-1000b-1kb-or-1024b-1kb
2022-10-13 21:53:11 +02:00
Johannes Zellner
303ddf02b5 Show actual applink upstreamUri error in the UI 2022-10-06 20:03:22 +02:00
Johannes Zellner
13b659c52f Move applink, proxy add buttons to appstore view 2022-10-05 17:17:22 +02:00
Johannes Zellner
929ba2069d Support port binding readOnly flag 2022-08-10 18:01:27 +02:00
Johannes Zellner
ade64923f1 Improve appstore search and prioritze title and tagline matches 2022-06-27 18:03:32 +02:00
Johannes Zellner
c4ed5edecb Move all appstore filter to the left 2022-06-10 12:31:50 +02:00
Johannes Zellner
6bcf6aae28 Allow to specify upstreamUri for proxy app during installation 2022-06-09 14:21:50 +02:00
Johannes Zellner
056faefb4e Make sso filter translatable 2022-05-25 21:13:39 +02:00
Johannes Zellner
3c17b65f7f Add sso filter option in appstore view 2022-05-25 21:10:53 +02:00
Johannes Zellner
2c97c240d8 Explicitly mention what dashboard visibility is on install dialog 2022-05-25 17:38:47 +02:00
Girish Ramakrishnan
41e2f7006f Add low resource doc link 2022-05-14 10:19:26 -07:00
Johannes Zellner
ce20af0d36 Ensure we show multiselect labels for users without a username 2022-03-04 13:36:25 +01:00
Johannes Zellner
7cb7c52d15 Add upstreamVersion support in appstore view 2022-02-22 16:20:27 +01:00
Johannes Zellner
4ab52c6927 Move subscription required button in install dialog to the right 2022-02-18 18:16:27 +01:00
Girish Ramakrishnan
0af47bba54 add UI for secondary domains
part of cloudron/box#809
2022-01-21 17:31:04 -08:00
Girish Ramakrishnan
63394a666e rename location to subdomain 2022-01-16 18:49:22 -08:00
Johannes Zellner
11fc5248c2 Add password-reveal directive for password inputs 2021-11-03 21:57:52 +01:00
Girish Ramakrishnan
d4313fd6e5 show cloudflare port warning
fixes cloudron/box#802
2021-09-20 11:30:27 -07:00
Girish Ramakrishnan
398d9b0343 show manual warning for noop also 2021-09-20 11:13:29 -07:00
Girish Ramakrishnan
867d1dfcbe manual dns: show setup warning for bare domains as well 2021-09-20 11:06:28 -07:00
Girish Ramakrishnan
1994ca1ac7 remove purpose field 2021-08-10 13:31:01 -07:00
Johannes Zellner
ec50163b66 Ensure appstore categories are alphabetical in all languages 2021-03-31 14:03:49 +02:00
Johannes Zellner
5d5c712f1c Some cleanups for showing popular and section names depending on category and search 2021-03-18 14:28:22 +01:00
Johannes Zellner
050ea48e3e Show popular apps first when no category is selected 2021-03-18 14:14:22 +01:00
Girish Ramakrishnan
84cf5809a0 Do not show user management string for sogo 2021-03-17 14:11:08 -07:00
Girish Ramakrishnan
244d84e168 Add doc link for dashboard visiblity 2021-03-02 20:51:38 -08:00
Johannes Zellner
09840df51a Also enable app visibility selector for email apps 2021-03-01 20:16:05 +01:00
Johannes Zellner
b9501d69a5 Allow to select dashboard visibility during app installation also 2021-03-01 18:52:10 +01:00
Johannes Zellner
d377a23ebc If groups are used, do not allow app installation without choosing the access settings 2021-02-17 17:10:39 +01:00
Girish Ramakrishnan
d627b6b0b0 add some space between image and description 2021-01-22 12:41:26 -08:00
Girish Ramakrishnan
5fc8a50ae1 more caas code removal 2021-01-12 19:49:20 -08:00
Johannes Zellner
24397aa25e Fix appstore category icon padding 2020-12-09 12:16:00 +01:00
Johannes Zellner
fb03e34765 Fix license term checkbox
input elements don't have an innerHtml
2020-11-18 09:35:23 +01:00
Girish Ramakrishnan
e6814ca4d2 linode: remove dns warnings
they propagate fine now
2020-11-16 22:50:35 -08:00
Johannes Zellner
a0e7cf59b6 Add appstore translations 2020-11-13 22:25:55 +01:00
Johannes Zellner
bd96073429 Move domain in use error below the input field 2020-10-21 13:11:00 +02:00
Girish Ramakrishnan
c02cf0f5dc Fix doc links 2020-09-09 10:14:35 -07:00
Girish Ramakrishnan
6310a431dd caas: remove hyphenatedSubdomains support
this is not used since ages now
2020-08-15 18:35:51 -07:00
Girish Ramakrishnan
8c8e363abc atleast is not a real word
thanks @rob
2020-08-05 10:12:13 -07:00
Johannes Zellner
6df2985e2a Remove wrong hand css class 2020-07-28 12:24:21 +02: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
Johannes Zellner
7a384846f8 Add MSP as purpose option 2020-06-19 22:04:41 +02:00
Johannes Zellner
8e0cfcda88 Keep subscription setup screens consistent 2020-06-18 17:59:59 +02:00
Johannes Zellner
13c5085cb1 Fix scroll position in appstore when switching categories 2020-06-16 11:37:10 +02:00
Johannes Zellner
300a3919ab Fix appstore case without apps listed 2020-06-16 11:20:28 +02:00
Johannes Zellner
6876e82d64 Highligh currently selected category button instead of showing the title 2020-06-13 23:01:48 +02:00
Johannes Zellner
15a7beae57 Show selected category in dropdown button 2020-06-13 22:56:24 +02:00
Johannes Zellner
297a635613 'Recently updated' becomes 'popular' used to be 'featured' 2020-06-13 22:47:10 +02:00
Johannes Zellner
1d27926220 Shorten the appstore search placeholder text 2020-06-13 22:22:44 +02:00