the-djmaze
b2a492bdab
Cleanup knockout subscribables
2022-02-17 09:36:29 +01:00
the-djmaze
827421e116
Settings.capa() to SettingsCapa()
2022-02-08 14:13:06 +01:00
the-djmaze
398152be52
Disable Mailvelope "sign" message as it can't choose which key
2022-02-08 13:48:11 +01:00
the-djmaze
76361a13da
Split OpenPGP.js and GnuPG from PgpUserStore
2022-01-30 02:35:53 +01:00
the-djmaze
f8cbd5d129
#89 Improved public/private key handling
2022-01-28 15:02:10 +01:00
the-djmaze
0da681f074
OpenPGP.js now stores keys in localStorage
...
Renamed all deleteAccess to askDelete
2022-01-27 23:07:34 +01:00
the-djmaze
9ab72e7a34
#89 Improved handling of OpenPGP.js stored keys
2022-01-27 20:54:27 +01:00
the-djmaze
ff7e41ad08
#89 Use OpenPGP.js v5.1.0 (still in progress)
2022-01-27 16:00:52 +01:00
the-djmaze
d3b60bf097
#89 support decrypting using Mailvelope
2022-01-26 17:08:10 +01:00
the-djmaze
8635771537
Improve Settings -> OpenPGP to show available features
2022-01-24 16:47:53 +01:00
the-djmaze
ce971de919
Get PGP verify message working using Promise.
...
#89
2022-01-24 13:43:53 +01:00
the-djmaze
a7eeeb4f55
Many more changes for #89
2022-01-20 16:38:27 +01:00
the-djmaze
9f0b872839
Object.entries(d).forEach() to forEachObjectEntry()
2022-01-19 19:36:29 +01:00
the-djmaze
a47397ef09
Revamp PGP management due to implementing Mailvelop and PEAR Crypt_GPG
2022-01-19 18:24:07 +01:00
the-djmaze
7680372eda
Added option to prefer HTML to plain text view.
2022-01-14 14:05:33 +01:00
the-djmaze
5757d8d464
Drop use_imap_list_subscribe and use 'HideUnsubscribed' = false
...
This prevents user questions regarding: "my folders are missing"
2022-01-12 11:55:41 +01:00
djmaze
679d7356e0
More ko.computed to pureComputed
2021-12-31 17:02:32 +01:00
djmaze
954de06f86
Switch from ko.computed to ko.pureComputed
...
This should provide performance and memory benefits over regular computed observables
2021-12-31 13:30:05 +01:00
djmaze
5c71d22215
Admin -> Config application.ini passwords as input password
2021-12-28 15:05:03 +01:00
djmaze
f20a7c7b83
Added Admin -> Config to view all the application.ini settings.
...
TODO: save changes
2021-12-23 11:37:39 +01:00
djmaze
1d9c772b94
Improved "delete folder" error handling.
2021-12-13 14:32:15 +01:00
djmaze
a512759289
Added: sort Folders on add/rename folder
2021-12-09 11:24:30 +01:00
djmaze
c8e4d589cb
Offload server CPU to client when fetching folder list
2021-12-08 14:08:25 +01:00
djmaze
32712415ef
Reload folders every 15 minutes is not needed
2021-12-08 12:17:45 +01:00
djmaze
2719f08e26
Revamp mailbox management so that reloading of the whole folder tree is not needed
2021-12-08 11:06:42 +01:00
djmaze
3a61bb3e5a
Revamp the FullNameHash system for better readable urls
...
And reduce the folders caching footprint.
And it reduces server load.
2021-12-07 14:03:30 +01:00
djmaze
3b40f86c33
Better Remote.saveAdminConfig() and better idleTrigger for them
2021-12-03 12:32:21 +01:00
djmaze
35bce8cf62
Also reduce admin remote fetch
2021-12-03 00:11:19 +01:00
djmaze
792fee547a
change AbstractFetchRemote with a better structure
2021-12-02 23:15:24 +01:00
djmaze
299ec7faf8
Support RFC 6855 / RFC 5738 (UTF8)
2021-11-22 21:01:30 +01:00
djmaze
8ac116d0a4
Added Admin TOTP to admin security page
2021-11-18 14:14:14 +01:00
djmaze
6b8020b8f5
Improved additional account management
2021-11-15 10:56:52 +01:00
djmaze
2c363e63a0
small code cleanup ()=>0 to null
2021-11-13 09:45:06 +01:00
djmaze
6c797c34f8
Activated search subfolders as request by #154
2021-11-03 02:28:01 +01:00
djmaze
e52addf346
When login don't reload the whole browser. Just rebuilt screens
2021-11-01 11:24:11 +01:00
djmaze
4d6d0622e5
Speedup generating folderlist
2021-10-26 15:43:27 +02:00
djmaze
d534d2700a
Show if optional PHP extensions are loaded on Admin -> About page
2021-10-21 15:28:56 +02:00
djmaze
c8a5ae5c3a
Improved kolab folder-type detection as they can also be appended with '.default'
2021-10-19 12:44:09 +02:00
djmaze
c039e813a6
Forward if METADATA is supported to JavaScript
2021-10-15 12:34:45 +02:00
djmaze
0c237376e5
Get Kolab integration working
2021-10-15 11:58:06 +02:00
djmaze
8be4c384bb
Improved AbstractScreen properties
...
Improved settings screens
Views:
* sDefaultScope & sCurrentScope to sub-class keyScope
* drop viewModelVisible
* rename viewModelTemplateID to templateID
* rename viewModelPosition to viewType
2021-09-22 20:17:44 +02:00
djmaze
134deb8d73
Drop unused user mail templates system
2021-09-17 10:32:58 +02:00
djmaze
e93dc9201d
Bugfix: Setting change "background color" checkbox error "MessageUserStore.messagesBodiesDom() is null"
2021-09-14 16:14:05 +02:00
djmaze
9e28eb5fc7
Improved Jua uploader
2021-09-14 12:50:56 +02:00
djmaze
985a4f5077
More CSS, HTML & JS cleanups
2021-09-10 09:30:06 +02:00
djmaze
371b23a2f3
Cleanup more HTML and CSS
2021-09-09 17:00:31 +02:00
djmaze
01d96153c6
Cleanup checkbox component
2021-09-07 23:09:56 +02:00
djmaze
081761b593
User Settings General messages per page
use <input number
instead of select
2021-09-03 16:40:16 +02:00
djmaze
023c8f603b
some ko.computed() to addComputables()/addComputablesTo()
2021-09-03 16:37:20 +02:00
djmaze
7c75e11666
Resolve issue #138
2021-09-02 14:21:50 +02:00
djmaze
3756264669
Improvements for issue #136
2021-08-30 14:01:42 +02:00
djmaze
fe4344794b
Workarounds for #124 (does not solve it)
2021-08-25 16:30:47 +02:00
djmaze
8a22ddff5e
Improved #121
2021-08-25 16:27:17 +02:00
David Härdeman
72ff960114
[snappymail] Allow deletion of parent folder with subfolders
...
This change brings snappymails behaviour in line with RFC3501, section 6.3.4,
by allowing "real" (i.e. non-\Noselect) parent folders to be deleted and
by not performing a recursive deletion of subfolders.
2021-08-24 18:33:54 +02:00
djmaze
ef4d604f6d
Bugfixes and improvements for Folderlist
2021-08-24 18:23:17 +02:00
djmaze
ba477e25ff
Resolve issue #112
2021-08-19 15:14:47 +02:00
djmaze
d536b5eeee
Change ()=>{} into ()=>0
2021-08-13 09:58:43 +02:00
djmaze
8b116fa8ba
Cleanup some code
2021-08-12 20:17:37 +02:00
djmaze
fd293b723b
Resolve Issue #104
2021-08-09 11:13:10 +02:00
djmaze
5590fd4860
isNonEmptyArray => arrayLength
2021-07-21 21:34:17 +02:00
djmaze
7ab832e854
Custom new mail notification sounds
2021-07-21 11:19:52 +02:00
djmaze
18cedbabad
Simplify UserBackground code
2021-07-20 16:49:03 +02:00
djmaze
79945d45b4
Merge Admin Plugins and Packages into single management page
2021-07-16 13:57:04 +02:00
djmaze
3572d00a10
Cleanup admin code
2021-04-22 21:56:01 +02:00
djmaze
63f10f9e9b
remove unused showScreenPopup
2021-04-12 19:45:33 +02:00
djmaze
48fa1a1fdc
Drop 2FA, read #84
2021-04-12 19:15:33 +02:00
djmaze
0374ded776
Cleanup Contacts/AddressBook PDO settings
2021-04-09 17:06:17 +02:00
djmaze
ba982edce7
v2.4.3
2021-03-29 22:31:51 +02:00
djmaze
5eb7c7515a
Added feature request #69
2021-03-29 12:08:52 +02:00
djmaze
7eaaa0a793
Upgrade i18n() to use Object.entries()
...
And replace quoted object keys to be without quotes
2021-03-24 21:26:40 +01:00
djmaze
490a706cc6
Bugfix: admin contactsType should be set before subscribables
2021-03-22 13:47:07 +01:00
djmaze
d74f58393c
Resolve Issue #52
2021-03-18 16:12:40 +01:00
djmaze
97d5f8762d
Improve SettingsUserStore handling
2021-03-18 16:12:24 +01:00
djmaze
ce74b2e92f
Cleanup more iError && data.Result
2021-03-18 14:48:21 +01:00
djmaze
11fd6736bb
Set response ErrorCode as iError for easier fetch error handling
2021-03-18 12:33:13 +01:00
djmaze
0b64083543
Array.isArray to isArray
...
Array.isNotEmpty to isNonEmptyArray
2021-03-16 16:49:14 +01:00
djmaze
eff92c3152
Cleanup AppUserStore
...
Simplify KeyState/Focused as Scope enum
2021-03-16 16:06:16 +01:00
djmaze
62cb918180
Removed AppAdminStore
2021-03-16 14:15:05 +01:00
djmaze
004eba6be2
Updated subscribables
2021-03-16 11:38:40 +01:00
djmaze
4b6f6b1bfc
Move addObservablesTo, addComputablesTo & addSubscribablesTo to Common/Utils
2021-03-16 10:59:47 +01:00
djmaze
eda0ee695d
Removed CapaAdminStore
2021-03-16 10:46:22 +01:00
djmaze
4a8d516123
Changed: StorageResultType to error result code
2021-03-16 09:46:23 +01:00
djmaze
0345050344
Simplify DomainAdminStore, PackageAdminStore and PluginAdminStore
2021-03-14 22:36:23 +01:00
djmaze
227db0e0c3
Simplify MessageUserStore
2021-03-12 16:54:37 +01:00
djmaze
6a454ec624
Convert user stores to single object instances
...
Removed unused ContactUserStore.exportingCsv and ContactUserStore.exportingVcf
2021-03-10 22:41:35 +01:00
djmaze
34b25eedea
Improve Settings handling
2021-03-10 11:44:48 +01:00
djmaze
1a5bc09bb3
Reduce amount of folder timers and improve autoLogout
2021-03-02 17:39:02 +01:00
djmaze
fb03687528
Revamp Issue #51 to make the whole "change password" thing a plugin
2021-03-01 00:52:46 +01:00
djmaze
1a82dde49b
https://github.com/the-djmaze/snappymail/issues/51
2021-02-24 22:03:14 +01:00
djmaze
2982027dd2
Made SquaresDark theme really dark.
...
Due to that, e-mails with incorrect background/color settings are unreadable.
So a new feature in the settings is there to remove colors from messages.
Not perfect yet, but it works.
2021-02-24 00:17:53 +01:00
djmaze
540b12ed26
Replace babel command decorators with proper knockout command decorators
2021-02-19 12:09:20 +01:00
djmaze
db0d03db83
Bugfix: conflicting File object with native JS
...
Cleanup: Stores and tooltips
2021-02-17 14:40:21 +01:00
djmaze
0d6335ed2c
messagelist search without float
...
and remove some usePreviewPane
2021-02-15 20:05:51 +01:00
djmaze
8c780ad353
Replace deprecated Knockout throttle with new debounce extender
...
Replace admin general mainAttachmentLimit with input type="number"
2021-02-10 12:12:36 +01:00
djmaze
e3e0474be2
Bugfix and cleanup CSS even more
2021-02-08 14:03:54 +01:00
djmaze
32c3f1f059
Cleanup links
2021-02-04 11:25:00 +01:00
djmaze
3983932bc0
Bugfix and cleanup rollup based javascript even more
2021-01-27 10:59:15 +01:00
djmaze
7ccc44616d
Small code cleanups and fix translations
2021-01-27 00:26:31 +01:00
djmaze
b31bf3d7f5
Improved js minification
2021-01-26 11:46:30 +01:00
djmaze
ad8fd8879b
This version uses Rollup instead of WebPack.
...
Due to that the code is smaller and has changes to prevent Circular Dependencies
2021-01-25 22:00:13 +01:00