summaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Collapse)AuthorAgeFilesLines
* Personal calendar should be generated even if the birthday calendar already ↵Thomas Müller2016-04-222-16/+169
| | | | exists - fixes #24082
* Birthday calendar should never have write acl - fixes #24154Thomas Müller2016-04-213-15/+19
|
* Adding VCFExportPluginThomas Müller2016-04-101-0/+2
|
* Merge pull request #23801 from owncloud/fix-23496-master-stable9Thomas Müller2016-04-081-2/+4
|\ | | | | [stable9] Avoid fatal php error dring cron execution
| * fixes #23496Thomas Müller2016-04-051-2/+4
| |
* | Merge pull request #23574 from owncloud/sabre-plugin-browser-error-page-stable9Thomas Müller2016-04-066-2/+217
|\ \ | |/ |/| [stable9] Sabre plugin browser error page
| * Add magical regex to catch browsersLukas Reschke2016-03-241-1/+7
| |
| * In case of exception we return an html page in case the client is a browserThomas Müller2016-03-246-2/+211
| |
* | Revert "Explicitly add the current principal to the acl in case of group ↵Thomas Müller2016-03-3114-137/+65
| | | | | | | | | | | | sharing" This reverts commit 52f4acf23d9e388fdc6348858c4572e291bbc56b.
* | Handle group shares of addressbooks on v1 as well ... now FINALLY ....Thomas Müller2016-03-311-1/+2
| |
* | Fix acls for calendar objects and cards - fixes #23273Thomas Müller2016-03-319-84/+193
| |
* | Return proper current-user-principal on v1 endpoints - fixes #23306Thomas Müller2016-03-311-0/+15
| |
* | Fix group shares on v1 caldav and carddav - fixes #23328Thomas Müller2016-03-313-4/+5
| |
* | Fix unit testThomas Müller2016-03-301-1/+1
| |
* | Explicitly add the current principal to the acl in case of group sharingThomas Müller2016-03-2914-66/+138
| |
* | Return remote shares in oc:share-types Webdav propertyVincent Petry2016-03-242-1/+4
|/ | | | | Fixes web UI to properly display the share status icon when an outgoing remote share exists
* Check if request is sent from official ownCloud clientLukas Reschke2016-03-242-36/+239
| | | | | | 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.
* Merge pull request #23467 from ↵Thomas Müller2016-03-221-16/+12
|\ | | | | | | | | owncloud/early-creation-of-birthday-calendar-stable9 Create the contact birthday calendar right away as soon as the comman…
| * Create the contact birthday calendar right away as soon as the command is ↵Thomas Müller2016-03-221-16/+12
| | | | | | | | executed once - fixes #23203
* | adjust PrincipalUri as returned from Sabre to effective usernameArthur Schiwon2016-03-222-4/+10
|/ | | | backport of #23404
* Generate birthdays on upgrade from 8.2 as wellThomas Müller2016-03-211-0/+1
|
* Birthday events are generated on upgradeThomas Müller2016-03-213-1/+17
|
* Remove duplicated copyrightRoeland Jago Douma2016-03-182-27/+0
|
* Add webdav property for share info in PROPFIND responseVincent Petry2016-03-184-0/+553
|
* Set proper public webdav permissions when public upload disabledRoeland Jago Douma2016-03-171-0/+5
| | | | | | | | | | | | Fixes #23325 It can happen that a user shares a folder with public upload. And some time later the admin disables public upload on the server. To make sure this is handled correctly we need to check the config value and reduce the permissions. Fix is kept small to be easy backportable.
* Merge pull request #23128 from owncloud/contacts_calendar_name_color-stable9Thomas Müller2016-03-171-0/+5
|\ | | | | add title and color to birthday calendar
| * add title and color to birthday calendarGeorg Ehrke2016-03-101-0/+5
| |
* | Merge pull request #23075 from owncloud/backport-23074-oracle-ext-storageThomas Müller2016-03-151-2/+2
|\ \ | | | | | | [9.0] Correctly escape join statements and use selectAlias
| * | Correctly escape join statements and use selectAliasJoas Schilling2016-03-101-2/+2
| | |
* | | Merge pull request #22949 from ↵Thomas Müller2016-03-145-18/+31
|\ \ \ | | | | | | | | | | | | | | | | 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 #22932Thomas Müller2016-03-085-18/+31
| | | |
* | | | Merge pull request #23114 from ↵Thomas Müller2016-03-142-4/+19
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | owncloud/no-fatal-error-if-DSTART-is-not-set-stable9 No fatal error if dstart is not set stable9
| * | | | fixes #23004Thomas Müller2016-03-102-3/+18
| | | | |
| * | | | fixes #23020Thomas Müller2016-03-101-1/+1
| | |/ / | |/| |
* | | | Merge pull request #23105 from owncloud/readonly-birthday-cal-stable9Thomas Müller2016-03-142-7/+13
|\ \ \ \ | | | | | | | | | | The birthday_calendar is read-only
| * | | | The birthday_calendar is read-onlyThomas Müller2016-03-102-7/+13
| | |_|/ | |/| |
* | | | Merge pull request #23102 from owncloud/stable9-backport-23094Thomas Müller2016-03-131-0/+1
|\ \ \ \ | | | | | | | | | | [stable9] Fake LOCK statement for Windows 7, 8 and 10 network mounts
| * | | | Fake LOCK statement for Windows 7, 8 and 10 network mountsMorris Jobke2016-03-101-0/+1
| | |/ / | |/| | | | | | | | | | * fixes #22596
* | | | Merge pull request #23127 from owncloud/fix-getOwner-on-fileshome-stable9Thomas Müller2016-03-113-12/+65
|\ \ \ \ | | | | | | | | | | getOwner is not available on FileHome - fixes #23116
| * | | | getOwner is not available on FileHome - fixes #23116Thomas Müller2016-03-103-12/+65
| | |/ / | |/| |
* | | | Merge pull request #23113 from owncloud/allow-migrating-all-calendars-stable9Thomas Müller2016-03-102-4/+4
|\ \ \ \ | |/ / / |/| | | Allow to migrate calendars of all users
| * | | Allow to migrate calendars of all usersJoas Schilling2016-03-102-4/+4
| |/ /
* | | Merge pull request #22909 from ↵Thomas Müller2016-03-105-3/+84
|\ \ \ | |/ / |/| | | | | | | | owncloud/backport-22244-prevent-calendar-proppatch [9.0] Prevent calendar proppatch for share recipients
| * | Allow to change properties of readonly calendarsJoas Schilling2016-03-071-0/+8
| | |
| * | Allow to hide a shared calendarJoas Schilling2016-03-072-4/+29
| | |
| * | For 9.0 we don't have the possibility to store calendar and addressbook ↵Thomas Müller2016-03-074-3/+51
| | | | | | | | | | | | properties on a per-user basis and therefore we simple don't allow this for now
* | | Merge pull request #22841 from owncloud/stable9_22830Thomas Müller2016-03-092-3/+3
|\ \ \ | |_|/ |/| | [Stable 9] Rename and move permissions are set when a file is updatable
| * | Rename and move permissions are set when a file is updatableRoeland Jago Douma2016-03-042-3/+3
| | | | | | | | | | | | * Fix unit tests
* | | Calendar and addressbook migration commands are always availableThomas Müller2016-03-071-10/+2
| | |
* | | Handle addressbook migration issue by writing the faulty event to the log ↵Thomas Müller2016-03-073-7/+32
| | | | | | | | | | | | and continue