the-djmaze
|
593d3af6d4
|
Resolve #396
|
2022-05-17 11:08:05 +02:00 |
|
the-djmaze
|
bde9835d5d
|
Resolve #356
|
2022-04-29 23:41:00 +02:00 |
|
the-djmaze
|
6e687aeb1e
|
Bugfix: add some space above signature in HTML mode
|
2022-04-29 22:54:20 +02:00 |
|
the-djmaze
|
48974d1b5a
|
Get rid of i18nInit and improve i18nUpdate
|
2022-04-05 10:31:55 +02:00 |
|
the-djmaze
|
722e345cbe
|
Cleanup some knockout code
|
2022-03-31 18:52:46 +02:00 |
|
the-djmaze
|
04f4538700
|
Cleanup Dropdowns handling
|
2022-03-08 10:52:08 +01:00 |
|
the-djmaze
|
f50f2c5ea0
|
decorateKoCommands() each command must have function
And due to that, a bug is found and solved in MessageView
|
2022-03-03 17:34:45 +01:00 |
|
the-djmaze
|
bb7d8e85a0
|
Cleanup \MailSo\Base\HtmlUtils::BuildHtml()
|
2022-03-03 09:54:39 +01:00 |
|
the-djmaze
|
096faae844
|
Remove some shortcuts due to conflicts, read #252
|
2022-03-02 09:26:30 +01:00 |
|
the-djmaze
|
97bc3ef585
|
Enable AbstractViewSettings
|
2022-02-28 10:38:47 +01:00 |
|
the-djmaze
|
6d6690009c
|
Cleanup unused Squire code
|
2022-02-26 10:22:14 +01:00 |
|
the-djmaze
|
01692075c6
|
Resolve #244
|
2022-02-26 09:39:22 +01:00 |
|
the-djmaze
|
0bf891ba9d
|
Improved ko.extenders.limitedList
|
2022-02-25 17:18:45 +01:00 |
|
the-djmaze
|
1d63683cf9
|
Improved shortcuts handling
|
2022-02-25 17:02:08 +01:00 |
|
the-djmaze
|
5990addfef
|
Added: addEventsListener() and addEventsListeners()
|
2022-02-24 11:19:19 +01:00 |
|
the-djmaze
|
bb4ff4fdc7
|
Bugfix: rl.app.setExpandedFolder() undefined
|
2022-02-23 22:23:16 +01:00 |
|
the-djmaze
|
661cd2aaf9
|
Restructure JavaScript
Split list code from MessageUserStore into MessagelistUserStore
Move functions out of AppUser
|
2022-02-23 19:26:52 +01:00 |
|
the-djmaze
|
e324e2f6b6
|
Replaced tricky delegateRunOnDestroy() with koArrayWithDestroy()
koArrayWithDestroy creates ko.observableArray and calls the desired onDestroy() on entry delete.
|
2022-02-17 12:48:57 +01:00 |
|
the-djmaze
|
b2a492bdab
|
Cleanup knockout subscribables
|
2022-02-17 09:36:29 +01:00 |
|
the-djmaze
|
5748dea4bc
|
Cleanup component models
|
2022-02-16 23:12:12 +01:00 |
|
the-djmaze
|
51e391c4d6
|
Squire better handling of signatures
|
2022-02-08 13:48:39 +01:00 |
|
the-djmaze
|
3fc5216841
|
Improved Composer handling with PGP messages
|
2022-02-04 13:40:59 +01:00 |
|
the-djmaze
|
6b26ddec7a
|
#89 Redesign HTML parsing for securing PGP decrypted HTML
|
2022-02-01 11:46:12 +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 |
|
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
|
ac2238a23f
|
Bugfix: Cannot write a value to a ko.computed unless you specify a 'write' option
|
2021-12-31 12:28:43 +01:00 |
|
djmaze
|
950a5ad454
|
doc.createElement => createElement
|
2021-12-28 14:49:40 +01:00 |
|
djmaze
|
1d9c772b94
|
Improved "delete folder" error handling.
|
2021-12-13 14:32:15 +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
|
299ec7faf8
|
Support RFC 6855 / RFC 5738 (UTF8)
|
2021-11-22 21:01:30 +01:00 |
|
djmaze
|
880d4a05e9
|
Drop the ko.bindingHandlers.modal as click.koModal is never used
And replace hideScreenPopup() with this.closeCommand();
|
2021-11-06 22:08:45 +01:00 |
|
djmaze
|
789dc264f7
|
Replace my old ResizeObserver workaround for RainLoop bugs with proper CSS flex.
And removed wysiwyg resize() in favor of flexbox.
|
2021-11-05 14:47:19 +01:00 |
|
djmaze
|
3f295349b6
|
Remove Knockout binding "dropdownCloser" because BSN.Dropdown already handles it
|
2021-09-14 15:04:00 +02:00 |
|
djmaze
|
2cb73643ca
|
Improved dropdown menu's handling
|
2021-09-14 10:06:38 +02:00 |
|
djmaze
|
1c95eab6d6
|
Bugfix and improve Squire HTML/Plain modes
|
2021-08-16 18:09:54 +02:00 |
|
djmaze
|
2a6a1ff799
|
Improved keyboard shortcuts handling
|
2021-08-13 10:03:13 +02:00 |
|
djmaze
|
308e65f94f
|
cleanup some css and js
|
2021-08-10 17:07:26 +02:00 |
|
djmaze
|
3a32a09f2a
|
KnockoutJS:
* remove deprecated allBindings as Accessor https://github.com/knockout/knockout/pull/2133
* remove unused event '*Bubble' https://knockoutjs.com/documentation/event-binding.html#note-4-preventing-the-event-from-bubbling
* remove unused 'completeOn' https://knockoutjs.com/documentation/binding-lifecycle-events.html#indicating-that-a-control-flow-binding-completes-asynchronously
|
2021-08-10 15:00:49 +02:00 |
|
djmaze
|
5590fd4860
|
isNonEmptyArray => arrayLength
|
2021-07-21 21:34:17 +02:00 |
|
djmaze
|
d5f0b1d06c
|
Resolve Issue #98
|
2021-07-14 12:03:09 +02:00 |
|
djmaze
|
af3c79ce80
|
Moved CKEditor to be plugin
|
2021-03-25 13:35:15 +01:00 |
|
djmaze
|
673bd49095
|
Improvements for #62
|
2021-03-25 10:08:29 +01:00 |
|
djmaze
|
fe4dbc729c
|
Added isFunction()
|
2021-03-24 14:22:25 +01:00 |
|
djmaze
|
0b64083543
|
Array.isArray to isArray
Array.isNotEmpty to isNonEmptyArray
|
2021-03-16 16:49:14 +01:00 |
|
djmaze
|
4b6f6b1bfc
|
Move addObservablesTo, addComputablesTo & addSubscribablesTo to Common/Utils
|
2021-03-16 10:59:47 +01:00 |
|
djmaze
|
0696e20878
|
Bugfix: improved firefox mobile draggable solution
|
2021-02-24 10:41:24 +01:00 |
|
djmaze
|
fac36e828b
|
Cleanup Squire and Knockout with help of Chromium Code Coverage
Bugfix: Squire inlineNodeNames the 'I' tag was missing
Improved: Squire style editing
|
2021-02-23 22:50:48 +01:00 |
|
djmaze
|
e52b9abc61
|
Cleanup more CSS and JS
and merge/cleanup/redesign composer attachments
|
2021-02-22 15:16:33 +01:00 |
|