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-07-09Merge pull request #32865 from nextcloud/bugfix/remove-unecessary-rowblizzz
2022-07-01Allow to expire comments of multiple objects with one callJoas Schilling
2022-06-15Add comments expire dateVitor Mattos
2022-06-13Remove unecessary row and make compatible with db schemaVitor Mattos
2022-05-23Create query parameters on correct objects to make debugging easierbugfix/noid/fix-comments-query-handlingJoas Schilling
2022-05-09Fix JSON error when comment has no reactionsJoas Schilling
2022-04-29Merge pull request #31703 from nextcloud/techdebt/noid/emojihelper-interfaceJoas Schilling
2022-04-28Make the order of reactions reliableJoas Schilling
2022-04-28Increase check if support reactionstechdebt/noid/emojihelper-interfaceVitor Mattos
2022-04-28Extract the EmojiService from user status and add an OCP interfaceJoas Schilling
2022-03-24Allow reactions also with other combined emojisJoas Schilling
2022-03-18Simplify comment search in special casesbugfix/noid/simplify-comment-search-in-special-casesJoas 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-21Allow to get comments with a given set of verbsJoas Schilling
2022-01-21Fix check after change from string to mb_stringVitor Mattos
2022-01-21Fix CSJoas Schilling
2022-01-21Throw if trying to save reaction without supportJoas Schilling
2022-01-21Only check mb_strlen()Joas Schilling
2022-01-21Remove order from groupConcat as it is not working everywhereJoas Schilling
2022-01-21Limit the summary and sort it afterwardsJoas Schilling
2022-01-21Fix groupConcat and ordering on OracleVitor Mattos
2022-01-21Order the reaction summary, improvements on validationsVitor Mattos
2022-01-21Disable reactions if database don't support utf8mb4Vitor Mattos
2022-01-21Rename vars and move logic to methodVitor Mattos
2022-01-21Prevent violate constraintVitor Mattos
2022-01-21Rename varsVitor Mattos
2022-01-21Add comments reactionsVitor Mattos
2021-11-26Allow to count comments with multiple verbsJoas Schilling
2021-08-17Fix SQL type errorMátyás Jani
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2021-06-02Merge pull request #27053 from nextcloud/bugfix/noid/dont-throw-when-comments...Joas Schilling
2021-06-01Fix populating the array and closing the cursorsJoas Schilling
2021-05-28Fix Oracle query limit compliance in CommentsSimounet
2021-05-21Don't throw when comments is disabledJoas Schilling
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-21Fix return typeJoas Schilling
2020-10-21Less magicJoas 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-07Use PSR logger interface in comments managerJoas Schilling
2020-09-16Remove @suppress SqlInjectionCheckerMorris Jobke
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-03-31Optionally write the reference id into the databaseJoas Schilling
2020-03-31Allow to set and get the reference idJoas Schilling
2020-02-03for the DB ot pick an index specify the object_typeArthur Schiwon