| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | [Avatar] Make the avatar controller use the avatar node | Roeland Jago Douma | 2015-12-16 | 1 | -16/+26 |
| * | | [Avatars] Add function to get the Node of the avatar | Roeland Jago Douma | 2015-12-16 | 1 | -1/+14 |
* | | | Remove deprecated OC_Helper::linkTo function | Roeland Jago Douma | 2015-12-17 | 1 | -46/+0 |
|/ / |
|
* / | don't allow to create a federated share if source and target server are the same | Björn Schießle | 2015-12-14 | 1 | -0/+37 |
|/ |
|
* | Merge pull request #20878 from owncloud/proper-htaccess-support-in-code-signi... | Thomas Müller | 2015-12-11 | 1 | -13/+0 |
|\ |
|
| * | Run .htaccess updates in any case | Lukas Reschke | 2015-12-08 | 1 | -13/+0 |
* | | Merge pull request #21135 from owncloud/add-polyfill | Thomas Müller | 2015-12-11 | 2 | -42/+3 |
|\ \ |
|
| * | | Use PHP polyfills | Lukas Reschke | 2015-12-11 | 2 | -42/+3 |
* | | | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2015-12-10 | 1 | -1/+3 |
|/ / |
|
* | | Merge pull request #21072 from owncloud/db-lock-ttl | Thomas Müller | 2015-12-10 | 1 | -7/+1 |
|\ \ |
|
| * | | Remove all locks after ttl from the db | Robin Appelman | 2015-12-09 | 1 | -7/+1 |
* | | | Merge pull request #21105 from owncloud/fix-risky-test-comments | Thomas Müller | 2015-12-10 | 1 | -0/+2 |
|\ \ \ |
|
| * | | | Add assertion to test | Lukas Reschke | 2015-12-10 | 1 | -0/+2 |
* | | | | Make compatible with PHPUnit 5.1 | Lukas Reschke | 2015-12-10 | 1 | -0/+3 |
|/ / / |
|
* | | | 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 | 1 | -2/+2 |
* | | | adjust test's fakemanager to interface change | Arthur Schiwon | 2015-12-09 | 1 | -1/+1 |
* | | | hardening, add some checks for whitespace-only strings | Arthur Schiwon | 2015-12-09 | 1 | -8/+10 |
* | | | 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 |
* | | | OC not oc | Arthur Schiwon | 2015-12-09 | 2 | -8/+8 |
* | | | different strategy in cleaning up after user was deleted | Arthur Schiwon | 2015-12-09 | 2 | -22/+16 |
* | | | add icommentsmanger and icomment implementation | Arthur Schiwon | 2015-12-09 | 4 | -0/+685 |
* | | | Merge pull request #21068 from owncloud/fix-exit-code-autotest-external | Thomas Müller | 2015-12-09 | 1 | -1/+0 |
|\ \ \
| |/ /
|/| | |
|
| * | | remove deprecated strict setting | Thomas Müller | 2015-12-09 | 1 | -1/+0 |
* | | | Merge pull request #21061 from owncloud/fix-oracle-last-insert-id-test | Thomas Müller | 2015-12-09 | 1 | -5/+17 |
|\ \ \
| |/ /
|/| | |
|
| * | | Fix the last insert id test by changing to an autoincrement table | Joas Schilling | 2015-12-09 | 1 | -5/+17 |
* | | | Merge pull request #21038 from owncloud/share-computesharepermissions-notstore | Thomas Müller | 2015-12-09 | 3 | -3/+27 |
|\ \ \
| |/ /
|/| | |
|
| * | | Fix more unit tests to pass a mock storage instead of null to FileInfo | Vincent Petry | 2015-12-08 | 3 | -3/+27 |
| |/ |
|
* | | Merge pull request #21030 from owncloud/querybuilder-new-features | Thomas Müller | 2015-12-08 | 1 | -5/+78 |
|\ \ |
|
| * | | Add a method to the get "to use" table and column name | Joas Schilling | 2015-12-08 | 1 | -1/+21 |
| * | | Add select distinct to the query builder | Joas Schilling | 2015-12-08 | 1 | -4/+32 |
| * | | Allow getting the last insert id without much hassle | Joas Schilling | 2015-12-08 | 1 | -0/+25 |
| |/ |
|
* | | Merge pull request #20786 from owncloud/systemtags-dav | Thomas Müller | 2015-12-08 | 2 | -4/+4 |
|\ \ |
|
| * | | Fixed system tags DAV and API and docs | Vincent Petry | 2015-12-04 | 2 | -4/+4 |
* | | | Merge pull request #21022 from owncloud/get-rid-of-by-reference | Thomas Müller | 2015-12-08 | 1 | -6/+12 |
|\ \ \ |
|
| * | | | Add unit test for nested arrays | Lukas Reschke | 2015-12-08 | 1 | -6/+12 |
| | |/
| |/| |
|
* / | | Do not trust casting | Lukas Reschke | 2015-12-08 | 1 | -0/+2 |
|/ / |
|
* | | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2015-12-07 | 2 | -4/+0 |
* | | Merge pull request #20981 from owncloud/issue-19848-multiple-emails-for-share... | Thomas Müller | 2015-12-07 | 1 | -3/+19 |
|\ \ |
|
| * | | Add a unit test for single user case as well | Joas Schilling | 2015-12-07 | 1 | -7/+9 |
| * | | Allow sending a share email to multiple users | Joas Schilling | 2015-12-07 | 1 | -3/+17 |
* | | | Merge pull request #20569 from owncloud/issue_20427 | Thomas Müller | 2015-12-07 | 1 | -1/+2 |
|\ \ \ |
|
| * \ \ | Merge branch 'master' into issue_20427 | Jesus Macias Portela | 2015-12-03 | 121 | -1359/+5042 |
| |\ \ \ |
|
| * | | | | Added some unit tests for the status manager | Vincent Petry | 2015-11-20 | 1 | -1/+2 |
* | | | | | Merge pull request #20904 from owncloud/view-mime-filter | Thomas Müller | 2015-12-07 | 1 | -0/+35 |
|\ \ \ \ \ |
|
| * | | | | | Fix mimetype filter in getDirectoryContent | Robin Appelman | 2015-12-03 | 1 | -0/+35 |
* | | | | | | Only try to load avatars in the user list if there is any | Roeland Jago Douma | 2015-12-04 | 1 | -11/+49 |
| |_|_|/ /
|/| | | | |
|
* | | | | | Merge pull request #20807 from owncloud/dont-append-redirect-url-if-user-is-a... | Thomas Müller | 2015-12-03 | 2 | -35/+105 |
|\ \ \ \ \ |
|
| * | | | | | Show error template | Lukas Reschke | 2015-11-30 | 2 | -35/+105 |