djmaze
|
fe4dbc729c
|
Added isFunction()
|
2021-03-24 14:22:25 +01:00 |
|
djmaze
|
4bcfc81830
|
Small speedup/cleanup of some code
|
2021-03-23 14:48:34 +01:00 |
|
djmaze
|
cca0fc15da
|
Added HTML5 form.reportValidity() to login screens
This improves browser feedback on form errors
|
2021-03-23 11:28:36 +01:00 |
|
djmaze
|
11fd6736bb
|
Set response ErrorCode as iError for easier fetch error handling
|
2021-03-18 12:33:13 +01:00 |
|
djmaze
|
eff92c3152
|
Cleanup AppUserStore
Simplify KeyState/Focused as Scope enum
|
2021-03-16 16:06:16 +01:00 |
|
djmaze
|
4a8d516123
|
Changed: StorageResultType to error result code
|
2021-03-16 09:46:23 +01:00 |
|
djmaze
|
6a454ec624
|
Convert user stores to single object instances
Removed unused ContactUserStore.exportingCsv and ContactUserStore.exportingVcf
|
2021-03-10 22:41:35 +01:00 |
|
djmaze
|
34b25eedea
|
Improve Settings handling
|
2021-03-10 11:44:48 +01:00 |
|
djmaze
|
0158a5fe1e
|
Improve Squire toolbar
Cleanup some JS code
|
2021-02-22 17:28:54 +01:00 |
|
djmaze
|
540b12ed26
|
Replace babel command decorators with proper knockout command decorators
|
2021-02-19 12:09:20 +01:00 |
|
djmaze
|
10f9ce39d9
|
Revamp mobile including CSS flexbox for messageListItem
|
2021-02-15 15:20:22 +01:00 |
|
djmaze
|
325f3c8eea
|
Cleanup unused login error animations
|
2021-02-10 17:16:46 +01:00 |
|
djmaze
|
3983932bc0
|
Bugfix and cleanup rollup based javascript even more
|
2021-01-27 10:59:15 +01:00 |
|
djmaze
|
7ccc44616d
|
Small code cleanups and fix translations
|
2021-01-27 00:26:31 +01:00 |
|
djmaze
|
ad8fd8879b
|
This version uses Rollup instead of WebPack.
Due to that the code is smaller and has changes to prevent Circular Dependencies
|
2021-01-25 22:00:13 +01:00 |
|
djmaze
|
f3bfa0e8c1
|
Cleanup and split Enums
|
2021-01-24 22:58:06 +01:00 |
|
djmaze
|
864da66b5f
|
Replace viewDecorator and popupDecorator with proper AbstractView classes
|
2021-01-24 10:25:23 +01:00 |
|
djmaze
|
1535dd00f1
|
cleanup webpack export references
|
2021-01-22 16:32:08 +01:00 |
|
djmaze
|
4adc672ccd
|
Cleanup Login and removed the ancient obsolete <center> with small redesign
Also placed the loading description above the login form
|
2020-11-26 10:41:53 +01:00 |
|
djmaze
|
4f8b07fe85
|
Remove more RainLoop standard/premium licensed code
|
2020-11-25 14:31:20 +01:00 |
|
djmaze
|
250caab957
|
Bugfix: create computable should be after property defines
|
2020-10-26 13:43:56 +01:00 |
|
djmaze
|
3eb6ab1ef7
|
Improved knockout observables management to prevent memory leaks
|
2020-10-26 12:54:03 +01:00 |
|
djmaze
|
0eba94f671
|
Drop AbstractAppStore and
put the properties/observables where they belong
|
2020-10-12 19:46:41 +02:00 |
|
djmaze
|
c2a5d0fda5
|
ko hidden: use html5 hidden attribute
ko visible: rollback to use style.display
|
2020-10-11 11:59:36 +02:00 |
|
djmaze
|
662e6b3466
|
cleanup some code
|
2020-09-22 10:54:00 +02:00 |
|
djmaze
|
467f615713
|
Move Knoin routOff, routOn, routReload & setHash to rl.route.*
|
2020-09-16 20:35:29 +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
|
097fb4896d
|
Bugfix: invalid settingsGet in dev/Stores/Admin/App.js
Cleanup login/logout location reloading
|
2020-09-04 14:36:24 +02:00 |
|
djmaze
|
aeb5275648
|
Improved boot.js with existing global window.rl
Put dev/Storage/Settings.js in boots.js global rl.settings
|
2020-09-04 12:05:17 +02:00 |
|
djmaze
|
0e8bf13d5d
|
Bugfix: the new endShowHide failed in Edge and mobile browsers
Cleanup bootstrap less files
|
2020-09-02 21:30:23 +02:00 |
|
djmaze
|
bdb36ec128
|
Use less jQuery, more native
|
2020-08-27 15:45:47 +02:00 |
|
djmaze
|
d88855ebd9
|
Remove addHook/runHook system as it is never used
|
2020-08-22 01:04:15 +02:00 |
|
djmaze
|
996723a486
|
Removed: KnockoutJS 'hasFocus:' because HTML5 has autofocus=""
Knoin.js now searches for [autofocus] and handles it
|
2020-08-22 01:03:03 +02:00 |
|
djmaze
|
b634a50e0f
|
Remove triggers rl.tooltips.diactivate and rl.tooltips.activate
|
2020-08-19 11:31:18 +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
|
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
|
43c92a82e6
|
Underscore.js _.delay() to native setTimeout()
|
2020-07-22 20:28:25 +02:00 |
|
djmaze
|
db2d95d684
|
JavaScript inArray()/indexOf() to .includes()
|
2020-07-20 14:33:33 +02:00 |
|
djmaze
|
6e0d0b3b6e
|
CRLF to LF
|
2020-03-11 14:17:52 +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
|
0c38f42197
|
Small improvements
|
2019-07-11 21:45:47 +03:00 |
|
RainLoop Team
|
8a0be3212d
|
prettier --write
|
2019-07-04 22:19:24 +03:00 |
|
RainLoop Team
|
ab374bbb71
|
Many small fixes.
|
2017-07-06 01:31:41 +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
|
0e9cffd657
|
Small fixes
|
2016-12-15 00:56:17 +03:00 |
|
RainLoop Team
|
d3f8fa4308
|
Small fixes
|
2016-11-11 22:48:47 +03:00 |
|
RainLoop Team
|
9d60dd0786
|
Add some signature improvements (#1238)
|
2016-10-27 00:25:15 +03:00 |
|
RainLoop Team
|
1b7c6f76d1
|
Fix html parser
Add "login.active_backgroud" setting
|
2016-10-20 22:38:29 +03:00 |
|