djmaze
69fcc240e9
More jQuery to native (including bootstrap.js)
2020-08-30 10:30:50 +02:00
djmaze
6541a1de7c
Remove Common/Enums Magics.*
2020-08-13 22:58:41 +02:00
djmaze
bbd9f49dcd
$.proxy is deprecated
...
$.trim is deprecated
2020-08-06 18:24:46 +02:00
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
2ba34532c2
JavaScript string compare '' is always a ToBoolean
...
See https://www.ecma-international.org/ecma-262/5.1/#sec-9.2
2020-07-28 17:20:14 +02:00
RainLoop Team
8a0be3212d
prettier --write
2019-07-04 22:19:24 +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
d7ab67a460
Code refactoring (4) (es5 -> es2015)
2016-07-15 22:54:37 +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
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
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
9a98bff931
Release fixes
2015-05-18 00:41:57 +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
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
e3064b10aa
Fixed strange characters in plain text mode (Firefox) ( Closes #462 )
2015-02-17 17:32: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
ec51bb0b9f
Added: "You have too many folders!" description ( #414 )
2015-01-16 04:09:03 +04:00
RainLoop Team
77a30c0b92
Login screen new interface (social buttons)
2014-10-30 18:09:10 +04:00
RainLoop Team
8cf8b94d39
Code refactoring
2014-10-18 17:43:44 +04:00