summaryrefslogtreecommitdiffstats
path: root/apps/comments
Commit message (Collapse)AuthorAgeFilesLines
* [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
|
* [tx-robot] updated from transifexNextcloud bot2017-04-182-20/+12
|
* [tx-robot] updated from transifexNextcloud bot2017-04-172-6/+6
|
* [tx-robot] updated from transifexNextcloud bot2017-04-142-22/+22
|
* [tx-robot] updated from transifexNextcloud bot2017-03-302-6/+6
|
* [tx-robot] updated from transifexNextcloud bot2017-03-282-2/+54
|
* [tx-robot] updated from transifexNextcloud bot2017-03-2756-334/+56
|
* [tx-robot] updated from transifexNextcloud bot2017-03-262-2/+2
|
* Merge JS for commentsLukas Reschke2017-03-242-7/+10
| | | | | | Shaves off 6 requests. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* added quit option in commentstabview.jsnoveens2017-03-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added quit option in notif in app.js added quit option in notif in file-upload.js added quit option in notif in fileinfomodel.js added quit option in notif in filelist.js added quit option in notif in filelist.js added quit option in notif in tagsplugin.js added quit option in notif in statusmanager.js added quit option in notif in external.js added quit option in notif in versionstabview.js added quit option in notif in notification.js changes according to the latest review. timeout removed since there is a button to close it translation capability added typo fixed test files updated small errors fixed Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2017-03-182-0/+76
|
* [tx-robot] updated from transifexNextcloud bot2017-03-122-16/+48
|
* Get the user folder of the correct userJoas Schilling2017-03-093-51/+68
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2017-03-0210-0/+370
|
* [tx-robot] updated from transifexNextcloud bot2017-03-012-6/+34
|
* [tx-robot] updated from transifexNextcloud bot2017-02-252-2/+56
|
* [tx-robot] updated from transifexNextcloud bot2017-02-162-8/+8
|
* [tx-robot] updated from transifexNextcloud bot2017-02-152-24/+24
|
* Merge pull request #3472 from nextcloud/enable-avatars-alwaysMorris Jobke2017-02-142-39/+12
|\ | | | | Always enable avatars
| * Always enable avatarsMorris Jobke2017-02-132-39/+12
| | | | | | | | | | | | | | | | | | * we introduced this setting in the begining because our avatar support caused some performance issues, but we fixed them and should only provide one way how Nextcloud looks Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2017-02-144-2/+22
|/
* [tx-robot] updated from transifexNextcloud bot2017-02-072-2/+66
|
* [tx-robot] updated from transifexNextcloud bot2017-02-022-8/+8
|
* [tx-robot] updated from transifexNextcloud bot2017-02-012-6/+28
|
* [tx-robot] updated from transifexNextcloud bot2017-01-262-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2017-01-242-18/+18
|
* [tx-robot] updated from transifexNextcloud bot2017-01-212-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-01-112-22/+54
|