summaryrefslogtreecommitdiffstats
path: root/core/js/js.js
Commit message (Expand)AuthorAgeFilesLines
* Remove empty js.jsChristoph Wurst2019-05-151-9/+0
* Move legacy Ajax error handling logic to the bundleChristoph Wurst2019-05-151-86/+0
* Move OC.appSettings to the bundle and deprecate itChristoph Wurst2019-05-141-57/+0
* Merge pull request #15531 from nextcloud/refactor/remove-js-js-ocpRoeland Jago Douma2019-05-141-3/+0
|\
| * Remove OCP (re)declaration from js.jsChristoph Wurst2019-05-141-3/+0
* | Move query string helpers to the bundleChristoph Wurst2019-05-141-71/+0
|/
* Move OC.theme to the bundle and deprecate oc_defaultsChristoph Wurst2019-05-141-2/+0
* Deprecate OC.fileIsBlacklisted and move it to the bundleChristoph Wurst2019-05-141-8/+0
* Move OC.addTranslations to the bundle and deprecate itChristoph Wurst2019-05-141-14/+0
* Move OC host/port/protocol helpers to the bundle and deprecate themChristoph Wurst2019-05-141-44/+0
* Move OC.getCapabilities to the bundle and deprecate OC._capabilities, oc_capa...Christoph Wurst2019-05-131-17/+0
* Move l10n functions to the bundleChristoph Wurst2019-05-131-28/+0
* Move path helpers to the bundleChristoph Wurst2019-05-131-129/+0
* Move OC.requestToken to the bundle, deprecate oc_requesttokenChristoph Wurst2019-05-131-3/+0
* Move initCore to the bundleChristoph Wurst2019-05-101-458/+0
* Move the legacy OC.addScript and OC.addStyle helpers to the bundleChristoph Wurst2019-05-081-45/+0
* Deprecate oc_current_user, fix usage and move currentUser to the bundleChristoph Wurst2019-05-081-25/+0
* Move OC legacy menu helpers to the bundleChristoph Wurst2019-05-081-110/+0
* Merge pull request #15420 from nextcloud/refactor/oc-constants-bundle-IIMorris Jobke2019-05-071-2/+0
|\
| * Move rest of contant-like OC props to the bundleChristoph Wurst2019-05-071-2/+0
* | Properly set Edge < 16 as incompatible with css varsJohn Molakvoæ (skjnldsv)2019-05-071-1/+2
|/
* Merge pull request #15414 from nextcloud/refactor/oc-constants-bundleMorris Jobke2019-05-071-8/+0
|\
| * Move OC constants to the bundleChristoph Wurst2019-05-071-8/+0
* | Merge pull request #15397 from nextcloud/fix/cssvars/edge-supportRoeland Jago Douma2019-05-071-1/+4
|\ \ | |/ |/|
| * Set Edge < 16 as incompatible with css varsJohn Molakvoæ (skjnldsv)2019-05-061-1/+4
* | Move OC.appswebroots to the bundle and deprecate oc_appswebrootsChristoph Wurst2019-05-071-1/+0
* | Move OC.get and OC.set to the bundleChristoph Wurst2019-05-071-37/+0
* | Move oc_webroot, OC.webroot and OC.getRootPath() to the bundleChristoph Wurst2019-05-061-37/+0
* | Move oc_appconfig/OC.appConfig to the main bundleChristoph Wurst2019-05-061-1/+0
|/
* Move oc_debug to the bundleChristoph Wurst2019-05-061-2/+0
* Deprecate oc_isadmin and move OC.isUserAdmin() to the bundleChristoph Wurst2019-05-031-12/+0
* Move the OC routing helper functions to the bundleChristoph Wurst2019-05-021-130/+0
* Move oc_config to the bundleChristoph Wurst2019-05-021-3/+0
* Change oc_config usage to OC.configChristoph Wurst2019-05-021-6/+6
* Move OC.dialogs to the main bundleChristoph Wurst2019-04-301-6/+0
* Move OC navigation methods to the bundleChristoph Wurst2019-04-291-15/+0
* Do not inject a #app-navigation-toggle if there is already oneChristoph Wurst2019-04-101-1/+3
* Fix OC.addStyle and OC.addScriptRoeland Jago Douma2019-02-051-2/+0
* Move global helper functions to the bundle and deprecate some of themChristoph Wurst2019-02-011-34/+0
* Add OC.Util to the server bundleChristoph Wurst2019-02-011-408/+0
* Move OC.PasswordConfirmation to the server bundleChristoph Wurst2019-02-011-93/+0
* Move OC.search to the server bundleChristoph Wurst2019-02-011-14/+0
* Move OC.Plugin to the server bundleChristoph Wurst2019-02-011-90/+0
* Move OC.msg to the server bundleChristoph Wurst2019-02-011-93/+0
* Move OC.Notification to the server bundleChristoph Wurst2019-02-011-209/+0
* Move custom polyfills to the server bundleChristoph Wurst2019-01-311-21/+0
* Remove unused OC._matchMedia helperChristoph Wurst2019-01-311-14/+0
* Merge pull request #12785 from nextcloud/head-menu-half-height-fixMorris Jobke2019-01-301-5/+16
|\
| * Unify headers menu design, fix click areaJohn Molakvoæ (skjnldsv)2019-01-291-5/+16
* | Move jQuery plugins into modules and add them to the bundleChristoph Wurst2019-01-291-106/+0
|/