Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Always enable avatars | Morris Jobke | 2017-02-13 | 1 | -25/+9 |
| | | | | | | | | | * 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> | ||||
* | avoid that all avatars are copied to the author row when editing comments | Arthur Schiwon | 2016-10-21 | 1 | -1/+1 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | consolidate error handling | Arthur Schiwon | 2016-10-19 | 1 | -27/+41 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | fix avatar displaying after submit (either edit or new) | Arthur Schiwon | 2016-10-19 | 1 | -3/+7 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | display avatar (if enabled) alongside displaynames | Arthur Schiwon | 2016-10-19 | 1 | -1/+8 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | fix regex | Arthur Schiwon | 2016-10-19 | 1 | -1/+1 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | improve regex, fixes replacements of usernames with same trunk | Arthur Schiwon | 2016-10-19 | 1 | -1/+12 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | show displayname not uid in commit mentions | Arthur Schiwon | 2016-10-19 | 1 | -15/+51 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Add autosize to comments input | Roeland Jago Douma | 2016-10-04 | 1 | -2/+6 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Use live timestamp on comments tab | Joas Schilling | 2016-09-01 | 1 | -1/+2 |
| | |||||
* | Prevent parse error on editing an HTML comment | Joas Schilling | 2016-08-29 | 1 | -1/+1 |
| | |||||
* | Fix double ending quotes | Joas Schilling | 2016-08-18 | 1 | -1/+1 |
| | |||||
* | Improve layout of cancel button in the comments sidebar | Morris Jobke | 2016-08-18 | 1 | -1/+1 |
| | |||||
* | fix design details in comments sidebar | Jan-Christoph Borchardt | 2016-08-17 | 1 | -12/+12 |
| | |||||
* | Show error message when posting an invalid comment | Vincent Petry | 2016-06-24 | 1 | -6/+6 |
| | | | | | When an internal server error occurs while creating or updating a comment, display a proper error notification in the UI. | ||||
* | fixes indentation | Vincent Chan | 2016-05-03 | 1 | -1/+1 |
| | |||||
* | adds functionality to submit comments with cmd+Enter | Vincent Chan | 2016-05-03 | 1 | -4/+4 |
| | |||||
* | Submit comment on ctrl+Enter | Vincent Chan | 2016-05-02 | 1 | -0/+5 |
| | | | | closes #24302 | ||||
* | Fixes code analysis issues | Morris Jobke | 2016-02-17 | 1 | -2/+2 |
| | |||||
* | Collapse long comments | Vincent Petry | 2016-02-08 | 1 | -4/+25 |
| | | | | | | | 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/+29 |
| | | | | | | | | 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. | ||||
* | Special label for deleted users in comments list | Vincent Petry | 2016-02-04 | 1 | -4/+15 |
| | |||||
* | Move comment delete action into edit mode | Vincent Petry | 2016-02-03 | 1 | -13/+20 |
| | |||||
* | Comment owner can now edit or delete | Vincent Petry | 2016-02-03 | 1 | -36/+147 |
| | |||||
* | Reset comments read marker after loading comments | Vincent Petry | 2016-02-03 | 1 | -3/+24 |
| | |||||
* | Added JS unit tests for comments | Vincent Petry | 2016-02-02 | 1 | -1/+1 |
| | |||||
* | Add spinner when submitting comments | Vincent Petry | 2016-02-02 | 1 | -5/+30 |
| | |||||
* | Fix formatting messages with newlines | Vincent Petry | 2016-02-02 | 1 | -2/+11 |
| | |||||
* | Improve comments style, add avatars | Vincent Petry | 2016-02-02 | 1 | -21/+51 |
| | |||||
* | Add pagination support for comments GUI | Vincent Petry | 2016-02-02 | 1 | -4/+3 |
| | |||||
* | Improve comment date format | Vincent Petry | 2016-02-02 | 1 | -3/+10 |
| | |||||
* | Comments GUI | Vincent Petry | 2016-02-02 | 1 | -0/+166 |