summaryrefslogtreecommitdiffstats
path: root/apps/comments/js
Commit message (Expand)AuthorAgeFilesLines
* Bump eslint-config-nextcloud from 0.0.6 to 0.1.0dependabot-preview[bot]2019-12-191-1/+1
* Bump css-loader from 3.2.1 to 3.3.2dependabot-preview[bot]2019-12-162-2/+2
* Fix autocomplete suggestions with numeric user idsJoas Schilling2019-11-262-2/+2
* Compile assetsnpmbuildbot[bot]2019-10-292-2/+2
* Comply to eslintJohn Molakvoæ (skjnldsv)2019-10-012-2/+2
* Bump webpack from 4.39.3 to 4.40.1dependabot-preview[bot]2019-09-132-2/+2
* Bump webpack from 4.39.2 to 4.39.3dependabot-preview[bot]2019-09-022-2/+2
* Bump sass-loader from 7.2.0 to 7.3.1dependabot-preview[bot]2019-08-252-2/+2
* Bump webpack from 4.39.1 to 4.39.2dependabot-preview[bot]2019-08-181-1/+1
* Bump style-loader from 0.23.1 to 1.0.0dependabot-preview[bot]2019-08-112-2/+2
* Bump webpack from 4.38.0 to 4.39.1dependabot-preview[bot]2019-08-042-2/+2
* Bump css-loader from 2.1.1 to 3.0.0dependabot-preview[bot]2019-06-252-2/+2
* Bump webpack from 4.31.0 to 4.32.2dependabot-preview[bot]2019-05-272-2/+2
* Deprecate oc_current_user, fix usage and move currentUser to the bundleChristoph Wurst2019-05-082-2/+2
* Show comments and restore in popover menuJohn Molakvoæ (skjnldsv)2019-04-022-2/+2
* Move comments to webpackRoeland Jago Douma2019-02-2620-1715/+3
* Show autocompletion as soon as "@" is typedDaniel Calviño Sánchez2019-01-311-3/+0
* Fix opening search results for commentsDaniel Calviño Sánchez2018-12-211-1/+3
* Fix the comments UI and activities for space-mentionsJoas Schilling2018-11-071-4/+16
* Adjust some jsdocsJulius Härtl2018-10-241-0/+1
* Add icon to file sidebar tabsJulius Härtl2018-10-181-0/+4
* Move more comments to compiled handlebarsRoeland Jago Douma2018-10-155-27/+56
* Remove leftover 'Roeland Jago Douma2018-10-043-5/+5
* Move Comments to compiled handlebarsRoeland Jago Douma2018-10-046-56/+128
* Fix contacts menu not triggered on certain areas of a mentionDaniel Calviño Sánchez2018-09-151-8/+7
* Reformat embedded HTML code to resemble HTML codeDaniel Calviño Sánchez2018-09-051-27/+31
* Remove space between avatar and user nameDaniel Calviño Sánchez2018-09-051-3/+3
* Show avatar using "span" instead of "div"Daniel Calviño Sánchez2018-09-051-7/+7
* Do not parse HTML in user id and display nameJoas Schilling2018-08-281-16/+20
* Merge pull request #9222 from nextcloud/feature/noid/search-for-files-by-comm...Morris Jobke2018-07-252-0/+135
|\
| * Brighter comments iconMorris Jobke2018-07-251-1/+3
| * Allow to search by commentsJoas Schilling2018-07-252-0/+133
* | Limit small avatar rendering only to inline mentionsJulius Härtl2018-07-251-1/+5
|/
* Focus the comment input on tab select/loadingJohn Molakvoæ (skjnldsv)2018-07-241-0/+3
* Fix inline avatar display for mentions in commentsJulius Härtl2018-07-181-1/+5
* Fixing failing test cases due to change in functionality.Abijeet2018-03-271-3/+5
* Adds a tooltip for the submit / save button in comments.Abijeet2018-03-272-3/+3
* Moves the edit and delete options into a dropdown menu.Abijeet2018-03-273-15/+149
* Fixes the following UI issues,Abijeet2018-03-271-5/+5
* Fixes div being added placed directly under ul during editing of comments.Abijeet2018-03-271-4/+5
* Fixes issue where saving a non-modified comment kept the edit window open.Abijeet2018-03-271-0/+6
* Make the new autocomplete endpoint OCSJoas Schilling2018-03-211-6/+9
* Update commentstabview.jsrakekniven2018-03-011-1/+1
* format links in commentsArthur Schiwon2018-01-031-3/+7
* Show max warning comment lenth againRoeland Jago Douma2018-01-021-1/+1
* Merge pull request #7252 from nextcloud/send-comment-on-enterMorris Jobke2017-12-081-2/+6
|\
| * Fix Enter sending comment instead of adding autocomplete item to messageDaniel Calviño Sánchez2017-12-071-2/+5
| * Submit comments with Enter and use Shift+Enter for new linesDaniel Calviño Sánchez2017-11-231-2/+3
* | Merge pull request #7256 from nextcloud/fix-cursor-for-avatar-and-user-names-...blizzz2017-11-271-11/+23
|\ \
| * | Replace with non-deprecated JS callLukas Reschke2017-11-271-1/+1