Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Personal calendar should be generated even if the birthday calendar already ↵ | Thomas Müller | 2016-04-22 | 2 | -16/+169 |
| | | | | exists - fixes #24082 | ||||
* | Birthday calendar should never have write acl - fixes #24154 | Thomas Müller | 2016-04-21 | 3 | -15/+19 |
| | |||||
* | Adding VCFExportPlugin | Thomas Müller | 2016-04-10 | 1 | -0/+2 |
| | |||||
* | Merge pull request #23801 from owncloud/fix-23496-master-stable9 | Thomas Müller | 2016-04-08 | 1 | -2/+4 |
|\ | | | | | [stable9] Avoid fatal php error dring cron execution | ||||
| * | fixes #23496 | Thomas Müller | 2016-04-05 | 1 | -2/+4 |
| | | |||||
* | | Merge pull request #23574 from owncloud/sabre-plugin-browser-error-page-stable9 | Thomas Müller | 2016-04-06 | 6 | -2/+217 |
|\ \ | |/ |/| | [stable9] Sabre plugin browser error page | ||||
| * | Add magical regex to catch browsers | Lukas Reschke | 2016-03-24 | 1 | -1/+7 |
| | | |||||
| * | In case of exception we return an html page in case the client is a browser | Thomas Müller | 2016-03-24 | 6 | -2/+211 |
| | | |||||
* | | Revert "Explicitly add the current principal to the acl in case of group ↵ | Thomas Müller | 2016-03-31 | 14 | -137/+65 |
| | | | | | | | | | | | | sharing" This reverts commit 52f4acf23d9e388fdc6348858c4572e291bbc56b. | ||||
* | | Handle group shares of addressbooks on v1 as well ... now FINALLY .... | Thomas Müller | 2016-03-31 | 1 | -1/+2 |
| | | |||||
* | | Fix acls for calendar objects and cards - fixes #23273 | Thomas Müller | 2016-03-31 | 9 | -84/+193 |
| | | |||||
* | | Return proper current-user-principal on v1 endpoints - fixes #23306 | Thomas Müller | 2016-03-31 | 1 | -0/+15 |
| | | |||||
* | | Fix group shares on v1 caldav and carddav - fixes #23328 | Thomas Müller | 2016-03-31 | 3 | -4/+5 |
| | | |||||
* | | Fix unit test | Thomas Müller | 2016-03-30 | 1 | -1/+1 |
| | | |||||
* | | Explicitly add the current principal to the acl in case of group sharing | Thomas Müller | 2016-03-29 | 14 | -66/+138 |
| | | |||||
* | | Return remote shares in oc:share-types Webdav property | Vincent Petry | 2016-03-24 | 2 | -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 client | Lukas Reschke | 2016-03-24 | 2 | -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üller | 2016-03-22 | 1 | -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üller | 2016-03-22 | 1 | -16/+12 |
| | | | | | | | | executed once - fixes #23203 | ||||
* | | adjust PrincipalUri as returned from Sabre to effective username | Arthur Schiwon | 2016-03-22 | 2 | -4/+10 |
|/ | | | | backport of #23404 | ||||
* | Generate birthdays on upgrade from 8.2 as well | Thomas Müller | 2016-03-21 | 1 | -0/+1 |
| | |||||
* | Birthday events are generated on upgrade | Thomas Müller | 2016-03-21 | 3 | -1/+17 |
| | |||||
* | Remove duplicated copyright | Roeland Jago Douma | 2016-03-18 | 2 | -27/+0 |
| | |||||
* | Add webdav property for share info in PROPFIND response | Vincent Petry | 2016-03-18 | 4 | -0/+553 |
| | |||||
* | Set proper public webdav permissions when public upload disabled | Roeland Jago Douma | 2016-03-17 | 1 | -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-stable9 | Thomas Müller | 2016-03-17 | 1 | -0/+5 |
|\ | | | | | add title and color to birthday calendar | ||||
| * | add title and color to birthday calendar | Georg Ehrke | 2016-03-10 | 1 | -0/+5 |
| | | |||||
* | | Merge pull request #23075 from owncloud/backport-23074-oracle-ext-storage | Thomas Müller | 2016-03-15 | 1 | -2/+2 |
|\ \ | | | | | | | [9.0] Correctly escape join statements and use selectAlias | ||||
| * | | Correctly escape join statements and use selectAlias | Joas Schilling | 2016-03-10 | 1 | -2/+2 |
| | | | |||||
* | | | Merge pull request #22949 from ↵ | Thomas Müller | 2016-03-14 | 5 | -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 #22932 | Thomas Müller | 2016-03-08 | 5 | -18/+31 |
| | | | | |||||
* | | | | Merge pull request #23114 from ↵ | Thomas Müller | 2016-03-14 | 2 | -4/+19 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | 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 | 2 | -3/+18 |
| | | | | | |||||
| * | | | | fixes #23020 | Thomas Müller | 2016-03-10 | 1 | -1/+1 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #23105 from owncloud/readonly-birthday-cal-stable9 | Thomas Müller | 2016-03-14 | 2 | -7/+13 |
|\ \ \ \ | | | | | | | | | | | The birthday_calendar is read-only | ||||
| * | | | | The birthday_calendar is read-only | Thomas Müller | 2016-03-10 | 2 | -7/+13 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #23102 from owncloud/stable9-backport-23094 | Thomas Müller | 2016-03-13 | 1 | -0/+1 |
|\ \ \ \ | | | | | | | | | | | [stable9] Fake LOCK statement for Windows 7, 8 and 10 network mounts | ||||
| * | | | | Fake LOCK statement for Windows 7, 8 and 10 network mounts | Morris Jobke | 2016-03-10 | 1 | -0/+1 |
| | |/ / | |/| | | | | | | | | | | * fixes #22596 | ||||
* | | | | Merge pull request #23127 from owncloud/fix-getOwner-on-fileshome-stable9 | Thomas Müller | 2016-03-11 | 3 | -12/+65 |
|\ \ \ \ | | | | | | | | | | | getOwner is not available on FileHome - fixes #23116 | ||||
| * | | | | getOwner is not available on FileHome - fixes #23116 | Thomas Müller | 2016-03-10 | 3 | -12/+65 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #23113 from owncloud/allow-migrating-all-calendars-stable9 | Thomas Müller | 2016-03-10 | 2 | -4/+4 |
|\ \ \ \ | |/ / / |/| | | | Allow to migrate calendars of all users | ||||
| * | | | Allow to migrate calendars of all users | Joas Schilling | 2016-03-10 | 2 | -4/+4 |
| |/ / | |||||
* | | | Merge pull request #22909 from ↵ | Thomas Müller | 2016-03-10 | 5 | -3/+84 |
|\ \ \ | |/ / |/| | | | | | | | | owncloud/backport-22244-prevent-calendar-proppatch [9.0] Prevent calendar proppatch for share recipients | ||||
| * | | Allow to change properties of readonly calendars | Joas Schilling | 2016-03-07 | 1 | -0/+8 |
| | | | |||||
| * | | Allow to hide a shared calendar | Joas Schilling | 2016-03-07 | 2 | -4/+29 |
| | | | |||||
| * | | For 9.0 we don't have the possibility to store calendar and addressbook ↵ | Thomas Müller | 2016-03-07 | 4 | -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_22830 | Thomas Müller | 2016-03-09 | 2 | -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 updatable | Roeland Jago Douma | 2016-03-04 | 2 | -3/+3 |
| | | | | | | | | | | | | * Fix unit tests | ||||
* | | | Calendar and addressbook migration commands are always available | Thomas Müller | 2016-03-07 | 1 | -10/+2 |
| | | | |||||
* | | | Handle addressbook migration issue by writing the faulty event to the log ↵ | Thomas Müller | 2016-03-07 | 3 | -7/+32 |
| | | | | | | | | | | | | and continue |