summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #21253 from nextcloud/bugfix/noid/fix-psr4-namespaceRoeland Jago Douma2020-06-063-2/+2
|\
| * Fix PSR-4 namespaceJoas Schilling2020-06-053-2/+2
* | Merge pull request #21254 from nextcloud/td/js/remove/_capabilitiesRoeland Jago Douma2020-06-065-12/+11
|\ \
| * | Actually remove _capabilitiesRoeland Jago Douma2020-06-055-12/+11
* | | Merge pull request #21257 from nextcloud/td/js/systemtags_linterRoeland Jago Douma2020-06-064-8/+10
|\ \ \
| * | | Fix linting on systemtags and use @nextcloud/routerRoeland Jago Douma2020-06-054-8/+10
| |/ /
* / / [tx-robot] updated from transifexNextcloud bot2020-06-0634-2/+72
|/ /
* | Merge pull request #21240 from nextcloud/enh/theming/js_to_initial_stateRoeland Jago Douma2020-06-057-127/+87
|\ \
| * | Move theming js to initial stateRoeland Jago Douma2020-06-057-127/+87
| |/
* | Merge pull request #21246 from nextcloud/enh/js/maintenance_no_oc_importRoeland Jago Douma2020-06-0514-603/+91
|\ \
| * | Do not import the full OC since we don't need itRoeland Jago Douma2020-06-0514-603/+91
| |/
* | Merge pull request #21197 from nextcloud/bugfix/noid/app-screenshotsRoeland Jago Douma2020-06-056-10/+26
|\ \ | |/ |/|
| * Check if screenshot is available before showing itJulius Härtl2020-06-056-10/+26
|/
* Merge pull request #21225 from nextcloud/techdebt/humanfilesize-getcanonicall...Roeland Jago Douma2020-06-0555-457/+260
|\
| * Move humanFileSize and OC.getCanonicalLocale to npm packagesChristoph Wurst2020-06-0555-457/+260
* | Merge pull request #21229 from nextcloud/fix-empty-event-reminder-notificationsRoeland Jago Douma2020-06-051-2/+4
|\ \ | |/ |/|
| * Fix empty event UUID reminder notificationsThomas Citharel2020-06-041-2/+4
* | [tx-robot] updated from transifexNextcloud bot2020-06-0568-54/+158
* | Merge pull request #20914 from nextcloud/enh/deprecated_event_log_usageRoeland Jago Douma2020-06-044-6/+126
|\ \
| * | Log usage of a deprecated event instead of emittingRoeland Jago Douma2020-05-224-6/+126
* | | Merge pull request #21232 from nextcloud/bug/20427/use-OC-CLI-instead-of-PHP-...Roeland Jago Douma2020-06-041-1/+1
|\ \ \
| * | | Use \OC::$CLI instead of PHP_SAPIThomas Citharel2020-06-041-1/+1
* | | | Merge pull request #21165 from nextcloud/dependabot/npm_and_yarn/babel/plugin...Roeland Jago Douma2020-06-042-81/+81
|\ \ \ \
| * | | | Bump @babel/plugin-proposal-class-properties from 7.8.3 to 7.10.1dependabot-preview[bot]2020-06-032-81/+81
* | | | | Merge pull request #21191 from nextcloud/td/js/use_routerRoeland Jago Douma2020-06-0419-307/+97
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | OC.routing is just a @nextcloud/routing proxyRoeland Jago Douma2020-06-0419-307/+97
|/ / / /
* | | | Merge pull request #21199 from nextcloud/bugfix/noid/prevent-harder-sharing-y...Joas Schilling2020-06-042-5/+5
|\ \ \ \
| * | | | Prevent harder to share your rootJoas Schilling2020-06-032-5/+5
* | | | | [tx-robot] updated from transifexNextcloud bot2020-06-048-2/+58
* | | | | Merge pull request #20938 from nextcloud/fix/share-talk-verificationChristoph Wurst2020-06-035-40/+75
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Restore previous state when failing to change video verification stateDaniel Calviño Sánchez2020-06-013-2/+10
| * | | | Fix the Talk verificationChristoph Wurst2020-06-015-40/+67
* | | | | Merge pull request #21168 from nextcloud/dependabot/npm_and_yarn/babel/preset...Roeland Jago Douma2020-06-032-360/+1961
|\ \ \ \ \
| * | | | | Bump @babel/preset-env from 7.9.6 to 7.10.2dependabot-preview[bot]2020-06-032-360/+1961
|/ / / / /
* | | | | Merge pull request #21166 from nextcloud/dependabot/npm_and_yarn/babel/core-7...Roeland Jago Douma2020-06-032-92/+202
|\ \ \ \ \
| * | | | | Bump @babel/core from 7.9.6 to 7.10.2dependabot-preview[bot]2020-05-312-92/+202
* | | | | | Merge pull request #21167 from nextcloud/dependabot/npm_and_yarn/vue-router-3...Roeland Jago Douma2020-06-034-9/+9
|\ \ \ \ \ \
| * | | | | | Bump vue-router from 3.2.0 to 3.3.2dependabot-preview[bot]2020-06-024-9/+9
* | | | | | | Merge pull request #21091 from nextcloud/sftp-normalize-pathJoas Schilling2020-06-032-0/+6
|\ \ \ \ \ \ \
| * | | | | | | normalize sftp path in read and write streamRobin Appelman2020-05-252-0/+6
* | | | | | | | Merge pull request #21181 from nextcloud/fix/remote-share-remove-error-handlingChristoph Wurst2020-06-031-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Do not only catch Exceptions but any Throwable during rmt share deleteChristoph Wurst2020-06-021-2/+2
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | [tx-robot] updated from transifexNextcloud bot2020-06-0316-4/+68
* | | | | | | | Merge pull request #21190 from nextcloud/td/js/linterRoeland Jago Douma2020-06-0220-159/+101
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Fix some linter warningRoeland Jago Douma2020-06-0220-159/+101
|/ / / / / / /
* | | | | | | Merge pull request #21164 from nextcloud/dependabot/npm_and_yarn/nextcloud/di...Roeland Jago Douma2020-06-0212-22/+22
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Bump @nextcloud/dialogs from 1.3.0 to 1.3.1dependabot-preview[bot]2020-05-3112-22/+22
| | |/ / / / | |/| | | |
* | | | | | [tx-robot] updated from transifexNextcloud bot2020-06-0210-20/+62
| |_|/ / / |/| | | |
* | | | | [tx-robot] updated from transifexNextcloud bot2020-06-0126-196/+550
* | | | | [tx-robot] updated from transifexNextcloud bot2020-05-314-10/+60
|/ / / /