summaryrefslogtreecommitdiffstats
path: root/apps/comments
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2017-10-072-2/+54
|
* [tx-robot] updated from transifexNextcloud bot2017-10-044-24/+52
|
* [tx-robot] updated from transifexNextcloud bot2017-09-302-2/+56
|
* [tx-robot] updated from transifexNextcloud bot2017-09-282-2/+2
|
* Use the wrapper to get the parameters which was added in #6369Joas Schilling2017-09-191-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2017-09-132-12/+12
|
* Allow translations of the comments activity in the emails tooJoas Schilling2017-09-052-13/+35
| | | | | | | Message and object data is not available on emails atm, so we can not use them either... Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2017-08-252-2/+12
|
* [tx-robot] updated from transifexNextcloud bot2017-08-192-12/+8
|
* [tx-robot] updated from transifexNextcloud bot2017-08-112-14/+28
|
* [tx-robot] updated from transifexNextcloud bot2017-08-092-20/+28
|
* Fix CommentsRoeland Jago Douma2017-08-015-13/+12
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2017-07-242-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-07-222-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2017-07-172-6/+58
|
* [tx-robot] updated from transifexNextcloud bot2017-07-152-12/+16
|
* [tx-robot] updated from transifexNextcloud bot2017-07-142-6/+6
|
* [tx-robot] updated from transifexNextcloud bot2017-07-132-6/+6
|
* [tx-robot] updated from transifexNextcloud bot2017-07-122-10/+10
|
* [tx-robot] updated from transifexNextcloud bot2017-07-092-0/+4
|
* Merge pull request #5483 from nextcloud/issue-5075-png-files-for-activity-emailsMorris Jobke2017-07-072-1/+6
|\ | | | | Use PNGs for icons in activity emails
| * Use PNG version of the icons for shipped activitiesJoas Schilling2017-06-202-1/+6
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2017-06-212-0/+8
|/
* [tx-robot] updated from transifexNextcloud bot2017-06-174-2/+60
|
* [tx-robot] updated from transifexNextcloud bot2017-06-162-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-06-152-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2017-06-142-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-06-132-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-06-082-2/+54
|
* [tx-robot] updated from transifexNextcloud bot2017-06-062-2/+56
|
* [tx-robot] updated from transifexNextcloud bot2017-06-012-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-05-302-14/+14
|
* [tx-robot] updated from transifexNextcloud bot2017-05-292-2/+54
|
* [tx-robot] updated from transifexNextcloud bot2017-05-242-2/+6
|
* [tx-robot] updated from transifexNextcloud bot2017-05-232-4/+4
|
* Split multi-author entriesJoas Schilling2017-05-221-1/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Bump app versions as wellJoas Schilling2017-05-221-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Adjust version requirementJoas Schilling2017-05-221-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #4554 from nextcloud/pointer-cursor-on-clickable-userLukas Reschke2017-05-161-0/+1
|\ | | | | Make it clear that you can now click on usernames
| * Make it clear that you can now click on usernamesJoas Schilling2017-04-271-0/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2017-05-102-12/+24
| |
* | Fix mentioned user not clickable after posting or editing a commentDaniel Calviño Sánchez2017-05-082-3/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The contactsMenu plugin was called on avatar elements from _postRenderItem, which is called when a new comment is added to the collection. Due to this contactsMenu was not called when messages were edited; when a new comment is posted _postRenderItem is called, but at that time the "mentions" attribute is not filled yet, so "@username" is not replaced by avatars in the message and thus contactsMenu has no avatars to be called on. Calling contactsMenu was moved to a new method, _postRenderMessage, which is called from _postRenderItem and from the success callback when fetching the model in _onSubmitSuccess (which replaces "@username" by avatars in the message after posting or editing a comment). Fixes #4555 Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | Add missing unit tests for comments with mentionsDaniel Calviño Sánchez2017-05-081-3/+117
| | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | [tx-robot] updated from transifexNextcloud bot2017-05-012-24/+30
|/
* fix CommentsTabsView js testGeorg Ehrke2017-04-261-1/+1
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* add contactsmenu popover to commentsGeorg Ehrke2017-04-262-2/+24
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* [tx-robot] updated from transifexNextcloud bot2017-04-262-2/+2
|
* Fix invalid characterJoas Schilling2017-04-252-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Move systemtags and comments to new accesslist functionsRoeland Jago Douma2017-04-201-7/+9
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2017-04-204-4/+18
|