aboutsummaryrefslogtreecommitdiffstats
path: root/core/js/js.js
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Add OC and OCA namespace declarations to the bundleChristoph Wurst2019-01-281-12/+7
* Respect user locale in natural sort comparatorChristoph Wurst2019-01-221-5/+2
* Watch for changes with css variables polyfillJulius Härtl2019-01-171-1/+3
* Add public API for loading js files asynchronouslyJulius Härtl2019-01-171-1/+3
* Fix dialogs, button positionJan-Christoph Borchardt2018-11-301-0/+1
* fixup! Use nextcloud-password-confirmationJohn Molakvoæ (skjnldsv)2018-11-121-4/+2
* Use nextcloud-password-confirmationJohn Molakvoæ (skjnldsv)2018-11-121-1/+5
* Fix app menu calculation for random size of the right headerJulius Härtl2018-11-021-4/+5
* Merge pull request #11988 from nextcloud/docs/jsdoc-buildMorris Jobke2018-10-251-3/+7
|\
| * Adjust some jsdocsJulius Härtl2018-10-241-3/+7
* | humanFileSize: use toLocaleStringClaas Augner2018-10-241-0/+13
|/
* Use jQuery.getScript to dynamically load scriptChristoph Wurst2018-10-141-9/+3