Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix font in desktopapp.svg | Hendrik Leppelsack | 2016-02-05 | 1 | -2/+2 |
| | |||||
* | Use SVG for desktop app button | Lukas Reschke | 2016-02-05 | 1 | -1/+1 |
| | | | | For the other ones we unfortunately don't have that. Partially addresses https://github.com/owncloud/core/issues/22154 | ||||
* | Merge pull request #22146 from owncloud/delete-email-address | Thomas Müller | 2016-02-05 | 1 | -18/+14 |
|\ | | | | | Allow to delete the email address in user management | ||||
| * | Allow to delete the email address in user management | Morris Jobke | 2016-02-05 | 1 | -18/+14 |
| | | |||||
* | | Merge pull request #22143 from owncloud/fix_12385 | Thomas Müller | 2016-02-05 | 2 | -11/+16 |
|\ \ | | | | | | | When a user is removed we should remove the right shares | ||||
| * | | Add intergration test | Roeland Jago Douma | 2016-02-05 | 1 | -10/+15 |
| | | | |||||
| * | | When a user is removed we should remove the right shares | Roeland Jago Douma | 2016-02-05 | 1 | -1/+1 |
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * This means all the shares directly shared with them * Or all group shares having a special share with them This patch fixes the operator precedece (AND before OR). So before this patch: (share_with = <deleted user> AND share_type = 0) OR share_type=2 So it deleted all user specific shares Now: share_with = <deleted user> AND (share_type = 0 OR (share_type=2) | ||||
* | | Merge pull request #22149 from owncloud/scrutinizer-patch-1 | Thomas Müller | 2016-02-05 | 7 | -11/+13 |
|\ \ | |/ |/| | Scrutinizer Auto-Fixes | ||||
| * | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2016-02-05 | 7 | -11/+13 |
|/ | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | ||||
* | Merge pull request #20920 from owncloud/issue_20888 | Thomas Müller | 2016-02-05 | 7 | -86/+219 |
|\ | | | | | Add dialog to enter credentials on errored mount point | ||||
| * | Improve credentials dialog usability a bit | Vincent Petry | 2016-02-04 | 1 | -2/+13 |
| | | | | | | | | | | Automatically focus on the first field. Pressing enter submits the form. | ||||
| * | fix error code for unconfigured user provided auth | Robin Appelman | 2016-02-04 | 1 | -0/+11 |
| | | |||||
| * | set read permissions on failed mount root | Robin Appelman | 2016-02-04 | 1 | -1/+2 |
| | | |||||
| * | handle exception in availibilty check | Robin Appelman | 2016-02-04 | 1 | -3/+8 |
| | | |||||
| * | fix input type | Robin Appelman | 2016-02-04 | 1 | -1/+1 |
| | | |||||
| * | show failed external storages properly | Robin Appelman | 2016-02-04 | 1 | -0/+5 |
| | | |||||
| * | Use handlebars template | Robin Appelman | 2016-02-04 | 1 | -22/+25 |
| | | |||||
| * | Fix PR from comments | Jesús Macias | 2016-02-04 | 1 | -5/+3 |
| | | |||||
| * | Add credentials dialog for user provided auth | Jesús Macias | 2016-02-04 | 4 | -85/+184 |
| | | |||||
* | | Merge pull request #22118 from owncloud/post_update_permissions_hook | Thomas Müller | 2016-02-05 | 3 | -7/+53 |
|\ \ | | | | | | | [Share 2.0] Add missing post_update_permissions hook | ||||
| * | | Path should be relative | Roeland Jago Douma | 2016-02-04 | 2 | -3/+8 |
| | | | |||||
| * | | [Share 2.0] Add missing post_update_permissions hook | Roeland Jago Douma | 2016-02-04 | 3 | -7/+48 |
| | | | |||||
* | | | Merge pull request #22135 from owncloud/global-auth-warning | Thomas Müller | 2016-02-05 | 1 | -1/+4 |
|\ \ \ | | | | | | | | | fix warning caused by global auth | ||||
| * | | | fix warning caused by global auth | Robin Appelman | 2016-02-04 | 1 | -1/+4 |
| | |/ | |/| | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-05 | 14 | -2/+46 |
| |/ |/| | |||||
* | | Merge pull request #22133 from owncloud/add-check-for-content | Thomas Müller | 2016-02-04 | 1 | -1/+1 |
|\ \ | | | | | | | Add check for content | ||||
| * | | Add check for content | Lukas Reschke | 2016-02-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | The response may be a redirect which is always followed by jQuery. Thus leading to false positives depending on the server configuration (e.g. when it issues a 302) To prevent that there is also a check performed on the response content. | ||||
* | | | Merge pull request #22130 from owncloud/fix-jsunit-filesclient | Thomas Müller | 2016-02-04 | 2 | -148/+142 |
|\ \ \ | | | | | | | | | Fix jsunit filesclient | ||||
| * | | | Fix JS DAV files client unit tests | Vincent Petry | 2016-02-04 | 1 | -146/+140 |
| | | | | | | | | | | | | | | | | | | | | Instead of trying to mock the promise, just stub davclient.js' request object. | ||||
| * | | | Small fixes in Dav files client | Vincent Petry | 2016-02-04 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | Remove double leading slash in path. Add utf-8 in default content type. | ||||
* | | | | Merge pull request #21766 from farukuzun/master | Thomas Müller | 2016-02-04 | 6 | -1/+59 |
|\ \ \ \ | |_|_|/ |/| | | | Add some mimetypes | ||||
| * | | | Introduce some mimetypes for richdocuments | Faruk Uzun | 2016-02-04 | 6 | -1/+59 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * application/vnd.lotus-wordpro * application/vnd.visio * application/vnd.wordperfect * application/msonenote | ||||
* | | | | Merge pull request #22107 from owncloud/external-auth-global | Thomas Müller | 2016-02-04 | 9 | -3/+156 |
|\ \ \ \ | | | | | | | | | | | Add global auth backend for files external | ||||
| * | | | | Add global auth backend for files external | Robin Appelman | 2016-02-04 | 9 | -3/+156 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #22111 from owncloud/use-intermediate-certificate | Thomas Müller | 2016-02-04 | 7 | -81/+135 |
|\ \ \ \ | |_|_|/ |/| | | | Use intermediate root authority + sign other release channels | ||||
| * | | | Add proper line ending | Lukas Reschke | 2016-02-03 | 1 | -1/+1 |
| | | | | |||||
| * | | | Also check daily and testing channel | Lukas Reschke | 2016-02-03 | 1 | -0/+2 |
| | | | | |||||
| * | | | Allow specifing the signing path | Lukas Reschke | 2016-02-03 | 5 | -24/+46 |
| | | | | |||||
| * | | | Use intermediate root authority | Lukas Reschke | 2016-02-03 | 2 | -57/+87 |
| | | | | | | | | | | | | | | | | Danimo proposed to use an intermediate root authority for signing purposes which makes sense considering that we may also sign updates this way in the future. So this uses now an intermediate authority. | ||||
* | | | | Merge pull request #22124 from owncloud/comments-author-check | Thomas Müller | 2016-02-04 | 2 | -1/+184 |
|\ \ \ \ | | | | | | | | | | | Check for authorship on edit attempt | ||||
| * | | | | Check for authorship on edit and delete attempts | Arthur Schiwon | 2016-02-04 | 2 | -1/+184 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #22126 from owncloud/share2_lazy_shares | Thomas Müller | 2016-02-04 | 7 | -77/+375 |
|\ \ \ \ | |_|_|/ |/| | | | Lazy shares | ||||
| * | | | Also add type (file/folder) to IShare object | Roeland Jago Douma | 2016-02-04 | 5 | -3/+147 |
| | | | | | | | | | | | | | | | | We need this for the hooks :( | ||||
| * | | | Unit test for delete lazy shares | Roeland Jago Douma | 2016-02-04 | 1 | -0/+33 |
| | | | | |||||
| * | | | Add unit tests | Roeland Jago Douma | 2016-02-04 | 1 | -0/+79 |
| | | | | |||||
| * | | | Make the share object lazy | Roeland Jago Douma | 2016-02-04 | 7 | -74/+116 |
| |/ / | | | | | | | | | | | | | Share providers can now just pass in a fileId. And the node will only be created once needed. | ||||
* | | | Merge pull request #22121 from owncloud/comments-deleteduser | Thomas Müller | 2016-02-04 | 2 | -5/+24 |
|\ \ \ | |/ / |/| | | Special label for deleted users in comments list | ||||
| * | | Special label for deleted users in comments list | Vincent Petry | 2016-02-04 | 2 | -5/+24 |
| | | | |||||
* | | | Merge pull request #22025 from owncloud/21838-jenkins | Thomas Müller | 2016-02-04 | 5 | -5/+109 |
|\ \ \ | |/ / |/| | | [jenkins] + rebased, of #21838 | ||||
| * | | fix unit tests | Arthur Schiwon | 2016-02-03 | 1 | -4/+9 |
| | | |