summaryrefslogtreecommitdiffstats
path: root/core/src/main.js
Commit message (Collapse)AuthorAgeFilesLines
* Use DOMContentLoaded and fix sharebymail loading issueJohn Molakvoæ (skjnldsv)2020-07-201-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Migrate from @babel/polyfill to core-js@3Christoph Wurst2020-03-261-1/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add OCA.Files.SidebarJohn Molakvoæ (skjnldsv)2019-10-291-2/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix browser back buttonRoeland Jago Douma2019-10-211-0/+7
| | | | | | Fixes #17108 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Comply to eslintJohn Molakvoæ (skjnldsv)2019-10-011-7/+7
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Move initCore to the bundleChristoph Wurst2019-05-101-1/+7
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move custom polyfills to the server bundleChristoph Wurst2019-01-311-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move jQuery plugins into modules and add them to the bundleChristoph Wurst2019-01-291-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move OCA.Apps to the server bundleChristoph Wurst2019-01-281-1/+5
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add public API for loading js files asynchronouslyJulius Härtl2019-01-171-0/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Use @babel/polyfill instead of es6-shimChristoph Wurst2019-01-141-2/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Remove unused 'Base64' polyfillChristoph Wurst2019-01-111-2/+0
| | | | | | Ref https://github.com/nextcloud/server/pull/13460#issuecomment-453137318 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Npmize (vendor) scriptsChristoph Wurst2019-01-091-0/+27
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>