Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 8.2 RC1v8.2RC1 | C Montero-Luque | 2015-10-06 | 1 | -2/+2 |
* | Merge pull request #19511 from owncloud/etag-share-permissions-update | Robin Appelman | 2015-10-06 | 5 | -5/+37 |
|\ | |||||
| * | fix phpdoc | Robin Appelman | 2015-10-06 | 1 | -1/+1 |
| * | use microtime | Robin Appelman | 2015-10-06 | 1 | -1/+1 |
| * | clear hooks for tests | Robin Appelman | 2015-10-06 | 1 | -0/+1 |
| * | Mark shares as dirty when changing permissions | Robin Appelman | 2015-10-06 | 4 | -4/+35 |
* | | Merge pull request #18128 from owncloud/share-groupchangeetagpropagation | Thomas Müller | 2015-10-06 | 4 | -0/+336 |
|\ \ | |||||
| * | | Propagate shares etag when group membership changed | Vincent Petry | 2015-10-06 | 4 | -0/+336 |
* | | | Merge pull request #19207 from RealRancor/fix_mount.json_dir | Thomas Müller | 2015-10-06 | 1 | -1/+2 |
|\ \ \ | |||||
| * | | | Path to mount.json needs to be absolute in config.sample.php | RealRancor | 2015-09-29 | 1 | -1/+2 |
* | | | | Merge pull request #19602 from owncloud/allow-certificate-import | Thomas Müller | 2015-10-06 | 2 | -3/+6 |
|\ \ \ \ | |||||
| * | | | | Only show import button if user storages are allowed | Lukas Reschke | 2015-10-06 | 1 | -1/+3 |
| * | | | | Fix importing of certificates | Lukas Reschke | 2015-10-06 | 1 | -2/+3 |
* | | | | | Merge pull request #19605 from owncloud/add-get-http-protocol | Thomas Müller | 2015-10-06 | 3 | -0/+80 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | |||||
| * | | | | Add \OCP\IRequest::getHttpProtocol | Lukas Reschke | 2015-10-06 | 3 | -0/+80 |
| |/ / / | |||||
* | | | | Merge pull request #19603 from owncloud/fix-invalid-class-usage | Thomas Müller | 2015-10-06 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | OC_Log not longer exists | Thomas Müller | 2015-10-06 | 1 | -1/+1 |
* | | | | Merge pull request #19595 from owncloud/fix-versions-log-entry | Thomas Müller | 2015-10-06 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Reset to auto if not set | Victor Dubiniuk | 2015-10-05 | 1 | -1/+1 |
* | | | | Merge pull request #19526 from owncloud/issue-16251-reload-app-settings-when-... | Thomas Müller | 2015-10-06 | 2 | -2/+25 |
|\ \ \ \ | |||||
| * | | | | fix wording | Morris Jobke | 2015-10-06 | 1 | -1/+1 |
| * | | | | Use OC.Dialogs for modal reload message | Morris Jobke | 2015-10-05 | 1 | -1/+15 |
| * | | | | Reload the page when an app needs an update after being enabled | Joas Schilling | 2015-10-05 | 2 | -2/+11 |
* | | | | | Merge pull request #19407 from owncloud/lock-zip-content | Thomas Müller | 2015-10-06 | 2 | -84/+135 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | |||||
| * | | | | Refactor single file download into it's own method | Thomas Müller | 2015-10-05 | 1 | -76/+71 |
| * | | | | Recursively lock folder contents | Thomas Müller | 2015-10-05 | 1 | -6/+27 |
| * | | | | release locks in case of exception | Thomas Müller | 2015-10-05 | 1 | -0/+2 |
| * | | | | log the exception during zip creation | Thomas Müller | 2015-10-05 | 1 | -13/+26 |
| * | | | | Lock files which are zipped | Thomas Müller | 2015-10-05 | 1 | -6/+26 |
| * | | | | Clean PHPDoc | Thomas Müller | 2015-10-05 | 1 | -6/+6 |
* | | | | | Merge pull request #19452 from owncloud/ocs_provisioning_api_more_tests | Thomas Müller | 2015-10-06 | 3 | -13/+130 |
|\ \ \ \ \ | |||||
| * | | | | | [Intergration] Throw error if exception not thrown | Roeland Jago Douma | 2015-10-06 | 1 | -17/+2 |
| * | | | | | added a couple of tests | Sergio Bertolin | 2015-10-06 | 1 | -0/+15 |
| * | | | | | restored assertions in existance of users and groups | Sergio Bertolin | 2015-10-06 | 1 | -12/+14 |
| * | | | | | Being explicit between http and ocs return codes | Sergio Bertolin | 2015-10-06 | 3 | -20/+37 |
| * | | | | | added edit user test | Sergio Bertolin | 2015-10-06 | 1 | -0/+12 |
| * | | | | | Return the actual ocs return codes and check it | Sergio Bertolin | 2015-10-06 | 2 | -18/+37 |
| * | | | | | added some deletion logic | Sergio Bertolin | 2015-10-06 | 1 | -1/+0 |
| * | | | | | added some deletion logic | Sergio Bertolin | 2015-10-06 | 1 | -2/+9 |
| * | | | | | added some group logic | Sergio Bertolin | 2015-10-06 | 2 | -0/+61 |
* | | | | | | Merge pull request #19597 from owncloud/update-license-headers | Thomas Müller | 2015-10-06 | 370 | -237/+481 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | deduplicate @xenopathic | Morris Jobke | 2015-10-06 | 118 | -118/+101 |
| * | | | | | update licence headers via script | Morris Jobke | 2015-10-05 | 328 | -190/+450 |
| * | | | | | Update license header script to only use code changes | Morris Jobke | 2015-10-05 | 1 | -2/+3 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge pull request #19577 from owncloud/share-donotreturnentrieswhenusernotin... | Thomas Müller | 2015-10-06 | 2 | -0/+43 |
|\ \ \ \ \ | |||||
| * | | | | | Remove invalid share items from result when missing group membership | Vincent Petry | 2015-10-05 | 2 | -0/+43 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge pull request #19535 from owncloud/check-memcache-module | Thomas Müller | 2015-10-06 | 4 | -6/+65 |
|\ \ \ \ \ | |||||
| * | | | | | [admin] check for correct PHP memcached module | Morris Jobke | 2015-10-06 | 4 | -6/+65 |
* | | | | | | Merge pull request #19530 from owncloud/issue-13213-sharing-conflict-when-sha... | Thomas Müller | 2015-10-06 | 2 | -1/+36 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Add a unit test for "share a file inside a folder that is already shared" | Joas Schilling | 2015-10-05 | 1 | -0/+33 |