Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove empty js.js | Christoph Wurst | 2019-05-15 | 1 | -9/+0 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Move legacy Ajax error handling logic to the bundle | Christoph Wurst | 2019-05-15 | 1 | -86/+0 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Move OC.appSettings to the bundle and deprecate it | Christoph Wurst | 2019-05-14 | 1 | -57/+0 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Merge pull request #15531 from nextcloud/refactor/remove-js-js-ocp | Roeland Jago Douma | 2019-05-14 | 1 | -3/+0 |
|\ | | | | | Remove OCP (re)declaration from js.js | ||||
| * | Remove OCP (re)declaration from js.js | Christoph Wurst | 2019-05-14 | 1 | -3/+0 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | Move query string helpers to the bundle | Christoph Wurst | 2019-05-14 | 1 | -71/+0 |
|/ | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Move OC.theme to the bundle and deprecate oc_defaults | Christoph Wurst | 2019-05-14 | 1 | -2/+0 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Deprecate OC.fileIsBlacklisted and move it to the bundle | Christoph Wurst | 2019-05-14 | 1 | -8/+0 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Move OC.addTranslations to the bundle and deprecate it | Christoph Wurst | 2019-05-14 | 1 | -14/+0 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Move OC host/port/protocol helpers to the bundle and deprecate them | Christoph Wurst | 2019-05-14 | 1 | -44/+0 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Move OC.getCapabilities to the bundle and deprecate OC._capabilities, ↵ | Christoph Wurst | 2019-05-13 | 1 | -17/+0 |
| | | | | | | oc_capabilities Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Move l10n functions to the bundle | Christoph Wurst | 2019-05-13 | 1 | -28/+0 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Move path helpers to the bundle | Christoph Wurst | 2019-05-13 | 1 | -129/+0 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Move OC.requestToken to the bundle, deprecate oc_requesttoken | Christoph Wurst | 2019-05-13 | 1 | -3/+0 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Move initCore to the bundle | Christoph Wurst | 2019-05-10 | 1 | -458/+0 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Move the legacy OC.addScript and OC.addStyle helpers to the bundle | Christoph Wurst | 2019-05-08 | 1 | -45/+0 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Deprecate oc_current_user, fix usage and move currentUser to the bundle | Christoph Wurst | 2019-05-08 | 1 | -25/+0 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Move OC legacy menu helpers to the bundle | Christoph Wurst | 2019-05-08 | 1 | -110/+0 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Merge pull request #15420 from nextcloud/refactor/oc-constants-bundle-II | Morris Jobke | 2019-05-07 | 1 | -2/+0 |
|\ | | | | | Move rest of contant-like OC props to the bundle | ||||
| * | Move rest of contant-like OC props to the bundle | Christoph Wurst | 2019-05-07 | 1 | -2/+0 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | Properly set Edge < 16 as incompatible with css vars | John Molakvoæ (skjnldsv) | 2019-05-07 | 1 | -1/+2 |
|/ | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Merge pull request #15414 from nextcloud/refactor/oc-constants-bundle | Morris Jobke | 2019-05-07 | 1 | -8/+0 |
|\ | | | | | Move OC constants to the bundle | ||||
| * | Move OC constants to the bundle | Christoph Wurst | 2019-05-07 | 1 | -8/+0 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | Merge pull request #15397 from nextcloud/fix/cssvars/edge-support | Roeland Jago Douma | 2019-05-07 | 1 | -1/+4 |
|\ \ | |/ |/| | Set Edge < 16 as incompatible with css vars | ||||
| * | Set Edge < 16 as incompatible with css vars | John Molakvoæ (skjnldsv) | 2019-05-06 | 1 | -1/+4 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | Move OC.appswebroots to the bundle and deprecate oc_appswebroots | Christoph Wurst | 2019-05-07 | 1 | -1/+0 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | Move OC.get and OC.set to the bundle | Christoph Wurst | 2019-05-07 | 1 | -37/+0 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | Move oc_webroot, OC.webroot and OC.getRootPath() to the bundle | Christoph Wurst | 2019-05-06 | 1 | -37/+0 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | Move oc_appconfig/OC.appConfig to the main bundle | Christoph Wurst | 2019-05-06 | 1 | -1/+0 |
|/ | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Move oc_debug to the bundle | Christoph Wurst | 2019-05-06 | 1 | -2/+0 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Deprecate oc_isadmin and move OC.isUserAdmin() to the bundle | Christoph Wurst | 2019-05-03 | 1 | -12/+0 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Move the OC routing helper functions to the bundle | Christoph Wurst | 2019-05-02 | 1 | -130/+0 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Move oc_config to the bundle | Christoph Wurst | 2019-05-02 | 1 | -3/+0 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Change oc_config usage to OC.config | Christoph Wurst | 2019-05-02 | 1 | -6/+6 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Move OC.dialogs to the main bundle | Christoph Wurst | 2019-04-30 | 1 | -6/+0 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Move OC navigation methods to the bundle | Christoph Wurst | 2019-04-29 | 1 | -15/+0 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Do not inject a #app-navigation-toggle if there is already one | Christoph Wurst | 2019-04-10 | 1 | -1/+3 |
| | | | | | | | | | | This allows apps to ship their own, as in some cases the #app-content element does not exist on page load and therefore the injection fails and the icon is missing afterwards. Fixes https://github.com/nextcloud/server/issues/14956 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Fix OC.addStyle and OC.addScript | Roeland Jago Douma | 2019-02-05 | 1 | -2/+0 |
| | | | | | | | With the move to the bundles a comment tag was not removed. So the loaded array was undefined. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Move global helper functions to the bundle and deprecate some of them | Christoph Wurst | 2019-02-01 | 1 | -34/+0 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Add OC.Util to the server bundle | Christoph Wurst | 2019-02-01 | 1 | -408/+0 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Move OC.PasswordConfirmation to the server bundle | Christoph Wurst | 2019-02-01 | 1 | -93/+0 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Move OC.search to the server bundle | Christoph Wurst | 2019-02-01 | 1 | -14/+0 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Move OC.Plugin to the server bundle | Christoph Wurst | 2019-02-01 | 1 | -90/+0 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Move OC.msg to the server bundle | Christoph Wurst | 2019-02-01 | 1 | -93/+0 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Move OC.Notification to the server bundle | Christoph Wurst | 2019-02-01 | 1 | -209/+0 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Move custom polyfills to the server bundle | Christoph Wurst | 2019-01-31 | 1 | -21/+0 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Remove unused OC._matchMedia helper | Christoph Wurst | 2019-01-31 | 1 | -14/+0 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Merge pull request #12785 from nextcloud/head-menu-half-height-fix | Morris Jobke | 2019-01-30 | 1 | -5/+16 |
|\ | | | | | Unify headers menu design, fix click area | ||||
| * | Unify headers menu design, fix click area | John Molakvoæ (skjnldsv) | 2019-01-29 | 1 | -5/+16 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | Move jQuery plugins into modules and add them to the bundle | Christoph Wurst | 2019-01-29 | 1 | -106/+0 |
|/ | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> |