aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Collapse)AuthorAgeFilesLines
* add oc_calendar_resources_md and oc_calendar_rooms_md tablesGeorg Ehrke2019-08-014-1/+72
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* [tx-robot] updated from transifexNextcloud bot2019-07-312-0/+12
|
* More precise error message when expected filesize does not match - could be ↵Morris Jobke2019-07-291-3/+2
| | | | | | on reading or writing side Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #16560 from nextcloud/bugfix/noid/fix_cutype_reportingRoeland Jago Douma2019-07-271-11/+16
|\ | | | | fix calendar-user-type reporting
| * fix CUType reportingGeorg Ehrke2019-07-261-11/+16
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | Do not log locked filesRoeland Jago Douma2019-07-261-1/+8
| | | | | | | | | | | | | | This is the code doing its job. There is no need to spam the log file with this. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #16503 from ↵Roeland Jago Douma2019-07-251-0/+5
|\ \ | | | | | | | | | | | | nextcloud/bugfix/5504/create_new_birthday_calendars_with_VEVENT_only allow to provide supported calendar component set internally as a string
| * | allow to provide supported calendar component set internally as a stringGeorg Ehrke2019-07-221-0/+5
| |/ | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* / Dont assign $options to $options and cleanup docDaniel Kesselberg2019-07-221-3/+1
|/ | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* [tx-robot] updated from transifexNextcloud bot2019-07-212-14/+14
|
* Merge pull request #14954 from tacruc/searchPatternsMorris Jobke2019-07-193-15/+52
|\ | | | | Allow to search for real pattern in contacts
| * Allow to search for real pattern in contactsArne Hamann2019-05-283-15/+52
| | | | | | | | | | | | Added an option escape_like_param to allow wildcards Signed-off-by: Arne Hamann <kontakt+github@arne.email>
* | LIMIT is no column but a SQL feature, allow limit on initial syncGeorg Ehrke2019-07-187-1/+76
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | [tx-robot] updated from transifexNextcloud bot2019-07-122-4/+4
| |
* | add test for overwriting in non creatable directoryRobin Appelman2019-07-031-8/+46
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | dont use part files for dav writes when the target folder doesn't have ↵Robin Appelman2019-07-031-2/+7
| | | | | | | | | | | | create permissions Signed-off-by: Robin Appelman <robin@icewind.nl>
* | 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>