aboutsummaryrefslogtreecommitdiffstats
path: root/core/src/OC
Commit message (Collapse)AuthorAgeFilesLines
...
* Move oc_webroot, OC.webroot and OC.getRootPath() to the bundleChristoph Wurst2019-05-063-5/+64
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move oc_appconfig/OC.appConfig to the main bundleChristoph Wurst2019-05-062-3/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move oc_debug to the bundleChristoph Wurst2019-05-062-0/+26
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Deprecate oc_isadmin and move OC.isUserAdmin() to the bundleChristoph Wurst2019-05-032-0/+32
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move the OC routing helper functions to the bundleChristoph Wurst2019-05-022-0/+160
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move oc_config to the bundleChristoph Wurst2019-05-022-0/+26
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move OC.dialogs to the main bundleChristoph Wurst2019-04-302-0/+1218
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move OC navigation methods to the bundleChristoph Wurst2019-04-292-0/+34
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix behaviour of plural default ruleMorris Jobke2019-03-151-1/+1
| | | | | | * undefined and empty string should trigger the default plural form Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Rename the variable aswellJoas Schilling2019-03-121-7/+7
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix plural rule detection for languagesJoas Schilling2019-03-111-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Remove unneeded sidebar animationJohn Molakvoæ (skjnldsv)2019-02-281-6/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Move the contactsmenu handlebars templates to the bundleRoeland Jago Douma2019-02-046-5/+68
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Make chunkify an internal function to prevent context errorsChristoph Wurst2019-02-011-22/+22
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add OC.Util to the server bundleChristoph Wurst2019-02-013-0/+436
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move OC.PasswordConfirmation to the server bundleChristoph Wurst2019-02-012-0/+128
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move OC.search to the server bundleChristoph Wurst2019-02-012-0/+43
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move OC.Plugin to the server bundleChristoph Wurst2019-02-012-0/+91
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move OC.msg to the server bundleChristoph Wurst2019-02-012-0/+119
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move OC.Notification to the server bundleChristoph Wurst2019-02-012-0/+234
| | | | 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>
* Move OCP.AppCOnfig, OCP.Comments and OCP.WhatsNew to the server bundleChristoph Wurst2019-01-301-10/+12
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move OC.L10n to the server bundleChristoph Wurst2019-01-292-1/+338
| | | | 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-282-1/+125
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add OC and OCA namespace declarations to the bundleChristoph Wurst2019-01-281-0/+23
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>