djmaze
b3dd0c51b5
Removed lozad. Lazy loading of images. A browser can itself these days.
2020-08-06 15:07:43 +02:00
djmaze
12c88e34b3
Removed pikaday (unused)
2020-07-30 12:05:47 +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
fca0bb5d56
Bugfix broken jQuery UI
2020-07-16 11:07:28 +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
85155a9895
Merge remote-tracking branch 'upstream/master'
2020-07-13 11:40:49 +02:00
the-djmaze
0b9f129864
Merge branch 'master' into gulp-terser
2020-03-20 16:29:10 +01:00
djmaze
a8100d34f8
Use gulp-terser instead of gulp-uglify for ES2015
2020-03-20 16:26:42 +01:00
RainLoop Team
5e409ac638
Update dependencies
2020-03-15 23:56:47 +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
4468d5bd22
Removed: twitter, google, dropbox, facebook, owncloud, modernizr from JavaScript
2020-03-11 12:55:03 +01:00
RainLoop Team
15ceddc202
1.14.0
2020-01-30 22:27:07 +03:00
RainLoop Team
1fb3c9cd7a
Update dependencies
2019-12-31 21:20:03 +03:00
RainLoop Team
08333610ce
Update dependencies
2019-12-24 22:05:46 +03:00
RainLoop Team
ba8bf15b4c
Update dependencies
2019-10-17 01:43:04 +03:00
RainLoop Team
0c38f42197
Small improvements
2019-07-11 21:45:47 +03:00
RainLoop Team
19d3b559da
Add watch task
2019-07-04 23:35:53 +03:00
RainLoop Team
395ad8e035
Update dependencies
2019-07-04 23:06:07 +03:00
RainLoop Team
40dc22a317
Remove knockout-transformations dependency
2019-07-04 22:58:15 +03:00
RainLoop Team
450528ff00
Add prettier
2019-07-04 22:09:27 +03:00
RainLoop Team
b244462fa5
update gulp and gulpfile
2019-06-29 17:16:09 +03:00
RainLoop Team
a1562e7145
Update dependencies and configurations
2019-06-29 03:17:29 +03:00
RainLoop Team
13065dd926
Update dependencies
2019-03-28 01:01:26 +03:00
RainLoop Team
20f53825d9
Update deps
2019-02-01 18:56:12 +03:00
RainLoop Team
95eb786a3f
Update deps
2018-10-06 02:13:58 +03:00
RainLoop Team
26c507398f
babel 6 -> 7
2018-09-18 23:35:41 +03:00
RainLoop Team
379d012b1f
1.12.1
2018-07-31 00:20:06 +03:00
RainLoop Team
6b99a48898
Update devDependencies
2018-07-24 00:09:44 +03:00
RainLoop Team
791f0ff6ad
Small fixes and improvements
2018-07-10 00:05:02 +03:00
RainLoop Team
367748d39e
Add Object.assign polyfill ( #1692 )
2018-05-16 17:31:45 +03:00
RainLoop Team
841c4d59e3
Update devDependencies and translations
2018-05-01 19:34:13 +03:00
RainLoop Team
35ef89c2a6
Optimize building process
2018-03-30 00:43:46 +03:00
RainLoop Team
f8a131e3bc
Update devDependencies
2018-03-06 22:52:08 +03:00
RainLoop Team
c7cd537b4d
Update devDependencies
2018-02-27 22:10:26 +03:00
RainLoop
866b0ddc6d
Add docker support for development.
2018-02-27 02:13:53 +03:00
Techwolf
54adc8d075
Use knockout-transformations from NPM instead of knockout-projections.
...
Remove unused dependency on jquery-lazyload.
2018-01-03 04:00:25 -08:00
RainLoop
d76fde37df
Fix crippled contact names ( #1447 )
2017-09-27 20:58:15 +03:00
RainLoop
ed5685314e
Fix unexpected desktop mode on mobile devices + small fixes ( #1514 )
2017-09-25 00:08:44 +03:00
RainLoop
76f28b354b
Add element-dataset polyfill for IE9-IE10
2017-09-21 20:05:23 +03:00
RainLoop
4f19d9fd56
Try the lozad lazy loader
2017-09-21 01:18:41 +03:00
RainLoop
33a9234d9c
1.11.2
2017-09-19 23:16:22 +03:00
RainLoop
350e065575
Fix package.json
2017-09-15 20:31:36 +03:00
RainLoop Team
2285fd4569
Update package.json dependencies
2017-09-15 19:51:01 +03:00
RainLoop Team
425f0ee3f6
Small fixes
2017-08-07 18:09:14 +03:00
RainLoop Team
709eeddd09
Small fixes
2017-07-11 15:40:31 +03:00
RainLoop Team
8da988fef2
Synchronize localizations from Transifex
...
Update package.json dependencies
Fix eslint errors
webpack 2 -> webpack 3
2017-06-24 22:26:27 +03:00
RainLoop Team
f61a4cc483
1.11.1
2017-05-27 19:36:51 +03:00
RainLoop Team
a44e4b1815
Update package.json dependencies
2017-05-22 21:50:42 +03:00
RainLoop Team
74700afa6c
Update package.json dependencies
2017-04-30 15:49:46 +03:00
RainLoop Team
7b3ac82e5a
Update package.json dependencies
2017-04-03 00:40:13 +03:00
RainLoop Team
8bc4387aa7
Fix yarn lock
2017-04-03 00:16:17 +03:00
Ely Deckers
792d3c0ca9
Fix npm version numbers for Github packages
2017-03-13 21:51:20 +01:00
RainLoop Team
c9839be758
1.11.0.203
2017-03-13 00:20:04 +03:00
RainLoop Team
f8b4aa8683
Update package.json dependencies (+ fixes and improvements)
2017-03-12 20:44:42 +03:00
RainLoop Team
4e87568408
1.11.0.201
2017-02-28 23:12:02 +03:00
RainLoop Team
77fb74bc4a
Update package.json dependencies
2017-02-28 21:44:13 +03:00
RainLoop Team
80f4d4e5d1
Update package.json dependencies
2017-01-12 23:41:57 +03:00
RainLoop Team
be26cd248c
Fix typo
2017-01-11 21:18:51 +03:00
RainLoop Team
20eff3a49a
npm -> yarn
2016-12-15 02:13:20 +03:00
RainLoop Team
930f6dbb6d
1.10.5.192
2016-11-06 23:12:18 +03:00
RainLoop Team
baa61349b8
Update dependencies
2016-11-06 22:38:44 +03:00
RainLoop Team
7e135b10ac
Update dependencies
2016-10-27 00:40:14 +03:00
RainLoop Team
ae996b75f1
Updated: dependencies
...
+ small fixes
2016-10-18 21:28:42 +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
f70d9e46a0
1.10.4.180
2016-09-21 09:22:57 +03:00
RainLoop Team
bb2f62c87a
1.10.4.179
2016-09-20 21:35:31 +03:00
RainLoop Team
300a3373a8
Fix css min
2016-09-17 00:18:17 +03:00
RainLoop Team
9263fe5fa4
1.10.4.177
2016-09-15 23:35:59 +03:00
RainLoop Team
7ffa5af91f
Update dependencies
2016-09-13 20:25:39 +03:00
RainLoop Team
e5af98b04b
Update ckeditor
...
Move e2e tests
Code refactoring
2016-09-12 23:50:21 +03:00
RainLoop Team
e6e0b02849
Code refactoring
...
Flow first look
2016-09-10 02:27:53 +03:00
RainLoop Team
17bdc999f6
Update js dependencies
2016-09-07 00:06:38 +03:00
RainLoop Team
a60ffc06e1
Update ckeditor
...
Avoid empty commands
Small fixes
2016-09-01 23:41:36 +03:00
RainLoop Team
b8e0303fc4
1.10.4.160
2016-08-30 23:29:26 +03:00
RainLoop Team
b28d4f8cf3
Update dependencies
2016-08-30 01:10:24 +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
0a2b826f71
Improve building process (es6 bundle)
2016-08-11 02:16:58 +03:00
RainLoop Team
9fb0304f79
Rebuld npm-shrinkwrap.json
2016-08-09 01:25:56 +03:00
RainLoop Team
9811fd8f5c
1.10.3.151
...
Change spam/not-spam icons
2016-08-08 23:35:32 +03:00
RainLoop Team
fa6d7b3b86
1.10.3.150
2016-08-02 23:54:07 +03:00
RainLoop Team
c3985da102
Move almost all libs to node_modules
...
Update libs
2016-07-30 18:35:08 +03:00
RainLoop Team
c74f186ca5
1.10.2.145
2016-07-19 21:02:55 +03:00
RainLoop Team
f64cf601ce
Fix OpenPGP importing ( #1098 )
...
+ Update openpgp.js lib
2016-07-12 23:23:08 +03:00
RainLoop Team
70f261d5f3
1.10.2.143
2016-07-11 22:33:22 +03:00
RainLoop Team
fb2e492ce8
More scrict rules
2016-07-05 22:52:52 +03:00
RainLoop Team
71b6407d61
Fix search field styles
2016-07-05 20:28:59 +03:00
RainLoop Team
236284a675
release commit
2016-07-04 20:54:09 +03:00
RainLoop Team
d9418f9ee8
Update normalize.css ( #1090 )
2016-07-04 20:46:33 +03:00
RainLoop Team
137b639c19
Synchronize localizations from Transifex
2016-07-03 21:33:50 +03:00
RainLoop Team
52e2698cdf
Add more strict rules (eslint)
2016-07-02 01:49:59 +03:00
RainLoop Team
8a6765faeb
Fix eslint version
2016-07-01 01:50:11 +03:00
RainLoop Team
8e8a041032
eslint (additional rules)
2016-07-01 01:05:04 +03:00
RainLoop Team
40b3f929e9
Back from Typescript to ES2015
2016-06-27 21:32:19 +03:00
RainLoop Team
a74a92638a
Typescript (first look)
2016-06-25 01:19:21 +03:00
RainLoop Team
68890f8083
Add datepicker component ( #716 )
2016-06-24 00:57:35 +03:00
RainLoop Team
8285bf02fe
1.10.2 (beta2)
2016-06-23 23:00:02 +03:00
RainLoop Team
a0a9acf9d9
PreRelease commit
2016-06-20 21:29:42 +03:00
RainLoop Team
d20b4aa6f2
release commit
2016-06-09 21:26:15 +03:00
RainLoop Team
d22456f4de
PreRelease commit
2016-06-09 01:17:26 +03:00
RainLoop Team
fddc68b16d
Fix html parsing (for PHP <5.3.6)
2016-06-09 00:41:05 +03:00
RainLoop Team
613ab074d9
Add "labs.domain_list_limit" ( #1055 )
2016-06-04 21:06:14 +03:00
RainLoop Team
c0ab236440
Support regex extension (SIEVE) ( #1043 )
...
+ Update jquery
2016-05-27 00:52:24 +03:00
RainLoop Team
c443f54e01
Webpack2 (first look)
...
Small fixes
2016-05-26 01:38:32 +03:00
RainLoop Team
1323a9ce52
Code refactoring (Q -> Promise)
2016-05-23 20:33:01 +03:00
RainLoop Team
1ec32c2da5
1.10.1 (beta1)
2016-05-22 20:54:51 +03:00
RainLoop Team
acd271974d
Use jassl lib
2016-05-21 01:46:56 +03:00
RainLoop Team
e451b2aaf9
Small fixes
2016-05-20 23:28:57 +03:00
RainLoop Team
72bf212f67
Improve scripts load system
2016-05-20 10:11:38 +03:00
RainLoop Team
58b9eed8e8
Improve html parsing
2016-05-18 03:30:29 +03:00
RainLoop Team
4ee2090e6c
pre release commit
2016-05-16 21:03:53 +03:00
RainLoop Team
d5aca4e69a
Pre release commit
2016-05-07 17:42:36 +03:00
RainLoop Team
8ed75a5b49
Translate fixes
2016-05-07 16:13:00 +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
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
72ca818500
Fix eslint warnings
2016-04-20 20:31:24 +03:00
Hoang Xuan Phu
a26cc26f36
add jshint as an explicit dependency
...
otherwise, if it's not installed, npm shrinkwrap says
npm ERR! peer invalid: jshint@2.x, required by gulp-jshint@2.0.0
if it's installed, npm shrinkwrap says
npm ERR! extraneous: jshint@2.9.1 /path/to/rainloop-webmail/node_modules/jshint
2016-04-15 20:53:15 +08:00
Hoang Xuan Phu
4e95f92232
babel-preset-es2015 (now?) has to be defined as a dependency
...
Else you get Error: Cannot find module 'es2015'
2016-04-14 23:29:02 +08:00
RainLoop Team
d619cbcf9d
PreRelease commit
2016-03-05 03:01:00 +03:00
RainLoop Team
8600bd87c1
Fix compile errors in IE9 ( #967 )
2016-02-24 21:10:09 +03:00
RainLoop Team
9cb14e1136
Release commit
2016-02-05 23:34:48 +03:00
RainLoop Team
568a1a1cda
Fixed: Folder expand/collapse not remembered ( #934 )
2016-01-22 19:51:22 +03:00
RainLoop Team
c926642bff
PreRelease commit
2016-01-05 21:21:30 +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
9cc68ef2b1
Added ckeditor to gitignore
2015-10-19 23:08:51 +04:00
RainLoop Team
7b5d00ff01
Small improvements
2015-10-14 19:47:46 +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
7312b2854b
Added: Plugin: Contacts suggestion from ldap
...
Added: Custom favicon setting
+ Small fixes
2015-09-08 21:18:55 +03:00
RainLoop Team
d6d19c99bf
OpenPgp: small improvements
2015-09-01 22:50:30 +03:00
RainLoop Team
502aebdc37
Fix cookie bug ( #800 )
...
+ small fixes
2015-08-15 00:33:36 +04:00
RainLoop Team
106ee26ad2
Pre release commit
2015-08-11 22:51:07 +04:00
RainLoop Team
5123841540
Pgp improvements
2015-07-29 21:23:10 +04:00
RainLoop Team
fed1531929
Small fix
2015-07-06 00:50:06 +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
9cfb6a9452
More useful "auth_logging_format" setting
2015-05-18 21:51:53 +04:00
RainLoop Team
0035505659
Small fixes
2015-05-18 16:28:14 +04:00
RainLoop Team
9a98bff931
Release fixes
2015-05-18 00:41:57 +04:00
RainLoop Team
f91f74fe7c
Release fixes
2015-05-12 20:33:02 +04:00
RainLoop Team
5b6c90aea9
pre release commit (1.9.0.325)
2015-05-09 16:09:08 +04:00
RainLoop Team
1fb553e77e
Remote Synchronization (CardDAV) improvements:
...
now it supports address book url auto detection (and works with Google contacts, icloud and etc.)
2015-05-09 02:43:56 +04:00
RainLoop Team
7a9ff78051
Small fix (1.9.0.323)
2015-05-08 01:48:54 +04:00
RainLoop Team
935fed3aef
Pre release commit
2015-05-07 23:08:45 +04:00
RainLoop Team
3246b2c81f
Change license to AGPL
2015-05-05 00:05:06 +04:00
RainLoop Team
104ac0806a
Source refactoring
2015-05-04 20:52:24 +04:00
RainLoop Team
2ac2168477
Small fixes
2015-04-30 00:09:03 +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
8a4bce3591
New thread list logic (step 3)
2015-04-22 01:01:29 +04:00
RainLoop Team
c73eb76816
Release fixes
2015-04-17 17:58:14 +04:00
RainLoop Team
7a32baa982
Release 1.8.3
2015-04-14 21:10:51 +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
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
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
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
7750587be1
Beta 1.8.2 (for testing)
2015-03-06 21:11:41 +04:00
RainLoop Team
f1b3271b4d
Weekly fixes
2015-03-04 01:15:17 +04:00
RainLoop Team
053fd1c60b
Release commit
2015-02-26 20:50:33 +04:00
RainLoop Team
19f089d0bf
Small fixes
...
Utf8 clear supports icon unicode
2015-02-26 20:48:09 +04:00
RainLoop Team
e1ab11a9b0
Cache refactoring
...
Contacts settings fixes
2015-02-24 20:27:27 +04:00
RainLoop Team
13d4c769e2
Small fixes
2015-02-23 20:20:41 +04:00
RainLoop Team
4eaef23cc7
Code refactoring
2015-02-22 20:35:17 +04:00
RainLoop Team
276e8c48e8
Small fixes
2015-02-20 02:13:27 +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
7807138b7b
Fixed missing identity section ( Closes #456 )
2015-02-16 17:47:02 +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
6116597f6f
Many fixes
...
New ownCloud package with a built-in webmail
2015-02-12 01:41:07 +04:00
RainLoop Team
44566aad4b
Release fixes
2015-02-04 22:39:56 +04:00
RainLoop Team
6576eee3c8
Added default values configuration for user settings
2015-02-04 18:30:51 +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
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
0735071f1c
mailto links fixes
...
Filters interface fixes
DKIM status a new message
2015-01-31 23:00:10 +04:00
RainLoop Team
929bffccef
Sieve filters (beta)
2015-01-25 00:36:20 +04:00
RainLoop Team
43f19e29e8
Release commit
2015-01-10 00:27:49 +04:00
RainLoop Team
f749d77fff
Release commit
2015-01-08 15:40:10 +04:00
RainLoop Team
e3e7c1d963
Interface redesign (attachments, new preview pane layout)
2015-01-04 23:30:07 +04:00
RainLoop Team
6755a0ce51
Happy New Year
2014-12-31 16:34:23 +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
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
5a27345857
MessageSetFlag optimazations
2014-11-21 01:40:08 +04:00
RainLoop Team
2d287f0b8d
Fixed EditorDefaultType filter
2014-11-17 22:46:20 +04:00
RainLoop Team
cb50320db4
Fixed Identities
2014-11-16 21:49:45 +04:00
RainLoop Team
7b97a9f85d
Release commit (1.7)
2014-11-15 18:45:54 +04:00
RainLoop Team
2545ce3cd9
Code refactoring
2014-11-12 20:46:54 +04:00
RainLoop Team
ef81865ef2
Added "Custom Theme Configuration" (background)
2014-11-08 00:21:10 +04:00
RainLoop Team
eb30a1fe27
Small fixes (Release commit)
2014-11-05 23:50:30 +04:00
RainLoop Team
139f412b6a
Added Google Viewer Integration (Preview Microsoft Word, Excel and PowerPoint files)
2014-10-31 00:09:53 +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
3a9bc849c9
Header parser fixes (ISO_2022_JP charset probles) ( Closes #355 )
...
+ Small fixes
2014-10-18 01:09:20 +04:00
RainLoop Team
cfbda969d1
verify_ssl_certificates = false
...
Release commit
2014-10-08 11:41:21 +04:00
RainLoop Team
af1694184c
Release commit
2014-10-07 23:47:11 +04:00
RainLoop Team
c26ab305a1
Small fixes
...
Release commit
2014-10-05 22:53:24 +04:00
RainLoop Team
60b449b9f8
remove imap_message_list_hide_deleted_messages setting (it's a bad idea to use it)
...
fixed uid cacher
certificate validatetion on test connection (first look)
2014-10-01 01:27:00 +04:00
RainLoop Team
9be07dffd7
Small fixes
...
Release commit
2014-09-30 00:01:31 +04:00
RainLoop Team
7221add1ff
Small fixes
2014-09-16 00:54:20 +04:00
RainLoop Team
fdf317f7a6
Small fixes
2014-09-12 20:38:06 +04:00
RainLoop Team
06274c6a7c
Code refactoring
...
Fixed owncloud password encoder/decoder (#291 )
Fixed ckeditor in ownCloud iframe (Closes #302 )
Release commit
2014-09-06 01:44:29 +04:00
RainLoop Team
27d4bd74ad
browserify -> webpack
...
Code refactoring
2014-09-05 02:49:03 +04:00
RainLoop Team
ccbf04cb67
Code refactoring
...
Fixed languages popup
Release commit
2014-09-02 04:15:31 +04:00
RainLoop Team
fa795947cf
Code refactoring
2014-09-01 20:05:32 +04:00
RainLoop Team
abdd452be6
Update ckeditor
2014-08-31 00:37:36 +04:00
RainLoop Team
8013c0dc25
Added csscomb
...
Small fixes
2014-08-29 19:30:52 +04:00
RainLoop Team
39255ae061
Added autoprefixer + csslint
2014-08-28 19:27:30 +04:00
RainLoop Team
b4f416b6f8
Code refactoring
2014-08-27 19:59:44 +04:00
RainLoop Team
36329110e5
Code refactoring
2014-08-26 19:24:47 +04:00
RainLoop Team
e600e32ddb
CommonJS (research/5)
2014-08-25 19:49:01 +04:00
RainLoop Team
06bb124379
CommonJS (research/3)
2014-08-22 19:08:56 +04:00
RainLoop Team
56607de87c
CommonJS (research)
2014-08-20 19:03:12 +04:00
RainLoop Team
5d6ca00687
Small fixes
...
Release commit
2014-08-14 23:05:54 +04:00
RainLoop Team
9a30680748
Added \RainLoop\Api::ClearUserData() function
2014-08-14 00:40:56 +04:00
RainLoop Team
d8bef79fc5
Small fixes
2014-08-01 11:07:54 +04:00
RainLoop Team
7dc9441852
Fix intenaldate parser
2014-07-31 00:57:41 +04:00
RainLoop Team
ba1f0403f7
Update ownCloud package
2014-07-26 22:51:34 +04:00
RainLoop Team
1d39879765
Trying different sso type (PHP) for ownCloud package
2014-07-25 20:05:20 +04:00
RainLoop Team
d80a9e8485
Added "Default identity" setting ( Closes #157 )
2014-07-16 22:57:17 +04:00
RainLoop Team
484271bb69
Release commit
...
Refactoring
2014-07-15 22:45:15 +04:00
RainLoop Team
467ecdb73c
Release commit
2014-07-10 23:21:22 +04:00
RainLoop Team
3ae18e76c6
Added "use_local_proxy_for_external_images" setting ( Closes #211 )
2014-06-26 02:40:26 +04:00
RainLoop Team
9643c621f1
Release commit
2014-06-25 01:05:29 +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
187e44607d
Small fixes
...
Release commit
2014-06-06 01:55:48 +04:00
RainLoop Team
eff7c17866
Release commit
2014-06-04 00:42:23 +04:00
RainLoop Team
be45d989f8
Back to old ownCloud package
...
Fix idn encoder
Small fixes
2014-06-03 19:59:00 +04:00
RainLoop Team
2842a93593
de lang fixes
...
# key shortcut for delete
Release commit
2014-06-03 03:22:36 +04:00
RainLoop Team
fb18e4e799
ownCloud new package (with built-in RainLoop Webmail)
...
Remove VERSION file dependence.
Small fixes
2014-05-30 05:42:22 +04:00
RainLoop Team
169bd45f31
Release commit
2014-05-30 00:25:33 +04:00
RainLoop Team
57221d9a8e
Release commit
2014-05-27 01:38:53 +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