summaryrefslogtreecommitdiffstats
path: root/apps/comments
Commit message (Collapse)AuthorAgeFilesLines
* [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
|
* Cleanup comment testsJoas Schilling2017-01-092-13/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Set the comment link on render instead of creationJoas Schilling2017-01-092-6/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2017-01-096-36/+68
|
* [tx-robot] updated from transifexNextcloud bot2017-01-042-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-01-032-0/+12
|
* Merge pull request #2850 from nextcloud/downstream-26603Roeland Jago Douma2017-01-023-20/+38
|\ | | | | Fixed size issues on main detail view and disappearing of share recipients (#26603)
| * mention property to follow same styleArthur Schiwon2016-12-231-3/+4
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * Fixed size issues on main detail view and disappearing of share recipients ↵Michael Jobst2016-12-233-19/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#26603) * fixed size issues on main detail view and disappearing of share recipients * Changes due to code comments * Moved reloadProperties() to FileInfoModel * Solved Scrutinizer issues * Bugfix: undefined value used on error * check if options are set for FileInfoModel.initialize() Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [tx-robot] updated from transifexNextcloud bot2017-01-012-2/+54
| |
* | [tx-robot] updated from transifexNextcloud bot2016-12-282-16/+48
|/
* [tx-robot] updated from transifexNextcloud bot2016-12-212-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2016-12-204-4/+30
|
* Remove leading slash from sharing activityJoas Schilling2016-12-151-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>