Commit Graph

140 Commits

Author SHA1 Message Date
Girish Ramakrishnan
d9db12590f email: better spacing for cloudflare warning 2023-01-24 13:58:55 +01:00
Girish Ramakrishnan
04c23e2867 Make storage quota slider start from 500M 2022-12-24 15:02:23 +01:00
Girish Ramakrishnan
41604feb02 Fix slider steps with the unit changes 2022-10-13 22:22:12 +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
Girish Ramakrishnan
07bba206f7 remove ticks-snap-bounds in storage quota slider 2022-09-28 22:38:04 +02:00
Girish Ramakrishnan
2a55128129 mailbox: remove unlimited quota string 2022-09-28 22:35:00 +02:00
Girish Ramakrishnan
3cd3740f92 mail: fix catchall ui 2022-09-28 22:10:43 +02:00
Girish Ramakrishnan
313c871c50 mail: send fully qualified catch all 2022-09-11 14:00:48 +02:00
Girish Ramakrishnan
d305d93ad8 mailbox: show quota instead of disk size
fix quota events too
2022-08-23 19:04:38 +02:00
Johannes Zellner
9179bb380e Fix quota slider 2022-08-18 11:45:46 +02:00
Girish Ramakrishnan
3bef8103cb mailbox: storage quota slider 2022-08-18 11:31:10 +02:00
Girish Ramakrishnan
74aac4876a Remove various subscription upgrade hooks
it's in free plan for quite a while now
2022-05-26 14:29:08 -07:00
Johannes Zellner
10c0679d8f Do not use $index with angular sorted lists 2022-02-23 17:02:45 +01:00
Girish Ramakrishnan
f2c6d45c1c Fix mailbox import 2022-02-17 18:04:32 -08:00
Girish Ramakrishnan
2d27a92587 Fix mailbox export
can also export as csv now
2022-02-17 16:37:48 -08:00
Johannes Zellner
9481eccfb0 Make email import dialog translatable 2022-02-17 15:52:15 +01:00
Girish Ramakrishnan
9d8f21f78d mailboxes: be explicit about what is exported 2022-02-16 23:10:10 -08:00
Johannes Zellner
6c51cd8d7b Use better import/export icons and tone down the buttons 2022-01-25 11:01:01 +01:00
Johannes Zellner
963af4334d Add JSON import and export of mailboxes 2022-01-23 22:26:23 +01:00
Girish Ramakrishnan
fd545a43a6 mail: add autofocus for edit dialogs 2022-01-10 22:08:55 -08:00
Johannes Zellner
765422ac38 Ensure sorting by domain and mailbox name for aliases 2021-12-15 16:06:22 +01:00
Johannes Zellner
0d3e9e32f0 Reduce vertical space for email aliases 2021-12-14 18:35:32 +01:00
Johannes Zellner
bca91d4928 Ensure many email aliases don't overflow the table 2021-12-14 18:02:20 +01:00
Johannes Zellner
52f1205822 Fix pagination in mail view 2021-12-09 21:00:43 +01:00
Johannes Zellner
f77f57dd17 Attempt to fix visual issues with pagination 2021-12-09 14:58:29 +01:00
Girish Ramakrishnan
2077f1de21 hide outbound and status tabs for mail manager 2021-12-02 14:56:19 -08:00
Girish Ramakrishnan
3f33497c8e show email help in a documentation dropdown 2021-12-02 14:49:35 -08:00
Girish Ramakrishnan
019bff5738 email: move buttons to the bottom right for consistency 2021-12-02 12:44:30 -08:00
Johannes Zellner
611c5de9f3 Allow deeplinking into the mail view 2021-11-19 15:45:16 +01:00
Johannes Zellner
9d97391c54 Fix missing DOM node in mail view 2021-11-19 10:12:39 +01:00
Girish Ramakrishnan
e109797420 email: fix doc links 2021-11-18 11:48:30 -08:00
Johannes Zellner
11fc5248c2 Add password-reveal directive for password inputs 2021-11-03 21:57:52 +01:00
Girish Ramakrishnan
11dfcb4c8f email: import link has changed 2021-10-24 21:20:33 -07:00
Girish Ramakrishnan
0f4e71d478 mailbox: add checkbox for pop3 2021-10-08 10:22:18 -07:00
Girish Ramakrishnan
81fa792198 mail: port 465 (TLS) note 2021-09-22 08:48:45 -07:00
Girish Ramakrishnan
398d9b0343 show manual warning for noop also 2021-09-20 11:13:29 -07:00
Girish Ramakrishnan
81c393153b mail: add active flag to mailbox and lists 2021-04-15 11:38:19 -07:00
Johannes Zellner
92cb5f3583 Consolidate and improve search placeholder translation 2021-03-31 17:01:00 +02:00
Johannes Zellner
c04951c45e Add missing translation key for mailinglist name input label 2021-03-31 14:09:17 +02:00
Johannes Zellner
c69c8b57c4 Always allow long tooltips
This is required since the translation we don't know upfront
2021-03-30 13:31:25 +02:00
Johannes Zellner
08e8ce4d75 Fix sfp docs link typo 2021-01-25 16:42:33 +01:00
Girish Ramakrishnan
5fc8a50ae1 more caas code removal 2021-01-12 19:49:20 -08:00
Girish Ramakrishnan
ee68315e70 make email view content larger 2021-01-12 19:38:35 -08:00
Girish Ramakrishnan
a723cee47f Add @ symbol 2021-01-06 22:20:09 -08:00
Johannes Zellner
0bed8c89f6 Ensure catchall uses the same origin array as the dropdown model
Otherwise angular would not reliably detect the same objects
2020-12-18 16:56:11 +01:00
Johannes Zellner
9b8d8ed544 And more overflow fixes 2020-12-02 18:32:49 +01:00
Johannes Zellner
46ffcdbf75 Fix overflow issue 2020-12-02 17:57:15 +01:00
Girish Ramakrishnan
6be1d3bacb mailbox: disable save button with no owner 2020-11-23 21:22:15 -08:00
Girish Ramakrishnan
722f45050a Translate the strings 2020-11-13 13:24:11 -08:00
Girish Ramakrishnan
7f3732d43c Add divider for users and groups 2020-11-13 13:09:59 -08:00