summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* recalculate unencrypted size if we assume that the size stored in the db is n...Bjoern Schiessle2016-02-251-1/+157
* Introduce some mimetypes for richdocumentsFaruk Uzun2016-02-081-0/+29
* Add message key to context of logExceptionThomas Müller2016-01-201-3/+0
* use logException() to properly log the exceptionMorris Jobke2016-01-201-3/+7
* Improved error message for failing background jobMorris Jobke2016-01-201-1/+1
* Merge pull request #21666 from owncloud/smb-statcache-cap-82Vincent Petry2016-01-132-1/+68
|\
| * cap the number of entries we cache in smb's statcacheRobin Appelman2016-01-122-1/+68
* | Fix the test to expect the new behaviourJoas Schilling2016-01-041-2/+9
* | Fix undefined HTTP_USER_AGENTThomas Müller2015-12-291-8/+25
* | Merge pull request #21313 from owncloud/scanner-skip-not-available-82Vincent Petry2015-12-242-6/+6
|\ \
| * | Skip unavailable storages in scannerRobin Appelman2015-12-212-6/+6
| |/
* | Fix unit testsLukas Reschke2015-12-221-3/+3
* | add unit test for #21230Morris Jobke2015-12-161-0/+41
|/
* don't allow to create a federated share if source and target server are the sameBjörn Schießle2015-12-141-0/+37
* Merge pull request #21046 from owncloud/stable8.2-catchexceptionindirectdownl...Thomas Müller2015-12-111-0/+25
|\
| * Catch exception when querying direct download linkVincent Petry2015-12-091-0/+25
* | Remove all locks after ttl from the dbRobin Appelman2015-12-101-7/+1
* | Fix more unit tests to pass a mock storage instead of null to FileInfoVincent Petry2015-12-094-19/+54
* | Add a unit test for single user case as wellJoas Schilling2015-12-071-7/+9
* | Allow sending a share email to multiple usersJoas Schilling2015-12-071-3/+17
* | Dont die when we're missing a routeRobin Appelman2015-11-301-3/+3
* | Merge pull request #20535 from owncloud/stable8.2-fakelocking-for-macVincent Petry2015-11-252-1/+175
|\ \
| * | [stable8.2] Add fake locker pluginLukas Reschke2015-11-162-1/+175
| |/
* / Make the JobList test more robust by sorting the result of getAll before comp...Joas Schilling2015-11-231-12/+24
|/
* Add test for special character during moveRobin Appelman2015-11-101-0/+48
* Merge pull request #20328 from owncloud/stable8.2-users-fixeveryonecountVincent Petry2015-11-091-0/+69
|\
| * Fix everyone count for subadminsVincent Petry2015-11-051-0/+69
* | Merge pull request #20387 from owncloud/backport-20348-integer-group-namesVincent Petry2015-11-091-0/+26
|\ \
| * | Make sure that group names are strings not integersJoas Schilling2015-11-091-0/+26
| |/
* / make sure that we update the unencrypted size for the versionsBjörn Schießle2015-11-051-0/+96
|/
* Use the methodJoas Schilling2015-10-291-7/+1
* Add a repair step that checks for group membership on sharesJoas Schilling2015-10-291-0/+138
* Remove shares where the parent does not exist anymoreJoas Schilling2015-10-291-0/+78
* Verify the src exists in webdav MOVERoeland Jago Douma2015-10-271-0/+13
* Remove dependency on ICrypto + use XORLukas Reschke2015-10-2112-106/+7
* Merge pull request #19882 from owncloud/backport-ceph-stop-script-changesThomas Müller2015-10-214-17/+44
|\
| * fix sabre connector tests when using a non local home storageRobin Appelman2015-10-201-6/+9
| * Add tests for double cache renameRobin Appelman2015-10-201-0/+18
| * Skip checkupdate test for swiftRobin Appelman2015-10-201-0/+4
| * Fix error in stop scriptThomas Müller2015-10-201-11/+13
* | Merge pull request #19876 from owncloud/backport-19820-stable8.2Morris Jobke2015-10-201-3/+43
|\ \
| * | Check for error when resharingRoeland Jago Douma2015-10-191-6/+22
| * | When sharing with the owner show the pathRoeland Jago Douma2015-10-191-0/+24
| |/
* | Merge pull request #19766 from owncloud/stable8.2-proppatch-lastmodifiedMorris Jobke2015-10-201-3/+3
|\ \
| * | Fix mtime PROPPATCH to be "lastmodified" instead of "getlastmodified"Vincent Petry2015-10-141-3/+3
| |/
* / The constant is now deprecatedJoas Schilling2015-10-152-2/+2
|/
* Reference v2 in the provider listLukas Reschke2015-10-131-17/+17
* Do not print exception messageLukas Reschke2015-10-131-2/+44
* Merge pull request #19677 from owncloud/silently-fail-app-upgrade-exceptions-...Thomas Müller2015-10-131-1/+1
|\
| * Always pass in ILoggerThomas Müller2015-10-091-1/+1