summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | 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
| * | | | | | add icommentsmanger and icomment implementationArthur Schiwon2015-12-0912-6/+1706
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #21076 from owncloud/occ-shall-not-fail-hard-in-maintenanc...Thomas Müller2015-12-091-4/+6
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Don't load commands of apps when in maintenance mode - fixes #20939Thomas Müller2015-12-091-4/+6
|/ / / / /
* | | | | Merge pull request #21060 from owncloud/support-for-read-only-config-dirThomas Müller2015-12-091-7/+9
|\ \ \ \ \
| * | | | | Add support for read only config dirLukas Reschke2015-12-091-7/+9
* | | | | | Merge pull request #21019 from owncloud/occ-get-apppathThomas Müller2015-12-092-0/+63
|\ \ \ \ \ \
| * | | | | | Add occ command to get app pathVictor Dubiniuk2015-12-092-0/+63
* | | | | | | Merge pull request #20989 from owncloud/fix_20769Thomas Müller2015-12-091-0/+41
|\ \ \ \ \ \ \
| * | | | | | | Update parent when moving share into recieved shareRoeland Jago Douma2015-12-071-0/+41
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #21059 from owncloud/remove-deaed-code-mount-configThomas Müller2015-12-091-52/+6
|\ \ \ \ \ \ \
| * | | | | | | Remove dead codeLukas Reschke2015-12-091-52/+6
* | | | | | | | Merge pull request #21068 from owncloud/fix-exit-code-autotest-externalThomas Müller2015-12-093-3/+9
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | Use default timeout on connection testThomas Müller2015-12-091-1/+1
| * | | | | | | remove deprecated strict settingThomas Müller2015-12-091-1/+0
| * | | | | | | script shall exit with error in case the start file has issues - fixes #20798Thomas Müller2015-12-091-1/+8
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #21061 from owncloud/fix-oracle-last-insert-id-testThomas Müller2015-12-092-11/+39
|\ \ \ \ \ \ \
| * | | | | | | Do not quote the table name for lastInsertId()Joas Schilling2015-12-091-6/+22
| * | | | | | | Fix the last insert id test by changing to an autoincrement tableJoas Schilling2015-12-091-5/+17
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #21056 from owncloud/check-returnThomas Müller2015-12-092-3/+7
|\ \ \ \ \ \ \