snappymail/dev
djmaze e01e484259 Ajax use window.fetch() instead of $.ajax (not perfect yet).
This allows us to use jquery.slim (and cash-dom in the future)
2020-07-21 22:22:58 +02:00
..
App Replaced _.has() with native Object.prototype.hasOwnProperty.call() 2020-07-20 22:06:21 +02:00
Common Ajax use window.fetch() instead of $.ajax (not perfect yet). 2020-07-21 22:22:58 +02:00
Component _.bind(function, object) to function.bind(object) 2020-07-20 15:47:33 +02:00
External -1…*.indexOf() to native .includes() 2020-07-20 21:39:00 +02:00
Helper prettier --write 2019-07-04 22:19:24 +03:00
Html Removed jquery-backstretch that handled the UserBackground 2020-07-13 15:47:19 +02:00
Knoin _.bind(function, object) to function.bind(object) 2020-07-20 15:47:33 +02:00
Model -1…*.indexOf() to native .includes() 2020-07-20 21:39:00 +02:00
Promises Ajax use window.fetch() instead of $.ajax (not perfect yet). 2020-07-21 22:22:58 +02:00
Remote Ajax use window.fetch() instead of $.ajax (not perfect yet). 2020-07-21 22:22:58 +02:00
Screen Bugfix: bootstrap jQuery('#') syntax error 2020-03-13 15:30:39 +01:00
Settings Changes _.filter(array) to native array.filter() 2020-07-20 21:29:44 +02:00
Storage JavaScript inArray()/indexOf() to .includes() 2020-07-20 14:33:33 +02:00
Stores -1…*.indexOf() to native .includes() 2020-07-20 21:39:00 +02:00
Styles Improved initHorizontalLayoutResizer and initVerticalLayoutResizer with custom resizer 2020-07-17 13:46:49 +02:00
View -1…*.indexOf() to native .includes() 2020-07-20 21:39:00 +02:00
admin.js prettier --write 2019-07-04 22:19:24 +03:00
app.js prettier --write 2019-07-04 22:19:24 +03:00
boot.js Upgraded some old JavaScript to ECMAScript 1.6 2020-07-15 14:25:51 +02:00
bootstrap.js Upgraded some old JavaScript to ECMAScript 1.6 2020-07-15 14:25:51 +02:00