the-djmaze
|
ce2fb9d7f2
|
Many AppData properties to JavaScript camelCase
|
2023-02-21 10:22:59 +01:00 |
|
the-djmaze
|
8d52b0afdf
|
Bugfix: Notification enum conflicts with window.Notification
|
2023-02-20 15:59:37 +01:00 |
|
the-djmaze
|
974350ebee
|
Found more JSON properties to change into JavaScript camelCase
|
2023-01-26 10:41:55 +01:00 |
|
the-djmaze
|
b12852bd08
|
Reduce JavaScript footprint
|
2022-10-10 13:52:56 +02:00 |
|
the-djmaze
|
afd65c809d
|
Drop Remote.request() aAbortActions parameter
|
2022-09-02 09:56:31 +02:00 |
|
the-djmaze
|
1a130d0be3
|
?admin use JavaScript Optional chaining
|
2022-09-01 21:28:37 +02:00 |
|
the-djmaze
|
4dd58f7c36
|
Cleanup and better rename settings screens to match template names
|
2022-03-08 00:51:32 +01:00 |
|
the-djmaze
|
f4d98130a5
|
Simplify save settings
|
2022-03-01 10:18:12 +01:00 |
|
the-djmaze
|
2e8497dc01
|
Bugfix: Admin extensions page didn't refresh after install/update
|
2022-02-28 17:26:23 +01:00 |
|
the-djmaze
|
b2a492bdab
|
Cleanup knockout subscribables
|
2022-02-17 09:36:29 +01:00 |
|
djmaze
|
3b40f86c33
|
Better Remote.saveAdminConfig() and better idleTrigger for them
|
2021-12-03 12:32:21 +01:00 |
|
djmaze
|
35bce8cf62
|
Also reduce admin remote fetch
|
2021-12-03 00:11:19 +01:00 |
|
djmaze
|
8be4c384bb
|
Improved AbstractScreen properties
Improved settings screens
Views:
* sDefaultScope & sCurrentScope to sub-class keyScope
* drop viewModelVisible
* rename viewModelTemplateID to templateID
* rename viewModelPosition to viewType
|
2021-09-22 20:17:44 +02:00 |
|
djmaze
|
023c8f603b
|
some ko.computed() to addComputables()/addComputablesTo()
|
2021-09-03 16:37:20 +02:00 |
|
djmaze
|
3756264669
|
Improvements for issue #136
|
2021-08-30 14:01:42 +02:00 |
|
djmaze
|
fd293b723b
|
Resolve Issue #104
|
2021-08-09 11:13:10 +02:00 |
|
djmaze
|
79945d45b4
|
Merge Admin Plugins and Packages into single management page
|
2021-07-16 13:57:04 +02:00 |
|
djmaze
|
11fd6736bb
|
Set response ErrorCode as iError for easier fetch error handling
|
2021-03-18 12:33:13 +01:00 |
|
djmaze
|
4a8d516123
|
Changed: StorageResultType to error result code
|
2021-03-16 09:46:23 +01:00 |
|
djmaze
|
0345050344
|
Simplify DomainAdminStore, PackageAdminStore and PluginAdminStore
|
2021-03-14 22:36:23 +01:00 |
|
djmaze
|
db0d03db83
|
Bugfix: conflicting File object with native JS
Cleanup: Stores and tooltips
|
2021-02-17 14:40:21 +01:00 |
|
djmaze
|
1535dd00f1
|
cleanup webpack export references
|
2021-01-22 16:32:08 +01:00 |
|
djmaze
|
b6f0b634fb
|
Cleanup calls to Knockout observableArray
Improved Knockout observableArray
|
2021-01-22 12:23:20 +01:00 |
|
djmaze
|
b904eca98e
|
Cleanup __APP__/getApp code
|
2020-09-15 09:29:25 +02:00 |
|
djmaze
|
29cf711a6a
|
Converted *Ajax into *Fetch (because we use the Fetch API, not jQuery.ajax)
|
2020-09-14 19:40:56 +02:00 |
|
djmaze
|
e7180a86ce
|
Made eslint using 'browser' environment and added globals, because RainLoop is used in browsers.
This also allowed to remove all webpack 'externals' overhead.
|
2020-08-12 00:25:36 +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 |
|
djmaze
|
a5d41edb24
|
Underscore.js _.each() to native Array.forEach() (optional with Object.entries/values)
|
2020-07-22 14:49:18 +02:00 |
|
djmaze
|
eb15c6e45f
|
Changes _.filter(array) to native array.filter()
|
2020-07-20 21:29:44 +02:00 |
|
RainLoop Team
|
40dc22a317
|
Remove knockout-transformations dependency
|
2019-07-04 22:58:15 +03:00 |
|
RainLoop Team
|
8a0be3212d
|
prettier --write
|
2019-07-04 22:19: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
|
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
|
53cf543795
|
babeljs: step 2
|
2015-11-18 23:10:01 +03:00 |
|
RainLoop Team
|
8480a978bc
|
Allow packages for community edition.
|
2015-05-20 17:09:21 +04:00 |
|
RainLoop Team
|
104ac0806a
|
Source refactoring
|
2015-05-04 20:52:24 +04:00 |
|
RainLoop Team
|
4eaef23cc7
|
Code refactoring
|
2015-02-22 20:35:17 +04:00 |
|
RainLoop Team
|
286ab567af
|
Code refactoring
|
2015-02-03 05:56:26 +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
|
77a30c0b92
|
Login screen new interface (social buttons)
|
2014-10-30 18:09:10 +04:00 |
|
RainLoop Team
|
d8321a522e
|
ko cleaning up
|
2014-10-04 15:58:01 +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 |
|