summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Adding propfind property to retrieve sharee information from a dav resourceThomas Müller2016-02-035-4/+201
|
* Deleting a shared address book results in unshareThomas Müller2016-02-035-11/+200
|
* Deleting a shared calendar results in unshareThomas Müller2016-02-033-2/+122
|
* Disallow to share with the owner of the resourceThomas Müller2016-02-031-5/+15
|
* Fix ACLs on shared calendarsThomas Müller2016-02-034-30/+98
|
* No duplicate address book if shared with user and group and the user is part ↵Thomas Müller2016-02-032-6/+33
| | | | of the group
* No duplicate calendars if shared with user and group and the user is part of ↵Thomas Müller2016-02-032-6/+34
| | | | the group
* Add calendar sharingThomas Müller2016-02-0320-121/+492
|
* Merge pull request #22095 from owncloud/public_link_with_portThomas Müller2016-02-032-10/+4
|\ | | | | Public link downloads should work on instance on non default port
| * Construct valid URLRoeland Jago Douma2016-02-032-10/+4
| |
* | Merge pull request #22098 from owncloud/cleanup-core-appsThomas Müller2016-02-035-9/+1
|\ \ | | | | | | Cleanup core apps
| * | Make sure encryption has a valid licence tagJoas Schilling2016-02-031-1/+1
| | |
| * | Remove deprecated and unused standalone tagJoas Schilling2016-02-032-2/+0
| | |
| * | Remove invalid app user doc linksJoas Schilling2016-02-032-6/+0
| | |
* | | Merge pull request #22070 from owncloud/share2_exceptionsThomas Müller2016-02-034-33/+14
|\ \ \ | |/ / |/| | Add sharing exceptions to OCP
| * | [Share 2.0] Use GenericShareExceptionRoeland Jago Douma2016-02-022-28/+8
| | |
| * | [Share 2.0] Add exceptions to OCPRoeland Jago Douma2016-02-024-8/+9
| | |
* | | Merge pull request #21997 from owncloud/checksumsThomas Müller2016-02-032-2/+37
|\ \ \ | |_|/ |/| | Checksums
| * | Add store/retrieve checksumsRoeland Jago Douma2016-02-032-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-applicableThomas Müller2016-02-034-0/+432
|\ \ \ | | | | | | | | Add occ command to manage applicables
| * | | Add occ command to manage applicablesRobin Appelman2016-02-024-0/+432
| | | |
* | | | Merge pull request #21961 from owncloud/comments-guiThomas Müller2016-02-0310-0/+858
|\ \ \ \ | |_|/ / |/| | | Comments GUI in files sidebar
| * | | Fixed report nameVincent Petry2016-02-021-2/+2
| | | |
| * | | Added JS unit tests for commentsVincent Petry2016-02-024-6/+308
| | | |
| * | | Add spinner when submitting commentsVincent Petry2016-02-022-7/+32
| | | |
| * | | Fix formatting messages with newlinesVincent Petry2016-02-021-2/+11
| | | |
| * | | Better comments pagination logicVincent Petry2016-02-021-11/+9
| | | |
| * | | Improve comments style, add avatarsVincent Petry2016-02-023-22/+104
| | | |
| * | | Use last comment's time for paginationVincent Petry2016-02-021-1/+1
| | | |
| * | | Add pagination support for comments GUIVincent Petry2016-02-022-16/+45
| | | |
| * | | Improve comment date formatVincent Petry2016-02-021-3/+10
| | | |
| * | | Comments GUIVincent Petry2016-02-027-0/+406
| | | |
* | | | Merge pull request #22059 from owncloud/comments-readmark-davThomas Müller2016-02-037-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 entityArthur Schiwon2016-02-013-1/+43
| | | | |
| * | | | Return isUnread property per commentArthur Schiwon2016-02-015-8/+104
| | | | |
* | | | | Merge pull request #22053 from owncloud/files_external-params-flagsThomas Müller2016-02-034-47/+83
|\ \ \ \ \ | | | | | | | | | | | | Remove magic flags from files_external backend params
| * | | | | Remove magic flags from files_external backend paramsRobin Appelman2016-02-024-47/+83
| | |_|_|/ | |/| | |
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2016-02-0312-0/+40
| | | | |
* | | | | Don't enable tag activities by defaultJoas Schilling2016-02-021-1/+1
| |_|/ / |/| | |
* | | | Merge pull request #22023 from owncloud/interruptable-commandsThomas Müller2016-02-021-61/+13
|\ \ \ \ | |/ / / |/| | | Interruptable commands
| * | | Move signal handling to the base class to allow other commands to reuse this ↵Thomas Müller2016-02-011-61/+13
| | | | | | | | | | | | | | | | feature
* | | | Merge pull request #22049 from owncloud/issue-22041-activities-for-systemtagsThomas Müller2016-02-024-1/+561
|\ \ \ \ | | | | | | | | | | Issue 22041 activities for systemtags
| * | | | Fix path matchJoas Schilling2016-02-022-2/+6
| | | | |
| * | | | Add activities when a tag is (un-)assignedJoas Schilling2016-02-023-20/+171
| | | | |
| * | | | Add activities for admins when a tag is created/updated/deletedJoas Schilling2016-02-023-0/+402
| | | | |
| * | | | App needs to be of type logging to be able to have activitiesJoas Schilling2016-02-021-1/+4
| | | | |
* | | | | Merge pull request #22055 from owncloud/systemtags-checkfileidownerThomas Müller2016-02-026-13/+109
|\ \ \ \ \ | | | | | | | | | | | | Make sure user has access to file for system tag operations
| * | | | | Make sure user has access to file for system tag operationsVincent Petry2016-02-016-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üller2016-02-022-0/+7
| | | | | | | | | | | | | | | | | | | | users is not allowed
* | | | | PHP 5.4 compatibilityThomas Müller2016-02-021-1/+2
| | | | |