Akhil
6dff9cd781
Add check to unregister system addressbook
...
Signed-off-by: Akhil <akhil.potukuchi@gmail.com>
2023-01-27 01:32:00 +05:30
the-djmaze
974350ebee
Found more JSON properties to change into JavaScript camelCase
2023-01-26 10:41:55 +01:00
the-djmaze
f080a302b1
Almost all JSON properties to JavaScript camelCase
2023-01-24 18:58:25 +01:00
the-djmaze
974adb78e2
Start documenting JavaScript rl
object as noted in #865
2023-01-19 20:09:52 +01:00
the-djmaze
e1d66d90ae
Resolve #863
2023-01-19 17:27:14 +01:00
the-djmaze
7feb9a9f41
ImapConnectAndLoginHelper() to ImapConnectAndLogin()
2023-01-19 10:55:34 +01:00
the-djmaze
b3a969fb8a
Bugfix and improved
2023-01-19 10:55:01 +01:00
the-djmaze
686fa20945
v2.24.5
2023-01-12 15:16:32 +01:00
the-djmaze
07dae9dd30
Resolve ReCaptcha CSP #841
2023-01-11 08:43:34 +01:00
the-djmaze
9a5ad04a6e
Avatars to 48x48
2023-01-05 12:29:25 +01:00
the-djmaze
712cfbb8f4
Put :login_name
in change-password PDO default value
2023-01-05 12:18:15 +01:00
the-djmaze
7858b3e06a
Improved avatars plugin with better cached image handling and custom images
2023-01-05 12:16:52 +01:00
the-djmaze
e95b919c1e
Resolve #825
2023-01-04 16:11:10 +01:00
the-djmaze
a9c60137da
Added untested KolabAddressBook autocreate contacts #812
2023-01-03 17:00:58 +01:00
the-djmaze
5ff8b28a12
Bugfix: Kolab AddressBook failed due to past changes
2023-01-03 16:22:57 +01:00
the-djmaze
1a71309b81
Drop confusing oldpass from default change-password query
2023-01-03 15:46:26 +01:00
the-djmaze
5cadccb985
Bugfix: KolabAddressBook parse error
2023-01-03 10:38:07 +01:00
the-djmaze
fb319c356d
v2.24.4
2022-12-30 20:43:04 +01:00
the-djmaze
fe718e81e9
Improved MessageList handling
2022-12-30 17:38:42 +01:00
the-djmaze
432d3b5f47
Resolve #795
2022-12-24 19:21:32 +01:00
the-djmaze
16e513cf98
Avatars plugin fix for new MessageList group by day option
2022-12-23 12:27:46 +01:00
the-djmaze
e4b1950dbe
v2.24.0
2022-12-22 19:40:11 +01:00
the-djmaze
9f69a992c8
Convert facebookmail.com to facebook.com
2022-12-22 10:02:47 +01:00
the-djmaze
2a86ab5753
Resolve https://github.com/RainLoop/rainloop-webmail/pull/2194
2022-12-18 23:59:12 +01:00
the-djmaze
2793dae547
IsSupported() to hasCapability()
2022-12-18 13:55:00 +01:00
the-djmaze
9484ff3cbb
Resolve #769
2022-12-16 09:45:18 +01:00
the-djmaze
b3fa14f017
v2.23.1
2022-12-15 17:14:32 +01:00
the-djmaze
54896bf044
Remove most DoFolders loops as they are not used.
...
And move system folder detection/autocreate to MailboxDetectPlugin because it is hardly used.
And by using mailbox.role the default system folder detection is only using (IMAP and JMAP) RFC standards.
2022-12-15 13:49:39 +01:00
the-djmaze
6765f4bb5d
Resolve #764
2022-12-14 09:42:34 +01:00
the-djmaze
569f4daac1
Cleaner messageview header
2022-12-13 16:52:42 +01:00
the-djmaze
c27e231f53
Reduce amount of avatar requests based on config settings
2022-12-12 11:51:58 +01:00
the-djmaze
97bdaf4788
v2.23.0
2022-12-08 17:15:46 +01:00
the-djmaze
682af34d53
Deprecate Account->Login() and Account->Password()
2022-12-08 10:35:20 +01:00
the-djmaze
c9b1098236
Add extension JsonHook info
2022-12-08 09:37:39 +01:00
the-djmaze
477158e54a
Changed some Plugin hooks for better handling:
...
* json.action-pre-call => json.before-{actionname}
* json.action-post-call => json.after-{actionname}
2022-12-08 09:08:41 +01:00
the-djmaze
72e89ba4e0
Bump avatars extension version number for the changes
2022-12-07 16:28:05 +01:00
the-djmaze
95bcc29d59
Bugfix: Avatars From error when in Kolab folder/mailbox
2022-12-06 14:26:51 +01:00
the-djmaze
c7f554d22b
Bugfix: msg.from[0] is undefined
2022-12-06 11:19:21 +01:00
the-djmaze
01a9556b9c
Don't request remote avatars in mobile mode
2022-12-06 11:10:43 +01:00
the-djmaze
116fed7284
v2.22.6
2022-12-05 13:30:57 +01:00
the-djmaze
543725dd42
Avatars extension added option to preload known service icons
2022-12-02 14:28:15 +01:00
the-djmaze
bff88e9f6a
Avatars use text or colored silhouette as defaults
2022-12-02 09:09:30 +01:00
the-djmaze
4d0ee8736b
Reduce amount of server requests to fetch remote avatars
2022-12-01 22:47:57 +01:00
the-djmaze
c56cc7be73
Added advanced PluginPropertyType::SELECT for improved Avatars plugin
2022-12-01 19:09:05 +01:00
the-djmaze
9502fa3f5a
Avatars plugin added other identicon types (needs config settings)
2022-11-30 17:03:07 +01:00
the-djmaze
9df052a435
login.success
hook is always \RainLoop\Model\MainAccount
2022-11-30 11:59:54 +01:00
the-djmaze
a4ea8a46a8
Small improvements for #727
2022-11-30 11:54:55 +01:00
cm-schl
15aa1ce24f
Merge branch 'the-djmaze:master' into master
2022-11-30 09:43:15 +01:00
cm-schl
f86ed70238
add a readme for users
2022-11-30 09:15:25 +01:00
cm-schl
71069a8cc9
renaming of files and classes resolve conflict with plugin ldap-identities
2022-11-29 16:51:54 +01:00