djmaze
|
bdb36ec128
|
Use less jQuery, more native
|
2020-08-27 15:45:47 +02:00 |
|
djmaze
|
24cb874c87
|
iMessageBodyCacheCount only used in Message.js
htmlEditorDefaultConfig & htmlEditorLangsMap only used in HtmlEditor.js
|
2020-08-25 09:34:29 +02:00 |
|
djmaze
|
496c8f59ae
|
Removed User About Screen, it is unused
|
2020-08-24 21:05:32 +02:00 |
|
djmaze
|
e3e5929b21
|
Removed more non-community (aka Prem/Premium/License) code
|
2020-08-24 20:56:14 +02:00 |
|
djmaze
|
d5665463fe
|
Remove rl-anim feature and use no-mobile
|
2020-08-24 18:53:47 +02:00 |
|
djmaze
|
1e0586f124
|
upgraded yarn
|
2020-08-24 11:26:19 +02:00 |
|
djmaze
|
89395d5ae4
|
Drop custom_login_link and custom_logout_link
|
2020-08-24 11:17:42 +02:00 |
|
djmaze
|
31bb7267ec
|
Revamp aBootstrapDropdowns
|
2020-08-24 11:14:35 +02:00 |
|
djmaze
|
8846c453b1
|
Added brotli compression
|
2020-08-24 00:09:54 +02:00 |
|
djmaze
|
0ccfa6a9b1
|
Bugfix: droppable area (folders) failed to scroll
|
2020-08-23 21:58:30 +02:00 |
|
djmaze
|
b0942a7ff7
|
Move popupVisibility to knoin
|
2020-08-23 21:51:26 +02:00 |
|
djmaze
|
3374a2d2d3
|
Put createCommandLegacy code in createCommand
|
2020-08-22 09:35:24 +02:00 |
|
djmaze
|
dc3b76f53a
|
Replaced more knockoutjs hasfocus for autofocus=""
|
2020-08-22 09:35:03 +02:00 |
|
djmaze
|
e4ddef97d6
|
Removed createCommandLegacy
|
2020-08-22 09:33:22 +02:00 |
|
djmaze
|
b8043cdc98
|
Remove unused bMobileDevice import
|
2020-08-22 01:09:50 +02:00 |
|
djmaze
|
1b1fc3b9cd
|
Removed unused files
|
2020-08-22 01:05:59 +02:00 |
|
djmaze
|
b185402ae7
|
Bugfix: Contacts.js trim() missing
Bugfix: ClearCookie failed
|
2020-08-22 01:05:43 +02:00 |
|
djmaze
|
d88855ebd9
|
Remove addHook/runHook system as it is never used
|
2020-08-22 01:04:15 +02:00 |
|
djmaze
|
996723a486
|
Removed: KnockoutJS 'hasFocus:' because HTML5 has autofocus=""
Knoin.js now searches for [autofocus] and handles it
|
2020-08-22 01:03:03 +02:00 |
|
djmaze
|
226f77e392
|
urlsafeArray the join(0x00) should be join('\x00')
|
2020-08-20 07:28:08 +02:00 |
|
djmaze
|
5d402f6405
|
Common/Base64.js not needed, see simple Remote/User/Ajax.js urlsafeArray()
Although unescape() is "deprecated" it is still ECMAScript defined, and TextEncoder not supported by Edge.
|
2020-08-19 22:23:28 +02:00 |
|
djmaze
|
578925c904
|
changeTheme() to ES2015
removed ancient String.substr
|
2020-08-19 16:47:33 +02:00 |
|
djmaze
|
53451a1236
|
cleanup ko.js unused functions
|
2020-08-19 16:23:15 +02:00 |
|
djmaze
|
63af2e25ed
|
v1.14.0-djmaze4
|
2020-08-19 12:39:19 +02:00 |
|
djmaze
|
7a21694396
|
Drop windowResize/windowResizeCallback in favor of ResizeObservable
|
2020-08-19 12:34:05 +02:00 |
|
djmaze
|
e192b60d69
|
Update current js/css size status
|
2020-08-19 11:49:34 +02:00 |
|
djmaze
|
b634a50e0f
|
Remove triggers rl.tooltips.diactivate and rl.tooltips.activate
|
2020-08-19 11:31:18 +02:00 |
|
djmaze
|
d1c06a8ece
|
Extend the use of ResizeObserver by dropping all knockoutjs observable this.resizerTrigger in mail composer
As benefit this also drops the CustomEvent('resize.real')
|
2020-08-19 11:30:31 +02:00 |
|
djmaze
|
35c9f3fff5
|
Bugfix: setcookie() samesite missing
|
2020-08-19 10:43:32 +02:00 |
|
djmaze
|
1d4224d733
|
Drop License code (not used by comunity)
|
2020-08-18 20:45:43 +02:00 |
|
djmaze
|
97a73c6639
|
Replace timeOutAction() with debounce
Replace delegateRun()
Revert my throttle/debounce setTimeout() to Function.prototype[throttle/debounce]
|
2020-08-18 20:24:17 +02:00 |
|
djmaze
|
f6a55898c7
|
Removed isNormal() because 'null == undefined' so 'null != value' is sufficient
|
2020-08-17 21:57:56 +02:00 |
|
djmaze
|
1b811428e7
|
new Date().getTime() to Date.now()
|
2020-08-17 21:35:03 +02:00 |
|
djmaze
|
7670d2073d
|
Prevent parameter errors in sendMessage()/saveMessage() due to too many parameters.
Instead provide an object.
sendMessage param 'SentFolder' and saveMessage param 'DraftFolder' now both 'SaveFolder'
|
2020-08-17 21:32:57 +02:00 |
|
djmaze
|
6f49e9b80f
|
Bugfix: new AbstractAjaxRemote failed with recursive values like the Attachments
|
2020-08-15 22:12:57 +02:00 |
|
djmaze
|
a5a15c8e11
|
Bugfix: ini_get() expects exactly 1 parameter, 2 given
|
2020-08-15 21:41:18 +02:00 |
|
djmaze
|
f4319f4319
|
Resolve issue #2
|
2020-08-15 20:23:34 +02:00 |
|
djmaze
|
9f73377a88
|
Bugfix: compose e-mail file upload failed to wrong conversion to ES2015
Must be a 39 degrees workplace failure
|
2020-08-15 20:11:56 +02:00 |
|
djmaze
|
97443b7c7d
|
v1.14.0-djmaze3
|
2020-08-14 23:12:49 +02:00 |
|
djmaze
|
29367a0ea7
|
Use proper HTMLTemplateElement for all knockoutjs templates
|
2020-08-14 23:09:36 +02:00 |
|
djmaze
|
efc2dd89e1
|
Momentor.reload to CustomEvent
|
2020-08-14 21:19:06 +02:00 |
|
djmaze
|
9f1ea1a0fd
|
Bugfix boostrap alerts.less was accidentally removed
Bugfix Date.fromNow('past'/'future') reversed
Replace Events[pub/sub]('interval.*') with setInterval()
Events[pub/sub] to native
Cleanup knockout extensions
Replaced momentToNode with proper HTML5 <time>
Cleanup Momentor
|
2020-08-14 20:35:39 +02:00 |
|
djmaze
|
6541a1de7c
|
Remove Common/Enums Magics.*
|
2020-08-13 22:58:41 +02:00 |
|
djmaze
|
382aef7ebb
|
Replaced ifvisible.js with simple drop-in to handle prefetch messages
|
2020-08-13 21:25:42 +02:00 |
|
djmaze
|
2f48128ff3
|
Replaced Autolinker with simple https/email detection
|
2020-08-13 15:22:24 +02:00 |
|
djmaze
|
f5a444aa14
|
Removed opentip
Cleanup lightgallery
|
2020-08-13 13:16:08 +02:00 |
|
djmaze
|
a8ef5ec75b
|
Bugfix: Email addressparser
Cleanup vendor scripts
|
2020-08-12 11:49:40 +02:00 |
|
djmaze
|
aaf4933b0a
|
Embed cleaner node modules
|
2020-08-12 01:47:24 +02:00 |
|
djmaze
|
e7180a86ce
|
Made eslint using 'browser' environment and added globals, because RainLoop is used in browsers.
This also allowed to remove all webpack 'externals' overhead.
|
2020-08-12 00:25:36 +02:00 |
|
djmaze
|
c3a213802d
|
Bugfix: jQuery UI classesElementLookup value is Object, not an Array
|
2020-08-11 23:52:36 +02:00 |
|