summaryrefslogtreecommitdiffstats
path: root/apps/comments
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2016-10-2516-4/+34
|
* [tx-robot] updated from transifexNextcloud bot2016-10-1842-42/+52
|
* Merge pull request #1449 from nextcloud/comments-user-mentionMorris Jobke2016-10-1712-10/+1726
|\ | | | | Notifications for simple @-mentioning in comments
| * apply some polishArthur Schiwon2016-10-144-86/+28
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * emit pre-update event for commentsArthur Schiwon2016-10-124-43/+27
| | | | | | | | | | | | | | * notifications can be cleaned up, no polluted DB * updating comments will re-notify users or remove notifications, depending on the message Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * adjust wording of the notificationArthur Schiwon2016-10-082-8/+7
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * remove notifications of deleted comments from the DBArthur Schiwon2016-10-082-7/+36
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * use different files route/controllerArthur Schiwon2016-10-072-13/+2
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * Notificacations for simple @-mentioning in commentsArthur Schiwon2016-10-0712-10/+1783
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (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>
* | Merge pull request #1407 from nextcloud/multiline_commentsMorris Jobke2016-10-113-5/+14
|\ \ | | | | | | Bring back multiline comments
| * | fix textarea submitskjnldsv2016-10-111-2/+3
| | |
| * | Fix js testRoeland Jago Douma2016-10-041-1/+1
| | |
| * | Add autosize to comments inputRoeland Jago Douma2016-10-042-3/+11
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | [tx-robot] updated from transifexNextcloud bot2016-10-084-0/+4
| |/ |/|
* | Merge pull request #1519 from nextcloud/better-comments-in-activity-sidebarMorris Jobke2016-10-054-17/+71
|\ \ | | | | | | Better comments in activity sidebar
| * | Update file headerJoas Schilling2016-10-051-1/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Fix activity rendering plugin nameVincent Petry2016-10-051-1/+1
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | Mark the methods as copiedJoas Schilling2016-10-051-3/+5
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | Make sure the CSS rules apply to the activityTabView as wellJoas Schilling2016-10-051-5/+9
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | Register a ActivityTabView pluginJoas Schilling2016-10-052-0/+58
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | Remove resolved FIXMEJoas Schilling2016-10-051-1/+0
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | Do not shorten comments in the activity sidebarJoas Schilling2016-10-051-11/+2
| |/ | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* / Add icons to activity navigationJoas Schilling2016-10-051-2/+3
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2016-10-034-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2016-10-026-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2016-10-014-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2016-09-308-0/+8
|
* [tx-robot] updated from transifexNextcloud bot2016-09-2960-120/+120
|
* Merge pull request #1553 from nextcloud/fix-comment-count-translationLukas Reschke2016-09-281-1/+1
|\ | | | | Fix comment count tooltip
| * Fix comment count tooltipJoas Schilling2016-09-281-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Svgo optimizationskjnldsv2016-09-271-4/+1
|/ | | | Signed-off-by: John Molakvoæ <fremulon@protonmail.com>
* [tx-robot] updated from transifexNextcloud bot2016-09-272-8/+26
|
* [tx-robot] updated from transifexNextcloud bot2016-09-222-30/+38
|
* [tx-robot] updated from transifexNextcloud bot2016-09-212-8/+26
|
* [tx-robot] updated from transifexNextcloud bot2016-09-202-2/+42
|
* [tx-robot] updated from transifexNextcloud bot2016-09-182-0/+8
|
* [tx-robot] updated from transifexNextcloud bot2016-09-152-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2016-09-142-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2016-09-092-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2016-09-082-24/+30
|
* [tx-robot] updated from transifexNextcloud bot2016-09-072-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2016-09-062-6/+14
|
* [tx-robot] updated from transifexNextcloud bot2016-09-054-0/+12
|
* [tx-robot] updated from transifexNextcloud bot2016-09-046-8/+26
|
* [tx-robot] updated from transifexNextcloud bot2016-09-034-34/+50
|
* [tx-robot] updated from transifexNextcloud bot2016-09-028-0/+24
|
* Use live timestamp on comments tabJoas Schilling2016-09-011-1/+2
|
* [tx-robot] updated from transifexNextcloud bot2016-09-0150-246/+250
|
* Prevent parse error on editing an HTML commentJoas Schilling2016-08-291-1/+1
|
* Merge pull request #903 from nextcloud/allow-disable-commentsMorris Jobke2016-08-181-7/+3
|\ | | | | Revert "Always add activities for comments to the stream"