summaryrefslogtreecommitdiffstats
path: root/core/src
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-137-15/+101
| | | | 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-109-5/+600
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Do not show deprecation warnings during test runsChristoph Wurst2019-05-091-3/+9
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix mobile vertical scrollingJohn Molakvoæ (skjnldsv)2019-05-091-0/+6
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* 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-083-0/+52
| | | | 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>
* Create a login bundle for login page scriptsChristoph Wurst2019-05-073-0/+257
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move OC.appswebroots to the bundle and deprecate oc_appswebrootsChristoph Wurst2019-05-073-0/+29
| | | | 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-064-6/+66
| | | | 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-063-0/+27
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Deprecate oc_isadmin and move OC.isUserAdmin() to the bundleChristoph Wurst2019-05-033-0/+33
| | | | 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-023-2/+33
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move OC.dialogs to the main bundleChristoph Wurst2019-04-303-1/+1232
| | | | 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>
* Use label from appsJulius Härtl2019-04-091-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Rename collections to projectsJulius Härtl2019-04-091-5/+7
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Move translations to coreJulius Härtl2019-03-281-1/+12
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Adjust resource type to fileJulius Härtl2019-03-191-1/+0
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Deprecate marked, escapeHTML, formatDate, getURLParameter, humanFileSize, ↵John Molakvoæ (skjnldsv)2019-03-151-9/+25
| | | | | | relative_modified_date and select2 Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* 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>
* Add wrapper for removed tooltip functionsJulius Härtl2019-03-072-0/+38
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Use tooltip dist fileJulius Härtl2019-03-071-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix tooltip includeJulius Härtl2019-03-071-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add icon for resource type and icons for folder/fileJulius Härtl2019-03-011-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Implement frontend for search/renameJulius Härtl2019-03-011-1/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Move to vuex Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Adjust OCP.CollaborationJulius Härtl2019-03-011-129/+27
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add javascript API for collaboration resourcesJulius Härtl2019-03-012-0/+165
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Remove unneeded sidebar animationJohn Molakvoæ (skjnldsv)2019-02-281-6/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Remove/replace missing css varsJulius Härtl2019-02-271-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Move jquery.ocdialog.scss to bundleRoeland Jago Douma2019-02-142-0/+91
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move jquery-ui-fixes to bundleRoeland Jago Douma2019-02-148-0/+229
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* It is getURLParameter not getUrlParameterRoeland Jago Douma2019-02-051-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move the contactsmenu handlebars templates to the bundleRoeland Jago Douma2019-02-048-7/+78
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move global helper functions to the bundle and deprecate some of themChristoph Wurst2019-02-014-0/+109
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* 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-015-0/+489
| | | | 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>