aboutsummaryrefslogtreecommitdiffstats
path: root/build/integration/features/dav-v2.feature
Commit message (Collapse)AuthorAgeFilesLines
* confirm content on dav-v2 testMaxence Lange2023-11-251-4/+15
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* test boolean favoriteMaxence Lange2023-11-221-0/+8
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* Change X-Robots-Tag header from "none" to "noindex, nofollow"MichaIng2023-02-151-1/+1
| | | | | | | | | | While "none" is indeed equivalent to "noindex, nofollow" for Google, but seems to be not supported by Bing and probably other search engines. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta/name#other_metadata_names https://developers.google.com/search/docs/crawling-indexing/robots-meta-tag?hl=de#comma-separated-list https://www.bing.com/webmasters/help/which-robots-metatags-does-bing-support-5198d240 Signed-off-by: MichaIng <micha@dietpi.com>
* Add testCarl Schwan2022-06-231-0/+6
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Remove legacy Internet Explorer headersMichaIng2022-03-191-1/+0
| | | | | | X-UA-Compatible and X-Download-Options headers are interpreted or relevant for Internet Explorer only. With the deprecation of Internet Explorer support in Nextcloud 20 and planned support removal already in Nextcloud 22, these became obsolete and are hereby removed, including their removal from setup checks. Signed-off-by: MichaIng <micha@dietpi.com>
* Accept incoming shares in integration testsDaniel Calviño Sánchez2019-11-201-0/+1
| | | | | | | | | Now all incoming shares need to be explicitly accepted before being able to use the shared file or get information about a reshare (although getting the information of the incoming share is possible before accepting it). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Fix casing of same origin frame optionJoas Schilling2017-04-121-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Adapted favorites and dav2 featuresSergio Bertolin2016-11-021-10/+10
| | | | | | | | Adapted sharing and external features, random failures in sharing:857 Added weddav related feature Removed forgotten leftovers
* Merge pull request #648 from nextcloud/add-quotaplugin-v2-masterBjörn Schießle2016-07-291-0/+27
|\ | | | | [upstream] Adding quota plugin to new dav endpoint
| * Adding quota plugin to new dav endpoint (#25615)Thomas Müller2016-07-291-0/+27
| | | | | | | | | | | | | | | | * Adding quota plugin to new dav endpoint * Added integrated test failing in old endpoint * Added 0B quota test
* | Add some integration test fixesMorris Jobke2016-07-291-1/+1
| |
* | ownCloud --> Nextcloudenoch852016-07-281-3/+3
|/
* Added test with new endpoint (#23934)Sergio Bertolín2016-06-171-0/+55
* Added test with new endpoint * Moved all scenarios using new dav endpoint to a new feature file * Removed extra slash in welcome.txt * some fixes * Incorrect user while downloading with range * Fixed Content-disposition