| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #23268 from owncloud/range-requests-should-not-block-the-s... | Thomas Müller | 2016-04-18 | 1 | -0/+1 |
|\ |
|
| * | Close session for publicwebdav | Lukas Reschke | 2016-03-15 | 1 | -0/+1 |
* | | Move share-permissions property namespace | Roeland Jago Douma | 2016-04-15 | 1 | -1/+1 |
* | | Translate contacts birthday - fixes #23982 | Thomas Müller | 2016-04-14 | 4 | -16/+52 |
* | | Merge pull request #23975 from owncloud/change-default-calendar-and-contacts-... | Thomas Müller | 2016-04-14 | 1 | -2/+4 |
|\ \ |
|
| * | | Use better names for the default calendars and addressbooks - fixes #23720 | Thomas Müller | 2016-04-13 | 1 | -2/+4 |
* | | | Remove dav migration for 9.1 | Thomas Müller | 2016-04-13 | 15 | -1476/+0 |
|/ / |
|
* | | Merge pull request #20118 from owncloud/chunked-upload-dav | Thomas Müller | 2016-04-13 | 12 | -15/+741 |
|\ \ |
|
| * | | Fix unit test of file plugin | Thomas Müller | 2016-04-12 | 2 | -14/+21 |
| * | | Fix chunk file move | Thomas Müller | 2016-04-12 | 1 | -1/+9 |
| * | | Initial implementation of the new chunked upload - as specified in https://dr... | Thomas Müller | 2016-04-12 | 10 | -1/+712 |
* | | | always return the complete permissions the file was shared with | Björn Schießle | 2016-04-12 | 2 | -26/+18 |
|/ / |
|
* | | Merge pull request #23868 from owncloud/scrutinizer-patch-2 | Thomas Müller | 2016-04-11 | 1 | -1/+1 |
|\ \ |
|
| * | | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2016-04-08 | 1 | -1/+1 |
* | | | Merge pull request #23863 from owncloud/fix_unit_tests | Thomas Müller | 2016-04-10 | 2 | -16/+4 |
|\ \ \ |
|
| * | | | Fix dav comments | Roeland Jago Douma | 2016-04-08 | 1 | -10/+0 |
| * | | | Fix filesplugin | Roeland Jago Douma | 2016-04-08 | 1 | -6/+4 |
| |/ / |
|
* / / | Adding VCFExportPlugin | Thomas Müller | 2016-04-10 | 1 | -0/+2 |
|/ / |
|
* | | Merge pull request #23510 from owncloud/birthdays-on-shared-addressbooks | Thomas Müller | 2016-04-08 | 5 | -33/+148 |
|\ \ |
|
| * | | Propagate birthday to group shares as well | Thomas Müller | 2016-03-23 | 4 | -31/+121 |
| * | | Propagate birthdays of shared addressbooks to the sharee's birthday calendar ... | Thomas Müller | 2016-03-23 | 3 | -19/+44 |
* | | | Add unit tests for public auth webdav | Roeland Jago Douma | 2016-04-08 | 1 | -0/+170 |
* | | | Move public webdav auth over to share manager | Roeland Jago Douma | 2016-04-08 | 2 | -50/+44 |
* | | | Merge pull request #23501 from owncloud/alarms_for_birthdayevents | Thomas Müller | 2016-04-06 | 1 | -0/+5 |
|\ \ \ |
|
| * \ \ | Merge branch 'master' into alarms_for_birthdayevents | Achim Königs | 2016-03-26 | 14 | -125/+455 |
| |\ \ \ |
|
| * | | | | add VALARM for birthday events | Achim Königs | 2016-03-23 | 1 | -0/+5 |
* | | | | | All webdav endpoints within remote.php are now hardcoded - helps to prevent m... | Thomas Müller | 2016-04-05 | 1 | -11/+0 |
* | | | | | Merge pull request #23557 from owncloud/sabre-plugin-browser-error-page | Thomas Müller | 2016-04-04 | 6 | -2/+217 |
|\ \ \ \ \ |
|
| * | | | | | 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 |
* | | | | | | Merge pull request #22834 from owncloud/webdav_property_for_share_permissions | Thomas Müller | 2016-03-31 | 3 | -0/+120 |
|\ \ \ \ \ \ |
|
| * | | | | | | Fix unit tests | Roeland Jago Douma | 2016-03-31 | 2 | -3/+14 |
| * | | | | | | Correct share permissions for external storages | Roeland Jago Douma | 2016-03-31 | 1 | -0/+9 |
| * | | | | | | Add sharePermissions webdav property | Roeland Jago Douma | 2016-03-31 | 3 | -0/+100 |
* | | | | | | | Enforce type | Lukas Reschke | 2016-03-31 | 1 | -2/+5 |
* | | | | | | | Return 401 DummyBasicAuth in case of ajax call | Vincent Petry | 2016-03-31 | 2 | -2/+17 |
|/ / / / / / |
|
* | | | | | | Merge pull request #23642 from stweil/master | Thomas Müller | 2016-03-30 | 4 | -5/+5 |
|\ \ \ \ \ \ |
|
| * | | | | | | apps/dav: Fix typos in comments (found and fixed by codespell) | Stefan Weil | 2016-03-30 | 4 | -5/+5 |
* | | | | | | | Merge pull request #23508 from owncloud/text-columns-should-have-length | Thomas Müller | 2016-03-30 | 2 | -1/+22 |
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| * | | | | | | Text columns should really have a length :see_no_evil: | Thomas Müller | 2016-03-23 | 2 | -1/+22 |
| | |_|_|/ /
| |/| | | | |
|
* | | | | | | Merge pull request #23568 from owncloud/finally-fix-23328-now-for-addressbook... | Thomas Müller | 2016-03-29 | 1 | -1/+2 |
|\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | | |
|
| * | | | | | Handle group shares of addressbooks on v1 as well ... now FINALLY .... | Thomas Müller | 2016-03-24 | 1 | -1/+2 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge pull request #23549 from owncloud/dav-sharetypes-remote | Thomas Müller | 2016-03-24 | 2 | -1/+4 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Return remote shares in oc:share-types Webdav property | Vincent Petry | 2016-03-24 | 2 | -1/+4 |
| |/ / / |
|
* | | | | Merge pull request #23342 from owncloud/fix-group-sharing-for-v1-caldav-and-c... | Thomas Müller | 2016-03-24 | 10 | -88/+212 |
|\ \ \ \ |
|
| * | | | | Fix acls for calendar objects and cards - fixes #23273 | Thomas Müller | 2016-03-24 | 9 | -84/+192 |
| * | | | | Return proper current-user-principal on v1 endpoints - fixes #23306 | Thomas Müller | 2016-03-24 | 1 | -0/+15 |
| * | | | | Fix group shares on v1 caldav and carddav - fixes #23328 | Thomas Müller | 2016-03-24 | 3 | -4/+5 |
| | |/ /
| |/| | |
|
* / | | | Check if request is sent from official ownCloud client | Lukas Reschke | 2016-03-24 | 2 | -36/+239 |
|/ / / |
|
* | | | Merge pull request #23507 from owncloud/fix-23496-master | Thomas Müller | 2016-03-23 | 1 | -2/+4 |
|\ \ \
| |/ /
|/| | |
|