Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Explicitly add the current principal to the acl in case of group ↵ | Thomas Müller | 2016-03-31 | 2 | -28/+14 |
| | | | | | | sharing" This reverts commit 52f4acf23d9e388fdc6348858c4572e291bbc56b. | ||||
* | Fix acls for calendar objects and cards - fixes #23273 | Thomas Müller | 2016-03-31 | 2 | -3/+122 |
| | |||||
* | Explicitly add the current principal to the acl in case of group sharing | Thomas Müller | 2016-03-29 | 2 | -14/+28 |
| | |||||
* | Return remote shares in oc:share-types Webdav property | Vincent Petry | 2016-03-24 | 1 | -0/+2 |
| | | | | | Fixes web UI to properly display the share status icon when an outgoing remote share exists | ||||
* | Check if request is sent from official ownCloud client | Lukas Reschke | 2016-03-24 | 1 | -19/+174 |
| | | | | | | There are authentication backends such as Shibboleth that do send no Basic Auth credentials for DAV requests. This means that the ownCloud DAV backend would consider these requests coming from an untrusted source and require higher levels of security checks. (e.g. a CSRF check) While an elegant solution would rely on authenticating via token (so that one can properly ensure that the request came indeed from a trusted client) this is a okay'ish workaround for this problem until we have something more reliable in the authentication code. | ||||
* | adjust PrincipalUri as returned from Sabre to effective username | Arthur Schiwon | 2016-03-22 | 1 | -3/+3 |
| | | | | backport of #23404 | ||||
* | Remove duplicated copyright | Roeland Jago Douma | 2016-03-18 | 1 | -6/+0 |
| | |||||
* | Add webdav property for share info in PROPFIND response | Vincent Petry | 2016-03-18 | 1 | -0/+263 |
| | |||||
* | Merge pull request #22949 from ↵ | Thomas Müller | 2016-03-14 | 2 | -10/+25 |
|\ | | | | | | | | | owncloud/stable9-fix-group-share-migration-for-calendars-and-contacts Fix group sharing and sharing permissions - fixes #22932 | ||||
| * | Fix group sharing and sharing permissions - fixes #22932 | Thomas Müller | 2016-03-08 | 2 | -10/+25 |
| | | |||||
* | | Merge pull request #23114 from ↵ | Thomas Müller | 2016-03-14 | 1 | -2/+17 |
|\ \ | | | | | | | | | | | | | owncloud/no-fatal-error-if-DSTART-is-not-set-stable9 No fatal error if dstart is not set stable9 | ||||
| * | | fixes #23004 | Thomas Müller | 2016-03-10 | 1 | -2/+17 |
| | | | |||||
* | | | Merge pull request #23105 from owncloud/readonly-birthday-cal-stable9 | Thomas Müller | 2016-03-14 | 1 | -3/+4 |
|\ \ \ | | | | | | | | | The birthday_calendar is read-only | ||||
| * | | | The birthday_calendar is read-only | Thomas Müller | 2016-03-10 | 1 | -3/+4 |
| | | | | |||||
* | | | | getOwner is not available on FileHome - fixes #23116 | Thomas Müller | 2016-03-10 | 1 | -2/+50 |
|/ / / | |||||
* | | | Merge pull request #22909 from ↵ | Thomas Müller | 2016-03-10 | 2 | -0/+55 |
|\ \ \ | |/ / |/| | | | | | | | | owncloud/backport-22244-prevent-calendar-proppatch [9.0] Prevent calendar proppatch for share recipients | ||||
| * | | Allow to hide a shared calendar | Joas Schilling | 2016-03-07 | 1 | -3/+26 |
| | | | |||||
| * | | For 9.0 we don't have the possibility to store calendar and addressbook ↵ | Thomas Müller | 2016-03-07 | 2 | -0/+32 |
| | | | | | | | | | | | | properties on a per-user basis and therefore we simple don't allow this for now | ||||
* | | | Merge pull request #22841 from owncloud/stable9_22830 | Thomas Müller | 2016-03-09 | 1 | -2/+2 |
|\ \ \ | |_|/ |/| | | [Stable 9] Rename and move permissions are set when a file is updatable | ||||
| * | | Rename and move permissions are set when a file is updatable | Roeland Jago Douma | 2016-03-04 | 1 | -2/+2 |
| |/ | | | | | | | * Fix unit tests | ||||
* | | Handle addressbook migration issue by writing the faulty event to the log ↵ | Thomas Müller | 2016-03-07 | 1 | -1/+4 |
| | | | | | | | | and continue | ||||
* | | Handle calendar migration issue by writing the faulty event to the log and ↵ | Thomas Müller | 2016-03-07 | 1 | -5/+7 |
|/ | | | | continue | ||||
* | Merge pull request #22757 from owncloud/apply-license | C. Montero Luque | 2016-03-01 | 9 | -4/+28 |
|\ | | | | | Update copyright information and author file | ||||
| * | Remove Scrutinizer Auto Fixer | Lukas Reschke | 2016-03-01 | 2 | -2/+0 |
| | | |||||
| * | Map Maci | Lukas Reschke | 2016-03-01 | 1 | -0/+1 |
| | | |||||
| * | Update author information | Lukas Reschke | 2016-03-01 | 7 | -2/+27 |
| | | | | | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :) | ||||
* | | allow putting the part file in the view root | Robin Appelman | 2016-03-01 | 1 | -0/+56 |
|/ | |||||
* | Merge pull request #22686 from owncloud/cleanup_remote_address_books | Thomas Müller | 2016-03-01 | 1 | -3/+6 |
|\ | | | | | remove remote address book if access was revoked | ||||
| * | remove synced remote address book if the remote server revoked access to his ↵ | Bjoern Schiessle | 2016-02-29 | 1 | -3/+6 |
| | | | | | | | | system address book | ||||
* | | Merge pull request #22613 from owncloud/quota-changedavreturnvaluewhennoquotaset | Thomas Müller | 2016-03-01 | 1 | -3/+36 |
|\ \ | | | | | | | Don't return quota when none set | ||||
| * | | Return -3 for unlimited quota | Vincent Petry | 2016-02-29 | 1 | -3/+36 |
| |/ | | | | | | | | | Returns -3 for unlimited quota in Webdav response. Also adjusted personal page to show unlimited quota when set. | ||||
* / | Use IQueryBuilder::PARAM_* instead of \PDO::PARAM_* | Joas Schilling | 2016-02-29 | 1 | -3/+4 |
|/ | |||||
* | Merge pull request #22569 from owncloud/issue-22566-too-much-mapping-entries | Thomas Müller | 2016-02-23 | 1 | -11/+11 |
|\ | | | | | Allow defining a limit and offset for getObjectIdsForTags | ||||
| * | Fix dav unit tests | Joas Schilling | 2016-02-23 | 1 | -11/+11 |
| | | |||||
* | | Case insensitive search in contacts - fixes #22575 | Thomas Müller | 2016-02-22 | 1 | -2/+2 |
|/ | |||||
* | Make non-public-method protected | Joas Schilling | 2016-02-22 | 1 | -8/+8 |
| | |||||
* | Check if user has permission to create such a tag | Lukas Reschke | 2016-02-19 | 1 | -2/+253 |
| | | | | Fixes https://github.com/owncloud/core/issues/22512 | ||||
* | Merge pull request #22198 from owncloud/birthday-calendar | Thomas Müller | 2016-02-19 | 4 | -8/+183 |
|\ | | | | | Sync a users contacts birthday to the users birthday calendar | ||||
| * | Adding cli command to sync birthday calendar | Thomas Müller | 2016-02-18 | 1 | -2/+34 |
| | | |||||
| * | Prevent deletion of birthday calendar | Thomas Müller | 2016-02-18 | 1 | -2/+4 |
| | | |||||
| * | Sync a users contacts birthday to the users birthday calendar | Thomas Müller | 2016-02-18 | 3 | -6/+147 |
| | | |||||
* | | Merge pull request #22424 from owncloud/add-generic-csrf-protection-to-webdav | Thomas Müller | 2016-02-19 | 1 | -45/+62 |
|\ \ | | | | | | | Require CSRF token for non WebDAV authenticated requests | ||||
| * | | Require CSRF token for non WebDAV authenticated requests | Lukas Reschke | 2016-02-18 | 1 | -45/+62 |
| |/ | |||||
* / | Check the quota on the actual file's storage in dav quota plugin | Vincent Petry | 2016-02-17 | 1 | -5/+104 |
|/ | | | | | | | | | Fix quota plugin to use the correct file name when chunking When chunking, the file name is the compound name, so need to convert it to the correct final file name before doing the free space check. This ensures that in the case of shared files, the correct storage is used for the quota check. | ||||
* | Queries on the cards table by uri require the addressbook as well - fixes #22284 | Thomas Müller | 2016-02-15 | 2 | -7/+7 |
| | |||||
* | Adding a custom webdav property which holds the list of contacts groups | Thomas Müller | 2016-02-10 | 1 | -0/+17 |
| | |||||
* | Fix group principal | Thomas Müller | 2016-02-10 | 1 | -2/+12 |
| | |||||
* | Merge pull request #22228 from owncloud/comments-limit-message | Thomas Müller | 2016-02-09 | 2 | -0/+132 |
|\ | | | | | Limit comment message to 1k chars | ||||
| * | on DAV throw Bad Request if provided message is too long | Arthur Schiwon | 2016-02-09 | 2 | -0/+132 |
| | | |||||
* | | Merge pull request #22234 from owncloud/systemtags-filter-intersect-empty | Thomas Müller | 2016-02-09 | 1 | -17/+100 |
|\ \ | | | | | | | Fix system tag filter AND condition |