Commit graph

19 commits

Author SHA1 Message Date
djmaze
ea48f5060b isArray to native Array.isArray
isUnd(*) to native undefined === *
isFunc to native typeof * === 'function'
isObject to native typeof * === 'object'
microtime() to native Date().getTime();
noop to native ()=>{}
noopFalse to native ()=>false
noopTrue to native ()=>true
boolToAjax to native *?'1':'0'
Underscore.js to native
2020-07-29 21:49:41 +02:00
djmaze
a5d41edb24 Underscore.js _.each() to native Array.forEach() (optional with Object.entries/values) 2020-07-22 14:49:18 +02:00
RainLoop Team
8a0be3212d prettier --write 2019-07-04 22:19:24 +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
276e8c48e8 Small fixes 2015-02-20 02:13:27 +04:00
RainLoop Team
9a58fd0a66 Plugin system enhancements (Custom user's settings tabs) 2015-02-19 05:04:30 +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
7a374ebe03 Fixed Opening an email with specific content „hangs” RainLoop in the browser (Closes #308)
Code refactoring
2014-09-05 19:53:44 +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
b4f416b6f8 Code refactoring 2014-08-27 19:59:44 +04:00
RainLoop Team
9c52fdd028 CommonJS (research/6) 2014-08-26 10:31:20 +04:00
RainLoop Team
e600e32ddb CommonJS (research/5) 2014-08-25 19:49:01 +04:00
RainLoop Team
8d73c7b1b2 CommonJS (research/4) 2014-08-25 11:10:51 +04:00
RainLoop Team
06bb124379 CommonJS (research/3) 2014-08-22 19:08:56 +04:00
RainLoop Team
586abbb802 CommonJS (research/2) 2014-08-21 19:08:34 +04:00
RainLoop Team
56607de87c CommonJS (research) 2014-08-20 19:03:12 +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