Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-05-15Remove empty js.jsChristoph Wurst
2019-05-15Move legacy Ajax error handling logic to the bundleChristoph Wurst
2019-05-14Move OC.appSettings to the bundle and deprecate itChristoph Wurst
2019-05-14Merge pull request #15531 from nextcloud/refactor/remove-js-js-ocpRoeland Jago Douma
2019-05-14Move query string helpers to the bundleChristoph Wurst
2019-05-14Remove OCP (re)declaration from js.jsChristoph Wurst
2019-05-14Move OC.theme to the bundle and deprecate oc_defaultsChristoph Wurst
2019-05-14Deprecate OC.fileIsBlacklisted and move it to the bundleChristoph Wurst
2019-05-14Move OC.addTranslations to the bundle and deprecate itChristoph Wurst
2019-05-14Move OC host/port/protocol helpers to the bundle and deprecate themChristoph Wurst
2019-05-13Move OC.getCapabilities to the bundle and deprecate OC._capabilities, oc_capa...Christoph Wurst
2019-05-13Move l10n functions to the bundleChristoph Wurst
2019-05-13Move path helpers to the bundleChristoph Wurst
2019-05-13Move OC.requestToken to the bundle, deprecate oc_requesttokenChristoph Wurst
2019-05-10Move initCore to the bundleChristoph Wurst
2019-05-08Move the legacy OC.addScript and OC.addStyle helpers to the bundleChristoph Wurst
2019-05-08Deprecate oc_current_user, fix usage and move currentUser to the bundleChristoph Wurst
2019-05-08Move OC legacy menu helpers to the bundleChristoph Wurst
2019-05-07Merge pull request #15420 from nextcloud/refactor/oc-constants-bundle-IIMorris Jobke
2019-05-07Properly set Edge < 16 as incompatible with css varsJohn Molakvoæ (skjnldsv)
2019-05-07Move rest of contant-like OC props to the bundleChristoph Wurst
2019-05-07Merge pull request #15414 from nextcloud/refactor/oc-constants-bundleMorris Jobke
2019-05-07Merge pull request #15397 from nextcloud/fix/cssvars/edge-supportRoeland Jago Douma
2019-05-07Move OC constants to the bundleChristoph Wurst
2019-05-07Move OC.appswebroots to the bundle and deprecate oc_appswebrootsChristoph Wurst
2019-05-07Move OC.get and OC.set to the bundleChristoph Wurst
2019-05-06Move oc_webroot, OC.webroot and OC.getRootPath() to the bundleChristoph Wurst
2019-05-06Set Edge < 16 as incompatible with css varsJohn Molakvoæ (skjnldsv)
2019-05-06Move oc_appconfig/OC.appConfig to the main bundleChristoph Wurst
2019-05-06Move oc_debug to the bundleChristoph Wurst
2019-05-03Deprecate oc_isadmin and move OC.isUserAdmin() to the bundleChristoph Wurst
2019-05-02Move the OC routing helper functions to the bundleChristoph Wurst
2019-05-02Move oc_config to the bundleChristoph Wurst
2019-05-02Change oc_config usage to OC.configChristoph Wurst
2019-04-30Move OC.dialogs to the main bundleChristoph Wurst
2019-04-29Move OC navigation methods to the bundleChristoph Wurst
2019-04-10Do not inject a #app-navigation-toggle if there is already oneChristoph Wurst
2019-02-05Fix OC.addStyle and OC.addScriptRoeland Jago Douma
2019-02-01Move global helper functions to the bundle and deprecate some of themChristoph Wurst
2019-02-01Add OC.Util to the server bundleChristoph Wurst
2019-02-01Move OC.PasswordConfirmation to the server bundleChristoph Wurst
2019-02-01Move OC.search to the server bundleChristoph Wurst
2019-02-01Move OC.Plugin to the server bundleChristoph Wurst
2019-02-01Move OC.msg to the server bundleChristoph Wurst
2019-02-01Move OC.Notification to the server bundleChristoph Wurst
2019-01-31Move custom polyfills to the server bundleChristoph Wurst
2019-01-31Remove unused OC._matchMedia helperChristoph Wurst
2019-01-30Merge pull request #12785 from nextcloud/head-menu-half-height-fixMorris Jobke
2019-01-29Move jQuery plugins into modules and add them to the bundleChristoph Wurst
2019-01-29Unify headers menu design, fix click areaJohn Molakvoæ (skjnldsv)