aboutsummaryrefslogtreecommitdiffstats
path: root/core/src/OC/index.js
Commit message (Collapse)AuthorAgeFilesLines
* Replace password dialog with dialog from libraryjulia.kirschenheuter2023-10-171-0/+3
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* refactor: Contacts menu to VueChristoph Wurst2023-10-161-2/+0
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix: restore AppsSlideToggle featureJohn Molakvoæ2023-06-251-1/+2
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* chore(OC): Remove deprecated legacy loader from OC (`OC.loadScript` and ↵Ferdinand Thiessen2023-05-311-3/+0
| | | | | | `OC.loadStyle`) Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Remove deprecated OC.appSettingsFerdinand Thiessen2023-05-201-2/+0
| | | | | | | Was deprecated since NC17 and scheduled for removal on NC18. No apps use it and neither do core. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(deps): update webdav 5 usageJohn Molakvoæ2023-04-061-14/+14
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* feat(files_trashbin): migrate to vueJohn Molakvoæ2023-04-061-16/+14
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* chore(eslint): fix missing import extensionsJohn Molakvoæ2023-03-231-31/+31
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Deprecate OC.L10N functions in favor of translation functions from ↵Ferdinand Thiessen2023-02-201-4/+9
| | | | | | `@nextcloud/l10n` Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
* Drop `OC.addTranslations` deprecated since NC17 and not used by any NC appFerdinand Thiessen2023-02-201-9/+0
| | | | Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
* Replace license information to SPDX expressionLouis Chemineau2022-01-111-1/+1
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Typing correctionsLouis Chemineau2022-01-111-2/+2
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Eslint fixJohn Molakvoæ (skjnldsv)2022-01-081-5/+7
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix OC.linkToOCS so it works as before @nextcloud/router v2.0.0Joas Schilling2021-08-311-1/+8
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Bump js licensesJohn Molakvoæ (skjnldsv)2021-03-311-2/+5
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Remove outdated legacy search scriptsJohn Molakvoæ (skjnldsv)2020-08-041-2/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Actually remove _capabilitiesRoeland Jago Douma2020-06-051-2/+1
| | | | | | Leftover from a previous PR. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move humanFileSize and OC.getCanonicalLocale to npm packagesChristoph Wurst2020-06-051-2/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Deprecate OC router helpers that are provided by packagesChristoph Wurst2020-02-131-10/+41
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Bump eslint-config-nextcloud from 0.0.6 to 0.1.0dependabot-preview[bot]2019-12-191-10/+10
| | | | | | | | | | Bumps [eslint-config-nextcloud](https://github.com/nextcloud/eslint-config-nextcloud) from 0.0.6 to 0.1.0. - [Release notes](https://github.com/nextcloud/eslint-config-nextcloud/releases) - [Commits](https://github.com/nextcloud/eslint-config-nextcloud/compare/v0.0.6...v0.1.0) Co-authored-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use @nextcloud/paths and deprecate OC helpersChristoph Wurst2019-10-051-1/+16
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Emit an event when the CSRF token changesChristoph Wurst2019-10-051-3/+9
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Comply to eslintJohn Molakvoæ (skjnldsv)2019-10-011-24/+25
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Move legacy Ajax error handling logic to the bundleChristoph Wurst2019-05-151-0/+13
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move OC.appSettings to the bundle and deprecate itChristoph Wurst2019-05-141-0/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move query string helpers to the bundleChristoph Wurst2019-05-141-0/+10
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move OC.theme to the bundle and deprecate oc_defaultsChristoph Wurst2019-05-141-0/+2
| | | | 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-141-0/+14
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move OC.getCapabilities to the bundle and deprecate OC._capabilities, ↵Christoph Wurst2019-05-131-0/+10
| | | | | | oc_capabilities Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move l10n functions to the bundleChristoph Wurst2019-05-131-0/+12
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move path helpers to the bundleChristoph Wurst2019-05-131-2/+20
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move OC.requestToken to the bundle, deprecate oc_requesttokenChristoph Wurst2019-05-131-0/+8
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move the legacy OC.addScript and OC.addStyle helpers to the bundleChristoph Wurst2019-05-081-0/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Deprecate oc_current_user, fix usage and move currentUser to the bundleChristoph Wurst2019-05-081-0/+15
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move OC legacy menu helpers to the bundleChristoph Wurst2019-05-081-0/+15
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move rest of contant-like OC props to the bundleChristoph Wurst2019-05-071-0/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move OC constants to the bundleChristoph Wurst2019-05-071-0/+22
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move OC.appswebroots to the bundle and deprecate oc_appswebrootsChristoph Wurst2019-05-071-0/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move OC.get and OC.set to the bundleChristoph Wurst2019-05-071-0/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move oc_webroot, OC.webroot and OC.getRootPath() to the bundleChristoph Wurst2019-05-061-0/+13
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move oc_appconfig/OC.appConfig to the main bundleChristoph Wurst2019-05-061-1/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move oc_debug to the bundleChristoph Wurst2019-05-061-0/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Deprecate oc_isadmin and move OC.isUserAdmin() to the bundleChristoph Wurst2019-05-031-0/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move the OC routing helper functions to the bundleChristoph Wurst2019-05-021-0/+14
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move oc_config to the bundleChristoph Wurst2019-05-021-0/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move OC.dialogs to the main bundleChristoph Wurst2019-04-301-0/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move OC navigation methods to the bundleChristoph Wurst2019-04-291-0/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add OC.Util to the server bundleChristoph Wurst2019-02-011-0/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>