Commit graph

459 commits

Author SHA1 Message Date
djmaze
99bd895090 Fix some mobile view css issues 2020-09-12 13:57:09 +02:00
djmaze
89d7a8426f Bugfix: mobile screen not scrollable 2020-09-11 20:47:16 +02:00
djmaze
19f5ea149a Bugfix: squire wysiwyg had no overflow scrollbar 2020-09-11 19:57:29 +02:00
djmaze
ecb9bd8ac1 Added the insertSignature code in SquireUI
Added hints/title (in english) to SquireUI toolbar buttons
2020-09-10 21:44:01 +02:00
djmaze
bdc961dfab Improved Squire with the missing 'plain' mode. 2020-09-10 18:47:28 +02:00
djmaze
72cbdfa7f2 Split SquireUI from HtmlEditor.js and improved SquireUI with styling 2020-09-10 12:56:45 +02:00
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
e858685769 Remove the boot.js webpack require() parts 2020-09-03 16:57:15 +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
dcdaf70601 Bugfix: compose window resizeObserver 2020-08-31 16:32:27 +02:00
djmaze
645831368d Again replaced some jQuery to native and cleaned up normalize.css without IE 2020-08-31 12:45:43 +02:00
djmaze
69fcc240e9 More jQuery to native (including bootstrap.js) 2020-08-30 10:30:50 +02:00
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
d5665463fe Remove rl-anim feature and use no-mobile 2020-08-24 18:53:47 +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
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
f5a444aa14 Removed opentip
Cleanup lightgallery
2020-08-13 13:16:08 +02:00
djmaze
4383281de6 Removed unused bootstrap code 2020-08-08 14:39:51 +02:00
djmaze
e1b274fcb4 Bugfix: scrollTop/scrollLeft never worked because .b-content has overflow:auto not the sub-div .content 2020-08-06 16:14:50 +02:00
djmaze
7584e9003f Cleanup ProgressJS 2020-07-30 12:17:41 +02:00
djmaze
db5751cd00 Cleaner boot.js 2020-07-28 11:23:06 +02:00
djmaze
828387bec1 Removed .no-css 2020-07-22 08:31:25 +02:00
djmaze
90cec2171a Strip .no-css, .csstransitions and .cssanimations 2020-07-22 08:17:02 +02:00
djmaze
1e71698b79 Improved initHorizontalLayoutResizer and initVerticalLayoutResizer with custom resizer 2020-07-17 13:46:49 +02:00
djmaze
e3aaea8035 Get rid of jQuery.wakup
Get rid of jQuery UI resizable (use HTML5 with ResizeObserver/MutationObserver, work-in-progress not as beautiful yet)
Get rid of hidden download() iframe
2020-07-16 19:49:56 +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
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
6e0d0b3b6e CRLF to LF 2020-03-11 14:17:52 +01:00
djmaze
4468d5bd22 Removed: twitter, google, dropbox, facebook, owncloud, modernizr from JavaScript 2020-03-11 12:55:03 +01:00
RainLoop Team
450528ff00 Add prettier 2019-07-04 22:09:27 +03:00
Simounet
595ddb8bbc Content image max width size set to 100% 2019-01-09 22:05:28 +01:00
RainLoop
8ce5e86b04 Show 'To Top' and 'Fullscreen' buttons only on mouse-hover (close #1501) 2017-09-20 21:36:56 +03:00
RainLoop Team
ab374bbb71 Many small fixes. 2017-07-06 01:31:41 +03:00
RainLoop Team
673ada299a Fix "Collapse the TO" (#1199) 2017-06-02 21:32:24 +03:00
RainLoop Team
acbe439456 Add "CC" to message view (#1435) 2017-05-25 21:51:09 +03:00
RainLoop Team
a45e9ba9c8 Add "move to folder" description 2017-03-01 21:38:18 +03:00
RainLoop Team
6a6f420c76 2016 -> 2017
+ Small fixes
2017-02-25 22:21:41 +03:00
Wes Cossick
b179607593 Improve composition on small screens
Two changes: Minimized width of labels; Caused header overflow to scroll
2017-02-25 08:33:20 -06:00
RainLoop Team
f0e9d1a6d5 Add new "Move to folder" button 2017-02-08 20:48:53 +03:00
RainLoop Team
f383380d59 Update ckeditor 2017-01-13 01:50:30 +03:00
RainLoop Team
d3f8fa4308 Small fixes 2016-11-11 22:48:47 +03:00
RainLoop Team
52018b40e8 Add login background animation 2016-10-18 22:49:54 +03:00
RainLoop Team
0bbb2f14a4 1.10.4.183
---
Fixes:
New login form style display problem since version 1.10.4 (#1196)
Collapse the TO: field in message view (#1199)
Paste with HTML tags fails (#1193)
2016-09-29 00:40:17 +03:00
RainLoop Team
224362299a 1.10.4.181 2016-09-21 20:12:18 +03:00
RainLoop Team
155f4b6df2 Release glass style 2016-09-15 23:34:30 +03:00
RainLoop Team
ea1dafe233 Small fixes 2016-09-06 23:51:21 +03:00
RainLoop Team
4ee1712fac Fix glass styles 2016-09-03 02:51:17 +03:00
RainLoop Team
1526130bfc Add asserts folder
Add @command decorator
2016-09-03 02:19:37 +03:00
RainLoop Team
a60ffc06e1 Update ckeditor
Avoid empty commands
Small fixes
2016-09-01 23:41:36 +03:00
RainLoop Team
9e38a59df3 Simple fixes 2016-08-30 23:24:02 +03:00
RainLoop Team
e6e1a19477 Add cmd interface 2016-08-23 23:15:14 +03:00
RainLoop Team
17669b7be0 es5 -> es2015 (last stage)
Signature plugin fixes
Add view decorator
A large number of fixes
2016-08-20 20:30:16 +03:00
RainLoop Team
9811fd8f5c 1.10.3.151
Change spam/not-spam icons
2016-08-08 23:35:32 +03:00
RainLoop Team
c3985da102 Move almost all libs to node_modules
Update libs
2016-07-30 18:35:08 +03:00
RainLoop Team
786873041f Small fixes 2016-07-17 18:29:35 +03:00
RainLoop Team
cec53b111f Code refactoring (5) (es5 -> es2015) 2016-07-17 18:05:15 +03:00
RainLoop Team
c145137b25 Improve composer pop-up on mobile (#1106) 2016-07-15 20:21:24 +03:00
RainLoop Team
0a6a84b3d7 Add social redirect animation 2016-07-13 00:46:33 +03:00
RainLoop Team
e49f3c6692 Code refactoring (3) (es5 -> es2015) 2016-07-10 17:03:22 +03:00
RainLoop Team
71b6407d61 Fix search field styles 2016-07-05 20:28:59 +03:00
RainLoop Team
b43bb17cdb Fix npm testing 2016-07-01 02:16:35 +03:00
RainLoop Team
70be42bbaf Add new login animation 2016-06-23 01:26:54 +03:00
RainLoop Team
a0a9acf9d9 PreRelease commit 2016-06-20 21:29:42 +03:00
RainLoop Team
f6c78ee1fa Improve message view pane (#1072) 2016-06-18 01:08:31 +03:00
RainLoop Team
eaf60c3c99 Add SPAM button on mobile view (#1073) 2016-06-17 23:11:52 +03:00
RainLoop Team
90d95d3ca4 Code refactoring 2016-06-16 02:36:44 +03:00
RainLoop Team
28a125426a Add alias support (domains) 2016-06-11 01:20:09 +03:00
RainLoop Team
c8e5bd2a45 Synchronize localizations from Transifex 2016-06-09 00:58:13 +03:00
RainLoop Team
06d3dac310 Code improvements 2016-05-24 00:57:36 +03:00
RainLoop Team
fcfd54215a Fix word-break css value (#1028) 2016-05-22 20:34:07 +03:00
RainLoop Team
72bf212f67 Improve scripts load system 2016-05-20 10:11:38 +03:00
RainLoop Team
a5b63cc84b Small interface fixes 2016-05-10 23:22:56 +03:00
RainLoop Team
2052137eb1 Fix translations 2016-05-10 22:52:40 +03:00
RainLoop Team
b64fedfacd Fix e-strip-animation class 2016-05-07 22:30:08 +03:00
RainLoop Team
e3fa252cf2 Improve boot script 2016-05-06 18:14:40 +03:00
RainLoop Team
a655b94aba Update openpgpjs (1.2.0 -> 2.3.0) (#1023) 2016-05-05 03:14:38 +03:00
RainLoop Team
ecf23a4f6d 1.10 beta 2016-05-02 23:50:41 +03:00
RainLoop Team
116de6fd45 Fix mobile gui 2016-05-01 14:51:49 +03:00
RainLoop Team
b0ffd84ac6 Add mobile version (beta) 2016-05-01 04:07:29 +03:00
RainLoop Team
3215c5f8d3 Small GUI fixes (#1014) 2016-04-30 00:23:53 +03:00
RainLoop Team
f64b63c549 Improve GUI (#1014) 2016-04-29 01:45:33 +03:00
RainLoop Team
d34b83a0d5 Style fixes 2016-04-27 02:52:38 +03:00
RainLoop Team
f9b160e61a Fix GPG signing (#1007) 2016-04-26 02:55:53 +03:00
RainLoop Team
e6ac4cdff0 Smll fixes 2016-04-21 01:42:16 +03:00
RainLoop Team
72ca818500 Fix eslint warnings 2016-04-20 20:31:24 +03:00
Carles Escrig Royo
12f619bda7 replace spaces with tabs 2016-04-19 13:55:01 +02:00
Carles Escrig Royo
b3f7b89aad
Show all addresses of the key on OpenPGP Settings 2016-04-19 13:48:20 +02:00
Carles Escrig Royo
44dfa53cde
Must encrypt with the sender key 2016-04-07 14:07:19 +02:00
Carles Escrig Royo
a34da5de0d
Encrypt/decrypt with multiple addresses in a single GPG key 2016-04-06 20:26:29 +02:00
RainLoop Team
1d8652ddc4 Small interface fixes 2016-03-01 22:13:53 +03:00
RainLoop Team
9cb14e1136 Release commit 2016-02-05 23:34:48 +03:00
RainLoop Team
17efdbf3bd Synchronize localizations from Transifex 2016-02-05 21:51:00 +03:00
RainLoop Team
3887073016 Fixed: Plugin's help popover (Better view for plugin's readme content) 2015-11-19 00:11:47 +03:00
RainLoop Team
445cd155e5 ES2015 first look / babeljs 2015-11-15 03:24:02 +03:00
RainLoop Team
52dcd44036 Updated: ckeditor 2015-10-14 21:28:58 +03:00
RainLoop Team
7b5d00ff01 Small improvements 2015-10-14 19:47:46 +03:00
RainLoop Team
9b517feca3 Optimization: Email suggestions (#821) 2015-09-21 21:07:27 +03:00
RainLoop Team
c69faa4264 Added "word-break: break-word" for plain text messages. (#824) 2015-09-19 19:19:34 +03:00
RainLoop Team
87887373c1 Updated: ckeditor 4.5.3, jquery 1.11.3, openpgpjs 1.2.0
OpenPGP decrypt fix
+ Small fixes
2015-09-18 21:35:30 +03:00
RainLoop Team
fc827326c4 Changed: photoswipe > lightGallery 2015-08-31 23:13:59 +03:00
RainLoop Team
3498700f61 Add additional logging for OpenPGP
Remove enforcing lower case for email addresses
Small fixes
2015-08-26 21:05:29 +03:00
RainLoop Team
106ee26ad2 Pre release commit 2015-08-11 22:51:07 +04:00
RainLoop Team
c99a46a118 Small improvements 2015-07-30 01:14:48 +04:00
RainLoop Team
5123841540 Pgp improvements 2015-07-29 21:23:10 +04:00
RainLoop Team
42bac6aa2f PreRelease fixes 2015-07-06 00:33:55 +04:00
RainLoop Team
34a9b8cbc5 OpenPGP improvements (first step)
openpgpjs: 0.7.2 -> 0.10.1
additional fixes
2015-06-23 01:34:52 +04:00
RainLoop Team
09334159c2 A lot small fixes 2015-06-23 01:34:51 +04:00
RainLoop Team
4457cdbc23 Improvements of message displaying (internal styles) 2015-06-23 01:34:50 +04:00
RainLoop Team
8f55b5c554 Release fixes
Additional branding options
fixes (php mail functionality)
2015-05-23 02:07:47 +04:00
RainLoop Team
763fae345b Capability improvements
Additional branding options
2015-05-20 15:46:34 +04:00
RainLoop Team
92f2caf700 Wrap very long email addresses (#577) 2015-05-08 02:53:05 +04:00
RainLoop Team
66c3307291 Small fixes 2015-05-06 02:03:58 +04:00
RainLoop Team
2ac2168477 Small fixes 2015-04-30 00:09:03 +04:00
RainLoop Team
86295f6e5b Branding: User logo / logo title 2015-04-29 00:29:45 +04:00
RainLoop Team
19f06c11d2 Added new language strings 2015-04-26 02:01:56 +04:00
RainLoop Team
a11dcbed4b Focused state for custom checkbox (Closes #604) 2015-04-25 17:50:10 +04:00
RainLoop Team
48b91fb957 Save attachments as ... 2015-04-25 02:58:56 +04:00
RainLoop Team
f5f067f1f3 Small fixes 2015-04-25 02:19:20 +04:00
RainLoop Team
8a4bce3591 New thread list logic (step 3) 2015-04-22 01:01:29 +04:00
RainLoop Team
03d26bc4c6 New thread list logic (step 2) 2015-04-21 02:39:14 +04:00
RainLoop Team
a4904f4c00 Message thread optimization 2015-04-15 02:27:31 +04:00
RainLoop Team
0ea982671b PreRelease 1.8.3 2015-04-14 00:24:15 +04:00
RainLoop Team
af2815cd61 Attachments control panel 2015-04-11 01:52:15 +04:00
RainLoop Team
1d943356f5 Simple mp3 player 2015-04-10 12:17:49 +04:00
RainLoop Team
351c12c002 Welcome page branding option 2015-04-10 02:07:03 +04:00
RainLoop Team
acb013fbb5 Added "Enforce 2-Step verification" setting 2015-04-07 20:40:28 +04:00
RainLoop Team
b7709c8117 Code refactoring 2015-04-07 20:40:27 +04:00
RainLoop Team
80c5e35a29 New styles for toltips (Opentip)
Selector new functionality
x-script tag support for templates
2015-04-02 01:59:03 +04:00
RainLoop Team
18931eaca0 Smooth reload animation 2015-03-31 04:12:05 +04:00
RainLoop Team
1481bd88e5 Small fixes
+ BUTTON_THREAD_MORE
2015-03-30 21:54:45 +04:00
RainLoop Team
3dac6809d1 Admin Panel localization (#467) 2015-03-28 02:09:36 +04:00
RainLoop Team
4a90e2406c Compose focus fixes (#547) 2015-03-21 02:22:06 +04:00
RainLoop Team
1d9acea5ae Added en-gb language (for 24 time format) 2015-03-20 23:23:57 +04:00
RainLoop Team
16d2f46a31 RC 2015-03-19 02:00:44 +04:00
RainLoop Team
bab64a7cea Code refactoring (promises for folders management) 2015-03-17 18:30:17 +04:00
RainLoop Team
3090b44dae Interface fixes 2015-03-16 02:01:51 +04:00
RainLoop Team
c23ba31e17 Promises (first look)
Thread dropdown
Small fixes
2015-03-14 18:27:44 +04:00
RainLoop Team
3613bf5270 vCard parser fixes 2015-03-09 23:42:43 +04:00
RainLoop Team
b6ca9e357e New thread controller 2015-03-06 04:42:40 +04:00
RainLoop Team
9dbf77f942 Small interface optimization 2015-03-05 02:07:12 +04:00
RainLoop Team
13d4c769e2 Small fixes 2015-02-23 20:20:41 +04:00
RainLoop Team
31860420cb Code refactoring 2015-02-22 02:00:51 +04:00
RainLoop Team
bf56821c2d Small fixes 2015-02-21 18:09:32 +04:00
RainLoop Team
bb551e4ec8 Added auto logout option 2015-02-19 01:19:24 +04:00
RainLoop Team
f3bae2f324 Fixed folder list styles 2015-02-18 00:12:48 +04:00
RainLoop Team
2616b911e1 Release commit 2015-02-17 19:52:33 +04:00
RainLoop Team
e3064b10aa Fixed strange characters in plain text mode (Firefox) (Closes #462) 2015-02-17 17:32:11 +04:00
RainLoop Team
b3f3a51be6 Styles fixes 2015-02-16 06:32:08 +04:00
RainLoop Team
1a85330770 Small fixes and code refactoring 2015-02-16 01:58:24 +04:00
RainLoop Team
b01f298b7b Release commit 2015-02-15 04:30:21 +04:00
RainLoop Team
844afadd6f ckeditor fixes
demo-plugin
TemproryApcStorage
2015-02-12 21:56:49 +04:00
RainLoop Team
6116597f6f Many fixes
New ownCloud package with a built-in webmail
2015-02-12 01:41:07 +04:00
RainLoop Team
1119022916 Added individual signatures for every identity. 2015-02-08 05:12:34 +04:00
RainLoop Team
493191375f Identities refactoring and improvements (Reply-To and BCC) 2015-02-06 19:29:34 +04:00
RainLoop Team
47cc73c992 User background image optimization 2015-02-06 19:29:08 +04:00
RainLoop Team
286ab567af Code refactoring 2015-02-03 05:56:26 +04:00
RainLoop Team
79233ad83c Added counters of unread messages for additional accounts (#377) 2015-02-02 00:48:49 +04:00
RainLoop Team
abddb3d828 Pre release fixes and improvements 2015-02-01 19:44:44 +04:00
RainLoop Team
67c5e31e58 Added a new theme (Rain Drops)
Added a "video-on-login-screen" plugin
Added a few branding settings
2015-02-01 03:42:48 +04:00
RainLoop Team
63a286a6b6 Sieve test connection 2015-01-28 20:27:23 +04:00
RainLoop Team
965ea317e4 Updated ckeditor 2015-01-27 23:41:11 +04:00
RainLoop Team
aa84077ac4 Sound notification
Additional code refactoring
2015-01-27 01:06:00 +04:00
RainLoop Team
b42ce01e7e Code refactoring (Translator, Stores, ko) 2015-01-26 03:13:12 +04:00
RainLoop Team
929bffccef Sieve filters (beta) 2015-01-25 00:36:20 +04:00
RainLoop Team
68cc322bd5 Sieve filters (interface/vacation action) 2015-01-20 01:20:12 +04:00
RainLoop Team
54edeaa645 Small fixes and changes 2015-01-19 02:48:23 +04:00
RainLoop Team
f8512b01b9 Reduce startup animation 2015-01-19 02:47:53 +04:00
RainLoop Team
db942d4970 Fixed message header 2015-01-19 02:47:43 +04:00
RainLoop Team
9bc977cccf Added: DKIM status 2015-01-13 03:24:08 +04:00
RainLoop Team
43f19e29e8 Release commit 2015-01-10 00:27:49 +04:00
RainLoop Team
bce962328d Release fixes 2015-01-09 03:31:31 +04:00
RainLoop Team
43d1794423 Added "[labs] imap_show_login_alert" setting
Small fixes
2015-01-08 18:00:03 +04:00
RainLoop Team
7ef9ebb45f Optimizations
Added "[labs]imap_folder_list_limit" setting (optimization)
2015-01-08 02:50:59 +04:00
RainLoop Team
833f40c115 Added "Allow self signed certificates" setting
Updated recaptcha plugin
2015-01-06 01:42:45 +04:00
RainLoop Team
46187d0749 New spinner icon 2015-01-06 00:55:06 +04:00
RainLoop Team
e3e7c1d963 Interface redesign (attachments, new preview pane layout) 2015-01-04 23:30:07 +04:00
RainLoop Team
f9640b3ffa Attachments (redesign) 2014-12-27 23:49:53 +04:00
RainLoop Team
06e6f1a2da New Message View (with attachments thumbnails) 2014-12-24 22:50:03 +04:00
RainLoop Team
e4b286e257 Merged from sub repository (filters - step 4) 2014-12-18 01:02:29 +04:00
RainLoop Team
67e45a6a6f Style fixes 2014-12-07 03:00:11 +04:00
RainLoop Team
42b8a446c6 Merged from sub repository (updated ckeditor, filters - step 3)
Release commit
2014-12-06 01:01:33 +04:00
RainLoop Team
ec7324b061 Merged from sub repository (updated ckeditor, filters - step 2) 2014-12-01 21:36:46 +04:00
RainLoop Team
7841658791 Sieve configuration form (Domain) 2014-11-20 01:32:20 +04:00
RainLoop Team
7b97a9f85d Release commit (1.7) 2014-11-15 18:45:54 +04:00
RainLoop Team
6266b50c03 Added mail function support 2014-11-13 02:09:14 +04:00
RainLoop Team
96e4741a57 Fixed "Viewing small (image) attachments" (Closes #369) 2014-11-06 16:00:36 +04:00
RainLoop Team
eb30a1fe27 Small fixes (Release commit) 2014-11-05 23:50:30 +04:00
RainLoop Team
77a30c0b92 Login screen new interface (social buttons) 2014-10-30 18:09:10 +04:00
RainLoop Team
28a684b7c8 Added language selection on login screen 2014-10-30 03:49:07 +04:00
RainLoop Team
1423b88839 Added knockoutjs components
Added material design checkbox component
Added lang changing animation
2014-10-30 02:17:40 +04:00
RainLoop Team
c2b7632c13 Added knockoutjs components (step 1) 2014-10-29 02:58:21 +04:00
RainLoop Team
e6438233cf Small fixes
Release commit
2014-10-24 21:08:03 +04:00
RainLoop Team
3e9a7a55c6 Small fixes 2014-10-23 21:59:21 +04:00
RainLoop Team
300cee0b6e Added powered by 2014-10-21 21:49:42 +04:00