Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add credentials dialog for user provided auth | Jesús Macias | 2016-02-04 | 4 | -85/+184 |
* | 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 | 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 |
|\ \ | |||||
| * | | 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 |
* | | | Merge pull request #22124 from owncloud/comments-author-check | Thomas Müller | 2016-02-04 | 2 | -1/+184 |
|\ \ \ | |||||
| * | | | 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 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | Also add type (file/folder) to IShare object | Roeland Jago Douma | 2016-02-04 | 5 | -3/+147 |
| * | | | 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 |
| |/ / | |||||
* | | | 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 | 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 |
|\ \ \ | |/ / |/| | | |||||
| * | | fix unit tests | Arthur Schiwon | 2016-02-03 | 1 | -4/+9 |
| * | | change error logging | alexweirig | 2016-02-03 | 1 | -1/+1 |
| * | | Fixed undefined variable $dnGroup and variable name | alexweirig | 2016-02-03 | 1 | -7/+7 |
| * | | Refactored code to avoid performance problem | alexweirig | 2016-02-03 | 1 | -41/+37 |
| * | | code changes for user_ldap Dynamic Group Membership | Alex Weirig | 2016-02-03 | 4 | -5/+108 |
* | | | Merge pull request #22110 from owncloud/comment-types-always-plural | Thomas Müller | 2016-02-04 | 7 | -45/+45 |
|\ \ \ | |||||
| * | | | types shall always be plural | Arthur Schiwon | 2016-02-03 | 7 | -45/+45 |
| | |/ | |/| | |||||
* | | | Merge pull request #22103 from ErikPel/tag-css-fix | Thomas Müller | 2016-02-04 | 1 | -1/+7 |
|\ \ \ | |||||
| * | | | Fixes #22097 | Erik Pellikka | 2016-02-03 | 1 | -1/+7 |
* | | | | Merge pull request #21964 from owncloud/calendar-sharing-3 | Thomas Müller | 2016-02-04 | 28 | -129/+1149 |
|\ \ \ \ | |||||
| * | | | | Remove entries in dav_shares on deletion of a calendar | Thomas Müller | 2016-02-03 | 3 | -4/+14 |
| * | | | | Adding propfind property to retrieve sharee information from a dav resource | Thomas Müller | 2016-02-03 | 5 | -4/+201 |
| * | | | | Deleting a shared address book results in unshare | Thomas Müller | 2016-02-03 | 5 | -11/+200 |
| * | | | | Deleting a shared calendar results in unshare | Thomas Müller | 2016-02-03 | 3 | -2/+122 |
| * | | | | Disallow to share with the owner of the resource | Thomas Müller | 2016-02-03 | 1 | -5/+15 |
| * | | | | Fix ACLs on shared calendars | Thomas Müller | 2016-02-03 | 4 | -30/+98 |
| * | | | | No duplicate address book if shared with user and group and the user is part ... | Thomas Müller | 2016-02-03 | 2 | -6/+33 |
| * | | | | No duplicate calendars if shared with user and group and the user is part of ... | Thomas Müller | 2016-02-03 | 2 | -6/+34 |
| * | | | | Add calendar sharing | Thomas Müller | 2016-02-03 | 20 | -121/+492 |
* | | | | | Merge pull request #22108 from owncloud/comments-edit | Thomas Müller | 2016-02-04 | 4 | -44/+332 |
|\ \ \ \ \ | |||||
| * | | | | | Added unit tests for edit/delete comments | Vincent Petry | 2016-02-03 | 1 | -0/+134 |
| * | | | | | Move comment delete action into edit mode | Vincent Petry | 2016-02-03 | 2 | -14/+21 |
| * | | | | | Comment owner can now edit or delete | Vincent Petry | 2016-02-03 | 3 | -38/+185 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge pull request #22072 from vincchan/trim-newusername-whitespace | Thomas Müller | 2016-02-04 | 1 | -0/+4 |
|\ \ \ \ \ | |||||
| * | | | | | move whitspace check to user manager | Vincent Chan | 2016-02-03 | 2 | -6/+4 |
| * | | | | | Do not allow username to have space at the beginning or at the end | Vincent Chan | 2016-02-02 | 1 | -0/+6 |
* | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-04 | 4 | -0/+4 |
| |/ / / / |/| | | | | |||||
* | | | | | Merge pull request #22101 from owncloud/comments-filerow | Thomas Müller | 2016-02-03 | 13 | -12/+430 |
|\ \ \ \ \ | |||||
| * | | | | | Reset comments read marker after loading comments | Vincent Petry | 2016-02-03 | 8 | -11/+235 |
| * | | | | | Add file row indicator for unread comments | Vincent Petry | 2016-02-03 | 6 | -1/+195 |
* | | | | | | Merge pull request #22088 from owncloud/share2_ishare | Thomas Müller | 2016-02-03 | 13 | -690/+603 |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | |||||
| * | | | | | [Share 2.0] Fix public link sharing | Roeland Jago Douma | 2016-02-03 | 2 | -26/+32 |