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
2022-03-24Allow reactions also with other combined emojisJoas Schilling
2022-02-03Update ICommentsManager with reaction methodsVitor Mattos
2022-01-28Merge pull request #30794 from nextcloud/techdebt/noid/allow-to-get-comments-...Joas Schilling
2022-01-21Fix fake managerJoas Schilling
2022-01-21Refactor and fixes on testsVitor Mattos
2022-01-21Fix check after change from string to mb_stringVitor Mattos
2022-01-21Limit the summary and sort it afterwardsJoas Schilling
2022-01-21Order the reaction summary, improvements on validationsVitor Mattos
2022-01-21Disable reactions if database don't support utf8mb4Vitor Mattos
2022-01-21Skip if dont support 4 bytes UTF8Vitor Mattos
2022-01-21Add unit testsVitor Mattos
2022-01-05Fix unit testsJoas Schilling
2021-10-12Add integration tests for groupJoas Schilling
2021-02-06Fix unit testsJoas Schilling
2020-11-04Add a function to get the unread count for multiple objects in one goJoas Schilling
2020-10-22Fix PHP CSJoas Schilling
2020-10-22Fix manager creation and testingJoas Schilling
2020-10-20Add ICommentsManager::load methodJohn Molakvoæ (skjnldsv)
2020-08-12Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-10Use elseif instead of else ifChristoph Wurst
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
2020-04-09Use exactly one empty line after the namespace declarationChristoph Wurst
2020-03-26Use the shorter phpunit syntax for mocked return valuesChristoph Wurst
2019-11-27Mode to modern phpunitRoeland Jago Douma
2019-11-27Make phpunit8 compatibleRoeland Jago Douma
2019-07-11Add a unit test for guests as wellJoas Schilling
2018-11-07Match mentions when the username is wrapped in quotesJoas 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-06-08Add another testMario Danic
2018-06-08Add a new regex testMario Danic
2018-04-19Fix FakeManagerJoas Schilling
2018-04-18Add proper comment offset supportJoas Schilling
2018-01-17comments should compile mentions also if done by authorArthur Schiwon
2017-10-30fix comment sorterArthur Schiwon
2017-10-22AutoCompletion backendArthur Schiwon
2017-08-02Can not insert auto increment on oracleJoas Schilling
2017-03-30update FakeManagerRobin Appelman
2017-03-30Add test for getting unread comment count by folderRobin Appelman
2016-10-26Merge pull request #1738 from nextcloud/comments-provide-displaynames-with-me...Morris Jobke
2016-10-21Fix DateTime comparissonRoeland Jago Douma
2016-10-20add missing methods to test fake managerArthur Schiwon
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-09-29Add test for setTopmostParentId and getTopmostParentIdLukas Reschke
2016-09-13Fix getMock ManagerTestRoeland Jago Douma