aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #11396 from nextcloud/wellknown-webfingerMorris Jobke2018-10-247-8/+43
|\ | | | | adding .well-known/webfinger
| * Add check for well known URL of WebFinger in the settings overviewDaniel Calviño Sánchez2018-10-102-2/+19
| | | | | | | | | | | | | | If the WebFinger service is not set in Nextcloud configuration no check is performed. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * Make possible to set the expected status of the well known URL checkDaniel Calviño Sánchez2018-10-102-5/+21
| | | | | | | | | | | | | | | | | | The check is based on the HTTP status returned by the URL, and different URLs may return different status (for example, DAV returns 207, while a service like WebFinger would return 200), so the expected status needs to be set depending on the URL. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * Return 404 when the service is not availableJoas Schilling2018-10-101-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * adding .well-known/webfingerMaxence Lange2018-10-102-0/+2
| | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | Merge pull request #11891 from stweil/scrutinizerMorris Jobke2018-10-241-0/+7
|\ \ | | | | | | Migrate Scrutinizer to new PHP Analysis
| * | Migrate Scrutinizer to new PHP AnalysisStefan Weil2018-10-171-0/+7
| | | | | | | | | | | | | | | | | | | | | See this article for details: https://scrutinizer-ci.com/docs/tools/php/php-analyzer/guides/migrate_to_new_php_analysis Signed-off-by: Stefan Weil <sw@weilnetz.de>
* | | Merge pull request #12013 from nextcloud/bugfix/noid/accountmanagerRoeland Jago Douma2018-10-243-2/+4
|\ \ \ | | | | | | | | Fix small issues with IAccountManager API
| * | | Allow property filters to be nullJulius Härtl2018-10-241-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | Register IAccountManager as a serviceJulius Härtl2018-10-241-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | Use empty string instead of nullJulius Härtl2018-10-241-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Merge pull request #10888 from ↵Roeland Jago Douma2018-10-242-0/+17
|\ \ \ \ | |/ / / |/| | | | | | | | | | | nextcloud/bug/noid/fix-missing-quickaccess-favorite-folder-on-add Bug/noid/fix missing quickaccess favorite folder on add
| * | | fix for favorites-quickaccess: newly added folders dont show up when added ↵Felix Nüsse2018-10-102-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | to favorites Signed-off-by: fnuesse <felix.nuesse@t-online.de>
* | | | [tx-robot] updated from transifexNextcloud bot2018-10-24136-172/+300
| | | |
* | | | Merge pull request #11886 from ↵Roeland Jago Douma2018-10-2312-38/+428
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/feature/noid/principal_search_displayname Principal property search for users and groups with {DAV:}display name
| * | | | allow group principal search for dav displayname propertyGeorg Ehrke2018-10-223-19/+313
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * | | | allow user principal search for dav displayname propertyGeorg Ehrke2018-10-222-15/+69
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * | | | overwrite Sabre/DAV's handler for calendar-user-type to report correct user typeGeorg Ehrke2018-10-221-0/+25
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * | | | add correct calendar-user-type to resource and room backendGeorg Ehrke2018-10-226-4/+21
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | | | Merge pull request #11928 from stweil/fixRoeland Jago Douma2018-10-231-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Fix use of undeclared variable
| * | | | | Fix use of undeclared variableStefan Weil2018-10-221-1/+1
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes a warning from LGTM: Variable 'data' is used before its declaration. Signed-off-by: Stefan Weil <sw@weilnetz.de>
* | | | | Merge pull request #11778 from nextcloud/versions-webui-davRoeland Jago Douma2018-10-2311-529/+118
|\ \ \ \ \ | | | | | | | | | | | | move versions webui over to the dav api
| * | | | | move versions webui over to the dav apiRobin Appelman2018-10-1111-529/+118
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | Merge pull request #11985 from ↵Roeland Jago Douma2018-10-232-73/+77
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/build/node-sass-4.9.4 Bump node-sass from 4.9.3 to 4.9.4 in /build
| * | | | | | Bump node-sass from 4.9.3 to 4.9.4 in /builddependabot[bot]2018-10-222-73/+77
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [node-sass](https://github.com/sass/node-sass) from 4.9.3 to 4.9.4. - [Release notes](https://github.com/sass/node-sass/releases) - [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md) - [Commits](https://github.com/sass/node-sass/compare/v4.9.3...v4.9.4) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | | | | Merge pull request #11906 from kevin147147/patch-5Morris Jobke2018-10-231-0/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | make scroll navigation items full width
| * | | | | | make scroll navigation items full widthkevin1471472018-10-181-0/+1
| | | | | | |
* | | | | | | Merge pull request #11439 from nextcloud/trash-modular-apiMorris Jobke2018-10-2333-483/+1073
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Modular trashbin api
| * | | | | | | store user for trashitem in the trashitemRobin Appelman2018-10-1710-68/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | | remove user parameter from `ITrashItem::getOriginalLocation`Robin Appelman2018-10-173-9/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | since the target user is known at the time of creating the trashitem the original location can already be adjusted on a per user level Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | | fix trash storage wrapper testsRobin Appelman2018-10-171-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | | fix preview controller testsRobin Appelman2018-10-171-4/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | | fix error message for folder preview requestRobin Appelman2018-10-171-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | | pass `Cache::getMoveInfo` along cache wrappersRobin Appelman2018-10-171-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes cross storage move in some cases Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | | expose storagefactory in server containerRobin Appelman2018-10-173-2/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | | use name in fileinfo if setRobin Appelman2018-10-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | | fix trashbin previews for modular apiRobin Appelman2018-10-174-40/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | | fix select statementRobin Appelman2018-10-1724-435/+952
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix select statement Make trashbin api modules Apps can register trashbin backends for specific storages, allowing them to modify trashbin behavior for storages The old trashbin implementation has been wrapped in a "legacy" backend, for future work this can be replaced with a new backend that better handles shares while still keeping the legacy backend around to keep existing trash from being accessible Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | Merge pull request #11847 from iPaat/Fix/DeleteCookiesThroughClearSiteDataMorris Jobke2018-10-232-3/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Remove cookies from Clear-Site-Data Header
| * | | | | | | Remove cookies from Clear-Site-Data HeaderPatrick Conrad2018-10-152-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In https://github.com/nextcloud/server/commit/2f87fb6b456fd109c90a5093c31b7a3f62a32040 this header was introduced. The referenced documentation says: > When delivered with a response from https://example.com/clear, the following header will cause cookies associated with the origin https://example.com to be cleared, as well as cookies on any origin in the same registered domain (e.g. https://www.example.com/ and https://more.subdomains.example.com/). This also applies if `https://nextcloud.example.com/` sends the `Clear-Site-Data: "cookies"` header. This is not the behavior we want at this point! So I removed the deletion of cookies from the header. This has no effect on the logout process as this header is supported only recently and the logout works in old browsers as well. Signed-off-by: Patrick Conrad <conrad@iza.org>
* | | | | | | | [tx-robot] updated from transifexNextcloud bot2018-10-23578-2206/+3556
| | | | | | | |
* | | | | | | | Merge pull request #11914 from nextcloud/csp/report-uriMorris Jobke2018-10-234-0/+46
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add report-uri to CSP
| * | | | | | | | Add report-uri to CSPRoeland Jago Douma2018-10-214-0/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | | | | Merge pull request #11943 from nextcloud/buttons-roundMorris Jobke2018-10-237-27/+36
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Round off buttons 'pill style' like on the website
| * | | | | | | | | Fix password protected share link buttonJan-Christoph Borchardt2018-10-231-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | | | | | | | | Round off buttons 'pill style' like on the websiteJan-Christoph Borchardt2018-10-236-16/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | | | | | | | Merge pull request #11966 from nextcloud/csp/safari12-supportMorris Jobke2018-10-231-0/+2
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Add nonce for Safari 12+
| * | | | | | | | | | Add nonce for Safari 12+Roeland Jago Douma2018-10-211-0/+2
| | |/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As far as I can tell this should work now. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | | | | | Merge pull request #11980 from nextcloud/assemblly-stream-lazyMorris Jobke2018-10-231-5/+6
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | lazy open first source stream in assemblystream
| * | | | | | | | | | lazy open first source stream in assemblystreamRobin Appelman2018-10-221-5/+6
| | |_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>