summaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Collapse)AuthorAgeFilesLines
* Add webdav property for share info in PROPFIND responseVincent Petry2016-03-174-0/+553
|
* Merge pull request #23082 from owncloud/contacts_calendar_name_colorThomas Müller2016-03-161-0/+5
|\ | | | | add title and color to birthday calendar
| * add title and color to birthday calendarGeorg Ehrke2016-03-101-0/+5
| |
* | Merge pull request #23074 from ↵Thomas Müller2016-03-151-2/+2
|\ \ | | | | | | | | | | | | owncloud/issue-22835-correctly-use-querybuilder-api Correctly escape join statements and use selectAlias
| * | Correctly escape join statements and use selectAliasJoas Schilling2016-03-101-2/+2
| |/
* | Merge pull request #23080 from owncloud/use-non-localized-birthday-titleThomas Müller2016-03-112-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üller2016-03-102-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-masterThomas Müller2016-03-103-12/+65
|\ \ | | | | | | getOwner is not available on FileHome
| * | getOwner is not available on FileHome - fixes #23116Thomas Müller2016-03-103-12/+65
| |/
* | Merge pull request #23094 from owncloud/fake-lock-for-windows-7-8-10Thomas Müller2016-03-101-0/+1
|\ \ | | | | | | 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 #23048 from owncloud/no-fatal-error-if-DSTART-is-not-setThomas Müller2016-03-102-4/+19
|\ \ | | | | | | No fatal error if dstart is not set
| * | fixes #23004Thomas Müller2016-03-102-3/+18
| | |
| * | fixes #23020Thomas Müller2016-03-091-1/+1
| |/
* | Merge pull request #23087 from owncloud/allow-migrating-all-calendarsThomas 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
| |/
* / The birthday_calendar is read-onlyThomas Müller2016-03-102-7/+13
|/
* Fix syncing of all birthday calendars in one goJoas Schilling2016-03-091-1/+1
|
* Fix group sharing and sharing permissions - fixes #22932Thomas Müller2016-03-085-18/+31
|
* 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
* Handle calendar migration issue by writing the faulty event to the log and ↵Thomas Müller2016-03-073-11/+34
| | | | continue
* Merge pull request #22896 from owncloud/fix-v1-carddav-endpointThomas Müller2016-03-071-1/+1
|\ | | | | Correctly default to null and add type hint
| * Correctly default to null and add type hintJoas Schilling2016-03-071-1/+1
| |
* | Merge pull request #22244 from owncloud/dont-update-shared-resource-propertiesThomas Müller2016-03-075-3/+84
|\ \ | |/ |/| For 9.0 we don't have the possibility to store calendar and addressbo…
| * Allow to change properties of readonly calendarsJoas Schilling2016-02-291-0/+8
| |
| * Allow to hide a shared calendarJoas Schilling2016-02-292-4/+29
| |
| * For 9.0 we don't have the possibility to store calendar and addressbook ↵Thomas Müller2016-02-294-3/+51
| | | | | | | | properties on a per-user basis and therefore we simple don't allow this for now
* | Use CLOB for timezoneLukas Reschke2016-03-042-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 updatableRoeland Jago Douma2016-03-032-3/+3
| | | | | | | | * Fix unit tests
* | Increase all versions on master which is now 9.1Joas Schilling2016-03-021-2/+2
| |
* | Merge pull request #22757 from owncloud/apply-licenseC. Montero Luque2016-03-0148-30/+235
|\ \ | | | | | | Update copyright information and author file
| * | Remove Scrutinizer Auto FixerLukas Reschke2016-03-0112-12/+0
| | |
| * | Map MaciLukas Reschke2016-03-0110-0/+10
| | |
| * | Update author informationLukas Reschke2016-03-0139-18/+225
| | | | | | | | | | | | 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 rootRobin Appelman2016-03-012-4/+69
|/ /
* | Merge pull request #22699 from owncloud/checksum_int_testThomas Müller2016-03-012-2/+20
|\ \ | | | | | | Checksum intergration tests and fixes
| * | Save some calls to refreshInfo during uploadVincent Petry2016-03-011-4/+5
| | |
| * | Fix unit testsRoeland Jago Douma2016-03-011-5/+7
| | |
| * | Checksums on chunked filesRoeland Jago Douma2016-03-011-0/+8
| | | | | | | | | | | | | | | We should also store checksums on chunked files. We do not checksum individual chunks but only the final file.
| * | Remove checksum on upload of non checksumed fileRoeland Jago Douma2016-03-012-1/+8
| | | | | | | | | | | | | | | | | | | | | When we overwrite a checksumed file with a file without a checksum we should remove the checksum from the server. This is done by setting the column to empty.
* | | Merge pull request #22686 from owncloud/cleanup_remote_address_booksThomas Müller2016-03-014-6/+42
|\ \ \ | |/ / |/| | remove remote address book if access was revoked
| * | Handle null caseThomas Müller2016-03-011-2/+5
| | |
| * | remove synced remote address book if the remote server revoked access to his ↵Bjoern Schiessle2016-02-293-6/+27
| | | | | | | | | | | | system address book
| * | remove remote address book if the admin removes the server from the trusted ↵Bjoern Schiessle2016-02-291-0/+12
| |/ | | | | | | servers list
* | Merge pull request #22731 from owncloud/hide-nodes-from-listeningThomas Müller2016-03-013-3/+76
|\ \ | | | | | | Hides nodes from listing that the user has no access to
| * | Hides nodes from listing that the user has no access toLukas Reschke2016-02-293-3/+76
| |/
* | Merge pull request #22613 from owncloud/quota-changedavreturnvaluewhennoquotasetThomas Müller2016-03-012-4/+42
|\ \ | | | | | | Don't return quota when none set
| * | Return -3 for unlimited quotaVincent Petry2016-02-292-4/+42
| |/ | | | | | | | | 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 Schilling2016-02-293-7/+8
|/