Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-02-17Do not send imip email to invalid recipientsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-01-26[CalDAV] Validate notified emailsThomas Citharel
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-11-12Fix unit testsRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-11-11Merge pull request #24052 from nextcloud/backport/23915/stable19Roeland Jago Douma
[stable19] Use png icons in caldav reminder emails
2020-11-11Apply code style fixesMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-11-11Use png icons in caldav reminder emailsRichard Steinmetz
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2020-08-26fix testsRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-08-20Add ability to limit sharing to ownerGeorg Ehrke
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-08-13Return proper status when file didn't exist beforeJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-08-13Adjust chunking test for non-existing target nodeJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-07-23Use assertEqualsCanonicalizing instead of deprecated assertEquals parameterMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-07-23Use assertStringContainsString instead of assertContains on stringsMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-07-06Fix unit tests from #18895Morris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-06-15Fix pagination of contacts searchJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-04-30Merge pull request #19436 from nextcloud/bugfix/noid/dav-quota-calculationRoeland Jago Douma
Do not include mountpoints when calculating quota usage on WebDAV
2020-04-30Merge pull request #19039 from nextcloud/dav-activity-provide-links-to-calendarRoeland Jago Douma
Provide links to calendar in event creation/update activities
2020-04-29Update license headers for 19Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-27Merge pull request #20632 from nextcloud/bugfix/20624Morris Jobke
Only catch anonymous OPTIONS for Office
2020-04-26Provide links to calendar in event creation/update activitiesThomas Citharel
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-04-24Do not include mountpoints when calculating quota usage on WebDAVJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-04-24Only catch anonymous OPTIONS for OfficeJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-04-21Add test that shares and tags are ignored for chunk files.Daniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-04-17Merge pull request #19901 from nextcloud/bugfix/noid/vcard-photo-handlingRoeland Jago Douma
Improved vcard photo handling
2020-04-17Update list of multiple propertiesJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-04-15Always transform the etag and read the dataJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-04-15Fix unit testsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-04-14Verify that destination is not a directory.Daniel Kesselberg
Otherwise file_put_contents will fail later. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-04-13Provide dav setting for user's default calendarThomas Citharel
And add tests to handle schedule-default-calendar-URL Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-04-10Format code according to PSR2Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-10Add visibility to all constantsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-10Add visibility to all methods and position of static keywordChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-10Use elseif instead of else ifChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-09Merge pull request #20391 from nextcloud/refactor/spaces-cleanupChristoph Wurst
Remove all extra whitespace PSR2 does not like
2020-04-09Merge pull request #20384 from nextcloud/techdebt/lowercase-keywordsChristoph Wurst
Use php keywords in lowercase
2020-04-09Remove trailing and in between spacesChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-09Remove spaces after method or function callChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-09Use php keywords in lowercaseChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-09Use exactly one empty line after the namespace declarationChristoph Wurst
For PSR2 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-09Fix (array) indent style to always use one tabChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-08Fix multiline commentsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-03Add default titles for titleless events in invitationsThomas Citharel
Closes #19662 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-04-02Merge pull request #19890 from nextcloud/enh/comments-reference-idJoas Schilling
Add optional comments reference_id
2020-04-02Fix unit testsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-03-31Update the license headers for Nextcloud 19Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-03-30Merge pull request #19325 from nextcloud/dependachristoph/composer/sabre-4.0Roeland Jago Douma
Update Sabre (and friends) to 4.0
2020-03-27Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst
Remove unused imports
2020-03-27RequestTestCase: Default type for headers needs to be arrayGeorg Ehrke
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-03-27Adjust FakeLockerPluginTest to new Sabre versionGeorg Ehrke
Signed-off-by: Georg Ehrke <developer@georgehrke.com>