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
2020-12-16Update all license headers for Nextcloud 21Christoph Wurst
2020-11-04Add a function to get the unread count for multiple objects in one goJoas Schilling
2020-10-22Fix missing sinceJoas Schilling
2020-10-21Fix return typeJoas Schilling
2020-10-21Add return descriptionJoas Schilling
2020-10-21Get the last comment date for a list of actors (to allow sorting mention sugg...Joas Schilling
2020-10-21Allow to search on multiple objects with one queryJoas Schilling
2020-10-21Add methods to get the number of comments and last comment since a dateJoas Schilling
2020-10-21Include an option to also include the lastKnownCommentId objectJoas Schilling
2020-10-20Add ICommentsManager::load methodJohn Molakvoæ (skjnldsv)
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
2020-08-26Remove @package annotations from public namespaceJulius Härtl
2020-04-29Update license headers for 19Christoph Wurst
2020-04-10Add visibility to all constantsChristoph Wurst
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-03-31Allow to set and get the reference idJoas Schilling
2019-12-05Update license headersChristoph Wurst
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-10-17use OCP\EventDispatcher\Event over Symfony's deprecated EventArthur Schiwon
2019-06-26Allow apps to store longer messages in the comments APIJoas Schilling
2018-07-30Allow to filter the unread count by verbJoas Schilling
2018-07-25Add pagination supportJoas Schilling
2018-07-25Allow to search by commentsJoas Schilling
2018-04-19Fix docsJoas Schilling
2018-04-18Add proper comment offset supportJoas Schilling
2017-11-06Update license headersMorris Jobke
2017-08-01Replace wrong PHPDocsLukas Reschke
2017-03-30Allow getting the unread comment count for an entire folder at onceRobin Appelman
2016-11-15@since 9.2.0 to @since 11.0.0Roeland Jago Douma
2016-10-19resolve displayname via manager and registerable resolversArthur Schiwon
2016-10-19move mention extraction to (I)Comment and report mentions via DAVArthur Schiwon
2016-10-12emit pre-update event for commentsArthur Schiwon
2016-10-07Notificacations for simple @-mentioning in commentsArthur Schiwon
2016-07-21Fix othersJoas Schilling
2016-05-26Update license headersLukas Reschke
2016-05-23Move EntityEvent to PSR-4Joas Schilling
2016-05-12Move \OCP\Comments to PSR-4 (#24565)Roeland Douma