Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #9241 from owncloud/backgroundjob-check | icewind1991 | 2014-06-27 | 3 | -2/+10 |
|\ | |||||
| * | Fix check if class exists | Robin Appelman | 2014-06-27 | 1 | -1/+1 |
| * | Check if classes/method exists before trying to call them in background jobs | Robin Appelman | 2014-06-26 | 3 | -2/+10 |
* | | Merge pull request #9051 from owncloud/Bagera-master | Frank Karlitschek | 2014-06-26 | 3 | -23/+36 |
|\ \ | |||||
| * | | fix padding for last cell in summary of trashbin | Morris Jobke | 2014-06-26 | 1 | -0/+4 |
| * | | Aligning in the table header as well | Bagera | 2014-06-16 | 2 | -15/+26 |
| * | | Aligning with line height | Bagera | 2014-06-16 | 1 | -10/+5 |
| * | | Fix delete action height | Bagera | 2014-06-16 | 1 | -5/+8 |
* | | | Merge pull request #9236 from owncloud/sharing-settingswording | icewind1991 | 2014-06-26 | 1 | -1/+1 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Fix wording for remote shares in settings page | Vincent Petry | 2014-06-26 | 1 | -1/+1 |
* | | | Merge pull request #9234 from owncloud/fix-ellipsis-for-folders | Raghu Nayyar | 2014-06-26 | 1 | -2/+2 |
|\ \ \ | |||||
| * | | | Fix ellipsis for folders on mobile screens | Morris Jobke | 2014-06-26 | 1 | -2/+2 |
* | | | | Merge pull request #9230 from owncloud/fix-repair-step-php-53 | Thomas Müller | 2014-06-26 | 1 | -1/+10 |
|\ \ \ \ | |||||
| * | | | | Redeclared as public to allow invocation from within the closure in php 5.3 | Thomas Müller | 2014-06-26 | 1 | -1/+10 |
| |/ / / | |||||
* | | | | Merge pull request #9213 from owncloud/upgrade-donotloadappsinremote | Vincent Petry | 2014-06-26 | 1 | -0/+9 |
|\ \ \ \ | |||||
| * | | | | Prevent loading apps in remote when an upgrade is due | Vincent Petry | 2014-06-25 | 1 | -0/+9 |
* | | | | | Merge pull request #9206 from owncloud/occ-scan-user | Vincent Petry | 2014-06-26 | 2 | -14/+28 |
|\ \ \ \ \ | |||||
| * | | | | | Prevent running the files:scan command as the wrong user | Robin Appelman | 2014-06-25 | 2 | -14/+28 |
* | | | | | | Merge pull request #9223 from owncloud/occ-scan-arguments | icewind1991 | 2014-06-26 | 1 | -0/+5 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Add error message when no users specified to files:scan command | Vincent Petry | 2014-06-26 | 1 | -0/+5 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | Merge pull request #9211 from owncloud/fix-hidden-share-button | Jan-Christoph Borchardt | 2014-06-26 | 2 | -3/+5 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Fix hidden share button and checkbox layout | Morris Jobke | 2014-06-25 | 2 | -3/+5 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge pull request #9210 from owncloud/better_validation_in_getAppPath | Vincent Petry | 2014-06-26 | 1 | -0/+4 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | |||||
| * | | | | | better validation for OC_App::getAppPath() | Georg Ehrke | 2014-06-25 | 1 | -0/+4 |
* | | | | | | Merge pull request #9171 from owncloud/enc_always_use_oc_view | Björn Schießle | 2014-06-26 | 5 | -109/+98 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | |||||
| * | | | | | fix unit tests | Bjoern Schiessle | 2014-06-25 | 1 | -2/+2 |
| * | | | | | always use a \OC\Files\View | Bjoern Schiessle | 2014-06-25 | 4 | -77/+59 |
| * | | | | | always use oc filesystem for rename operation | Bjoern Schiessle | 2014-06-25 | 2 | -34/+41 |
* | | | | | | Merge pull request #9193 from owncloud/sharing_etag_propagation | Björn Schießle | 2014-06-26 | 6 | -22/+261 |
|\ \ \ \ \ \ | |||||
| * | | | | | | make sure that hooks are registered for the tests | Bjoern Schiessle | 2014-06-25 | 3 | -14/+23 |
| * | | | | | | make sure that during share and unshare the etags get propagated correctly | Bjoern Schiessle | 2014-06-25 | 5 | -12/+242 |
| |/ / / / / | |||||
* | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-26 | 30 | -239/+267 |
* | | | | | | 7.0 beta 1v7.0.0beta1 | Frank Karlitschek | 2014-06-25 | 1 | -2/+2 |
* | | | | | | Merge pull request #9205 from owncloud/remoteshare-fixurlpath | Vincent Petry | 2014-06-25 | 2 | -2/+93 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Fix parsing of remote URL when mounting remote shares | Vincent Petry | 2014-06-25 | 2 | -2/+93 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | Merge pull request #9194 from owncloud/revertloadapps | VicDeo | 2014-06-25 | 1 | -0/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Bring back loadApps() in base.php | Vincent Petry | 2014-06-24 | 1 | -0/+1 |
* | | | | | | | Merge pull request #9202 from owncloud/urlhashfix | Morris Jobke | 2014-06-25 | 2 | -23/+27 |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | |||||
| * | | | | | | Fix parsing URL hash when no "?" was specified | Vincent Petry | 2014-06-25 | 1 | -0/+4 |
| * | | | | | | Do not clear URL hash when no external mount params given | Vincent Petry | 2014-06-25 | 1 | -23/+23 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge pull request #9123 from owncloud/webdav-move-permissions | icewind1991 | 2014-06-25 | 2 | -4/+5 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Fix unit tests | Robin Appelman | 2014-06-20 | 1 | -0/+4 |
| * | | | | | | Fix permissions check when moving a file to a different directory over webdav | Robin Appelman | 2014-06-20 | 1 | -4/+1 |
* | | | | | | | Merge pull request #9189 from owncloud/sharing_fix_permissions | icewind1991 | 2014-06-25 | 4 | -7/+37 |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | |||||
| * | | | | | | really always take root of the substorage | Robin Appelman | 2014-06-25 | 1 | -1/+1 |
| * | | | | | | always take root of the substorage | Bjoern Schiessle | 2014-06-24 | 1 | -1/+1 |
| * | | | | | | add/update unit tests | Bjoern Schiessle | 2014-06-24 | 2 | -3/+33 |
| * | | | | | | only the mount point has delete and update permissions to enable rename opera... | Bjoern Schiessle | 2014-06-24 | 1 | -1/+1 |
| * | | | | | | make sure that we always return the correct permissions | Bjoern Schiessle | 2014-06-24 | 2 | -5/+5 |
* | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-25 | 43 | -327/+388 |
| |_|_|_|/ / |/| | | | | |