summaryrefslogtreecommitdiffstats
path: root/core/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Move OC.Notification to the server bundleChristoph Wurst2019-02-012-0/+234
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move custom polyfills to the server bundleChristoph Wurst2019-01-314-0/+84
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use Backbone.noConflict in the bundle as wellChristoph Wurst2019-01-313-13/+38
| | | | | | Move the patched Backbone to its own module again Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add a key parameter to the new initial state APIChristoph Wurst2019-01-302-18/+16
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move OCP.AppCOnfig, OCP.Comments and OCP.WhatsNew to the server bundleChristoph Wurst2019-01-305-12/+319
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Provide initial stateRoeland Jago Douma2019-01-292-0/+44
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move jQuery plugins into modules and add them to the bundleChristoph Wurst2019-01-2915-0/+1251
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move OC.L10n to the server bundleChristoph Wurst2019-01-293-1/+359
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move OC.EventSource to the server bundleChristoph Wurst2019-01-292-0/+170
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move OC.AppConfig to the server bundle and add a deprecation verionChristoph Wurst2019-01-292-0/+73
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move OC.Contactsmenu and OC.Backbone to the server bundleChristoph Wurst2019-01-293-0/+849
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move OCA.Apps to the server bundleChristoph Wurst2019-01-283-2/+130
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add OC and OCA namespace declarations to the bundleChristoph Wurst2019-01-284-3/+58
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add public API for loading js files asynchronouslyJulius Härtl2019-01-173-0/+93
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Bump clipboard from 1.7.1 to 2.0.4dependabot[bot]2019-01-151-2/+3
| | | | | | | | | Bumps [clipboard](https://github.com/zenorocha/clipboard.js) from 1.7.1 to 2.0.4. - [Release notes](https://github.com/zenorocha/clipboard.js/releases) - [Commits](https://github.com/zenorocha/clipboard.js/compare/v1.7.1...v2.0.4) Signed-off-by: dependabot[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* 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>
* Bump select2 from 3.4.5 to 3.4.8Christoph Wurst2019-01-091-3/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update select2, include cssChristoph Wurst2019-01-091-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use `jquery-ui-dist` instead of `jquery-ui` to resolve an issue with effectsChristoph Wurst2019-01-091-23/+6
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move vendored css ponyfill to npmChristoph Wurst2019-01-091-0/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Npmize (vendor) scriptsChristoph Wurst2019-01-092-0/+107
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>