Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #23404 from owncloud/fix-22988 | Thomas Müller | 2016-03-22 | 2 | -4/+10 |
|\ | | | | | adjust PrincipalUri as returned from Sabre to effective username | ||||
| * | fix unittest | Arthur Schiwon | 2016-03-21 | 1 | -3/+3 |
| | | |||||
| * | adjust PrincipilUri as returned from Sabre to effective username | Arthur Schiwon | 2016-03-18 | 1 | -1/+7 |
| | | |||||
* | | Merge pull request #23320 from owncloud/early-creation-of-birthday-calendar | Thomas Müller | 2016-03-22 | 1 | -16/+12 |
|\ \ | | | | | | | 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-16 | 1 | -16/+12 |
| | | | | | | | | | | | | executed once - fixes #23203 | ||||
* | | | Merge pull request #23292 from owncloud/dav-chunking-onlyfirehooksonce | Thomas Müller | 2016-03-21 | 2 | -2/+71 |
|\ \ \ | | | | | | | | | Do not fire pre/post hooks twice on chunk upload | ||||
| * | | | Do not fire pre/post hooks twice on chunk upload | Vincent Petry | 2016-03-21 | 2 | -2/+71 |
| | | | | |||||
* | | | | Merge pull request #23083 from owncloud/generate-birthdays-on-upgrade | Thomas Müller | 2016-03-21 | 4 | -1/+18 |
|\ \ \ \ | |/ / / |/| | | | Birthday events are generated on upgrade | ||||
| * | | | Generate birthdays on upgrade from 8.2 as well | Thomas Müller | 2016-03-10 | 1 | -0/+1 |
| | | | | |||||
| * | | | Birthday events are generated on upgrade | Thomas Müller | 2016-03-10 | 3 | -1/+17 |
| | | | | |||||
* | | | | Merge pull request #22789 from owncloud/dav-sharesproperty | Thomas Müller | 2016-03-21 | 4 | -0/+526 |
|\ \ \ \ | | | | | | | | | | | Add webdav property for share info in PROPFIND response | ||||
| * | | | | Remove duplicated copyright | Roeland Jago Douma | 2016-03-17 | 2 | -27/+0 |
| | | | | | |||||
| * | | | | Add webdav property for share info in PROPFIND response | Vincent Petry | 2016-03-17 | 4 | -0/+553 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #23368 from owncloud/use-dav-sabre-plugin-for-browser | Thomas Müller | 2016-03-21 | 5 | -10/+31 |
|\ \ \ \ | |_|_|/ |/| | | | In debugging mode we enable Sabre's browser plugin since it helps a l… | ||||
| * | | | Necessary code changes to make browser plugin properly work | Thomas Müller | 2016-03-17 | 2 | -1/+5 |
| | | | | |||||
| * | | | In debugging mode we enable Sabre's browser plugin since it helps a lot when ↵ | Thomas Müller | 2016-03-17 | 3 | -9/+26 |
| |/ / | | | | | | | | | | debugging | ||||
* / / | 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 #23082 from owncloud/contacts_calendar_name_color | Thomas Müller | 2016-03-16 | 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 #23074 from ↵ | Thomas Müller | 2016-03-15 | 1 | -2/+2 |
|\ \ | | | | | | | | | | | | | owncloud/issue-22835-correctly-use-querybuilder-api 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 #23080 from owncloud/use-non-localized-birthday-title | Thomas Müller | 2016-03-11 | 2 | -3/+3 |
|\ \ | | | | | | | Use a birthday title which does not require translation because we ha… | ||||
| * | | Use a birthday title which does not require translation because we have no ↵ | Thomas Müller | 2016-03-10 | 2 | -3/+3 |
| |/ | | | | | | | idea about the target device language and forcing English upon all users is kind of bad | ||||
* | | Merge pull request #23119 from owncloud/fix-getOwner-on-fileshome-master | Thomas Müller | 2016-03-10 | 3 | -12/+65 |
|\ \ | | | | | | | getOwner is not available on FileHome | ||||
| * | | getOwner is not available on FileHome - fixes #23116 | Thomas Müller | 2016-03-10 | 3 | -12/+65 |
| |/ | |||||
* | | Merge pull request #23094 from owncloud/fake-lock-for-windows-7-8-10 | Thomas Müller | 2016-03-10 | 1 | -0/+1 |
|\ \ | | | | | | | 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 #23048 from owncloud/no-fatal-error-if-DSTART-is-not-set | Thomas Müller | 2016-03-10 | 2 | -4/+19 |
|\ \ | | | | | | | No fatal error if dstart is not set | ||||
| * | | fixes #23004 | Thomas Müller | 2016-03-10 | 2 | -3/+18 |
| | | | |||||
| * | | fixes #23020 | Thomas Müller | 2016-03-09 | 1 | -1/+1 |
| |/ | |||||
* | | Merge pull request #23087 from owncloud/allow-migrating-all-calendars | 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 |
| |/ | |||||
* / | The birthday_calendar is read-only | Thomas Müller | 2016-03-10 | 2 | -7/+13 |
|/ | |||||
* | Fix syncing of all birthday calendars in one go | Joas Schilling | 2016-03-09 | 1 | -1/+1 |
| | |||||
* | Fix group sharing and sharing permissions - fixes #22932 | Thomas Müller | 2016-03-08 | 5 | -18/+31 |
| | |||||
* | 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 | ||||
* | Handle calendar migration issue by writing the faulty event to the log and ↵ | Thomas Müller | 2016-03-07 | 3 | -11/+34 |
| | | | | continue | ||||
* | Merge pull request #22896 from owncloud/fix-v1-carddav-endpoint | Thomas Müller | 2016-03-07 | 1 | -1/+1 |
|\ | | | | | Correctly default to null and add type hint | ||||
| * | Correctly default to null and add type hint | Joas Schilling | 2016-03-07 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #22244 from owncloud/dont-update-shared-resource-properties | Thomas Müller | 2016-03-07 | 5 | -3/+84 |
|\ \ | |/ |/| | For 9.0 we don't have the possibility to store calendar and addressbo… | ||||
| * | Allow to change properties of readonly calendars | Joas Schilling | 2016-02-29 | 1 | -0/+8 |
| | | |||||
| * | Allow to hide a shared calendar | Joas Schilling | 2016-02-29 | 2 | -4/+29 |
| | | |||||
| * | For 9.0 we don't have the possibility to store calendar and addressbook ↵ | Thomas Müller | 2016-02-29 | 4 | -3/+51 |
| | | | | | | | | properties on a per-user basis and therefore we simple don't allow this for now | ||||
* | | Use CLOB for timezone | Lukas Reschke | 2016-03-04 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | TEXT defaults to a length of 255 which is going to fail in some cases as the timezone can be rather long. This changes it back to a CLOB as it has been before as well: https://github.com/owncloudarchive/calendar/commit/8d8bb68b010fc2c42a258dee43516404a95ab861. I'm not super convinced that CLOB is the best choice here but at least it seems to work. Fixes https://github.com/owncloud/core/issues/22876 | ||||
* | | Rename and move permissions are set when a file is updatable | Roeland Jago Douma | 2016-03-03 | 2 | -3/+3 |
| | | | | | | | | * Fix unit tests | ||||
* | | Increase all versions on master which is now 9.1 | Joas Schilling | 2016-03-02 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #22757 from owncloud/apply-license | C. Montero Luque | 2016-03-01 | 48 | -30/+235 |
|\ \ | | | | | | | Update copyright information and author file | ||||
| * | | Remove Scrutinizer Auto Fixer | Lukas Reschke | 2016-03-01 | 12 | -12/+0 |
| | | | |||||
| * | | Map Maci | Lukas Reschke | 2016-03-01 | 10 | -0/+10 |
| | | |