summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #14289 from nextcloud/enh/accessibility_to_main_webpackJulius Härtl2019-02-198-6271/+7
|\ | | | | Move accessibility to main webpack
| * Move accessibility to main webpackRoeland Jago Douma2019-02-198-6271/+7
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #14263 from nextcloud/publish-activity-app-tokenRoeland Jago Douma2019-02-195-5/+86
|\ \ | |/ |/| Publish activity if app password created by ocs api or client login flow
| * Emit event if app password createdDaniel Kesselberg2019-02-185-106/+72
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * Publish activity for app token created by client login flowDaniel Kesselberg2019-02-172-2/+65
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * Publish activity for app token created by ocs apiDaniel Kesselberg2019-02-172-3/+55
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Merge pull request #14242 from nextcloud/dependabot/npm_and_yarn/bootstrap-3.4.1Roeland Jago Douma2019-02-195-8/+8
|\ \ | | | | | | Bump bootstrap from 3.4.0 to 3.4.1
| * | Use npm ci for webpack buildsJulius Härtl2019-02-191-1/+1
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Bump bootstrap from 3.4.0 to 3.4.1dependabot[bot]2019-02-194-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [bootstrap](https://github.com/twbs/bootstrap) from 3.4.0 to 3.4.1. - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v3.4.0...v3.4.1) Signed-off-by: dependabot[bot] <support@dependabot.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #14211 from nextcloud/bugfix/prefix-path-to-filecache-s3Morris Jobke2019-02-191-2/+2
|\ \ \ | | | | | | | | Prefix $path for filename for internal file cache
| * | | Call headObject if file not in filecache :see_no_evil:Daniel Kesselberg2019-02-141-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | | Prefix $path for filename for internal file cacheDaniel Kesselberg2019-02-141-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | Merge pull request #14249 from ↵Morris Jobke2019-02-191-0/+11
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/enhancement/noid/add-gotindex-to-indexdocument Add hasIndex() to OCP\FullTextSearch\Model\IndexDocument
| * | | | Add hasIndex() to OCP\FullTextSearch\Model\IndexDocumentMaxence Lange2019-02-191-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> Co-Authored-By: daita <maxence@artificial-owl.com>
* | | | | Merge pull request #14282 from nextcloud/bugfix/noid/public-folder-shareMorris Jobke2019-02-191-0/+1
|\ \ \ \ \ | | | | | | | | | | | | Fix writable public folder share
| * | | | | Fix writable public folder shareJulius Härtl2019-02-191-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | Merge pull request #14279 from nextcloud/bugfix/14220/header-labelMorris Jobke2019-02-191-5/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix header label visibility on open menu
| * | | | | | Fix header label visibility on open menuJulius Härtl2019-02-191-5/+0
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | Merge pull request #14264 from nextcloud/null-is-not-a-booleanRoeland Jago Douma2019-02-191-1/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | Set false as default for requirePNG
| * | | | | Set false as default for requirePNGDaniel Kesselberg2019-02-181-1/+1
| | |_|_|/ | |/| | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | Merge pull request #14269 from nextcloud/cache-update-eventMorris Jobke2019-02-197-45/+164
|\ \ \ \ \ | |_|_|/ / |/| | | | add event for cache update
| * | | | add event for cache updateRobin Appelman2019-02-187-45/+164
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #14261 from ↵Morris Jobke2019-02-192-9/+39
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/show-warning-if-x-forwarded-set-with-empty-trusted-proxies Warning if x-forwarded-host present but trusted_proxies empty
| * | | | | Warning if x-forwarded-host present but trusted_proxies emptyDaniel Kesselberg2019-02-172-9/+39
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | | Merge pull request #14194 from ↵Morris Jobke2019-02-192-18/+34
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/correctly-determinate-owner-in-case-of-shared-external-storages Correctly determinate the owner in case of shared external storages
| * | | | | | Correctly determinate the owner in case of shared external storagesJoas Schilling2019-02-182-18/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | Merge pull request #14232 from nextcloud/enh/updatenoticiation_to_single_webpackMorris Jobke2019-02-1910-7595/+95
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | Move updatenotifications to unified webpack
| * | | | | | Move updatenotifications to unified webpackRoeland Jago Douma2019-02-1810-7595/+95
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | | Merge pull request #14218 from nextcloud/enh/files_sharing_to_webpackRoeland Jago Douma2019-02-1916-11/+75
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Move files_sharing additionalscripts over to webpack
| * | | | | | | Move files_sharing additionalscripts over to webpackRoeland Jago Douma2019-02-1516-11/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | | | Merge pull request #14246 from ↵John Molakvoæ2019-02-192-52/+65
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/@babel/core-7.3.3 Bump @babel/core from 7.2.2 to 7.3.3
| * | | | | | | | Bump @babel/core from 7.2.2 to 7.3.3dependabot[bot]2019-02-182-52/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@babel/core](https://github.com/babel/babel) from 7.2.2 to 7.3.3. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/compare/v7.2.2...v7.3.3) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | | | | | | | Merge pull request #14234 from nextcloud/fix/catch_requestexceptionRoeland Jago Douma2019-02-191-0/+3
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Catch Request exception in testRemoteUrl
| * | | | | | | | | Catch Request exception in testRemoteUrlRoeland Jago Douma2019-02-151-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Else the background job fails hard if the remote has for example an invalid certificate. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | | | | | [tx-robot] updated from transifexNextcloud bot2019-02-1914-88/+126
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #14210 from nextcloud/fix/14192/fix_empty_uploadsRoeland Jago Douma2019-02-183-4/+38
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | Fix empty file uploads to S3 (and other streaming storages)
| * | | | | | | | Make sure that we have a streamRoeland Jago Douma2019-02-181-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | | | | | Bump icewind/streams for supported streamsRoeland Jago Douma2019-02-181-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | | | | | Add a wrapper to determine if a file is EOFRoeland Jago Douma2019-02-151-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The stream is already closed at this point. Which means feof will always return false. We have to determine if the stream is EOF in the preCloseCallback. And pass this info along. Then the logic works as expected. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | | | | | Fix empty file uploads to S3Roeland Jago Douma2019-02-151-2/+23
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | | | Merge pull request #14248 from nextcloud/phpdoc/noid/getdocuments-returnsRoeland Jago Douma2019-02-181-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fixing phpdoc in FullTextSearch/Model/ISearchResult
| * | | | | | | | fixing phpdocMaxence Lange2019-02-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | | | | | | | Merge pull request #14223 from nextcloud/enh/use_CountWrapperMorris Jobke2019-02-185-118/+2
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | Use CountWrapper instead of almost identical CountReadStream
| * | | | | | | | Use CountWrapper instead of almost identical CountReadStreamRoeland Jago Douma2019-02-155-118/+2
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | | | Merge pull request #14266 from nextcloud/enhancement/public-menuRoeland Jago Douma2019-02-184-4/+51
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add guest navigation type
| * | | | | | | | Add guest navigation typeJulius Härtl2019-02-184-4/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | | | | Merge pull request #14258 from nextcloud/enh/node_productionRoeland Jago Douma2019-02-1814-36/+25
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | Add proper NODE_ENV
| * | | | | | | | Move settings to NODE_ENVRoeland Jago Douma2019-02-1810-25/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | | | | | Move general webpack to NODE_ENVJulius Härtl2019-02-184-11/+8
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | / / [tx-robot] updated from transifexNextcloud bot2019-02-1816-2/+96
| |_|_|_|_|/ / |/| | | | | |