| Commit message (Expand) | Author | Age | Files | Lines |
* | Disable search field in case there is no search available to the current sele... | Thomas Müller | 2015-06-08 | 1 | -4/+17 |
* | Merge pull request #16382 from oparoz/providers-are-responsible-for-the-size-... | Thomas Müller | 2015-06-08 | 25 | -431/+2067 |
|\ |
|
| * | Make sure we have a resource before measuring its size | Olivier Paroz | 2015-06-08 | 1 | -1/+5 |
| * | Fix max preview, some resizing and caching issues and force preview providers... | Olivier Paroz | 2015-06-06 | 25 | -431/+2063 |
* | | Merge pull request #16796 from owncloud/fix-login-listener-for-file-cache | Thomas Müller | 2015-06-08 | 2 | -6/+4 |
|\ \ |
|
| * | | Fix login handler for file cache - fixes #16795 | Thomas Müller | 2015-06-08 | 2 | -6/+4 |
|/ / |
|
* | | Merge pull request #16158 from owncloud/mountprovider-after-setup | Thomas Müller | 2015-06-08 | 13 | -97/+206 |
|\ \ |
|
| * | | more hints | Robin Appelman | 2015-06-02 | 1 | -1/+1 |
| * | | more type hints | Robin Appelman | 2015-06-02 | 7 | -11/+11 |
| * | | phpdoc, strict and type hints | Robin Appelman | 2015-06-02 | 3 | -5/+18 |
| * | | only use mount provider if we have a valid user | Robin Appelman | 2015-06-02 | 1 | -2/+4 |
| * | | call mount providers that are registered after the filesystem is setup | Robin Appelman | 2015-06-02 | 3 | -8/+75 |
| * | | move emitter implementation to a trait | Robin Appelman | 2015-06-02 | 2 | -77/+104 |
* | | | Merge pull request #16402 from owncloud/issue-15956-slow-group-usercount | Thomas Müller | 2015-06-08 | 6 | -31/+42 |
|\ \ \ |
|
| * | | | Sort user groups by group name and hide the user count | Joas Schilling | 2015-05-18 | 6 | -31/+42 |
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-08 | 22 | -78/+192 |
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-07 | 78 | -24/+504 |
| |_|/
|/| | |
|
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-06 | 18 | -10/+32 |
* | | | Merge pull request #16771 from owncloud/fix-storage-full-message | Lukas Reschke | 2015-06-05 | 5 | -3/+37 |
|\ \ \ |
|
| * | | | Add owner to the storage stats to enable better notifications | Morris Jobke | 2015-06-05 | 5 | -3/+37 |
* | | | | Merge pull request #16768 from owncloud/add-missing-mime-types | Morris Jobke | 2015-06-05 | 1 | -0/+3 |
|\ \ \ \ |
|
| * | | | | Adding mark down mime type mkd - fixes https://github.com/owncloud/files_text... | Thomas Müller | 2015-06-05 | 1 | -0/+1 |
| * | | | | Adding mimetype x-h for header files - fixes https://github.com/owncloud/file... | Thomas Müller | 2015-06-05 | 1 | -0/+2 |
| |/ / / |
|
* | | | | Merge pull request #16767 from owncloud/webdav-preventdeleteroot | Lukas Reschke | 2015-06-05 | 2 | -25/+16 |
|\ \ \ \ |
|
| * | | | | Fix sabre directory test cases | Vincent Petry | 2015-06-05 | 1 | -24/+15 |
| * | | | | Prevent deleting Webdav root | Vincent Petry | 2015-06-05 | 1 | -1/+1 |
* | | | | | Merge pull request #16770 from owncloud/update-ocp-phpdoc | Morris Jobke | 2015-06-05 | 7 | -5/+36 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | [OCP] update PHPdoc to contain correct @since tags | Morris Jobke | 2015-06-05 | 7 | -5/+36 |
|/ / / / |
|
* | | | | Merge pull request #16753 from owncloud/issue-16752-check-for-existing-user-i... | Thomas Müller | 2015-06-05 | 4 | -0/+80 |
|\ \ \ \ |
|
| * | | | | Add unit tests for non existing users | Joas Schilling | 2015-06-05 | 2 | -0/+68 |
| * | | | | Check whether the user exists before trying to set up his file system | Joas Schilling | 2015-06-05 | 2 | -0/+12 |
* | | | | | Merge pull request #16765 from owncloud/fix-chunked-upload-jenkins | Thomas Müller | 2015-06-05 | 3 | -0/+266 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | fix unit test | Thomas Müller | 2015-06-05 | 1 | -29/+22 |
| * | | | | Bring back unit tests for \OC\Cache\File | Thomas Müller | 2015-06-05 | 1 | -0/+85 |
| * | | | | Bring back OC\Cache\File - fixes #16760 | Thomas Müller | 2015-06-05 | 2 | -0/+188 |
* | | | | | Merge pull request #16755 from owncloud/files-mkcolbackslash | Vincent Petry | 2015-06-05 | 2 | -4/+45 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Fix "@throws" tags on doc blocks | Joas Schilling | 2015-06-05 | 1 | -3/+15 |
| * | | | | Add unit tests for InvalidPath Exception being thrown | Joas Schilling | 2015-06-05 | 1 | -1/+27 |
| * | | | | Validate path in getChild | Vincent Petry | 2015-06-05 | 1 | -0/+3 |
* | | | | | Merge pull request #16718 from owncloud/files-catchajaxexceptions | Thomas Müller | 2015-06-05 | 4 | -21/+59 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Catch exceptions in files ajax calls | Vincent Petry | 2015-06-03 | 4 | -21/+59 |
* | | | | | Merge pull request #16748 from owncloud/fix-ldap-port-detection-regression | Morris Jobke | 2015-06-05 | 1 | -13/+21 |
|\ \ \ \ \ |
|
| * | | | | | port detection needs to take care of now thrown exceptions when LDAP server i... | Arthur Schiwon | 2015-06-04 | 1 | -13/+21 |
* | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-05 | 32 | -10/+150 |
* | | | | | | Merge pull request #16746 from owncloud/fix-phpdoc | Robin McCorkell | 2015-06-04 | 1 | -1/+1 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | Fix typo in PHPDoc | Morris Jobke | 2015-06-04 | 1 | -1/+1 |
|/ / / / / |
|
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-04 | 130 | -94/+172 |
* | | | | | Merge pull request #15895 from owncloud/dav-getremoteetag | Joas Schilling | 2015-06-03 | 2 | -3/+35 |
|\ \ \ \ \ |
|
| * | | | | | Disable update check test when testing wrappers | Vincent Petry | 2015-06-02 | 1 | -0/+3 |
| * | | | | | Added storage backend test for checkUpdate | Vincent Petry | 2015-06-02 | 1 | -0/+15 |