nextcloud/core
Morris Jobke f7ca3ec201
Remove unneeded compatibility polyfills
- `Object.create` supported with IE9+: https://developer.mozilla.org/de/docs/Web/JavaScript/Reference/Global_Objects/Object/create#Browser_compatibility
- `Object.keys` supported with IE9+: https://developer.mozilla.org/de/docs/Web/JavaScript/Reference/Global_Objects/Object/keys#Browser_compatibility
- `Array.prototype.filter` supported in IE9+: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/filter#Browser_compatibility
- `Array.prototype.indexOf` supported in IE9+: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/indexOf#Browser_compatibility
- `Array.prototype.map` supported in IE9+: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/map#Browser_compatibility
- `Function.prototype.bind` supported in IE9+: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/bind#Browser_compatibility
- `String.prototype.trim` supported with IE9+: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/Trim#Browser_compatibility
- `outerHTML` supported with Firefox 11+: https://developer.mozilla.org/en-US/docs/Web/API/Element/outerHTML#Browser_compatibility
- `window.devicePixelRatio` supported in IE11+: http://caniuse.com/#feat=devicepixelratio

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2016-10-20 10:17:18 +02:00
..
Command Autocomplete for l10n:* and twofactorauth:* 2016-09-29 15:57:10 +02:00
Controller Check the mimetype before reading the content and catch exception 2016-10-18 16:22:20 +02:00
Middleware prevent infinite redirect loops if the there is no 2fa provider to pass 2016-08-24 10:49:23 +02:00
ajax Check if the file isReadable() before sending a (cached) preview 2016-08-29 10:58:57 +02:00
css Merge pull request #1803 from nextcloud/fullscreen-icon 2016-10-20 00:03:42 +02:00
doc changed to nextcloud 2016-06-22 08:20:23 +02:00
fonts move font back from Light to Regular for body text on normal-res screens, fix #18954 2015-11-10 16:12:42 +01:00
img add fullscreen icon 2016-10-19 21:13:52 +02:00
js Remove unneeded compatibility polyfills 2016-10-20 10:17:18 +02:00
l10n [tx-robot] updated from transifex 2016-10-18 00:06:51 +00:00
search Fix bold no results search text 2016-10-11 15:06:25 +02:00
skeleton ownCloud -> Nextcloud 2016-07-28 15:47:04 +02:00
templates Merge pull request #1641 from nextcloud/log-in-button 2016-10-17 18:28:27 +02:00
vendor add proper .gitignore rules 2016-10-12 13:34:10 +02:00
Application.php Clean up core/Application a bit more 2016-10-05 16:36:49 +02:00
register_command.php Fixing ctor call 2016-10-19 00:15:01 +02:00
routes.php Remove unused endpoint 2016-09-30 10:21:08 +02:00
shipped.json add 2fa backup codes app 2016-09-05 08:51:13 +02:00
strings.php Update with robin 2016-07-21 18:13:58 +02:00