aboutsummaryrefslogtreecommitdiffstats
path: root/apps/comments/lib/AppInfo
Commit message (Collapse)AuthorAgeFilesLines
* Update license headersChristoph Wurst2019-12-051-2/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix comments app init and LoadSidebar eventJohn Molakvoæ (skjnldsv)2019-11-041-6/+14
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Move over comments to the new eventRoeland Jago Douma2019-09-231-9/+8
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Keep the old method as a fallback and adjust the testsJoas Schilling2019-07-161-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update shipped implementations of the INotifierJoas Schilling2019-07-151-9/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Move comments to webpackRoeland Jago Douma2019-02-261-3/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* No need to explicitly load bundle dependenciesRoeland Jago Douma2019-02-041-1/+0
| | | | | | oc-webdav-backbone is loaded by default Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Allow to search by commentsJoas Schilling2018-07-251-1/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Correctly register everything via the Application classJoas Schilling2018-07-251-0/+51
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update license headersMorris Jobke2017-11-061-9/+11
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* configurable amount of autocomplete results in commentsArthur Schiwon2017-10-271-0/+5
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Notificacations for simple @-mentioning in commentsArthur Schiwon2016-10-071-0/+35
(WIP) notify user when mentioned in comments Fix doc, and create absolute URL for as notification link. PSR-4 compatibility changes also move notification creation to comments app Do not notify yourself unit test for controller and application smaller fixes - translatable app name - remove doubles in mention array - micro perf optimization - display name: special label for deleted users, keep user id for users that could not be fetched from userManager Comment Notification-Listener Unit Test fix email adresses remove notification when triggering comment was deleted add and adjust tests add missing @license tags simplify NotificationsController registration appinfo simplification, php docs make string easier to translate adjust test replace dispatcher-based listeners with a registration method and interface safer to not pass optional data parameter to setSubject for marking as processed. ID and mention suffices Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> update comment Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>