summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Locking: Limit key length in Shared Storage #25376 (#25423)Markus Goetz2016-07-121-0/+7
|
* Additional perm check in Webdav (#25451)Vincent Petry2016-07-121-0/+82
|
* [stable8.2] Set content type when downloading log file to force download in ↵Thomas Müller2016-07-081-0/+3
| | | | some browsers (#25382) (#25399)
* [Stable8.2] Use a CappedCache in the user database backend (#24413)Roeland Douma2016-05-241-0/+12
| | | | | | | | | | * Use a CappedCache in the user database backend When running with a user database backend on large installations the cache can grow to significant sizes. This can be especially problematic when running big cron/repair jobs. * Allow indirect set in CappedMemoryCache
* Make update server URL configurableLukas Reschke2016-05-091-59/+31
| | | | Currently testing the updates is a big problem and not really super easy possible. Since we now have a new updater server we should also make this configurable so that people can properly test updates.
* add testsRobin Appelman2016-04-261-0/+14
|
* Change the sort order of background jobs to be DESC instead of ASCJoas Schilling2016-04-221-4/+13
| | | | | | | | | | In theory, if your instance ever creates more jobs then your system cron can handle, the default background jobs get never executed anymore. Because everytime when the joblist returns the next job it looks for the next ID, however there is always a new next ID, so it will never wrap back to execute the low IDs. But when we change the sort order to be DESC, we make sure that these low IDs are always executed, before the system jumps back up to execute the new IDs.
* [stable8.2] Ignore certificate file if it starts with file://Lukas Reschke2016-04-211-0/+8
|
* fix creation of versions of encrypted files on external storagesBjoern Schiessle2016-03-316-68/+161
| | | | | | in order to create a 1:1 copy of a file if a version gets created we need to store this information on copyBetweenStorage(). This allows us to by-pass the encryption wrapper if we read the source file.
* Merge pull request #22766 from owncloud/ceph-keystone-readiness-stable8.2Vincent Petry2016-03-182-17/+15
|\ | | | | Synchronise files_external and objectstore Docker tests with master
| * Synchronise files_external and objectstore Docker tests with masterRobin McCorkell2016-03-012-17/+15
| | | | | | | | Checkout files from 4d69e562a065a79461343444a842ada025f3643c
* | Rename and move permissions are set when a file is updatableRoeland Jago Douma2016-03-041-2/+2
|/ | | | * Fix unit tests
* recalculate unencrypted size if we assume that the size stored in the db is ↵Bjoern Schiessle2016-02-251-1/+157
| | | | not correct
* Introduce some mimetypes for richdocumentsFaruk Uzun2016-02-081-0/+29
| | | | | | | | | * application/vnd.lotus-wordpro * application/vnd.visio * application/vnd.wordperfect * application/msonenote Backport of #21766
* 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
|\ | | | | [8.2] cap the number of entries we cache in smb's statcache
| * 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
|\ \ | | | | | | [8.2] Skip unavailable storages in scanner
| * | 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 ↵Thomas Müller2015-12-111-0/+25
|\ | | | | | | | | owncloud/stable8.2-catchexceptionindirectdownloadurl [stable8.2] Catch exception when querying direct download link
| * 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 plugin
| * | [stable8.2] Add fake locker pluginLukas Reschke2015-11-162-1/+175
| |/
* / Make the JobList test more robust by sorting the result of getAll before ↵Joas Schilling2015-11-231-12/+24
|/ | | | comparison
* 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
|\ | | | | [stable8.2] Fix everyone count for subadmins
| * Fix everyone count for subadminsVincent Petry2015-11-051-0/+69
| | | | | | | | | | | | | | Also moved the logic to the UsersController Backport of 781bca2437628d2f932abd60c5dcec0ece4504e3 from master, adjusted to use the old SubadminFactory way
* | Merge pull request #20387 from owncloud/backport-20348-integer-group-namesVincent Petry2015-11-091-0/+26
|\ \ | | | | | | Make sure that group names are strings not integers
| * | 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
| | | | * Unit test added
* 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
|\ | | | | Backport objectstore fixes to 8.2
| * 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
| |