djmaze
|
07443407e9
|
Bugfix: nodes.forEach should be nodesArray.forEach
|
2021-09-28 13:21:41 +02:00 |
|
djmaze
|
7d97ae3145
|
Replace ko.utils.stringStartsWith with native String.startsWith
|
2021-09-28 13:20:54 +02:00 |
|
djmaze
|
2d4ce14b1c
|
Detect enabled Brotli compression before Gzip compression
|
2021-09-27 12:50:59 +02:00 |
|
djmaze
|
244d4c49c5
|
Remove unused KnockoutJS afterMove
|
2021-09-27 12:49:40 +02:00 |
|
djmaze
|
130397dd89
|
Change for issue #147
|
2021-09-27 09:50:24 +02:00 |
|
djmaze
|
514c69fba2
|
Fixed issue #149
|
2021-09-27 09:40:57 +02:00 |
|
djmaze
|
4ac21679da
|
v2.7.2
|
2021-09-23 16:11:51 +02:00 |
|
djmaze
|
7cb24d4d3c
|
Speedup boot
|
2021-09-23 15:30:08 +02:00 |
|
djmaze
|
9158fcd0eb
|
Improve AppUser.bootstart
|
2021-09-23 14:24:06 +02:00 |
|
djmaze
|
3c8cdcbb07
|
Drop useless "disable settings screen"
|
2021-09-23 11:05:19 +02:00 |
|
djmaze
|
8010229d6b
|
Merge SystemDropDownMailBoxUserView & SystemDropDownSettingsUserView into SystemDropDownUserView
|
2021-09-23 10:40:10 +02:00 |
|
djmaze
|
1c23ccd327
|
PopupsKeyboardShortcutsHelp not used in Admin area
|
2021-09-23 10:34:11 +02:00 |
|
djmaze
|
2dfa0b5f0e
|
Move setupSettings() in constructor
|
2021-09-23 09:44:46 +02:00 |
|
djmaze
|
c9fe7516c4
|
Remove unused parameter 'name' in views
|
2021-09-23 09:41:02 +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
|
11f69ef9e4
|
Drop popupVisibilityNames/viewModelName in favor of the new visiblePopups Set
|
2021-09-22 13:37:12 +02:00 |
|
djmaze
|
1d29a281b4
|
Resolved issue #145
|
2021-09-20 09:19:23 +02:00 |
|
djmaze
|
2fc01d51c1
|
cleanup boot.js
|
2021-09-17 15:09:47 +02:00 |
|
djmaze
|
2227e8ca21
|
No need to disable help screen
|
2021-09-17 14:37:18 +02:00 |
|
djmaze
|
10143cf48f
|
Remove useless "disable reload" feature
|
2021-09-17 14:25:52 +02:00 |
|
djmaze
|
b15178ce46
|
Remove more of messagelist_actions feature
|
2021-09-17 14:25:19 +02:00 |
|
djmaze
|
fa136cd529
|
Drop useless messagelist_actions feature
|
2021-09-17 14:07:52 +02:00 |
|
djmaze
|
00088ef547
|
No need to disable Composer (new message), so drop the feature
|
2021-09-17 13:58:49 +02:00 |
|
djmaze
|
cec6c41953
|
Cleanup some CSS
|
2021-09-17 12:08:16 +02:00 |
|
djmaze
|
ace913a1e3
|
Views to UTF-8 no-break spaces
|
2021-09-17 11:11:11 +02:00 |
|
djmaze
|
134deb8d73
|
Drop unused user mail templates system
|
2021-09-17 10:32:58 +02:00 |
|
djmaze
|
fd28e65ed6
|
Resolve Issue #144
|
2021-09-16 14:36:38 +02:00 |
|
djmaze
|
8abf8844bc
|
Replace InlineBase64Decode with default convert.base64-decode and a WhitespaceFilter
|
2021-09-16 14:04:26 +02:00 |
|
djmaze
|
5816c08e11
|
v2.7.1
|
2021-09-14 17:13:03 +02:00 |
|
djmaze
|
c7b1a92ebf
|
Bugfix: Undefined index: HTTP_USER_AGENT
|
2021-09-14 16:30:34 +02:00 |
|
djmaze
|
577c5f426e
|
Bugfix: Argument 9 passed to MailSo\Mail\MailClient::MessageList() must be of the type int, string given
https://github.com/the-djmaze/snappymail/issues/143#issuecomment-918543318
|
2021-09-14 16:24:32 +02:00 |
|
djmaze
|
e93dc9201d
|
Bugfix: Setting change "background color" checkbox error "MessageUserStore.messagesBodiesDom() is null"
|
2021-09-14 16:14:05 +02:00 |
|
djmaze
|
4ca29a2e8f
|
Cleanup knockout Components
|
2021-09-14 16:11:50 +02:00 |
|
djmaze
|
3f295349b6
|
Remove Knockout binding "dropdownCloser" because BSN.Dropdown already handles it
|
2021-09-14 15:04:00 +02:00 |
|
djmaze
|
9e28eb5fc7
|
Improved Jua uploader
|
2021-09-14 12:50:56 +02:00 |
|
djmaze
|
2cb73643ca
|
Improved dropdown menu's handling
|
2021-09-14 10:06:38 +02:00 |
|
djmaze
|
5839bcf62d
|
Remove some unused KnockoutJS features
|
2021-09-13 16:20:29 +02:00 |
|
djmaze
|
f09820d0b9
|
Resolve Knockout/#2560 with
45e86bf034
|
2021-09-13 15:52:40 +02:00 |
|
djmaze
|
47b75755c4
|
Resolve issue #143
|
2021-09-13 13:32:06 +02:00 |
|
djmaze
|
96e2e6576c
|
IMAP UID is integer
|
2021-09-10 16:28:29 +02:00 |
|
djmaze
|
9ffc90946c
|
Improve issue #141
|
2021-09-10 15:20:13 +02:00 |
|
djmaze
|
37d29174f3
|
Bugfix: checkbox component cleanup error
|
2021-09-10 15:19:37 +02:00 |
|
djmaze
|
631b487163
|
Bugfix: close popups on browser back/forward hash change
|
2021-09-10 10:25:58 +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
|
e105ecdf1b
|
Resolve issue #141
|
2021-09-09 11:33:28 +02:00 |
|
djmaze
|
f046fbf5cd
|
Resolve issue #142
|
2021-09-07 23:10:20 +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 |
|