Commit graph

86 commits

Author SHA1 Message Date
djmaze cb2048f163 cleanup some code 2020-10-02 12:40:33 +02:00
djmaze 7ac8143f34 Cleanup knockout commands and replaced EventKeyCode with native KeyboardEvent.key 2020-09-17 17:47:35 +02:00
djmaze 1d4224d733 Drop License code (not used by comunity) 2020-08-18 20:45:43 +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 dca0ff02ed Use jQuery.slim
Underscore.js _.uniq(_.compact( to native Array.filter((value, index, self) => !!value && self.indexOf(value) == index)
Underscore.js _.compact to native Array.filter(value => !!value)
Underscore.js _.uniq to native Array.filter((value, index, self) => self.indexOf(value) == index)
Underscore.js _.values to native Object.values
Underscore.js _.flatten to native Array.flat
Underscore.js _.union to native Array.concat + unique filter
Underscore.js _.reduce to native Array.reduce
Underscore.js _.escape replaced with advanced htmlspecialchars()
Underscore.js _.memoize replaced
Now Underscore.js is a slim custom version (only _.debounce, _.defer & _.throttle)
2020-07-23 16:06:16 +02:00
djmaze e01e484259 Ajax use window.fetch() instead of $.ajax (not perfect yet).
This allows us to use jquery.slim (and cash-dom in the future)
2020-07-21 22:22:58 +02:00
RainLoop Team 8a0be3212d prettier --write 2019-07-04 22:19:24 +03:00
RainLoop 230624b60c Save showAttachmnetControls status to local storage (#1502) 2017-09-21 23:28:14 +03:00
RainLoop Team 962391e2a0 Add cmd interface
Code refactoring
2016-08-24 01:17:50 +03:00
RainLoop Team e88c193334 *.jsx -> *.js 2016-08-11 02:34:09 +03:00
RainLoop Team 445cd155e5 ES2015 first look / babeljs 2015-11-15 03:24:02 +03:00
RainLoop Team d6d19c99bf OpenPgp: small improvements 2015-09-01 22:50:30 +03: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 763fae345b Capability improvements
Additional branding options
2015-05-20 15:46:34 +04:00
RainLoop Team 2f482a6288 Added Allow/Disallow multiple identities 2015-05-18 00:41:59 +04:00
RainLoop Team 05b1c1dfe5 Filter improvements 2015-05-13 02:53:01 +04:00
RainLoop Team 5b6c90aea9 pre release commit (1.9.0.325) 2015-05-09 16:09:08 +04:00
RainLoop Team b062e9b190 Composer fixes 2015-04-16 21:58:30 +04:00
RainLoop Team 0ea982671b PreRelease 1.8.3 2015-04-14 00:24:15 +04:00
RainLoop Team acb013fbb5 Added "Enforce 2-Step verification" setting 2015-04-07 20:40:28 +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 c23ba31e17 Promises (first look)
Thread dropdown
Small fixes
2015-03-14 18:27:44 +04:00
RainLoop Team 276e8c48e8 Small fixes 2015-02-20 02:13:27 +04:00
RainLoop Team bb551e4ec8 Added auto logout option 2015-02-19 01:19:24 +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 493191375f Identities refactoring and improvements (Reply-To and BCC) 2015-02-06 19:29:34 +04:00
RainLoop Team 98e110fcc7 SignMe optimizations 2015-02-06 19:28:54 +04:00
RainLoop Team 51666d7c7e New logic for storage provider (breaking changes) 2015-02-05 03:54:26 +04:00
RainLoop Team 286ab567af Code refactoring 2015-02-03 05:56:26 +04:00
RainLoop Team abddb3d828 Pre release fixes and improvements 2015-02-01 19:44:44 +04:00
RainLoop Team 0152f1583b Sieve filters (pre release) 2015-01-29 01:24:58 +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 94789632f0 Sieve filters (alpha / beta version coming soon) 2015-01-24 02:35:42 +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 91b3f1a3e9 Remember last reply action 2015-01-19 02:48:08 +04:00
RainLoop Team ef3042aff7 Sieve filters (interface) 2015-01-19 02:47:33 +04:00
RainLoop Team bce962328d Release fixes 2015-01-09 03:31:31 +04:00
RainLoop Team e3e7c1d963 Interface redesign (attachments, new preview pane layout) 2015-01-04 23:30:07 +04:00
RainLoop Team d5eacb6a4d Interface optimization
Mark as important (compose)
2014-12-31 16:21:43 +04:00
RainLoop Team ec7324b061 Merged from sub repository (updated ckeditor, filters - step 2) 2014-12-01 21:36:46 +04:00
RainLoop Team ef81865ef2 Added "Custom Theme Configuration" (background) 2014-11-08 00:21:10 +04:00
RainLoop Team 0587d66d45 Small fixes 2014-11-06 21:53:15 +04:00
RainLoop Team ff2cd091db Small fixes 2014-10-30 03:27:13 +04:00
RainLoop Team 25c56937f6 Added "Default text editor" options (Html forced and Plain forced) (Closes #341) 2014-10-30 03:09:02 +04:00
RainLoop Team ebb6a06c65 Added additional account edit form 2014-10-21 20:49:15 +04:00
RainLoop Team c6ec3fb311 Small fixes 2014-10-19 22:04:28 +04:00