summaryrefslogtreecommitdiffstats
path: root/apps/comments
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2016-11-2642-126/+206
|
* Merge pull request #2154 from nextcloud/comments-activities-updateMorris Jobke2016-11-229-358/+447
|\ | | | | Move comments activities to the new API
| * Update testJoas Schilling2016-11-181-1/+3
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Use the display name for usersJoas Schilling2016-11-161-4/+41
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Move comments activities to the new APIJoas Schilling2016-11-168-357/+407
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2016-11-202-2/+18
|/
* Use 11.0 instead 9.2Lukas Reschke2016-11-151-1/+1
| | | | | | As discussed we're changing the version from 9.2 to 11.0 to make some more sense. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* [tx-robot] updated from transifexNextcloud bot2016-11-142-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2016-11-102-0/+12
|
* [tx-robot] updated from transifexNextcloud bot2016-11-082-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2016-11-052-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2016-11-024-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2016-11-012-8/+14
|
* [tx-robot] updated from transifexNextcloud bot2016-10-312-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2016-10-302-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2016-10-292-0/+8
|
* Merge pull request #1926 from nextcloud/fix-comment-mentions-in-activitiesMorris Jobke2016-10-281-0/+25
|\ | | | | Fix comment mentions in activities
| * Fix comment mentions in activitiesJoas Schilling2016-10-281-0/+25
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2016-10-288-0/+12
|/
* Merge pull request #1738 from ↵Morris Jobke2016-10-267-178/+230
|\ | | | | | | | | nextcloud/comments-provide-displaynames-with-mentions comment mentions: show displayname not uid
| * fix JS test and introduce tests for rendering mentions to displaynamesArthur Schiwon2016-10-251-8/+62
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * avoid that all avatars are copied to the author row when editing commentsArthur Schiwon2016-10-211-1/+1
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * consolidate error handlingArthur Schiwon2016-10-191-27/+41
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * fix avatar displaying after submit (either edit or new)Arthur Schiwon2016-10-191-3/+7
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * display avatar (if enabled) alongside displaynamesArthur Schiwon2016-10-192-1/+12
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * fix regexArthur Schiwon2016-10-191-1/+1
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * improve regex, fixes replacements of usernames with same trunkArthur Schiwon2016-10-191-1/+12
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * show displayname not uid in commit mentionsArthur Schiwon2016-10-192-17/+76
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * resolve displayname via manager and registerable resolversArthur Schiwon2016-10-191-0/+11
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * move mention extraction to (I)Comment and report mentions via DAVArthur Schiwon2016-10-192-142/+30
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [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>