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-12-24Fix opening search results for commentsDaniel Calviño Sánchez
2018-09-24Fix contacts menu not triggered on certain areas of a mentionDaniel Calviño Sánchez
2018-09-05Reformat embedded HTML code to resemble HTML codeDaniel Calviño Sánchez
2018-09-05Remove space between avatar and user nameDaniel Calviño Sánchez
2018-09-05Show avatar using "span" instead of "div"Daniel Calviño Sánchez
2018-08-28Do not parse HTML in user id and display nameJoas Schilling
2018-07-25Merge pull request #9222 from nextcloud/feature/noid/search-for-files-by-comm...Morris Jobke
2018-07-25Brighter comments iconMorris Jobke
2018-07-25Allow to search by commentsJoas Schilling
2018-07-25Limit small avatar rendering only to inline mentionsJulius Härtl
2018-07-24Focus the comment input on tab select/loadingJohn Molakvoæ (skjnldsv)
2018-07-18Fix inline avatar display for mentions in commentsJulius Härtl
2018-03-26Fixing failing test cases due to change in functionality.Abijeet
2018-03-26Adds a tooltip for the submit / save button in comments.Abijeet
2018-03-26Moves the edit and delete options into a dropdown menu.Abijeet
2018-03-26Fixes the following UI issues,Abijeet
2018-03-26Fixes div being added placed directly under ul during editing of comments.Abijeet
2018-03-26Fixes issue where saving a non-modified comment kept the edit window open.Abijeet
2018-03-21Make the new autocomplete endpoint OCSJoas Schilling
2018-03-01Update commentstabview.jsrakekniven
2018-01-03format links in commentsArthur 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-27Merge pull request #7256 from nextcloud/fix-cursor-for-avatar-and-user-names-...blizzz
2017-11-27Merge pull request #7266 from nextcloud/fix-input-field-not-disabled-while-a-...Morris Jobke
2017-11-27Replace with non-deprecated JS callLukas Reschke
2017-11-27Disable contacts menu for mentions to current user in comment messagesDaniel Calviño Sánchez
2017-11-27Disable contacts menu for mentioned users in comments being composedDaniel Calviño Sánchez
2017-11-27Fix cursor for author row and avatars in commentsDaniel Calviño Sánchez
2017-11-24Show delete working icon at the same position as the delete iconDaniel Calviño Sánchez
2017-11-24Disable elements while a comment is being deletedDaniel Calviño Sánchez
2017-11-23Fix input field not disabled while a comment is being sentDaniel Calviño Sánchez
2017-11-23Submit comments with Enter and use Shift+Enter for new linesDaniel Calviño Sánchez
2017-11-01adjust jsunit testsArthur Schiwon
2017-10-31fix avatar loading for generic placeholdersArthur Schiwon
2017-10-31remove more vendor-imported files that aren't necessaryArthur Schiwon
2017-10-31simplify registration of manager in server containerArthur Schiwon
2017-10-31only ship minimized js filesArthur Schiwon
2017-10-30fix comment sorterArthur Schiwon
2017-10-30preserve line breaksArthur Schiwon
2017-10-27configurable amount of autocomplete results in commentsArthur Schiwon
2017-10-27apply our themingArthur Schiwon
2017-10-26autocomplete on demandArthur Schiwon
2017-10-23enable autocomplete when editing commentsArthur Schiwon
2017-10-23fix unstable comment orderArthur Schiwon
2017-10-22fix contactsmenu-popupArthur Schiwon
2017-10-22convert mentions after save to the plain format we useArthur Schiwon
2017-10-22when writing a comment, render mentions as they'd appear anywhereArthur Schiwon
2017-10-22turn textarea to contenteditable divArthur Schiwon