Commit graph

636 commits

Author SHA1 Message Date
djmaze 4adc672ccd Cleanup Login and removed the ancient obsolete <center> with small redesign
Also placed the loading description above the login form
2020-11-26 10:41:53 +01:00
djmaze ebd32d8fad Don't allow plugins to modify login page 2020-11-25 14:38:16 +01:00
djmaze b3b8c97b00 Cleanup some unused code 2020-11-10 09:29:00 +01:00
djmaze 0ec37b7e90 Added: show fancy placeholder for external images 2020-11-05 10:40:02 +01:00
djmaze 65e1b58877 Hide Squire toolbar in mobile mode when not focused 2020-11-03 15:54:35 +01:00
djmaze d1dfa227ae cleanup fontastic 2020-10-28 10:35:17 +01:00
djmaze cb9e393fbc Pagenator should be Paginator 2020-10-12 15:11:25 +02:00
djmaze 527694f361 Replace bootstrap .divider with cleaner .dividerbar which also reduces knockout calls 2020-10-12 15:03:45 +02:00
djmaze 6c75dd12f8 Cleanup CSS and JS code 2020-10-01 11:10:40 +02:00
djmaze cfdbe3251e Removed the DATA_IMAGE_USER_DOT_PIC
Because viewUserPic is always false due to the removed Gravatar feature
2020-09-30 16:10:01 +02:00
djmaze 0a95e2c6dc Cleanup constants 2020-09-30 14:07:03 +02:00
djmaze efcefbaf78 Cleanup CSS and drop bMobileDevice detection.
Touch devices can be any size and can use (bluetooth/usb-c mouse/keyboard) these days.
It's all about pixels and currently if the mode is mobile/no-mobile (this can be improved later).
2020-09-30 12:31:34 +02:00
djmaze 31828b125f cleanup some orphan css 2020-09-25 17:42:40 +02:00
djmaze 48971df2ad Partially found a solution for issue #12
But we shouldn't solve it the DIV way.
2020-09-24 16:24:35 +02:00
djmaze a8ddeecb49 Improved Webkit and Gecko :empty selector.
But the real block level unfocusable bug is still not solved.
2020-09-24 16:11:46 +02:00
djmaze 0fde531dd3 Issue #12 has something todo with Webkit and Gecko
A DIV has no height, but we solve this with CSS :empty
It's not perfect because we can still not focus when there's no BR.
Will keep digging!
2020-09-24 15:13:33 +02:00
djmaze 72780a885e Changed logo (the dots say 'snappy' in braille) 2020-09-24 11:52:24 +02:00
djmaze 067c502592 Fix SquireUI on mobile 2020-09-22 11:19:52 +02:00
djmaze 06abbf0713 inputosaurus jQuery to native so we can drop jquery-ui 2020-09-21 16:05:04 +02:00
djmaze e1d3a143f4 Removed simplestatemanager, use @media queries 2020-09-20 12:33:33 +02:00
djmaze 6bffc452b0 Improve some SquireUI mobile styling 2020-09-20 11:47:18 +02:00
djmaze a104287aa5 Bugfix: compose window kept resizing 2020-09-19 13:31:59 +02:00
djmaze c282e2c9b5 Replace messages jQuery drag/drop with native HTML5 2020-09-18 14:01:27 +02:00
djmaze 8f07cf4ac6 foldersReload promises populator to the new FolderCollectionModel 2020-09-16 09:32:36 +02:00
djmaze d33f9710c2 Improve SquireUI on mobile by placing toolbar fixed at bottom of screen (and top of touch keyboard) 2020-09-15 23:36:42 +02:00
djmaze 29cf711a6a Converted *Ajax into *Fetch (because we use the Fetch API, not jQuery.ajax) 2020-09-14 19:40:56 +02:00
djmaze 8b53b189f8 Cleanup CSS and fix SquireUI css 2020-09-13 14:13:16 +02:00
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
RainLoop Team ebb6a06c65 Added additional account edit form 2014-10-21 20:49:15 +04:00
RainLoop Team aabed21b19 Added additiona setting for google drive integration 2014-10-18 21:24:00 +04:00
RainLoop Team 78f09856e3 Code refactoring
Enable password validation (password change plugins)
2014-10-04 22:31:29 +04:00
RainLoop Team 36bdce3084 Remove tags support from code. 2014-10-03 23:09:13 +04:00
RainLoop Team 5aea463333 Small changes (Language popup) 2014-09-22 11:12:12 +04:00
RainLoop Team dfb3a07536 Disable previous pull-request (after testing) 2014-09-19 15:32:35 +04:00
Kenneth 79b3685b43 Cleanup 2014-09-19 02:27:13 +01:00
Kenneth 9431c83003 Modal fixes, general bugfixing 2014-09-19 02:16:20 +01:00
Kenneth 2e4af33340 Added basic responsiveness 2014-09-19 01:02:23 +01:00
RainLoop Team c7108a74e0 Change password plugins fixes
Small fixes
2014-08-31 00:04:11 +04:00
RainLoop Team 39255ae061 Added autoprefixer + csslint 2014-08-28 19:27:30 +04:00
RainLoop Team 22a0a0c2f3 Fix loading font (Closes #297) 2014-08-28 12:03:23 +04:00
RainLoop Team b4f416b6f8 Code refactoring 2014-08-27 19:59:44 +04:00
RainLoop Team 860bf3be74 Fixed width and spacing in plain text email (#278) 2014-08-19 16:27:25 +04:00
RainLoop Team 69e3ebb146 Update knockoutjs 2014-08-19 14:33:59 +04:00
RainLoop Team 1027f319ed Sieve Filters (Interface first look)
Code refactoring
Small fixes
2014-08-07 01:02:20 +04:00
RainLoop Team e4333a6f90 Experemental Plain2Html/Html2Plain convertor (+ jQuery linkify) 2014-07-22 03:58:13 +04:00
RainLoop Team fd9c0e25d8 Subject smart highlighter 2014-07-17 18:35:48 +04:00
RainLoop Team a19e19d866 Fix caching for unread/flagged status 2014-06-25 22:47:04 +04:00
RainLoop Team 81e25b4235 Warning! Breaking change!
Removed "additional Login field" on login page (Security reason) (Closes #206)
Added "custom-login-mapping" plugin
2014-06-25 20:36:46 +04:00
RainLoop Team 333c063cf1 Change build system (Grunt -> Gulp)
Remove attachments on reply (Closes #195)
Do not show deleted (flag \Deleted) messages (Closes #185)
Release commit
2014-06-16 23:56:11 +04:00
RainLoop Team 2842a93593 de lang fixes
# key shortcut for delete
Release commit
2014-06-03 03:22:36 +04:00
RainLoop Team 348cb25dbc Fix gmail imap mails count 2014-05-27 16:54:41 +04:00
RainLoop Team fed896776f Code refactoring
a lot of small fixes (Closes #173)
Added login field (ownCloud package)
2014-05-24 02:14:16 +04:00
RainLoop Team e63037d7e2 Added Admin Panel About Tab
New update system for main code (About tab)
2014-05-22 05:08:47 +04:00
RainLoop Team d3ee36bb97 Fix not spam translate (Closes #168)
Small refactoring and fixes
2014-05-16 19:57:50 +04:00
RainLoop Team 9b59ad32dc Small fixes 2014-05-15 20:06:44 +04:00
RainLoop Team 0ca00dec40 Contacts tags support (unstable - step 1).
+ Small fixes
2014-05-13 12:29:36 +04:00
RainLoop Team 37db821349 Added contact toolbar 2014-05-08 18:52:54 +04:00
RainLoop Team 1250efa445 Folder list resize optimization 2014-05-08 02:20:17 +04:00
RainLoop Team 53dc509d79 Many interface improvements, optimizations 2014-05-07 20:04:32 +04:00
RainLoop Team 3328bcd9eb Gravatar 2014-05-05 00:39:45 +04:00
RainLoop Team ef880319c6 Contacts improvements (Added URL and Nickname fields) 2014-05-01 04:01:31 +04:00
RainLoop Team f36cb72b82 Interface optimizations
moment js update
2014-04-30 20:24:45 +04:00
RainLoop Team 7552ffe241 Added export contacts (csv)
Interface optimizations
2014-04-29 15:49:30 +04:00
RainLoop Team c25b5bfef7 Move folder list resize button to bottom 2014-04-28 19:53:16 +04:00
RainLoop Team ba645f5614 Show/Hide folder list button 2014-04-27 04:54:22 +04:00
RainLoop Team 61a7a9c078 Update openpgpjs 0.3.0 -> 0.5.1 (#142) 2014-04-26 20:09:38 +04:00
RainLoop Team 54a4c2657a Added nano scroller shadow 2014-04-23 20:09:56 +04:00
RainLoop Team db5835a4c3 Improving change password functional 2014-04-19 03:41:10 +04:00
RainLoop Team fa8d7e5ebe Enhancement to Two Factor Auth (Closes #123) 2014-04-17 02:32:41 +04:00
RainLoop Team 0fad66c452 Keyboard shortcuts optimizations (#70)
Folder list focused state
2014-04-13 04:32:07 +04:00
RainLoop Team d961fa480a Dropdown menu keyboard navigation
Keyboard shortcuts help popup (Shift + / )
2014-04-12 05:05:57 +04:00
RainLoop Team 2ad305e40e Dropdown menu keyboard navigation (step 1 / USTABLE) 2014-04-11 20:09:51 +04:00
RainLoop Team 83036c8341 Small fixes (#70) 2014-04-10 14:38:04 +04:00
RainLoop Team fbf17aa6f3 Gmail like message list navigation (#70) 2014-04-10 04:15:46 +04:00
RainLoop Team da88e0d2b5 Gmail style selection (UNSTABLE) 2014-04-09 20:01:41 +04:00
RainLoop Team 0b30bac43f A new way to move in message list (message focused state).
Delete/Move optimizations.
Display next message after deletion (Closes #120)
Scrolling in message view (Closes #109)
2014-04-08 20:08:16 +04:00
RainLoop Team a96e1d80c3 Small refactoring (popup key scope optimization) 2014-04-08 02:36:38 +04:00
RainLoop Team 8979687f88 Added keyboard shortcuts (part 1) (#70)
Scrolling in message view (#109)
2014-04-08 01:03:58 +04:00
RainLoop Team 419b47a81e 2-Step Verification (Google Authenticator)
Small fixes
2014-04-05 23:48:22 +04:00
RainLoop Team cae0cc2f77 OpenPGP (#53) Beta
Archive  (Closes #110)
Delete, Spam and Archive button in mail view when preview pane is off  (Closes #72)
Small fixes  (Closes #101)
2014-04-02 03:58:24 +04:00
RainLoop Team ee19a5cb41 OpenPGP (#53) UNSTABLE 2014-04-01 22:03:37 +04:00
RainLoop Team 9d26fe049e Small fixes 2014-03-21 20:03:06 +04:00
RainLoop Team 67b5a72a71 OpenPGP (Compose) (#53) UNSTABLE 2014-03-20 02:39:36 +04:00
RainLoop Team b6f4e9ad4f Small fixes 2014-03-19 16:38:34 +04:00
RainLoop Team 5ece4cc0ec OpenPGP Key Storage (Settings) (#53)
Import, Delete, Generate, View
2014-03-13 02:29:33 +04:00
RainLoop Team b1a0ae7847 Increase message list font size on large screen resolution (close #93) 2014-02-21 17:56:59 +04:00
RainLoop Team e9b56e9477 html editor optimizations (fixed #79) 2014-02-12 20:01:53 +04:00
RainLoop Team 8da34e8d5f Html editor improvements (new toolbar type) 2014-02-12 04:08:31 +04:00
RainLoop Team 96b37227b2 html editor optimizations 2014-02-11 20:00:01 +04:00
RainLoop Team 8d994cf8cc Html editor improvements (#74) 2014-02-11 03:43:50 +04:00
RayMan 987fe4c2b7 Fix html editor 2014-02-10 20:14:25 +04:00
RainLoop Team ab07d102f9 New actions on the left bar (closed #56) 2014-02-08 02:35:48 +04:00
RainLoop Team f9c7de2920 HTML signature (closed #24)
New html editor (ckeditor integration)
2014-02-07 03:28:22 +04:00
RainLoop Team 320f92b1a8 Small fixes 2014-02-06 19:58:53 +04:00
RainLoop Team 4664401260 Small interface fixes 2014-02-01 01:37:26 +04:00
RainLoop Team 3a5d5038b9 Small fixes (fixed #61) 2014-02-01 00:31:55 +04:00
RainLoop Team 3d3ad8d459 OpenPGP - part 3 - unstable (#53) 2014-01-29 03:53:30 +04:00
RainLoop Team 0bb69d4494 OpenPGP - part 2 - unstable (#53) 2014-01-28 20:09:41 +04:00
RainLoop Team 1623f515ff Small fixes 2014-01-22 22:55:17 +04:00
RainLoop Team 8890de4a86 Add branding section in admin panel 2014-01-19 00:49:14 +04:00
RainLoop Team 8c0276631b Import contacts (close #44)
+ Some small improvements and fixes
2014-01-15 00:02:30 +04:00
RainLoop Team b100560cd8 Read Receipt (#41) 2014-01-04 04:20:07 +04:00
RainLoop Team 1dc5a45564 Resize for the folder list. (#10) 2014-01-03 17:32:25 +04:00
RainLoop Team 84d93e0f0b Small fixes 2013-12-31 15:57:02 +04:00
RainLoop Team 17b2afcf22 More responsive interface with auto resize (#10) 2013-12-30 01:13:35 +04:00
RainLoop Team 04932fce63 Add onFocus callback to popups 2013-12-29 00:42:07 +04:00
RainLoop Team fd2c2346a8 Add popups animation 2013-12-28 18:11:19 +04:00
RainLoop Team 25f9a1e95b Fix unsaved compose contacts
Move thm-body from body to div
2013-12-27 18:05:04 +04:00
RainLoop Team 92855bc880 Remove login animation for mobile browsers 2013-12-27 13:37:31 +04:00
RainLoop Team 011855bf8a 1.6.0 release
CardDav support.
New skin (Blurred).
Login animation.
Small fixes.
2013-12-27 05:00:40 +04:00
RainLoop Team e1adfdb504 Small ui fixes 2013-12-25 19:53:47 +04:00
RainLoop Team 1c50b8df07 Reduced popups animation 2013-12-23 18:31:43 +04:00
RainLoop Team 599e934b4a CardDAV (pre-alpha/unstable) 2013-12-23 04:06:48 +04:00
RainLoop Team 0ec965bccb Drag&Drop recipients emails on compose screen. 2013-12-20 20:15:29 +04:00
RainLoop Team 2d9ff7d63f Added functionality to share contacts
Added setting "Automatically add recipients to your address beech"
Further development of editing screen contact
2013-12-19 04:53:42 +04:00
RainLoop Team 026839d864 Implementation of share contacts (begin) 2013-12-18 20:05:30 +04:00
RainLoop Team 394e22520e Autocreate system folders in folder list request.
Additional plugin hooks
2013-12-18 03:00:57 +04:00
RainLoop Team c8a5d45f37 Folder unread count view fix.
Add MailSo HtmlUtils ClearHtmlSimple function
2013-12-16 19:43:04 +04:00
RainLoop Team 975947a948 Minor contacts interface improvements.
Move intervals to pub/sub system
2013-12-15 15:02:50 +04:00
RainLoop Team b4e52e768c Move from icomoon to fontastic 2013-12-15 02:42:32 +04:00
RainLoop Team dcc486a114 New Ask popup
Fix inputosaurus fake span width detection
Add Esc trigger to all popups (#29)
Many minor fixes
2013-12-14 03:27:12 +04:00
RainLoop Team c9b5194baf Small fixes 2013-12-13 03:23:47 +04:00
RainLoop Team b3955cd53a Allow interface selection in admin panel
+ small fixes
2013-12-11 00:14:59 +04:00
RainLoop Team eeda3dbb85 Completion and preparation contacts to release. 2013-12-10 04:40:21 +04:00
RainLoop Team efb9db36d2 Update JUA auploder
Small less fixes
2013-12-09 02:14:55 +04:00
RainLoop Team 0ec4fc89d4 Add pagenator to contact list
Move contacts from plugin back to core
2013-12-08 03:58:33 +04:00
RainLoop Team efdca7ef77 Merge new-contacts-api
New interface
Contact storage move to plugin
2013-12-07 02:07:29 +04:00
RainLoop Team 867dcc8f7e The final commit personal address books branches before merging 2013-12-07 01:50:19 +04:00
RainLoop Team 832894716c Add Korean language 2013-12-03 04:37:24 +04:00
RainLoop Team 93c7e05994 Inputosaurus small fixes 2013-11-29 19:53:46 +04:00
RainLoop Team 97987a1bac Html editor font-size fix 2013-11-28 00:35:34 +04:00
RainLoop Team afb7ec8c4e Select2 replaced by inputosaurus + ui-autocomplete
+ a lot of small fixes.
2013-11-27 02:34:05 +04:00
RainLoop Team 101f956fa8 Add Simplified Chinese language.
Update language popup.

+ Merge conflict origin/master
2013-11-19 21:41:21 +04:00
RainLoop Team 90496a0ff6 add underline to alert links 2013-11-19 02:37:57 +04:00
RainLoop Team 44241b859c Identities redesign 2013-11-19 02:29:13 +04:00
RainLoop Team 67e6084276 Add build task in Grunt script.
Minor fixes
2013-11-17 02:02:13 +04:00
RainLoop Team 4cc2207513 Uploading and preparing the repository to the dev version.
Original unminified source code (dev folder - js, css, less) (fixes #6)
Grunt build system
Multiple identities correction (fixes #9)
Compose html editor (fixes #12)
New general settings - Loading Description
New warning about default admin password
Split general and login screen settings
2013-11-16 02:21:12 +04:00