summaryrefslogtreecommitdiffstats
path: root/apps/comments/appinfo/app.php
Commit message (Collapse)AuthorAgeFilesLines
* Move contactsinteraction to bootstrap mechanismMorris Jobke2020-07-081-25/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update license headersChristoph Wurst2019-12-051-2/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix comments app init and LoadSidebar eventJohn Molakvoæ (skjnldsv)2019-11-041-2/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Correctly register everything via the Application classJoas Schilling2018-07-251-48/+11
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Use type casting instead of *val() methodMorris Jobke2018-01-261-1/+1
| | | | | | It should be up to 6x faster Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* The user displayNameResolver is specific to users, not the comments appArthur Schiwon2017-12-121-11/+0
| | | | | | | Other apps like spreed rely on it, and only can resolver per type can be registered anyhow. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Update license headersMorris Jobke2017-11-061-0/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* apply our themingArthur Schiwon2017-10-271-1/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* add At.js and dependenciesArthur Schiwon2017-10-221-0/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Merge JS for commentsLukas Reschke2017-03-241-7/+1
| | | | | | Shaves off 6 requests. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Move comments activities to the new APIJoas Schilling2016-11-161-9/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* resolve displayname via manager and registerable resolversArthur Schiwon2016-10-191-0/+11
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Notificacations for simple @-mentioning in commentsArthur Schiwon2016-10-071-10/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (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>
* Register a ActivityTabView pluginJoas Schilling2016-10-051-0/+1
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Fix apps/Joas Schilling2016-07-211-2/+3
|
* Make the root collection neutral so it does not only work for filesJoas Schilling2016-05-231-0/+7
|
* Add new appsLukas Reschke2016-03-011-0/+1
|
* Add activities for commentsJoas Schilling2016-02-051-0/+17
|
* Reset comments read marker after loading commentsVincent Petry2016-02-031-0/+1
|
* Comments GUIVincent Petry2016-02-021-0/+34