summaryrefslogtreecommitdiffstats
path: root/core/js
Commit message (Expand)AuthorAgeFilesLines
...
* Move initCore to the bundleChristoph Wurst2019-05-106-530/+87
* Do not show deprecation warnings during test runsChristoph Wurst2019-05-092-8/+8
* Remove recommendation for opcache on CLIMorris Jobke2019-05-092-2/+2
* Fix mobile vertical scrollingJohn Molakvoæ (skjnldsv)2019-05-092-2/+2
* Bump main webpack buildJohn Molakvoæ (skjnldsv)2019-05-082-64/+62
* Move the legacy OC.addScript and OC.addStyle helpers to the bundleChristoph Wurst2019-05-085-60/+15
* Deprecate oc_current_user, fix usage and move currentUser to the bundleChristoph Wurst2019-05-089-54/+29
* Move OC legacy menu helpers to the bundleChristoph Wurst2019-05-085-125/+15
* Merge pull request #15426 from nextcloud/refactor/remove-singleselectMorris Jobke2019-05-071-95/+0
|\
| * Remove unused singleselect scriptChristoph Wurst2019-05-071-95/+0
* | Merge pull request #15420 from nextcloud/refactor/oc-constants-bundle-IIMorris Jobke2019-05-075-16/+14
|\ \
| * | Move rest of contant-like OC props to the bundleChristoph Wurst2019-05-075-16/+14
| |/
* / 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-075-23/+15
|\
| * Move OC constants to the bundleChristoph Wurst2019-05-075-23/+15
* | 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
* | Create a login bundle for login page scriptsChristoph Wurst2019-05-078-285/+283
* | Move OC.appswebroots to the bundle and deprecate oc_appswebrootsChristoph Wurst2019-05-079-29/+48
* | Move OC.get and OC.set to the bundleChristoph Wurst2019-05-073-43/+6
* | Move oc_webroot, OC.webroot and OC.getRootPath() to the bundleChristoph Wurst2019-05-065-48/+31
* | Move oc_appconfig/OC.appConfig to the main bundleChristoph Wurst2019-05-0611-103/+101
|/
* Build main distJohn Molakvoæ (skjnldsv)2019-05-062-14/+14
* Move oc_debug to the bundleChristoph Wurst2019-05-061-2/+0
* Deprecate oc_isadmin and move OC.isUserAdmin() to the bundleChristoph Wurst2019-05-034-27/+34
* Move the OC routing helper functions to the bundleChristoph Wurst2019-05-023-155/+6
* Move oc_config to the bundleChristoph Wurst2019-05-024-16/+33
* Change oc_config usage to OC.configChristoph Wurst2019-05-027-27/+26
* Move OC.dialogs to the main bundleChristoph Wurst2019-04-306-1254/+64
* Move OC navigation methods to the bundleChristoph Wurst2019-04-293-17/+2
* Bump handlebars from 4.1.0 to 4.1.2dependabot[bot]2019-04-232-3/+3
* Merge pull request #15105 from nextcloud/dependabot/npm_and_yarn/v-tooltip-2.0.1Morris Jobke2019-04-162-3/+3
|\
| * Bump v-tooltip from 2.0.0-rc.33 to 2.0.1dependabot[bot]2019-04-162-3/+3
* | Improve the share link password error feedback with a red borderChristoph Wurst2019-04-163-2/+6
|/
* Merge pull request #15098 from nextcloud/dependabot/npm_and_yarn/marked-0.6.2Roeland Jago Douma2019-04-162-2/+2
|\
| * Bump marked from 0.6.1 to 0.6.2dependabot[bot]2019-04-152-2/+2
* | Make sure we have a proper node before parsingJohn Molakvoæ (skjnldsv)2019-04-151-0/+5
|/
* Bump css-vars-ponyfill from 1.17.0 to 1.17.2dependabot[bot]2019-04-112-17/+17
* Merge pull request #14972 from nextcloud/fix/app-nav-toggle-missingRoeland Jago Douma2019-04-101-1/+3
|\
| * Do not inject a #app-navigation-toggle if there is already oneChristoph Wurst2019-04-101-1/+3
* | Bump bundlesJulius Härtl2019-04-092-2/+2
|/
* Merge pull request #14912 from nextcloud/fix/filepicker/truncated-filenameRoeland Jago Douma2019-04-011-0/+15
|\
| * Truncate filename in the middle on filepickerJohn Molakvoæ (skjnldsv)2019-03-301-0/+15
* | hide new folder button in choose type filepickerFlorian Schunk2019-03-291-0/+3
|/
* Bump bundlesJulius Härtl2019-03-282-2/+2
* Bump strenghify to v0.5.8Christoph Wurst2019-03-252-2/+2
* Make all filepicker strings translatableChristoph Wurst2019-03-221-1/+4
* Bump bundlesJulius Härtl2019-03-192-2/+2
* Deprecate marked, escapeHTML, formatDate, getURLParameter, humanFileSize, rel...John Molakvoæ (skjnldsv)2019-03-152-11/+11
* Merge pull request #14628 from nextcloud/bugfix/14627/fix-plural-rule-detectionMorris Jobke2019-03-152-2/+2
|\