| Commit message (Expand) | Author | Age | Files | Lines |
* | Use user displayname cache for comment mentions | Joas Schilling | 2022-08-19 | 1 | -53/+27 |
* | Replace files app ids to classes | Vincent Petry | 2022-07-26 | 1 | -2/+2 |
* | Modernize comments app | Carl Schwan | 2022-03-16 | 1 | -2/+2 |
* | Replace license information to SPDX expression | Louis Chemineau | 2022-01-11 | 1 | -1/+1 |
* | One more test fix | Valdnet | 2022-01-05 | 1 | -2/+2 |
* | Fix test | Valdnet | 2022-01-05 | 1 | -1/+1 |
* | Fix test | Valdnet | 2022-01-05 | 1 | -1/+1 |
* | fix jsunit tests for comments | Julien Veyssier | 2021-07-27 | 1 | -1/+1 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 7 | -12/+5 |
* | Bump js licenses | John Molakvoæ (skjnldsv) | 2021-03-31 | 1 | -4/+17 |
* | Move comments to initial state | Roeland Jago Douma | 2021-03-22 | 1 | -73/+0 |
* | Bump @nextcloud/vue to 3.0.0 | John Molakvoæ (skjnldsv) | 2020-10-20 | 1 | -3/+5 |
* | Cleanup old comments tab | John Molakvoæ (skjnldsv) | 2020-10-20 | 2 | -836/+0 |
* | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 1 | -1/+1 |
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 4 | -0/+4 |
* | Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU... | Morris Jobke | 2020-08-12 | 6 | -54/+54 |
* | Adjust apps' code to use the ContainerInterface | Christoph Wurst | 2020-07-21 | 1 | -9/+7 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 2 | -0/+2 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 4 | -5/+3 |
* | Use exactly one empty line after the namespace declaration | Christoph Wurst | 2020-04-09 | 1 | -1/+0 |
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 2 | -0/+2 |
* | Merge pull request #20170 from nextcloud/techdebt/remove-unused-imports | Christoph Wurst | 2020-03-27 | 1 | -1/+0 |
|\ |
|
| * | Remove unused imports | Christoph Wurst | 2020-03-25 | 1 | -1/+0 |
* | | Use the shorter phpunit syntax for mocked return values | Christoph Wurst | 2020-03-25 | 2 | -20/+20 |
|/ |
|
* | Update license headers | Christoph Wurst | 2019-12-05 | 8 | -8/+19 |
* | Mode to modern phpunit | Roeland Jago Douma | 2019-11-27 | 3 | -17/+17 |
* | Make phpunit8 compatible | Roeland Jago Douma | 2019-11-27 | 8 | -9/+9 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 1 | -2/+2 |
* | Adjust unit tests to new OCA.Sidebar | John Molakvoæ (skjnldsv) | 2019-10-29 | 1 | -1/+1 |
* | Update unit tests | Joas Schilling | 2019-07-16 | 3 | -1/+16 |
* | Add strict type on Notifications tests | John Molakvoæ (skjnldsv) | 2019-06-13 | 1 | -3/+20 |
* | Populate the mention-notification with the actual message | Joas Schilling | 2018-11-08 | 1 | -8/+71 |
* | Redirect guests to login if they follow the link of a comment mention-notific... | Joas Schilling | 2018-10-02 | 1 | -40/+92 |
* | Show avatar using "span" instead of "div" | Daniel Calviño Sánchez | 2018-09-05 | 1 | -1/+1 |
* | Fixing failing test cases due to change in functionality. | Abijeet | 2018-03-27 | 1 | -22/+20 |
* | test creating comments with numeric user ids | Arthur Schiwon | 2018-02-14 | 1 | -0/+187 |
* | Show max warning comment lenth again | Roeland Jago Douma | 2018-01-02 | 1 | -2/+2 |
* | Merge pull request #7252 from nextcloud/send-comment-on-enter | Morris Jobke | 2017-12-08 | 1 | -10/+86 |
|\ |
|
| * | Fix Enter sending comment instead of adding autocomplete item to message | Daniel Calviño Sánchez | 2017-12-07 | 1 | -0/+45 |
| * | Add unit tests for posting comments with enter key | Daniel Calviño Sánchez | 2017-11-30 | 1 | -0/+28 |
| * | Set text only in the message div of the new comment form | Daniel Calviño Sánchez | 2017-11-30 | 1 | -10/+13 |
* | | Fix unit tests | Morris Jobke | 2017-11-27 | 1 | -2/+2 |
|/ |
|
* | Update license headers | Morris Jobke | 2017-11-06 | 4 | -3/+11 |
* | Merge branch 'master' into autocomplete-gui | Arthur Schiwon | 2017-11-01 | 2 | -21/+31 |
|\ |
|
| * | Use ::class in test mocks | Morris Jobke | 2017-10-24 | 2 | -21/+31 |
* | | adjust jsunit tests | Arthur Schiwon | 2017-11-01 | 1 | -7/+8 |
* | | fix comment sorter | Arthur Schiwon | 2017-10-30 | 1 | -5/+18 |
* | | configurable amount of autocomplete results in comments | Arthur Schiwon | 2017-10-27 | 1 | -0/+73 |
* | | ensure that sorting is stable | Arthur Schiwon | 2017-10-22 | 1 | -1/+1 |
* | | AutoCompletion backend | Arthur Schiwon | 2017-10-22 | 1 | -0/+147 |
|/ |
|