summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | 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
|\ \ \ \ \ \
| * | | | | | Verify return typeLukas Reschke2015-12-092-3/+7
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #21055 from owncloud/fix-php-docs-for-consoleThomas Müller2015-12-091-1/+10
|\ \ \ \ \ \
| * | | | | | Fix PHPDoc and check if path does existsLukas Reschke2015-12-091-1/+10
| |/ / / / /
* | | | | | Merge pull request #20995 from owncloud/fix-18734Thomas Müller2015-12-091-1/+5
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | ensure multiselect always receives an array when setting its value, fixes #18734Arthur Schiwon2015-12-071-1/+5
| | |_|/ / | |/| | |
* | | | | Merge pull request #21064 from owncloud/fix-occ-install-on-os-xThomas Müller2015-12-091-1/+6
|\ \ \ \ \
| * | | | | Allow occ install on OS X - same behaviour as web setupMorris Jobke2015-12-091-1/+6
|/ / / / /
* | | | | Merge pull request #21003 from owncloud/personal-mount-mountidThomas Müller2015-12-092-4/+54
|\ \ \ \ \
| * | | | | Add testsRobin Appelman2015-12-081-0/+50