aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #16199 from ↵Morris Jobke2019-07-022-3/+20
|\ | | | | | | | | nextcloud/bugfix/noid/refresh_webcal_job_enhancements RefreshWebcalJob: replace ugly Regex with standard php utils
| * RefreshWebcalJob: replace ugly Regex with standard php utilsGeorg Ehrke2019-07-022-3/+20
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | Merge pull request #13186 from labor4/edit_carddav_typesMorris Jobke2019-07-021-1/+1
|\ \ | |/ |/| add carddav-search (vCard2Array) option for X-ADDRESSBOOKSERVER-MEMBER
| * add carddav-search option for X-ADDRESSBOOKSERVER-MEMBERlabor42019-06-071-1/+1
| | | | | | | | | | | | | | | | | | | | Adding field X-ADDRESSBOOKSERVER-MEMBER which can be used to relate persons to groups (macos behaviour). - groups are cards with field X-ADDRESSBOOKSERVER-KIND == 'group' - and all members' UUID/URI in the X-ADDRESSBOOKSERVER-MEMBER array of that group-card. Signed-off-by: labor4 <schreibtisch@labor4.ch>
* | [tx-robot] updated from transifexNextcloud bot2019-06-282-4/+4
| |
* | Merge pull request #15777 from nextcloud/feature/ocp-event-dispatcherRoeland Jago Douma2019-06-253-18/+8
|\ \ | | | | | | Add event dispatcher to OCP
| * | Add event dispatcher to OCPChristoph Wurst2019-06-253-18/+8
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #15888 from nextcloud/dav-write-forward-exceptionRobin Appelman2019-06-241-1/+1
|\ \ \ | |/ / |/| | log inner exception during dav write
| * | log inner exception during dav writeRobin Appelman2019-06-061-1/+1
| |/ | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* / [tx-robot] updated from transifexNextcloud bot2019-06-162-12/+12
|/
* Typehint builtin types in constructor to not initiate autoloadingRoeland Jago Douma2019-06-042-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Do not try to autoload built in typesRoeland Jago Douma2019-06-041-6/+6
| | | | | | | | This avoids calls to the autoloader (or chain of autoloaders) to see if for example 'principalPrefix' class can be found. While we already know it is a string. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2019-05-282-0/+32
|
* Don't run repair step for every individual user, outsource that to ↵Georg Ehrke2019-05-237-63/+179
| | | | | | background job Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Revert "send invitations for shared calendars"Georg Ehrke2019-05-221-67/+0
| | | | This reverts commit a9c313ce451c701a2e065e34022659cf17523963.
* [tx-robot] updated from transifexNextcloud bot2019-05-012-0/+12
|
* do not create folder just to delete it afterwardsArthur Schiwon2019-04-291-7/+15
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Merge pull request #15141 from nextcloud/fix/noid/regenerate-seen-users-onlyRoeland Jago Douma2019-04-246-9/+9
|\ | | | | fix searching all users in repair regenerate birthday cal reparir job
| * remove obsolete use statementsArthur Schiwon2019-04-242-4/+4
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * avoids users searches on backend, faster processingArthur Schiwon2019-04-174-5/+5
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #15146 from nextcloud/fix/customer_properties_boomRoeland Jago Douma2019-04-242-11/+0
|\ \ | | | | | | Prefetching blows up if there are a lot of files.
| * | Prefetching blows up if there are a lot of files.Roeland Jago Douma2019-04-182-11/+0
| |/ | | | | | | | | | | | | | | I saw instances where people had a lot of files (each with custom properties) and all this prefetching blew up and started to consume an insane amount of RAM resulting in the process getting killed. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2019-04-212-0/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2019-04-192-4/+22
|/
* [tx-robot] updated from transifexNextcloud bot2019-04-152-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2019-04-132-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2019-04-122-0/+6
|
* Bump versions of server and the requirements of appsJoas Schilling2019-04-111-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2019-04-102-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2019-04-092-0/+20
|
* [tx-robot] updated from transifexNextcloud bot2019-04-012-8/+80
|
* [tx-robot] updated from transifexNextcloud bot2019-03-292-0/+6
|
* Deduplicate index namesJoas Schilling2019-03-271-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Make sure all tables have named indexesJoas Schilling2019-03-271-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2019-03-266-44/+56
|
* implement principal property search for calendar user address set propertyGeorg Ehrke2019-03-215-0/+170
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* [tx-robot] updated from transifexNextcloud bot2019-03-2196-98/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-03-192-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-03-172-0/+38
|
* Merge pull request #14641 from nextcloud/assemblystream-seekMorris Jobke2019-03-152-3/+52
|\ | | | | make assemblystream seekable
| * make assemblystream seekableRobin Appelman2019-03-132-3/+52
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #14690 from nextcloud/dav-rename-hande-failureMorris Jobke2019-03-141-1/+3
|\ \ | | | | | | throw a proper error if rename fails in dav
| * | throw a proper error if rename fails in davRobin Appelman2019-03-141-1/+3
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | [tx-robot] updated from transifexNextcloud bot2019-03-144-52/+60
|/ /
* | Improve codeMorris Jobke2019-03-131-2/+2
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Use dependency injection for app managerMorris Jobke2019-03-134-5/+25
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Created infrastructure to show circles' shared filesVinicius Cubas Brand2019-03-133-5/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | There is a proposal to allow users to filter files shared to circles. This commit is needed to provide the infrastucture for it. Issue: https://github.com/nextcloud/circles/issues/137 Changes to comply to https://github.com/coletivoEITA/circles/pull/2 Polishing: get files shared to circles in caldav Signed-off-by: Vinicius Cubas Brand <viniciuscb@gmail.com> Signed-off-by: Maxence Lange <maxence@artificial-owl.com> Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #6512 from coletivoEITA/add_circles_sharing_to_caldavMorris Jobke2019-03-1312-6/+110
|\ \ | |/ |/| Change CALDAV to allow calendars be shared with circles.
| * Fix PHPUnitMorris Jobke2019-03-121-0/+2
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * Fix PHPUnitMorris Jobke2019-03-121-0/+2
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>