summaryrefslogtreecommitdiffstats
path: root/apps/comments
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2016-12-032-0/+4
|
* Adjust all implementations in the server repoJoas Schilling2016-12-011-4/+11
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2016-12-012-0/+8
|
* [tx-robot] updated from transifexNextcloud bot2016-11-306-0/+28
|
* [tx-robot] updated from transifexNextcloud bot2016-11-306-4/+22
|
* [tx-robot] updated from transifexNextcloud bot2016-11-292-0/+14
|
* [tx-robot] updated from transifexNextcloud bot2016-11-296-0/+24
|
* [tx-robot] updated from transifexNextcloud bot2016-11-2928-52/+0
|
* Merge pull request #2237 from ↵blizzz2016-11-282-31/+106
|\ | | | | | | | | nextcloud/rich-strings-and-icons-for-mention-notifications Rich strings and icons for mention notifications
| * Adjust testsJoas Schilling2016-11-231-18/+56
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Use the comment icon for the notificationsJoas Schilling2016-11-231-0/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Set the rich object string for comment notificationsJoas Schilling2016-11-231-13/+49
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2016-11-282-0/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2016-11-272-0/+8
| |
* | [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>