Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | of the group | ||||
* | No duplicate calendars if shared with user and group and the user is part of ↵ | Thomas Müller | 2016-02-03 | 2 | -6/+34 |
| | | | | the group | ||||
* | Add calendar sharing | Thomas Müller | 2016-02-03 | 20 | -121/+492 |
| | |||||
* | Merge pull request #22095 from owncloud/public_link_with_port | Thomas Müller | 2016-02-03 | 2 | -10/+4 |
|\ | | | | | Public link downloads should work on instance on non default port | ||||
| * | 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 |
|\ \ | | | | | | | Cleanup core apps | ||||
| * | | 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 |
|\ \ \ | |/ / |/| | | Add sharing exceptions to OCP | ||||
| * | | [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 |
|\ \ \ | |_|/ |/| | | Checksums | ||||
| * | | Add store/retrieve checksums | Roeland Jago Douma | 2016-02-03 | 2 | -2/+37 |
| | | | | | | | | | | | | | | | | | | | | | * Add extra db column to filecache * Bump version * Update filecache code to actually handle checksum * Webdav code to store/retrieve checksums | ||||
* | | | Merge pull request #21772 from owncloud/occ-external-applicable | Thomas Müller | 2016-02-03 | 4 | -0/+432 |
|\ \ \ | | | | | | | | | Add occ command to manage applicables | ||||
| * | | | 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 |
|\ \ \ \ | |_|/ / |/| | | | Comments GUI in files sidebar | ||||
| * | | | 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 |
| | | | | |||||
* | | | | Merge pull request #22059 from owncloud/comments-readmark-dav | Thomas Müller | 2016-02-03 | 7 | -9/+147 |
|\ \ \ \ | | | | | | | | | | | Comments DAV methods for read mark manipulation (mark comments of a file as read) + return isUnread status | ||||
| * | | | | set read marker via proppatch against entity | Arthur Schiwon | 2016-02-01 | 3 | -1/+43 |
| | | | | | |||||
| * | | | | Return isUnread property per comment | Arthur Schiwon | 2016-02-01 | 5 | -8/+104 |
| | | | | | |||||
* | | | | | Merge pull request #22053 from owncloud/files_external-params-flags | Thomas Müller | 2016-02-03 | 4 | -47/+83 |
|\ \ \ \ \ | | | | | | | | | | | | | Remove magic flags from files_external backend params | ||||
| * | | | | | Remove magic flags from files_external backend params | Robin Appelman | 2016-02-02 | 4 | -47/+83 |
| | |_|_|/ | |/| | | | |||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-03 | 12 | -0/+40 |
| | | | | | |||||
* | | | | | Don't enable tag activities by default | Joas Schilling | 2016-02-02 | 1 | -1/+1 |
| |_|/ / |/| | | | |||||
* | | | | Merge pull request #22023 from owncloud/interruptable-commands | Thomas Müller | 2016-02-02 | 1 | -61/+13 |
|\ \ \ \ | |/ / / |/| | | | Interruptable commands | ||||
| * | | | Move signal handling to the base class to allow other commands to reuse this ↵ | Thomas Müller | 2016-02-01 | 1 | -61/+13 |
| | | | | | | | | | | | | | | | | feature | ||||
* | | | | Merge pull request #22049 from owncloud/issue-22041-activities-for-systemtags | Thomas Müller | 2016-02-02 | 4 | -1/+561 |
|\ \ \ \ | | | | | | | | | | | Issue 22041 activities for systemtags | ||||
| * | | | | Fix path match | Joas Schilling | 2016-02-02 | 2 | -2/+6 |
| | | | | | |||||
| * | | | | Add activities when a tag is (un-)assigned | Joas Schilling | 2016-02-02 | 3 | -20/+171 |
| | | | | | |||||
| * | | | | Add activities for admins when a tag is created/updated/deleted | Joas Schilling | 2016-02-02 | 3 | -0/+402 |
| | | | | | |||||
| * | | | | App needs to be of type logging to be able to have activities | Joas Schilling | 2016-02-02 | 1 | -1/+4 |
| | | | | | |||||
* | | | | | Merge pull request #22055 from owncloud/systemtags-checkfileidowner | Thomas Müller | 2016-02-02 | 6 | -13/+109 |
|\ \ \ \ \ | | | | | | | | | | | | | Make sure user has access to file for system tag operations | ||||
| * | | | | | Make sure user has access to file for system tag operations | Vincent Petry | 2016-02-01 | 6 | -13/+109 |
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | Fixes DAV's SystemTagsObjectTypeCollection to not give access to files where the current user doesn't have access to. | ||||
* | | | | | Filter contacts from the local system addressbook - remote share with local ↵ | Thomas Müller | 2016-02-02 | 2 | -0/+7 |
| | | | | | | | | | | | | | | | | | | | | users is not allowed | ||||
* | | | | | PHP 5.4 compatibility | Thomas Müller | 2016-02-02 | 1 | -1/+2 |
| | | | | |