Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-05-10 | 2 | -12/+24 |
| | |||||
* | Fix mentioned user not clickable after posting or editing a comment | Daniel Calviño Sánchez | 2017-05-08 | 2 | -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 mentions | Daniel Calviño Sánchez | 2017-05-08 | 1 | -3/+117 |
| | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-05-01 | 2 | -24/+30 |
| | |||||
* | fix CommentsTabsView js test | Georg Ehrke | 2017-04-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | add contactsmenu popover to comments | Georg Ehrke | 2017-04-26 | 2 | -2/+24 |
| | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-26 | 2 | -2/+2 |
| | |||||
* | Fix invalid character | Joas Schilling | 2017-04-25 | 2 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Move systemtags and comments to new accesslist functions | Roeland Jago Douma | 2017-04-20 | 1 | -7/+9 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-20 | 4 | -4/+18 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-18 | 2 | -20/+12 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-17 | 2 | -6/+6 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-14 | 2 | -22/+22 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-03-30 | 2 | -6/+6 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-03-28 | 2 | -2/+54 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-03-27 | 56 | -334/+56 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-03-26 | 2 | -2/+2 |
| | |||||
* | Merge JS for comments | Lukas Reschke | 2017-03-24 | 2 | -7/+10 |
| | | | | | | Shaves off 6 requests. Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | added quit option in commentstabview.js | noveens | 2017-03-23 | 1 | -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 transifex | Nextcloud bot | 2017-03-18 | 2 | -0/+76 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-03-12 | 2 | -16/+48 |
| | |||||
* | Get the user folder of the correct user | Joas Schilling | 2017-03-09 | 3 | -51/+68 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-03-02 | 10 | -0/+370 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-03-01 | 2 | -6/+34 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-02-25 | 2 | -2/+56 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-02-16 | 2 | -8/+8 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-02-15 | 2 | -24/+24 |
| | |||||
* | Merge pull request #3472 from nextcloud/enable-avatars-always | Morris Jobke | 2017-02-14 | 2 | -39/+12 |
|\ | | | | | Always enable avatars | ||||
| * | Always enable avatars | Morris Jobke | 2017-02-13 | 2 | -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 transifex | Nextcloud bot | 2017-02-14 | 4 | -2/+22 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-02-07 | 2 | -2/+66 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-02-02 | 2 | -8/+8 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-02-01 | 2 | -6/+28 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-01-26 | 2 | -0/+4 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-01-24 | 2 | -18/+18 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-01-21 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-01-11 | 2 | -22/+54 |
| | |||||
* | Cleanup comment tests | Joas Schilling | 2017-01-09 | 2 | -13/+4 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Set the comment link on render instead of creation | Joas Schilling | 2017-01-09 | 2 | -6/+6 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-01-09 | 6 | -36/+68 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-01-04 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-01-03 | 2 | -0/+12 |
| | |||||
* | Merge pull request #2850 from nextcloud/downstream-26603 | Roeland Jago Douma | 2017-01-02 | 3 | -20/+38 |
|\ | | | | | Fixed size issues on main detail view and disappearing of share recipients (#26603) | ||||
| * | mention property to follow same style | Arthur Schiwon | 2016-12-23 | 1 | -3/+4 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | Fixed size issues on main detail view and disappearing of share recipients ↵ | Michael Jobst | 2016-12-23 | 3 | -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 transifex | Nextcloud bot | 2017-01-01 | 2 | -2/+54 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-12-28 | 2 | -16/+48 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-12-21 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-12-20 | 4 | -4/+30 |
| | |||||
* | Remove leading slash from sharing activity | Joas Schilling | 2016-12-15 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> |