summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Migrate the maintenance script to a modern module and bundleChristoph Wurst2019-05-169-58/+404
* [tx-robot] updated from transifexNextcloud bot2019-05-15128-508/+508
* Remove empty js.jsChristoph Wurst2019-05-153-11/+0
* Move legacy Ajax error handling logic to the bundleChristoph Wurst2019-05-157-141/+142
* Move OC.appSettings to the bundle and deprecate itChristoph Wurst2019-05-147-104/+182
* 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-147-126/+196
|/
* Move OC.theme to the bundle and deprecate oc_defaultsChristoph Wurst2019-05-1410-24/+87
* Deprecate OC.fileIsBlacklisted and move it to the bundleChristoph Wurst2019-05-146-12/+14
* Move OC.addTranslations to the bundle and deprecate itChristoph Wurst2019-05-146-18/+13
* Move OC host/port/protocol helpers to the bundle and deprecate themChristoph Wurst2019-05-147-48/+81
* Move OC.getCapabilities to the bundle and deprecate OC._capabilities, oc_capa...Christoph Wurst2019-05-1311-68/+93
* Move l10n functions to the bundleChristoph Wurst2019-05-138-47/+55
* Move path helpers to the bundleChristoph Wurst2019-05-138-221/+211
* Move OC.requestToken to the bundle, deprecate oc_requesttokenChristoph Wurst2019-05-1315-72/+210
* [tx-robot] updated from transifexNextcloud bot2019-05-136-0/+6
* Bump @babel/polyfill from 7.2.5 to 7.4.4dependabot[bot]2019-05-114-30/+30
* Revert displayName casingJoas Schilling2019-05-115-6/+6
* [tx-robot] updated from transifexNextcloud bot2019-05-11128-128/+130
* Move initCore to the bundleChristoph Wurst2019-05-1015-535/+687
* Merge pull request #15487 from nextcloud/enhancement/js-testing-deprecation-o...Morris Jobke2019-05-103-11/+17
|\
| * Do not show deprecation warnings during test runsChristoph Wurst2019-05-093-11/+17
* | [tx-robot] updated from transifexNextcloud bot2019-05-108-18/+52
|/
* Remove recommendation for opcache on CLIMorris Jobke2019-05-092-2/+2
* Fix mobile vertical scrollingJohn Molakvoæ (skjnldsv)2019-05-093-2/+8
* Merge pull request #15249 from nextcloud/dependabot/npm_and_yarn/css-vars-pon...Roeland Jago Douma2019-05-092-64/+62
|\
| * Bump main webpack buildJohn Molakvoæ (skjnldsv)2019-05-082-64/+62
* | [tx-robot] updated from transifexNextcloud bot2019-05-0922-14/+54
|/
* Move the legacy OC.addScript and OC.addStyle helpers to the bundleChristoph Wurst2019-05-087-60/+89
* Deprecate oc_current_user, fix usage and move currentUser to the bundleChristoph Wurst2019-05-0812-54/+81
* Move OC legacy menu helpers to the bundleChristoph Wurst2019-05-087-125/+165
* [tx-robot] updated from transifexNextcloud bot2019-05-08128-796/+804
* Merge pull request #15259 from nextcloud/bugfix/15256-wrong-column-typeMorris Jobke2019-05-072-0/+126
|\
| * Remove method stubsDaniel Kesselberg2019-05-022-27/+0
| * Add second migration for addColumnDaniel Kesselberg2019-05-022-7/+74
| * Pass type object instance instead of identifierDaniel Kesselberg2019-05-021-1/+2
| * Merge dropColumn and addColumn into changeColumnDaniel Kesselberg2019-05-021-3/+2
| * Migration to change column type from smallint to booleanDaniel Kesselberg2019-05-021-0/+86
* | 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-078-17/+22
|\ \ \
| * | | Move rest of contant-like OC props to the bundleChristoph Wurst2019-05-078-17/+22
| |/ /
* | | Merge pull request #15365 from nextcloud/refactor/login-chainMorris Jobke2019-05-071-126/+37
|\ \ \
| * | | Add a login chain to reduce the complexity of LoginController::tryLoginChristoph Wurst2019-05-071-126/+37
| |/ /
* / / 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-077-23/+66
|\ \
| * | Move OC constants to the bundleChristoph Wurst2019-05-077-23/+66
* | | 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