summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib
Commit message (Expand)AuthorAgeFilesLines
* Update with robinJoas Schilling2016-07-2118-18/+18
* Fix apps/Joas Schilling2016-07-2193-126/+247
* Merge pull request #479 from nextcloud/add-bruteforce-throttlerLukas Reschke2016-07-212-2/+10
|\
| * Implement brute force protectionLukas Reschke2016-07-202-2/+10
* | Merge pull request #466 from nextcloud/escape-special-charactersLukas Reschke2016-07-201-1/+1
|\ \
| * | Escape special characters (#25429)Aaron Wood2016-07-201-1/+1
| |/
* | Merge pull request #464 from nextcloud/master-change-load-orderRoeland Douma2016-07-201-1/+4
|\ \
| * | Change load order of auth backends so that we can throw an exception in OCA\D...Thomas Müller2016-07-201-1/+4
| |/
* / Cast share id to string (#25402)Vincent Petry2016-07-201-1/+1
|/
* Merge pull request #394 from nextcloud/tags-for-everythingMorris Jobke2016-07-193-19/+37
|\
| * Allow apps to register SystemTags pluginsJoas Schilling2016-07-182-2/+21
| * Fix doc blocksJoas Schilling2016-07-181-0/+5
| * Fix TODO and bring in abstraction (similar to comments)Joas Schilling2016-07-183-21/+15
* | Merge pull request #405 from nextcloud/theming-fixesBjörn Schießle2016-07-182-2/+2
|\ \ | |/ |/|
| * Use the themed Defaults everywhereJoas Schilling2016-07-152-2/+2
* | PasswordLoginForbidden is not a FATAL exceptionRoeland Jago Douma2016-07-141-0/+3
|/
* Fix test using private propertriesRobin Appelman2016-07-081-1/+1
* Fix type hintingRobin Appelman2016-07-082-2/+2
* Fix undefined propertiesRobin Appelman2016-07-083-0/+14
* Merge branch 'master' into sync-masterMorris Jobke2016-07-071-3/+29
|\
| * Merge remote-tracking branch 'upstream/master' into master-sync-upstreamLukas Reschke2016-07-011-2/+12
| |\
| * | fix error messageBjoern Schiessle2016-06-301-1/+1
| * | Add proper throws PHP docsLukas Reschke2016-06-301-2/+13
| * | Add required $message parameterLukas Reschke2016-06-301-2/+2
| * | add some additonal permission checks to the webdav backendBjoern Schiessle2016-06-301-1/+16
| * | get only vcard which match both the address book id and the vcard uriBjoern Schiessle2016-06-281-1/+1
* | | Add all properties while creating a subscription (#25318)Thomas Citharel2016-07-011-10/+15
| |/ |/|
* | get only vcards which match both the address book id and the vcard uri (#25294)Björn Schießle2016-06-291-1/+1
* | fix a ImageExportPlugin Test (#25215)Georg Ehrke2016-06-271-2/+12
|/
* Show error message when posting an invalid commentVincent Petry2016-06-241-1/+1
* Contacts API: replace raw image data with url (#25081)Georg Ehrke2016-06-216-19/+198
* PasswordLoginForbidden must extend NotAuthenticatedVincent Petry2016-06-171-2/+2
* throw PasswordLoginForbidden on DAVChristoph Wurst2016-06-172-2/+56
* add PasswordLoginForbiddenExceptionChristoph Wurst2016-06-171-6/+13
* Move birthday calendar generation to a live migration job (#25135)Thomas Müller2016-06-162-14/+81
* create session token on all APIsChristoph Wurst2016-06-131-2/+1
* Merge pull request #24080 from owncloud/support-calendar-class-propertyVincent Petry2016-06-105-25/+337
|\
| * Filter confidential calendar objects in shared calendarsThomas Müller2016-06-093-3/+172
| * Added unit testing for the migration stepThomas Müller2016-06-092-4/+12
| * Implement classification migration as repair stepThomas Müller2016-06-093-57/+101
| * Bump dav app version and fix variable renameThomas Müller2016-06-091-2/+2
| * Add migration stepThomas Müller2016-06-092-0/+59
| * Extract CLASS property from calendar object and store it in the databaseThomas Müller2016-06-091-21/+53
* | Merge pull request #25046 from owncloud/fix-the-realmVincent Petry2016-06-103-4/+12
|\ \
| * | Use the correct realm for basic authentication - fixes #23427Thomas Müller2016-06-093-4/+12
| |/
* | Merge pull request #25043 from owncloud/webdav-download-mimetypeVincent Petry2016-06-103-1/+24
|\ \
| * | DAV now returns file name with Content-Disposition headerVincent Petry2016-06-093-1/+24
| |/
* / Allow login by email address via webdav as well - fixes #24791Thomas Müller2016-06-091-2/+2
|/
* Better handling of forbidden files in davRobin Appelman2016-06-072-0/+4
* Fix checkMove() implementation for dav v2 - fixes #24776 (#24971)Thomas Müller2016-06-062-5/+8