aboutsummaryrefslogtreecommitdiffstats
path: root/apps/comments/js/search.js
Commit message (Collapse)AuthorAgeFilesLines
* Move comments to webpackRoeland Jago Douma2019-02-261-136/+0
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix opening search results for commentsDaniel Calviño Sánchez2018-12-211-1/+3
| | | | | | | | | "OC.dirname" removes everything after the last "/", so a path without slashes is returned without changes. "result.path" does not include leading nor trailing "/", so when the path is for a file or folder in the base folder "OC.dirname(result.path)" returns "result.path". Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Brighter comments iconMorris Jobke2018-07-251-1/+3
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Allow to search by commentsJoas Schilling2018-07-251-0/+132
Signed-off-by: Joas Schilling <coding@schilljs.com>