Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | Merge pull request #21104 from owncloud/make-compatible-with-phpunit-5-1 | Thomas Müller | 2015-12-10 | 1 | -0/+3 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | Make compatible with PHPUnit 5.1 | Lukas Reschke | 2015-12-10 | 1 | -0/+3 | |
|/ / / / / / | ||||||
* | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-12-10 | 16 | -4/+64 | |
* | | | | | | Merge pull request #21077 from owncloud/external-index-names | Thomas Müller | 2015-12-09 | 2 | -7/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Let doctrine generate index names | Robin Appelman | 2015-12-09 | 2 | -7/+1 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge pull request #20775 from owncloud/comments-manager | Thomas Müller | 2015-12-09 | 15 | -7/+1756 | |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | ||||||
| * | | | | | use expectedException annotation, not via method call, for consistency | Arthur Schiwon | 2015-12-09 | 2 | -13/+29 | |
| * | | | | | use getLastInsertId from query builder for convenience | Arthur Schiwon | 2015-12-09 | 2 | -3/+3 | |
| * | | | | | remove unused use statement | Arthur Schiwon | 2015-12-09 | 1 | -1/+0 | |
| * | | | | | php < 5.5 compatible | Arthur Schiwon | 2015-12-09 | 1 | -5/+5 | |
| * | | | | | adjust test's fakemanager to interface change | Arthur Schiwon | 2015-12-09 | 1 | -1/+1 | |
| * | | | | | improve PHP doc and remove superflous by reference indicator | Arthur Schiwon | 2015-12-09 | 2 | -7/+7 | |
| * | | | | | anounce CommentsManager getter in public server interface | Arthur Schiwon | 2015-12-09 | 1 | -0/+6 | |
| * | | | | | hardening, add some checks for whitespace-only strings | Arthur Schiwon | 2015-12-09 | 2 | -22/+25 | |
| * | | | | | fix phpdoc | Arthur Schiwon | 2015-12-09 | 1 | -2/+3 | |
| * | | | | | rework test about overwriting default comments manager | Arthur Schiwon | 2015-12-09 | 3 | -18/+48 | |
| * | | | | | namespaces for tests | Arthur Schiwon | 2015-12-09 | 3 | -9/+15 | |
| * | | | | | fix php doc | Arthur Schiwon | 2015-12-09 | 1 | -1/+1 | |
| * | | | | | OC not oc | Arthur Schiwon | 2015-12-09 | 3 | -10/+10 | |
| * | | | | | parameter checks for setting actor and object to happen only in one place | Arthur Schiwon | 2015-12-09 | 2 | -13/+8 | |
| * | | | | | fix usage of empty | Arthur Schiwon | 2015-12-09 | 1 | -6/+6 | |
| * | | | | | different strategy in cleaning up after user was deleted | Arthur Schiwon | 2015-12-09 | 6 | -28/+21 | |
| * | | | | | add icommentsmanger and icomment implementation | Arthur Schiwon | 2015-12-09 | 12 | -6/+1706 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | Merge pull request #21076 from owncloud/occ-shall-not-fail-hard-in-maintenanc... | Thomas Müller | 2015-12-09 | 1 | -4/+6 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Don't load commands of apps when in maintenance mode - fixes #20939 | Thomas Müller | 2015-12-09 | 1 | -4/+6 | |
|/ / / / | ||||||
* | | | | Merge pull request #21060 from owncloud/support-for-read-only-config-dir | Thomas Müller | 2015-12-09 | 1 | -7/+9 | |
|\ \ \ \ | ||||||
| * | | | | Add support for read only config dir | Lukas Reschke | 2015-12-09 | 1 | -7/+9 | |
* | | | | | Merge pull request #21019 from owncloud/occ-get-apppath | Thomas Müller | 2015-12-09 | 2 | -0/+63 | |
|\ \ \ \ \ | ||||||
| * | | | | | Add occ command to get app path | Victor Dubiniuk | 2015-12-09 | 2 | -0/+63 | |
* | | | | | | Merge pull request #20989 from owncloud/fix_20769 | Thomas Müller | 2015-12-09 | 1 | -0/+41 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Update parent when moving share into recieved share | Roeland Jago Douma | 2015-12-07 | 1 | -0/+41 | |
| | |_|_|/ / | |/| | | | | ||||||
* | | | | | | Merge pull request #21059 from owncloud/remove-deaed-code-mount-config | Thomas Müller | 2015-12-09 | 1 | -52/+6 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Remove dead code | Lukas Reschke | 2015-12-09 | 1 | -52/+6 | |
* | | | | | | | Merge pull request #21068 from owncloud/fix-exit-code-autotest-external | Thomas Müller | 2015-12-09 | 3 | -3/+9 | |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | ||||||
| * | | | | | | Use default timeout on connection test | Thomas Müller | 2015-12-09 | 1 | -1/+1 | |
| * | | | | | | remove deprecated strict setting | Thomas Müller | 2015-12-09 | 1 | -1/+0 | |
| * | | | | | | script shall exit with error in case the start file has issues - fixes #20798 | Thomas Müller | 2015-12-09 | 1 | -1/+8 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge pull request #21061 from owncloud/fix-oracle-last-insert-id-test | Thomas Müller | 2015-12-09 | 2 | -11/+39 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Do not quote the table name for lastInsertId() | Joas Schilling | 2015-12-09 | 1 | -6/+22 | |
| * | | | | | | Fix the last insert id test by changing to an autoincrement table | Joas Schilling | 2015-12-09 | 1 | -5/+17 | |
| | |_|_|/ / | |/| | | | | ||||||
* | | | | | | Merge pull request #21056 from owncloud/check-return | Thomas Müller | 2015-12-09 | 2 | -3/+7 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Verify return type | Lukas Reschke | 2015-12-09 | 2 | -3/+7 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge pull request #21055 from owncloud/fix-php-docs-for-console | Thomas Müller | 2015-12-09 | 1 | -1/+10 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix PHPDoc and check if path does exists | Lukas Reschke | 2015-12-09 | 1 | -1/+10 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #20995 from owncloud/fix-18734 | Thomas Müller | 2015-12-09 | 1 | -1/+5 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | ensure multiselect always receives an array when setting its value, fixes #18734 | Arthur Schiwon | 2015-12-07 | 1 | -1/+5 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | Merge pull request #21064 from owncloud/fix-occ-install-on-os-x | Thomas Müller | 2015-12-09 | 1 | -1/+6 | |
|\ \ \ \ \ | ||||||
| * | | | | | Allow occ install on OS X - same behaviour as web setup | Morris Jobke | 2015-12-09 | 1 | -1/+6 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #21003 from owncloud/personal-mount-mountid | Thomas Müller | 2015-12-09 | 2 | -4/+54 | |
|\ \ \ \ \ | ||||||
| * | | | | | Add tests | Robin Appelman | 2015-12-08 | 1 | -0/+50 |