djmaze
e1f1a3aa12
Embed boot.min.js and boot.min.css into index.html for fast response
2020-09-06 11:13:43 +02:00
djmaze
45aaa17219
Better boot response by splitting and embedding boot css/html into index.html
2020-09-05 12:22:46 +02:00
djmaze
aeb5275648
Improved boot.js with existing global window.rl
...
Put dev/Storage/Settings.js in boots.js global rl.settings
2020-09-04 12:05:17 +02:00
djmaze
0e8bf13d5d
Bugfix: the new endShowHide failed in Edge and mobile browsers
...
Cleanup bootstrap less files
2020-09-02 21:30:23 +02:00
djmaze
7135cc38fe
Remove bootstrap Modal feature for improved transition effects (in future might use <dialog>)
2020-09-02 17:06:35 +02:00
djmaze
eb5fb5342e
Cleanup bootstrap
2020-09-01 21:50:17 +02:00
djmaze
bdb36ec128
Use less jQuery, more native
2020-08-27 15:45:47 +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
0ccfa6a9b1
Bugfix: droppable area (folders) failed to scroll
2020-08-23 21:58:30 +02:00
djmaze
dc3b76f53a
Replaced more knockoutjs hasfocus for autofocus=""
2020-08-22 09:35:03 +02:00
djmaze
1b1fc3b9cd
Removed unused files
2020-08-22 01:05:59 +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
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
29367a0ea7
Use proper HTMLTemplateElement for all knockoutjs templates
2020-08-14 23:09:36 +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
b9b9cd736f
Replaced ProgressJS with simple native dropin
2020-08-10 10:40:25 +02:00
djmaze
2f67fb2196
Force CSP, X-Frame DENY, no-referrer
...
Added optional Strict-Transport-Security in _include.php
TODO: put them in ./rainloop/v/0.0.0/app/templates/Views/Admin/AdminSettingsSecurity.html
2020-08-06 14:33:50 +02:00
djmaze
45fa12be42
Bugfix: Trying to access array offset on value of type null in /app/libraries/MailSo/Sieve/ManageSieveClient.php on line 223
...
Bugfix: Return value of RainLoop\UserAgent::getHeader() must be of the type string, null returned in /app/libraries/RainLoop/UserAgent.php on line 156
Bugfix: file_exists() also checks for directory, should use is_file
Bugfix: accidentally removed <div id="rl-check"></div>
2020-07-31 16:13:38 +02:00
djmaze
12c88e34b3
Removed pikaday (unused)
2020-07-30 12:05:47 +02:00
djmaze
871139de39
Bugfix: isHttps is removed. Webmail should always be https (unless local)
2020-07-30 12:03:46 +02:00
djmaze
032fa8c736
http:// to https://
2020-07-22 14:55:40 +02:00
djmaze
90cec2171a
Strip .no-css, .csstransitions and .cssanimations
2020-07-22 08:17:02 +02:00
djmaze
2af8626514
Removed Sentry completely
2020-07-15 14:45:11 +02:00
djmaze
0b0747b8dc
Upgraded some old JavaScript to ECMAScript 1.6
...
Removed some jQuery references
Added JavaScript Globals.$htmlCL for frequently used window.document.documentElement.classList
2020-07-15 14:25:51 +02:00
djmaze
412d69ce75
Removed jquery-backstretch that handled the UserBackground
...
The UserBackground is now handled with CSS3 on body.thm-body
This allowed me to remove the #rl-bg so that the "video-on-login-screen" plugin will not work indefinitely.
2020-07-13 15:47:19 +02:00
djmaze
b9e8e32579
Remove unused {{BaseTemplates}} and {{BaseAppPolyfillsScriptLink}}
2020-07-13 15:34:46 +02:00
djmaze
85155a9895
Merge remote-tracking branch 'upstream/master'
2020-07-13 11:40:49 +02:00
djmaze
c9285dd3e8
Remove BadBrowser Internet Explorer code
2020-07-13 10:58:03 +02:00
djmaze
7b03ae5ed8
Remove phpinfo()
2020-05-07 09:24:02 +02:00
RainLoop Team
e744100919
Improve templates
2020-03-15 23:38:46 +03:00
RainLoop Team
151646f990
Improve resource loaders
2020-03-15 23:14:52 +03:00
djmaze
aae7883b99
Bugfix: bootstrap jQuery('#') syntax error
...
Changed: use ES2015
Changed: gulp uglify to terser
Removed: ChangePassword
Removed: nanoscroll
Removed: JS polyfills
2020-03-13 15:30:39 +01:00
djmaze
690190bb26
there's not type hint 'resource' (bug in my converter)
...
https://wiki.php.net/rfc/scalar_type_hints#type_hint_choices
2020-03-11 15:42:46 +01:00
djmaze
e8d38a6870
More PHP7 strict typing
2020-03-11 11:49:45 +01:00
djmaze
2cada68f41
Privacy/GDPR friendly version (removed: Social, Gravatar, Facebook, Google, Twitter, DropBox, OwnCloud)
...
Also removed: POP3, OAuth2 and update feature
Added: admin password_hash/password_verify
Requires: PHP 7.3+
Replaced: CRLF with LF
Replaced: pclZip with ZipArchive
2020-03-09 17:04:17 +01:00
RainLoop Team
32ceafa37f
Add Gmail XAUTH support
2019-12-31 20:44:41 +03:00
RainLoop Team
0c38f42197
Small improvements
2019-07-11 21:45:47 +03:00
RainLoop Team
450528ff00
Add prettier
2019-07-04 22:09:27 +03:00
RainLoop Team
a1562e7145
Update dependencies and configurations
2019-06-29 03:17:29 +03:00
RainLoop Team
88439e6e07
Add sentry support
2019-04-18 00:07:22 +03:00
RainLoop Team
e449261277
autocomplete attributes
2019-03-30 01:45:12 +03:00
RainLoop Team
35ef89c2a6
Optimize building process
2018-03-30 00:43:46 +03:00
RainLoop
90a3d2b62a
Fix incorrect mailto format #1521
2017-10-06 21:52:00 +03:00
RainLoop
71718db8f0
Small fixes
2017-10-01 20:54:50 +03:00
RainLoop
ed5685314e
Fix unexpected desktop mode on mobile devices + small fixes ( #1514 )
2017-09-25 00:08:44 +03:00
RainLoop
230624b60c
Save showAttachmnetControls status to local storage ( #1502 )
2017-09-21 23:28:14 +03:00
RainLoop
c7aa07506e
Change text: Save to ownCloud ( close #1503 )
2017-09-20 20:28:53 +03:00
RainLoop Team
709eeddd09
Small fixes
2017-07-11 15:40:31 +03:00
RainLoop Team
ab374bbb71
Many small fixes.
2017-07-06 01:31:41 +03:00