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
43c92a82e6
Underscore.js _.delay() to native setTimeout()
2020-07-22 20:28:25 +02:00
djmaze
a82575a830
Underscore.js _.map() to native Array.map() (optional with Object.entries/values)
2020-07-22 20:09:31 +02:00
djmaze
a5d41edb24
Underscore.js _.each() to native Array.forEach() (optional with Object.entries/values)
2020-07-22 14:49:18 +02:00
djmaze
9c0072d626
Underscore.js _.find() to native Array.find()
2020-07-22 10:43:19 +02:00
djmaze
90cec2171a
Strip .no-css, .csstransitions and .cssanimations
2020-07-22 08:17:02 +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
4468d5bd22
Removed: twitter, google, dropbox, facebook, owncloud, modernizr from JavaScript
2020-03-11 12:55:03 +01:00
RainLoop Team
32ceafa37f
Add Gmail XAUTH support
2019-12-31 20:44:41 +03:00
RainLoop Team
8a0be3212d
prettier --write
2019-07-04 22:19:24 +03:00
RainLoop Team
45fe0217f2
Add "Automatically save draft" option
2017-06-28 19:25:53 +03:00
RainLoop Team
e6e0b02849
Code refactoring
...
Flow first look
2016-09-10 02:27:53 +03:00
RainLoop Team
962391e2a0
Add cmd interface
...
Code refactoring
2016-08-24 01:17:50 +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
e88c193334
*.jsx -> *.js
2016-08-11 02:34:09 +03:00
RainLoop Team
cec53b111f
Code refactoring (5) (es5 -> es2015)
2016-07-17 18:05:15 +03:00
RainLoop Team
d7ab67a460
Code refactoring (4) (es5 -> es2015)
2016-07-15 22:54:37 +03:00
RainLoop Team
38a1041a73
Code refactoring (es5 -> es2015)
2016-07-07 00:03:30 +03:00
RainLoop Team
fb2e492ce8
More scrict rules
2016-07-05 22:52:52 +03:00
RainLoop Team
8e8a041032
eslint (additional rules)
2016-07-01 01:05:04 +03:00
RainLoop Team
77a1d3f3df
jshint -> eslint
2016-06-27 23:55:37 +03:00
RainLoop Team
c71ecbc12d
Fix Javascript error on create/delete folder ( #1079 )
2016-06-20 20:22:51 +03:00
RainLoop Team
80ab02363e
Code refactoring (v2)
2016-06-17 02:32:16 +03:00
RainLoop Team
d2c16381e2
Add more options for session timeout ( #807 )
2016-05-22 03:15:51 +03:00
RainLoop Team
1391648e1b
Split application data
2016-04-30 02:42:18 +03:00
RainLoop Team
568a1a1cda
Fixed: Folder expand/collapse not remembered ( #934 )
2016-01-22 19:51:22 +03:00
RainLoop Team
cfad4bb005
Added: Password change plugin API improvements ( #910 )
2015-12-15 07:02:46 +03:00
RainLoop Team
53cf543795
babeljs: step 2
2015-11-18 23:10:01 +03:00
RainLoop Team
445cd155e5
ES2015 first look / babeljs
2015-11-15 03:24:02 +03:00
RainLoop Team
fc827326c4
Changed: photoswipe > lightGallery
2015-08-31 23:13:59 +03:00
RainLoop Team
9b6b68e72b
Added: New keyboard shortcuts for compose popup (Esc, Sift+Esc, `)
...
Fixed: Folders list tree viewer
2015-08-30 22:31:04 +03:00
RainLoop Team
42bac6aa2f
PreRelease fixes
2015-07-06 00:33:55 +04:00
RainLoop Team
4457cdbc23
Improvements of message displaying (internal styles)
2015-06-23 01:34:50 +04:00
RainLoop Team
0035505659
Small fixes
2015-05-18 16:28:14 +04:00
RainLoop Team
2f482a6288
Added Allow/Disallow multiple identities
2015-05-18 00:41:59 +04:00
RainLoop Team
9a98bff931
Release fixes
2015-05-18 00:41:57 +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
19f06c11d2
Added new language strings
2015-04-26 02:01:56 +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
3dac6809d1
Admin Panel localization ( #467 )
2015-03-28 02:09:36 +04:00
RainLoop Team
bab64a7cea
Code refactoring (promises for folders management)
2015-03-17 18:30:17 +04:00
RainLoop Team
4eaef23cc7
Code refactoring
2015-02-22 20:35:17 +04:00
RainLoop Team
31860420cb
Code refactoring
2015-02-22 02:00:51 +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
e3064b10aa
Fixed strange characters in plain text mode (Firefox) ( Closes #462 )
2015-02-17 17:32:11 +04:00
RainLoop Team
7807138b7b
Fixed missing identity section ( Closes #456 )
2015-02-16 17:47:02 +04:00
RainLoop Team
4c6fd9cdd1
Signature builder small changes
2015-02-16 05:21:18 +04:00
RainLoop Team
1a85330770
Small fixes and code refactoring
2015-02-16 01:58: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
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
44566aad4b
Release fixes
2015-02-04 22:39:56 +04:00
RainLoop Team
2937f341ee
Small fixes
2015-02-03 21:18: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
0735071f1c
mailto links fixes
...
Filters interface fixes
DKIM status a new message
2015-01-31 23:00:10 +04:00
RainLoop Team
0152f1583b
Sieve filters (pre release)
2015-01-29 01:24:58 +04:00
RainLoop Team
b563528be7
Sortable accounts list
2015-01-28 02:16:00 +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
94789632f0
Sieve filters (alpha / beta version coming soon)
2015-01-24 02:35:42 +04:00
RainLoop Team
02ba68868f
Sieve filters (interface)
2015-01-22 00:16: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
ef3042aff7
Sieve filters (interface)
2015-01-19 02:47:33 +04:00
RainLoop Team
ec51bb0b9f
Added: "You have too many folders!" description ( #414 )
2015-01-16 04:09:03 +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
e4b286e257
Merged from sub repository (filters - step 4)
2014-12-18 01:02:29 +04:00
RainLoop Team
ef81865ef2
Added "Custom Theme Configuration" (background)
2014-11-08 00:21:10 +04:00
RainLoop Team
77a30c0b92
Login screen new interface (social buttons)
2014-10-30 18:09:10 +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
c2b7632c13
Added knockoutjs components (step 1)
2014-10-29 02:58:21 +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
RainLoop Team
adb92ba3ef
Added new admin login text input (Admin/Security)
...
Themes now work for admin panel too.
2014-10-18 19:07:26 +04:00
RainLoop Team
8cf8b94d39
Code refactoring
2014-10-18 17:43:44 +04:00