Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | get addressbook url and carddav user from remote server | Bjoern Schiessle | 2017-04-11 | 1 | -14/+17 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Add missing maintenance plugin to new DAV endpoint | Lukas Reschke | 2017-04-11 | 1 | -0/+3 |
| | | | | | | The `/remote.php/dav/` endpoint was not implementing the MaintenancePlugin. Thus when the instance was put into maintenance mode the endpoints were still accessible and delivered empty content. Sync clients really do love this. Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Merge pull request #4146 from nextcloud/unread-comments-folder | Morris Jobke | 2017-04-10 | 1 | -1/+30 |
|\ | | | | | Allow getting the unread comment count for an entire folder at once | ||||
| * | Allow getting the unread comment count for an entire folder at once | Robin Appelman | 2017-03-30 | 1 | -1/+30 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Merge pull request #4222 from nextcloud/dav-search-fileid | Roeland Jago Douma | 2017-04-10 | 1 | -3/+5 |
|\ \ | | | | | | | Allow searching file by fileid | ||||
| * | | Allow searching file by fileid | Robin Appelman | 2017-04-05 | 1 | -3/+5 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | don't remove owner property for public calendars | Georg Ehrke | 2017-04-09 | 8 | -7/+280 |
| | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | | | Merge pull request #4224 from nextcloud/dont-list-on-public-calendar-endpoint | Morris Jobke | 2017-04-05 | 2 | -16/+4 |
|\ \ \ | | | | | | | | | Don't list on public calendar endpoints | ||||
| * | | | Don't list on public calendar endpoints | Lukas Reschke | 2017-04-05 | 2 | -16/+4 |
| |/ / | | | | | | | | | | | | | | | | There is no need to allow listing here. Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* / / | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-06 | 2 | -4/+4 |
|/ / | |||||
* | | Merge pull request #3620 from ↵ | Morris Jobke | 2017-04-03 | 5 | -15/+207 |
|\ \ | | | | | | | | | | | | | nextcloud/feature/1463/editable_color_name_for_shared_calendars allow sharees to edit certain calendar properties for themselves | ||||
| * | | OCA\DAV\Files\CustomPropertiesBackend -> OCA\DAV\DAV\CustomPropertiesBackend | Georg Ehrke | 2017-03-27 | 3 | -4/+4 |
| | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
| * | | allow sharees to edit certain calendar properties for themselves | Georg Ehrke | 2017-03-27 | 4 | -13/+205 |
| | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | | | Merge pull request #4166 from ↵ | Roeland Jago Douma | 2017-04-03 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | | | | | | | | | nextcloud/issue-4165-invalid-int-for-transparency-on-calendars Make sure transparency is an integer when saving a calendar | ||||
| * | | | Make sure transparency is an integer when saving a calendar | Joas Schilling | 2017-03-30 | 1 | -2/+2 |
| | |/ | |/| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* / | | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-01 | 2 | -12/+12 |
|/ / | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-03-30 | 2 | -18/+18 |
| | | |||||
* | | Merge pull request #4062 from nextcloud/downstream-26872 | Morris Jobke | 2017-03-29 | 8 | -3/+427 |
|\ \ | | | | | | | Adding dav resource for avatars | ||||
| * | | Don't output jpeg if we request png | Roeland Jago Douma | 2017-03-29 | 1 | -1/+2 |
| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | | Fix PHPDoc | Lukas Reschke | 2017-03-29 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
| * | | Fix inspection results | Roeland Jago Douma | 2017-03-29 | 3 | -22/+23 |
| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | | Adding AvatarNodeTest | Thomas Müller | 2017-03-29 | 2 | -1/+48 |
| | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
| * | | Adding AvatarHomeTest | Thomas Müller | 2017-03-29 | 4 | -9/+147 |
| | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
| * | | Return last modification time to allow proper listing in cadaver | Thomas Müller | 2017-03-29 | 1 | -4/+9 |
| | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
| * | | Adding dav resource for avatars | Thomas Müller | 2017-03-29 | 5 | -1/+233 |
| | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | Merge pull request #4066 from nextcloud/always-fix-the-values-live | Roeland Jago Douma | 2017-03-29 | 7 | -452/+371 |
|\ \ \ | | | | | | | | | Directly fix invalid values of DTEND and DTSTART | ||||
| * | | | Directly fix the values | Joas Schilling | 2017-03-26 | 7 | -452/+371 |
| | |/ | |/| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | Merge pull request #4060 from nextcloud/shared_by_for_own_calendars | Morris Jobke | 2017-03-29 | 2 | -0/+8 |
|\ \ \ | |_|/ |/| | | fix bug with shared_by for own calendars if shared | ||||
| * | | fix bug with shared_by for own calendars if shared | Georg Ehrke | 2017-03-25 | 2 | -0/+8 |
| |/ | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* / | [tx-robot] updated from transifex | Nextcloud bot | 2017-03-28 | 2 | -0/+96 |
|/ | |||||
* | fix tests | Bjoern Schiessle | 2017-03-24 | 2 | -8/+28 |
| | | | | | | calling getAbsoluteBundlePath() in the constructor makes other tests fail Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Load cert file before syncing addressbooks and contacts | Joas Schilling | 2017-03-24 | 1 | -16/+31 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | use right format for avatars | Bjoern Schiessle | 2017-03-24 | 2 | -5/+5 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | don't add empty values to the vcard | Bjoern Schiessle | 2017-03-24 | 3 | -40/+56 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | fix the way we create a new vcard to avoid to have multiple UIDs | Bjoern Schiessle | 2017-03-24 | 1 | -1/+2 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-03-22 | 2 | -4/+80 |
| | |||||
* | [CI] Can we get some faster phpunit execution? (#27113) | Thomas Müller | 2017-03-20 | 2 | -0/+5 |
| | | | | | | | | * Don't backup globals and static attributes * Unset global variable to remove impact on followup tests Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Merge pull request #3913 from cwickert/master | Roeland Jago Douma | 2017-03-19 | 1 | -1/+1 |
|\ | | | | | DummyGetResponsePlugin: ownCloud -> Nexcloud | ||||
| * | DummyGetResponsePlugin: ownCloud -> Nexcloud | Christoph Wickert | 2017-03-18 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Christoph Wickert <cwickert@suse.de> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-03-19 | 2 | -0/+96 |
|/ | |||||
* | Merge pull request #3886 from nextcloud/downstream-26995 | Joas Schilling | 2017-03-17 | 2 | -1/+13 |
|\ | | | | | Chunking NG: Assemble in natural sort order of files | ||||
| * | Chunking NG: Assemble in natural sort order of files | Markus Goetz | 2017-03-17 | 2 | -1/+13 |
| | | | | | | | | | | | | | | | | | | | | | | For https://github.com/owncloud/client/pull/5476 Before this, the assembly could be bogusly in the order 0,1,10,11,2,3 etc. As per the spec "The name of every chunk should be its chunk number." https://github.com/cernbox/smashbox/blob/master/protocol/chunking.md Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-03-17 | 2 | -0/+96 |
|/ | |||||
* | Don't set the HTTP status twice | Joas Schilling | 2017-03-16 | 1 | -1/+0 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #3802 from Ko-/master | Roeland Jago Douma | 2017-03-16 | 2 | -2/+6 |
|\ | | | | | Check that set_time_limit is not disabled before calling it | ||||
| * | Check that set_time_limit is not disabled before calling it | Ko- | 2017-03-11 | 2 | -2/+6 |
| | | | | | | | | Signed-off-by: Ko- <k.stoffelen@cs.ru.nl> | ||||
* | | Fix scheduling plugin on legacy caldav endpoint | Joas Schilling | 2017-03-16 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | fix mock | Maxence Lange | 2017-03-14 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | switch reshares to true | Maxence Lange | 2017-03-14 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Maxence Lange <maxence@nextcloud.com> | ||||
* | | Merge pull request #3600 from coletivoEITA/master | Roeland Jago Douma | 2017-03-14 | 1 | -2/+2 |
|\ \ | | | | | | | added method needsPartFile() in Storage |