summaryrefslogtreecommitdiffstats
path: root/core/src/OC
Commit message (Collapse)AuthorAgeFilesLines
...
* Show contacts app mgmt link in contacts menuChristoph Wurst2019-06-272-3/+10
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix js l10n registration to also work with more than one bundleChristoph Wurst2019-06-262-32/+109
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Deprecate window.location wrappers for redirect and reloadChristoph Wurst2019-06-251-0/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add toastify js as a OC.Notification replacementJulius Härtl2019-06-071-113/+42
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* dont use deprecated oc_config in url generationRobin Appelman2019-05-201-1/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Move legacy Ajax error handling logic to the bundleChristoph Wurst2019-05-152-0/+127
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move OC.appSettings to the bundle and deprecate itChristoph Wurst2019-05-142-0/+95
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move query string helpers to the bundleChristoph Wurst2019-05-142-0/+99
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move OC.theme to the bundle and deprecate oc_defaultsChristoph Wurst2019-05-142-0/+24
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Deprecate OC.fileIsBlacklisted and move it to the bundleChristoph Wurst2019-05-141-0/+10
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move OC.addTranslations to the bundle and deprecate itChristoph Wurst2019-05-141-0/+9
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move OC host/port/protocol helpers to the bundle and deprecate themChristoph Wurst2019-05-142-0/+77
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move OC.getCapabilities to the bundle and deprecate OC._capabilities, ↵Christoph Wurst2019-05-132-0/+41
| | | | | | oc_capabilities Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move l10n functions to the bundleChristoph Wurst2019-05-132-0/+36
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move path helpers to the bundleChristoph Wurst2019-05-133-2/+161
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move OC.requestToken to the bundle, deprecate oc_requesttokenChristoph Wurst2019-05-133-1/+54
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Revert displayName casingJoas Schilling2019-05-111-2/+2
| | | | | | | Regression from 278c281cc9c03ad060ac6a91784058066411c7a8 Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move initCore to the bundleChristoph Wurst2019-05-101-3/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move the legacy OC.addScript and OC.addStyle helpers to the bundleChristoph Wurst2019-05-082-0/+74
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Deprecate oc_current_user, fix usage and move currentUser to the bundleChristoph Wurst2019-05-082-0/+51
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move OC legacy menu helpers to the bundleChristoph Wurst2019-05-082-0/+150
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move rest of contant-like OC props to the bundleChristoph Wurst2019-05-073-1/+8
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move OC constants to the bundleChristoph Wurst2019-05-072-0/+51
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move OC.appswebroots to the bundle and deprecate oc_appswebrootsChristoph Wurst2019-05-072-0/+26
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move OC.get and OC.set to the bundleChristoph Wurst2019-05-072-0/+59
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* 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>