Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-06-13 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-06-08 | 2 | -2/+54 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-06-06 | 2 | -2/+56 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-06-01 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-05-30 | 2 | -14/+14 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-05-29 | 2 | -2/+54 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-05-24 | 2 | -2/+6 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-05-23 | 2 | -4/+4 |
| | |||||
* | Split multi-author entries | Joas Schilling | 2017-05-22 | 1 | -1/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Bump app versions as well | Joas Schilling | 2017-05-22 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Adjust version requirement | Joas Schilling | 2017-05-22 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #4554 from nextcloud/pointer-cursor-on-clickable-user | Lukas Reschke | 2017-05-16 | 1 | -0/+1 |
|\ | | | | | Make it clear that you can now click on usernames | ||||
| * | Make it clear that you can now click on usernames | Joas Schilling | 2017-04-27 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | [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 |
| |