Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 #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 |
| | |/ | |/| | |||||
* / | | [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 | 10 | -11/+424 |
|\ \ | |||||
| * | | Reset comments read marker after loading comments | Vincent Petry | 2016-02-03 | 7 | -11/+234 |
| * | | Add file row indicator for unread comments | Vincent Petry | 2016-02-03 | 3 | -0/+190 |
* | | | [Share 2.0] Fix public link sharing | Roeland Jago Douma | 2016-02-03 | 2 | -26/+32 |
* | | | [Share 2.0] Fix OCS endpoint | Roeland Jago Douma | 2016-02-03 | 2 | -108/+123 |
| |/ |/| | |||||
* | | Merge pull request #22095 from owncloud/public_link_with_port | Thomas Müller | 2016-02-03 | 2 | -10/+4 |
|\ \ | |||||
| * | | Construct valid URL | Roeland Jago Douma | 2016-02-03 | 2 | -10/+4 |
* | | | Merge pull request #22098 from owncloud/cleanup-core-apps | Thomas Müller | 2016-02-03 | 5 | -9/+1 |
|\ \ \ | |||||
| * | | | Make sure encryption has a valid licence tag | Joas Schilling | 2016-02-03 | 1 | -1/+1 |
| * | | | Remove deprecated and unused standalone tag | Joas Schilling | 2016-02-03 | 2 | -2/+0 |
| * | | | Remove invalid app user doc links | Joas Schilling | 2016-02-03 | 2 | -6/+0 |
| | |/ | |/| | |||||
* | | | Merge pull request #22070 from owncloud/share2_exceptions | Thomas Müller | 2016-02-03 | 4 | -33/+14 |
|\ \ \ | |/ / |/| | | |||||
| * | | [Share 2.0] Use GenericShareException | Roeland Jago Douma | 2016-02-02 | 2 | -28/+8 |
| * | | [Share 2.0] Add exceptions to OCP | Roeland Jago Douma | 2016-02-02 | 4 | -8/+9 |
* | | | Merge pull request #21997 from owncloud/checksums | Thomas Müller | 2016-02-03 | 2 | -2/+37 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Add store/retrieve checksums | Roeland Jago Douma | 2016-02-03 | 2 | -2/+37 |
* | | | Merge pull request #21772 from owncloud/occ-external-applicable | Thomas Müller | 2016-02-03 | 4 | -0/+432 |
|\ \ \ | |||||
| * | | | Add occ command to manage applicables | Robin Appelman | 2016-02-02 | 4 | -0/+432 |
* | | | | Merge pull request #21961 from owncloud/comments-gui | Thomas Müller | 2016-02-03 | 10 | -0/+858 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | Fixed report name | Vincent Petry | 2016-02-02 | 1 | -2/+2 |
| * | | | Added JS unit tests for comments | Vincent Petry | 2016-02-02 | 4 | -6/+308 |
| * | | | Add spinner when submitting comments | Vincent Petry | 2016-02-02 | 2 | -7/+32 |
| * | | | Fix formatting messages with newlines | Vincent Petry | 2016-02-02 | 1 | -2/+11 |
| * | | | Better comments pagination logic | Vincent Petry | 2016-02-02 | 1 | -11/+9 |
| * | | | Improve comments style, add avatars | Vincent Petry | 2016-02-02 | 3 | -22/+104 |
| * | | | Use last comment's time for pagination | Vincent Petry | 2016-02-02 | 1 | -1/+1 |
| * | | | Add pagination support for comments GUI | Vincent Petry | 2016-02-02 | 2 | -16/+45 |
| * | | | Improve comment date format | Vincent Petry | 2016-02-02 | 1 | -3/+10 |
| * | | | Comments GUI | Vincent Petry | 2016-02-02 | 7 | -0/+406 |