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 (Expand)Author
2021-06-23Use ISO8601 timestamps for the CalDAV trashbinChristoph Wurst
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2021-05-31Add a trashbin for calendars and calendar objectsChristoph Wurst
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
2020-04-29Update license headers for 19Christoph Wurst
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
2020-04-09Fix (array) indent style to always use one tabChristoph Wurst
2020-03-31Update the license headers for Nextcloud 19Christoph Wurst
2020-03-26Remove unused importsChristoph Wurst
2020-02-23Translate 'Busy' in CalDAVGary Kim
2019-12-05Update license headersChristoph Wurst
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-09-17properly mark birthday calendars as not shareable for nowGeorg Ehrke
2019-08-15use principaluri instead of userid, allowing to add delegates for rooms and t...Georg Ehrke
2019-08-15Use the proxymapper to obtain valid proxy dataRoeland Jago Douma
2019-07-18LIMIT is no column but a SQL feature, allow limit on initial syncGeorg Ehrke
2018-11-14fixes dav share issue with ownerGeorg Ehrke
2018-05-27When sharing calendars and addressbooks the principal has to be verified to b...Roeland Jago Douma
2017-11-11remember when a user deleted their contact birthdays calendarGeorg Ehrke
2017-11-06Change @georgehrke's emailMorris Jobke
2017-11-06Update license headersMorris Jobke
2017-06-15Merge pull request #5300 from nextcloud/bugfix/noid/fix_proppatch_requests_to...Morris Jobke
2017-06-08allow users to send PropPatch request when calendar is group-shared with themGeorg Ehrke
2017-06-08allow PropPatch requests to contact_birthdaysGeorg Ehrke
2017-05-08fix PROPPATCH requests to read-only shared calendarsGeorg Ehrke
2017-04-20Fix remaining "PHP Inspection" warningsJoas Schilling
2017-04-20Add public access modifier to all methodsJoas Schilling
2017-04-20Restrict share handling to the owner onlyJoas Schilling
2017-04-09don't remove owner property for public calendarsGeorg Ehrke
2017-03-27allow sharees to edit certain calendar properties for themselvesGeorg Ehrke
2016-11-22fix PropPatch requests on calendarsGeorg Ehrke
2016-11-04Fix CalendarTestRoeland Jago Douma
2016-11-04Minor fixesRoeland Jago Douma
2016-10-06Translate the personal calendarJoas Schilling
2016-09-26add in same requestThomas Citharel
2016-09-26fix public calendarsThomas Citharel
2016-09-26Use true random string as uri for public calendars - as a result we can no lo...Thomas Müller
2016-09-26fix can-be-publishedThomas Citharel
2016-09-26Allow not-authenticated access to specific urlsThomas Müller
2016-09-26Remove unnecessary implementationThomas Citharel
2016-09-26Proper work on PublishingThomas Citharel
2016-07-21Fix apps/Joas Schilling
2016-06-09Filter confidential calendar objects in shared calendarsThomas Müller
2016-05-26Update license headersLukas Reschke
2016-05-12Move dav app to PSR-4 (#24527)Joas Schilling