Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #22757 from owncloud/apply-license | C. Montero Luque | 2016-03-01 | 32 | -24/+180 |
|\ | | | | | Update copyright information and author file | ||||
| * | Remove Scrutinizer Auto Fixer | Lukas Reschke | 2016-03-01 | 10 | -10/+0 |
| | | |||||
| * | Map Maci | Lukas Reschke | 2016-03-01 | 8 | -0/+8 |
| | | |||||
| * | Update author information | Lukas Reschke | 2016-03-01 | 25 | -14/+172 |
| | | | | | | | | 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 root | Robin Appelman | 2016-03-01 | 1 | -4/+13 |
|/ | |||||
* | Merge pull request #22699 from owncloud/checksum_int_test | Thomas Müller | 2016-03-01 | 2 | -2/+20 |
|\ | | | | | Checksum intergration tests and fixes | ||||
| * | Save some calls to refreshInfo during upload | Vincent Petry | 2016-03-01 | 1 | -4/+5 |
| | | |||||
| * | Fix unit tests | Roeland Jago Douma | 2016-03-01 | 1 | -5/+7 |
| | | |||||
| * | Checksums on chunked files | Roeland Jago Douma | 2016-03-01 | 1 | -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 file | Roeland Jago Douma | 2016-03-01 | 2 | -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_books | Thomas Müller | 2016-03-01 | 1 | -2/+19 |
|\ \ | |/ |/| | remove remote address book if access was revoked | ||||
| * | remove synced remote address book if the remote server revoked access to his ↵ | Bjoern Schiessle | 2016-02-29 | 1 | -2/+19 |
| | | | | | | | | system address book | ||||
* | | Merge pull request #22731 from owncloud/hide-nodes-from-listening | Thomas Müller | 2016-03-01 | 3 | -3/+76 |
|\ \ | | | | | | | Hides nodes from listing that the user has no access to | ||||
| * | | Hides nodes from listing that the user has no access to | Lukas Reschke | 2016-02-29 | 3 | -3/+76 |
| |/ | |||||
* | | Merge pull request #22613 from owncloud/quota-changedavreturnvaluewhennoquotaset | Thomas Müller | 2016-03-01 | 1 | -1/+6 |
|\ \ | | | | | | | Don't return quota when none set | ||||
| * | | Return -3 for unlimited quota | Vincent Petry | 2016-02-29 | 1 | -1/+6 |
| |/ | | | | | | | | | 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 Schilling | 2016-02-29 | 2 | -4/+4 |
|/ | |||||
* | Merge pull request #22592 from owncloud/fix-response-header | Thomas Müller | 2016-02-24 | 1 | -17/+0 |
|\ | | | | | Add header for attachment disposition only once | ||||
| * | Drop unneeded use statements | Morris Jobke | 2016-02-23 | 1 | -4/+0 |
| | | |||||
| * | Add header for attachment disposition only once | Lukas Reschke | 2016-02-23 | 1 | -13/+0 |
| | | | | | | | | | | | | | | | | Recent refactorings have resulted in the header being added twice, this makes browsers ignore the header which removes any security gains. This changeset adds the header only once and adds integration tests ensuring the correct header in future. https://github.com/owncloud/core/issues/22577 | ||||
* | | Case insensitive search in contacts - fixes #22575 | Thomas Müller | 2016-02-22 | 1 | -1/+1 |
|/ | |||||
* | Make non-public-method protected | Joas Schilling | 2016-02-22 | 1 | -1/+1 |
| | |||||
* | Merge pull request #22536 from owncloud/add-integration-tests-for-tags | Thomas Müller | 2016-02-22 | 3 | -4/+32 |
|\ | | | | | Add integration tests for tags plus fix permissions | ||||
| * | Check if user has permission to create such a tag | Lukas Reschke | 2016-02-19 | 3 | -4/+32 |
| | | | | | | | | Fixes https://github.com/owncloud/core/issues/22512 | ||||
* | | Solution for Proposal #19974 | Pierre Jochem | 2016-02-22 | 1 | -0/+3 |
|/ | | | | Show username when writing into owncloud.log | ||||
* | Merge pull request #22509 from owncloud/add-filesplugin-to-new-webdav-endpoint | Thomas Müller | 2016-02-19 | 1 | -0/+4 |
|\ | | | | | Add FilesPlugin | ||||
| * | Add FilesPlugin - fixes #22507 | Thomas Müller | 2016-02-19 | 1 | -0/+4 |
| | | |||||
* | | Merge pull request #22348 from owncloud/issue-21812-calendar-old-caldav-url | Thomas Müller | 2016-02-19 | 2 | -2/+82 |
|\ \ | |/ |/| | Fix old calendar dav urls | ||||
| * | Add correct principals for the current user before ACL check | Joas Schilling | 2016-02-19 | 1 | -0/+69 |
| | | |||||
| * | Convert the old principal to the new principal before getting calendars | Joas Schilling | 2016-02-19 | 1 | -2/+13 |
| | | |||||
* | | Merge pull request #22515 from owncloud/webdav_checksum_only_for_files | Thomas Müller | 2016-02-19 | 1 | -5/+7 |
|\ \ | |/ |/| | Only add checksum headers for 'real' files | ||||
| * | Only add checksum headers for files | Roeland Jago Douma | 2016-02-19 | 1 | -5/+7 |
| | | | | | | | | | | We can only add the checksum header for real ownCloud files (so we have a fileinfo object etc). | ||||
* | | Merge pull request #22198 from owncloud/birthday-calendar | Thomas Müller | 2016-02-19 | 5 | -3/+233 |
|\ \ | |/ |/| | Sync a users contacts birthday to the users birthday calendar | ||||
| * | Adding cli command to sync birthday calendar | Thomas Müller | 2016-02-18 | 1 | -3/+39 |
| | | |||||
| * | Prevent deletion of birthday calendar | Thomas Müller | 2016-02-18 | 2 | -6/+4 |
| | | |||||
| * | Sync a users contacts birthday to the users birthday calendar | Thomas Müller | 2016-02-18 | 4 | -3/+199 |
| | | |||||
* | | Merge pull request #22424 from owncloud/add-generic-csrf-protection-to-webdav | Thomas Müller | 2016-02-19 | 3 | -38/+19 |
|\ \ | | | | | | | Require CSRF token for non WebDAV authenticated requests | ||||
| * | | Require CSRF token for non WebDAV authenticated requests | Lukas Reschke | 2016-02-18 | 3 | -38/+19 |
| |/ | |||||
* / | Check the quota on the actual file's storage in dav quota plugin | Vincent Petry | 2016-02-17 | 1 | -5/+12 |
|/ | | | | | | | | | Fix quota plugin to use the correct file name when chunking When chunking, the file name is the compound name, so need to convert it to the correct final file name before doing the free space check. This ensures that in the case of shared files, the correct storage is used for the quota check. | ||||
* | Merge pull request #22398 from owncloud/fix-card-properties | Thomas Müller | 2016-02-16 | 2 | -8/+11 |
|\ | | | | | Queries on the cards table by uri require the addressbook as well | ||||
| * | Queries on the cards table by uri require the addressbook as well - fixes #22284 | Thomas Müller | 2016-02-15 | 2 | -8/+11 |
| | | |||||
* | | Merge pull request #22385 from ↵ | Thomas Müller | 2016-02-16 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | owncloud/issue-22384-invalid-content-location-on-commenting Posting a comment replies with invalid location URL | ||||
| * | | Deduplicate slashes | Joas Schilling | 2016-02-15 | 1 | -1/+1 |
| |/ | |||||
* / | On login we create a default calendar and a default addressbook for the user ↵ | Thomas Müller | 2016-02-15 | 1 | -1/+41 |
|/ | | | | - fixes #22360 | ||||
* | Merge pull request #22331 from owncloud/dav-nonexisting-part | Thomas Müller | 2016-02-13 | 1 | -1/+1 |
|\ | | | | | fix getNodeForPath for non existing part files | ||||
| * | fix getNodeForPath for non existing part files | Robin Appelman | 2016-02-11 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #22294 from owncloud/carddav-report-list-groups-2 | Thomas Müller | 2016-02-12 | 4 | -2/+102 |
|\ \ | |/ |/| | Adding a custom webdav property which holds the list of contacts groups | ||||
| * | Adding a custom webdav property which holds the list of contacts groups | Thomas Müller | 2016-02-10 | 4 | -2/+102 |
| | | |||||
* | | Merge pull request #22290 from owncloud/dav-upload-scan-in-lock | Thomas Müller | 2016-02-11 | 1 | -5/+5 |
|\ \ | |/ |/| | scan the file in the write lock when uploading over dav | ||||
| * | also fix lock order for chunked dav uploads | Robin Appelman | 2016-02-10 | 1 | -2/+2 |
| | |