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
2018-11-08Populate the mention-notification with the actual messageJoas Schilling
2018-10-02Redirect guests to login if they follow the link of a comment mention-notific...Joas Schilling
2018-09-05Show avatar using "span" instead of "div"Daniel Calviño Sánchez
2018-03-26Fixing failing test cases due to change in functionality.Abijeet
2018-02-14test creating comments with numeric user idsArthur Schiwon
2018-01-02Show max warning comment lenth againRoeland Jago Douma
2017-12-08Merge pull request #7252 from nextcloud/send-comment-on-enterMorris Jobke
2017-12-07Fix Enter sending comment instead of adding autocomplete item to messageDaniel Calviño Sánchez
2017-11-30Add unit tests for posting comments with enter keyDaniel Calviño Sánchez
2017-11-30Set text only in the message div of the new comment formDaniel Calviño Sánchez
2017-11-27Fix unit testsMorris Jobke
2017-11-06Update license headersMorris Jobke
2017-11-01Merge branch 'master' into autocomplete-guiArthur Schiwon
2017-11-01adjust jsunit testsArthur Schiwon
2017-10-30fix comment sorterArthur Schiwon
2017-10-27configurable amount of autocomplete results in commentsArthur Schiwon
2017-10-24Use ::class in test mocksMorris Jobke
2017-10-22ensure that sorting is stableArthur Schiwon
2017-10-22AutoCompletion backendArthur Schiwon
2017-05-08Fix mentioned user not clickable after posting or editing a commentDaniel Calviño Sánchez
2017-05-08Add missing unit tests for comments with mentionsDaniel Calviño Sánchez
2017-04-26fix CommentsTabsView js testGeorg Ehrke
2017-03-09Get the user folder of the correct userJoas Schilling
2017-02-14Always enable avatarsMorris Jobke
2017-01-09Cleanup comment testsJoas Schilling
2016-11-23Adjust testsJoas Schilling
2016-11-18Update testJoas Schilling
2016-10-25fix JS test and introduce tests for rendering mentions to displaynamesArthur Schiwon
2016-10-19move mention extraction to (I)Comment and report mentions via DAVArthur Schiwon
2016-10-17Merge pull request #1449 from nextcloud/comments-user-mentionMorris Jobke
2016-10-14apply some polishArthur Schiwon
2016-10-12emit pre-update event for commentsArthur Schiwon
2016-10-08adjust wording of the notificationArthur Schiwon
2016-10-08remove notifications of deleted comments from the DBArthur Schiwon
2016-10-07use different files route/controllerArthur Schiwon
2016-10-07Notificacations for simple @-mentioning in commentsArthur Schiwon
2016-10-04Fix js testRoeland Jago Douma
2016-08-17Fix js unit testRoeland Jago Douma
2016-02-05Limit comment size to 1000 in UIVincent Petry
2016-02-04Special label for deleted users in comments listVincent Petry
2016-02-03Added unit tests for edit/delete commentsVincent Petry
2016-02-03Reset comments read marker after loading commentsVincent Petry
2016-02-03Add file row indicator for unread commentsVincent Petry
2016-02-02Added JS unit tests for commentsVincent Petry