| Commit message (Expand) | Author | Age | Files | Lines |
* | fix(deps): update webdav 5 usage | John Molakvoæ | 2023-04-06 | 1 | -14/+14 |
* | feat(files_trashbin): migrate to vue | John Molakvoæ | 2023-04-06 | 1 | -16/+14 |
* | chore(eslint): fix missing import extensions | John Molakvoæ | 2023-03-23 | 1 | -31/+31 |
* | Deprecate OC.L10N functions in favor of translation functions from `@nextclou... | Ferdinand Thiessen | 2023-02-20 | 1 | -4/+9 |
* | Drop `OC.addTranslations` deprecated since NC17 and not used by any NC app | Ferdinand Thiessen | 2023-02-20 | 1 | -9/+0 |
* | Replace license information to SPDX expression | Louis Chemineau | 2022-01-11 | 1 | -1/+1 |
* | Typing corrections | Louis Chemineau | 2022-01-11 | 1 | -2/+2 |
* | Eslint fix | John Molakvoæ (skjnldsv) | 2022-01-08 | 1 | -5/+7 |
* | Fix OC.linkToOCS so it works as before @nextcloud/router v2.0.0 | Joas Schilling | 2021-08-31 | 1 | -1/+8 |
* | Bump js licenses | John Molakvoæ (skjnldsv) | 2021-03-31 | 1 | -2/+5 |
* | Remove outdated legacy search scripts | John Molakvoæ (skjnldsv) | 2020-08-04 | 1 | -2/+0 |
* | Actually remove _capabilities | Roeland Jago Douma | 2020-06-05 | 1 | -2/+1 |
* | Move humanFileSize and OC.getCanonicalLocale to npm packages | Christoph Wurst | 2020-06-05 | 1 | -2/+4 |
* | Deprecate OC router helpers that are provided by packages | Christoph Wurst | 2020-02-13 | 1 | -10/+41 |
* | Bump eslint-config-nextcloud from 0.0.6 to 0.1.0 | dependabot-preview[bot] | 2019-12-19 | 1 | -10/+10 |
* | Use @nextcloud/paths and deprecate OC helpers | Christoph Wurst | 2019-10-05 | 1 | -1/+16 |
* | Emit an event when the CSRF token changes | Christoph Wurst | 2019-10-05 | 1 | -3/+9 |
* | Comply to eslint | John Molakvoæ (skjnldsv) | 2019-10-01 | 1 | -24/+25 |
* | Move legacy Ajax error handling logic to the bundle | Christoph Wurst | 2019-05-15 | 1 | -0/+13 |
* | Move OC.appSettings to the bundle and deprecate it | Christoph Wurst | 2019-05-14 | 1 | -0/+2 |
* | Move query string helpers to the bundle | Christoph Wurst | 2019-05-14 | 1 | -0/+10 |
* | Move OC.theme to the bundle and deprecate oc_defaults | Christoph Wurst | 2019-05-14 | 1 | -0/+2 |
* | Deprecate OC.fileIsBlacklisted and move it to the bundle | Christoph Wurst | 2019-05-14 | 1 | -0/+10 |
* | Move OC.addTranslations to the bundle and deprecate it | Christoph Wurst | 2019-05-14 | 1 | -0/+9 |
* | Move OC host/port/protocol helpers to the bundle and deprecate them | Christoph Wurst | 2019-05-14 | 1 | -0/+14 |
* | Move OC.getCapabilities to the bundle and deprecate OC._capabilities, oc_capa... | Christoph Wurst | 2019-05-13 | 1 | -0/+10 |
* | Move l10n functions to the bundle | Christoph Wurst | 2019-05-13 | 1 | -0/+12 |
* | Move path helpers to the bundle | Christoph Wurst | 2019-05-13 | 1 | -2/+20 |
* | Move OC.requestToken to the bundle, deprecate oc_requesttoken | Christoph Wurst | 2019-05-13 | 1 | -0/+8 |
* | Move the legacy OC.addScript and OC.addStyle helpers to the bundle | Christoph Wurst | 2019-05-08 | 1 | -0/+3 |
* | Deprecate oc_current_user, fix usage and move currentUser to the bundle | Christoph Wurst | 2019-05-08 | 1 | -0/+15 |
* | Move OC legacy menu helpers to the bundle | Christoph Wurst | 2019-05-08 | 1 | -0/+15 |
* | Move rest of contant-like OC props to the bundle | Christoph Wurst | 2019-05-07 | 1 | -0/+4 |
* | Move OC constants to the bundle | Christoph Wurst | 2019-05-07 | 1 | -0/+22 |
* | Move OC.appswebroots to the bundle and deprecate oc_appswebroots | Christoph Wurst | 2019-05-07 | 1 | -0/+2 |
* | Move OC.get and OC.set to the bundle | Christoph Wurst | 2019-05-07 | 1 | -0/+3 |
* | Move oc_webroot, OC.webroot and OC.getRootPath() to the bundle | Christoph Wurst | 2019-05-06 | 1 | -0/+13 |
* | Move oc_appconfig/OC.appConfig to the main bundle | Christoph Wurst | 2019-05-06 | 1 | -1/+2 |
* | Move oc_debug to the bundle | Christoph Wurst | 2019-05-06 | 1 | -0/+2 |
* | Deprecate oc_isadmin and move OC.isUserAdmin() to the bundle | Christoph Wurst | 2019-05-03 | 1 | -0/+2 |
* | Move the OC routing helper functions to the bundle | Christoph Wurst | 2019-05-02 | 1 | -0/+14 |
* | Move oc_config to the bundle | Christoph Wurst | 2019-05-02 | 1 | -0/+2 |
* | Move OC.dialogs to the main bundle | Christoph Wurst | 2019-04-30 | 1 | -0/+2 |
* | Move OC navigation methods to the bundle | Christoph Wurst | 2019-04-29 | 1 | -0/+3 |
* | Add OC.Util to the server bundle | Christoph Wurst | 2019-02-01 | 1 | -0/+2 |
* | Move OC.PasswordConfirmation to the server bundle | Christoph Wurst | 2019-02-01 | 1 | -0/+2 |
* | Move OC.search to the server bundle | Christoph Wurst | 2019-02-01 | 1 | -0/+2 |
* | Move OC.Plugin to the server bundle | Christoph Wurst | 2019-02-01 | 1 | -0/+2 |
* | Move OC.msg to the server bundle | Christoph Wurst | 2019-02-01 | 1 | -0/+2 |
* | Move OC.Notification to the server bundle | Christoph Wurst | 2019-02-01 | 1 | -0/+2 |