Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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> | ||||
* | add contactsmenu popover to comments | Georg Ehrke | 2017-04-26 | 1 | -1/+5 |
| | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | display avatar (if enabled) alongside displaynames | Arthur Schiwon | 2016-10-19 | 1 | -0/+4 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Merge pull request #1407 from nextcloud/multiline_comments | Morris Jobke | 2016-10-11 | 1 | -2/+7 |
|\ | | | | | Bring back multiline comments | ||||
| * | fix textarea submit | skjnldsv | 2016-10-11 | 1 | -2/+3 |
| | | |||||
| * | Add autosize to comments input | Roeland Jago Douma | 2016-10-04 | 1 | -1/+5 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Make sure the CSS rules apply to the activityTabView as well | Joas Schilling | 2016-10-05 | 1 | -5/+9 |
|/ | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | white-space: pre-wrap is supported on all current browsers | Morris Jobke | 2016-08-18 | 1 | -8/+1 |
| | | | | | * Chrome 1, Firefox 3, IE8, Opera 8 and Safari 3 * see https://developer.mozilla.org/en-US/docs/Web/CSS/white-space | ||||
* | Improve layout of cancel button in the comments sidebar | Morris Jobke | 2016-08-18 | 1 | -0/+4 |
| | |||||
* | Fix layout of comments submit button on all screen sizes | Morris Jobke | 2016-08-18 | 1 | -4/+4 |
| | | | | * tested in IE10, IE11, Edge, Chrome and Firefox | ||||
* | Fix edit comment layout | Roeland Jago Douma | 2016-08-17 | 1 | -1/+1 |
| | |||||
* | fix design details in comments sidebar | Jan-Christoph Borchardt | 2016-08-17 | 1 | -14/+40 |
| | |||||
* | remove comments count because it is not that relevant to show directly | Jan-Christoph Borchardt | 2016-02-25 | 1 | -2/+2 |
| | |||||
* | Collapse long comments | Vincent Petry | 2016-02-08 | 1 | -0/+43 |
| | | | | | | | Very crude a naive implementation that relies on length and number of newlines. Should be good enough for most cases. Clicking on such comments will expand them. | ||||
* | Limit comment size to 1000 in UI | Vincent Petry | 2016-02-05 | 1 | -1/+9 |
| | | | | | | | | Whenever the limit is almost reached (90% of the length), a tooltip will appear. Once the limit is exceeded, the "Post" button will be disabled and the field will become red. | ||||
* | Move comment delete action into edit mode | Vincent Petry | 2016-02-03 | 1 | -1/+1 |
| | |||||
* | Comment owner can now edit or delete | Vincent Petry | 2016-02-03 | 1 | -0/+27 |
| | |||||
* | Add file row indicator for unread comments | Vincent Petry | 2016-02-03 | 1 | -0/+4 |
| | |||||
* | Add spinner when submitting comments | Vincent Petry | 2016-02-02 | 1 | -2/+2 |
| | |||||
* | Improve comments style, add avatars | Vincent Petry | 2016-02-02 | 1 | -0/+51 |