summaryrefslogtreecommitdiffstats
path: root/apps/dav/tests
Commit message (Expand)AuthorAgeFilesLines
...
* [9.2] Sync deathdate and anniversary to birthday calendar (#25655)Thomas Müller2016-10-141-21/+34
* Fix unit testsJoas Schilling2016-10-063-11/+24
* Merge pull request #1518 from nextcloud/dav-fileshome-directory-propertiesMorris Jobke2016-10-061-52/+0
|\
| * FilesHome now also returns DAV propertiesVincent Petry2016-09-261-52/+0
* | Merge pull request #1513 from nextcloud/fix-etag-on-moveMorris Jobke2016-09-281-5/+32
|\ \
| * | Return ETag and OC-ETag in case of a move (#25683)Thomas Müller2016-09-281-5/+32
* | | Merge pull request #1545 from nextcloud/delete-calendars-with-their-usersMorris Jobke2016-09-281-15/+73
|\ \ \ | |/ / |/| |
| * | Rename deleteAllSharesForUser() to deleteAllSharesByUser()Thomas Citharel2016-09-281-1/+1
| * | Add IL10N to unit testLukas Reschke2016-09-271-0/+15
| * | fix deletion of calendarsThomas Citharel2016-09-271-1/+1
| * | delete shares to an userThomas Citharel2016-09-271-0/+1
| * | Adjust delete logic and ann unit testsThomas Müller2016-09-271-15/+57
* | | Merge pull request #1197 from nextcloud/oc-public-sharingLukas Reschke2016-09-276-3/+306
|\ \ \ | |/ / |/| |
| * | fix testsThomas Citharel2016-09-261-1/+1
| * | Use true random string as uri for public calendars - as a result we can no lo...Thomas Müller2016-09-263-19/+34
| * | Add new constructor argsLukas Reschke2016-09-261-5/+13
| * | Add missing constructor argumentLukas Reschke2016-09-261-2/+2
| * | Add test for PublicCalendarRootThomas Citharel2016-09-261-0/+103
| * | add missing testsThomas Citharel2016-09-262-3/+18
| * | test serializerThomas Citharel2016-09-261-0/+56
| * | fix things (indentation, tests, comments, backend custom implementationThomas Citharel2016-09-263-12/+12
| * | fix unpublishing testThomas Citharel2016-09-261-1/+1
| * | fix plugin testThomas Citharel2016-09-261-3/+15
| * | a few testsThomas Citharel2016-09-262-0/+89
| * | Fix some testsThomas Citharel2016-09-262-3/+8
| |/
* | Merge pull request #1457 from nextcloud/upstream-fix-birthday-calendar-componentLukas Reschke2016-09-261-0/+11
|\ \ | |/ |/|
| * The birthday calendar can only hold VEVENT - refs https://github.com/owncloud...Thomas Müller2016-09-201-0/+11
* | Fix more testsJoas Schilling2016-09-201-4/+4
* | Use magic DIJoas Schilling2016-09-201-2/+4
|/
* Move Travis tests to DroneCILukas Reschke2016-09-132-24/+0
* Improve chunk upload AssemblyStream performanceVincent Petry2016-09-131-3/+63
* Filter more mimetypesLukas Reschke2016-09-091-9/+51
* Fix testsJoas Schilling2016-09-071-16/+28
* more efficient check if addressbook and calendar exists for userRobin Appelman2016-08-313-12/+8
* Add a unit test for all the magicJoas Schilling2016-08-301-1/+64
* [master] DAV: Return data-fingerprint always when asked (#25482)Markus Goetz2016-08-291-2/+4
* Merge pull request #1031 from nextcloud/2fa-infinite-redirect-loopJoas Schilling2016-08-261-1/+2
|\
| * prevent infinite redirect loops if the there is no 2fa provider to passChristoph Wurst2016-08-241-1/+2
* | Better displaynames for shared address booksJoas Schilling2016-08-241-6/+12
* | Better displaynames for shared calendarsJoas Schilling2016-08-242-12/+7
|/
* Move over to new CalDAVTester repo (#25859)Thomas Müller2016-08-192-12/+12
* add dav property to check if a file has a preview availableRobin Appelman2016-07-273-3/+55
* Update with robinJoas Schilling2016-07-2115-15/+15
* Fix apps/Joas Schilling2016-07-2166-136/+243
* Implement brute force protectionLukas Reschke2016-07-201-1/+8
* Fix non-existing exception classJoas Schilling2016-07-185-25/+25
* Fix TODO and bring in abstraction (similar to comments)Joas Schilling2016-07-181-7/+6
* Fix PHPUnit 5.4 warnings in DAV appRoeland Jago Douma2016-07-1536-179/+472
* Fix test using private propertriesRobin Appelman2016-07-081-1/+1
* Merge branch 'master' into sync-masterMorris Jobke2016-07-074-2/+23
|\