summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use PHP polyfillsLukas Reschke2015-12-1114-255/+37
* [tx-robot] updated from transifexJenkins for ownCloud2015-12-11122-316/+280
* Merge pull request #21123 from owncloud/remove-db-locking-performance-warning...Thomas Müller2015-12-101-7/+1
|\
| * Remove info about database locking performanceThomas Müller2015-12-101-7/+1
* | Merge pull request #21119 from owncloud/make-appconfig-more-robustThomas Müller2015-12-101-0/+7
|\ \
| * | Make AppManager->checkAppForUser more robustMorris Jobke2015-12-101-0/+7
* | | Merge pull request #21114 from owncloud/group-propagation-testsThomas Müller2015-12-104-78/+215
|\ \ \
| * | | Add test case for group share propagationRobin Appelman2015-12-104-78/+215
* | | | Merge pull request #21086 from owncloud/storage-nocheckavailforgetownerThomas Müller2015-12-101-1/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | Do not check storage availability for getOwnerVincent Petry2015-12-091-1/+0
| | |/ | |/|
* | | Merge pull request #21072 from owncloud/db-lock-ttlThomas Müller2015-12-102-10/+4
|\ \ \
| * | | Remove all locks after ttl from the dbRobin Appelman2015-12-092-10/+4
* | | | Merge pull request #21073 from owncloud/memcache-lock-ttlThomas Müller2015-12-105-4/+55
|\ \ \ \
| * | | | add sinceRobin Appelman2015-12-091-0/+1
| * | | | ttl for memcache locking backends that support itRobin Appelman2015-12-093-2/+11
| * | | | Add interface for memcache backends that support setting ttl on exisiting keysRobin Appelman2015-12-092-2/+43
| |/ / /
* | | | Merge pull request #21109 from owncloud/proper-version-expire-dedupMorris Jobke2015-12-102-37/+10
|\ \ \ \ | |_|_|/ |/| | |
| * | | Deduplicate version expire jobsMorris Jobke2015-12-102-37/+10
|/ / /
* | | Merge pull request #21105 from owncloud/fix-risky-test-commentsThomas Müller2015-12-101-0/+2
|\ \ \
| * | | Add assertion to testLukas Reschke2015-12-101-0/+2
* | | | Merge pull request #21071 from owncloud/fix-swift-unit-test-execution-masterThomas Müller2015-12-102-4/+283
|\ \ \ \
| * | | | Looks like ceph requires more time to come up ....Thomas Müller2015-12-092-4/+283
* | | | | Merge pull request #20893 from owncloud/test_sharing_file_by_multiple_channelsThomas Müller2015-12-102-1/+63
|\ \ \ \ \
| * | | | | Added check for /textfile0.txtSergio Bertolin2015-12-102-1/+31
| * | | | | Folder depth needs to be at least 3 for all tests to passRoeland Jago Douma2015-12-101-1/+1
| * | | | | Added shared by multiple channels testSergio Bertolin2015-12-102-0/+32
| | |/ / / | |/| | |
* | | | | Merge pull request #20984 from owncloud/fix-mysql-setup-unix-socket-masterThomas Müller2015-12-101-6/+19
|\ \ \ \ \
| * | | | | Add unix_socket support for mysql during initial installation - fixes #20210Thomas Müller2015-12-071-6/+19
* | | | | | Merge pull request #21104 from owncloud/make-compatible-with-phpunit-5-1Thomas Müller2015-12-101-0/+3
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Make compatible with PHPUnit 5.1Lukas Reschke2015-12-101-0/+3
|/ / / / /
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-12-1016-4/+64
* | | | | Merge pull request #21077 from owncloud/external-index-namesThomas Müller2015-12-092-7/+1
|\ \ \ \ \
| * | | | | Let doctrine generate index namesRobin Appelman2015-12-092-7/+1
| | |_|/ / | |/| | |
* | | | | Merge pull request #20775 from owncloud/comments-managerThomas Müller2015-12-0915-7/+1756
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | use expectedException annotation, not via method call, for consistencyArthur Schiwon2015-12-092-13/+29
| * | | | use getLastInsertId from query builder for convenienceArthur Schiwon2015-12-092-3/+3
| * | | | remove unused use statementArthur Schiwon2015-12-091-1/+0
| * | | | php < 5.5 compatibleArthur Schiwon2015-12-091-5/+5
| * | | | adjust test's fakemanager to interface changeArthur Schiwon2015-12-091-1/+1
| * | | | improve PHP doc and remove superflous by reference indicatorArthur Schiwon2015-12-092-7/+7
| * | | | anounce CommentsManager getter in public server interfaceArthur Schiwon2015-12-091-0/+6
| * | | | hardening, add some checks for whitespace-only stringsArthur Schiwon2015-12-092-22/+25
| * | | | fix phpdocArthur Schiwon2015-12-091-2/+3
| * | | | rework test about overwriting default comments managerArthur Schiwon2015-12-093-18/+48
| * | | | namespaces for testsArthur Schiwon2015-12-093-9/+15
| * | | | fix php docArthur Schiwon2015-12-091-1/+1
| * | | | OC not ocArthur Schiwon2015-12-093-10/+10
| * | | | parameter checks for setting actor and object to happen only in one placeArthur Schiwon2015-12-092-13/+8
| * | | | fix usage of emptyArthur Schiwon2015-12-091-6/+6
| * | | | different strategy in cleaning up after user was deletedArthur Schiwon2015-12-096-28/+21