Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #11064 from ↵ | Roeland Jago Douma | 2018-09-05 | 3 | -32/+55 |
|\ | | | | | | | | | nextcloud/fix-markup-and-style-of-mentions-in-comments Fix markup and style of mentions in comments | ||||
| * | Add new line at the end of file | Daniel Calviño Sánchez | 2018-09-05 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
| * | Ensure that the avatar and the user name will be kept together | Daniel Calviño Sánchez | 2018-09-05 | 1 | -0/+4 |
| | | | | | | | | | | | | | | Otherwise a line break could be added between the avatar and the user name when the wrapper is close to the right border of the message. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
| * | Remove unneeded CSS rule for mentions | Daniel Calviño Sánchez | 2018-09-05 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | Most of the properties of the rule are not needed for mentions, so the rule is no longer applied to them; the only needed property was moved to the main rule for mentions. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
| * | Fix pointer cursor not shown on avatars | Daniel Calviño Sánchez | 2018-09-05 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | When the cursor is on an avatar wrapper the cursor is shown as a pointer to inform the user that it can be clicked (which will either show the contacts menu or insert a mention, depending on the case); the cursor must be explicitly defined for the "img" element that shows the avatar too, or otherwise the default cursor would be shown. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
| * | Highlight mentions to the current user | Daniel Calviño Sánchez | 2018-09-05 | 1 | -0/+4 |
| | | | | | | | | | | | | | | Like done in Talk, mentions to the current user are now shown with the primary colors to make them more prominent. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
| * | Ensure that the user name is shown in bold in mentions | Daniel Calviño Sánchez | 2018-09-05 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | Different browsers use different font weights for strong elements (Chromium uses "bold", but Firefox uses "bolder", which is relative to the font weight of the parent), so now the user name in mentions is explicitly shown with a bold weight. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
| * | Reformat embedded HTML code to resemble HTML code | Daniel Calviño Sánchez | 2018-09-05 | 1 | -27/+31 |
| | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
| * | Remove space between avatar and user name | Daniel Calviño Sánchez | 2018-09-05 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | The avatar should be shown immediately after the avatar to be able to accurately define the space between them using only CSS rules. Note that in the case of the "atwho" menu it is not really needed, as a whitespace removal seems to be done automatically by the plugin, but it was modified for its displayed elements too for consistency. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
| * | Show avatar using "span" instead of "div" | Daniel Calviño Sánchez | 2018-09-05 | 2 | -8/+8 |
| | | | | | | | | | | | | | | | | Visually it makes no difference, but as the ".avatar" element is inside a "span" element it can not be a block element to be compliant with the HTML specification. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
* | | Update version requirements and versions of shipped apps | Joas Schilling | 2018-09-05 | 1 | -2/+2 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-01 | 2 | -0/+2 |
| | |||||
* | Merge pull request #10913 from ↵ | Morris Jobke | 2018-08-30 | 1 | -16/+20 |
|\ | | | | | | | | | nextcloud/do-not-parse-html-in-user-id-and-display-name Do not parse HTML in user id and display name | ||||
| * | Do not parse HTML in user id and display name | Joas Schilling | 2018-08-28 | 1 | -16/+20 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-30 | 2 | -0/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-29 | 2 | -0/+2 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-27 | 2 | -0/+2 |
| | |||||
* | Fix contactsmenu for mentioned users in comments | Julius Härtl | 2018-08-25 | 1 | -1/+0 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-25 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-24 | 10 | -0/+10 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-23 | 36 | -36/+0 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-13 | 2 | -0/+2 |
| | |||||
* | Bump autoloaders | Roeland Jago Douma | 2018-08-10 | 1 | -1/+1 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-08 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-07-28 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-07-27 | 2 | -0/+8 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-07-26 | 130 | -130/+130 |
| | |||||
* | Merge pull request #9222 from ↵ | Morris Jobke | 2018-07-25 | 8 | -48/+421 |
|\ | | | | | | | | | nextcloud/feature/noid/search-for-files-by-comments Allow to search files by comments | ||||
| * | Brighter comments icon | Morris Jobke | 2018-07-25 | 1 | -1/+3 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
| * | Add pagination support | Joas Schilling | 2018-07-25 | 1 | -17/+30 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Allow to search by comments | Joas Schilling | 2018-07-25 | 7 | -1/+345 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Correctly register everything via the Application class | Joas Schilling | 2018-07-25 | 2 | -48/+62 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Limit small avatar rendering only to inline mentions | Julius Härtl | 2018-07-25 | 1 | -1/+5 |
|/ | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Fixed comments design | John Molakvoæ (skjnldsv) | 2018-07-24 | 1 | -24/+22 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Focus the comment input on tab select/loading | John Molakvoæ (skjnldsv) | 2018-07-24 | 1 | -0/+3 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-07-24 | 2 | -0/+2 |
| | |||||
* | Merge pull request #10286 from nextcloud/bugfix/noid/comments-layout | Morris Jobke | 2018-07-19 | 1 | -0/+1 |
|\ | | | | | Fix comment input overlay on empty discussion | ||||
| * | Fix comment input overlay on empty discussion | Julius Härtl | 2018-07-18 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Fix inline avatar display for mentions in comments | Julius Härtl | 2018-07-18 | 2 | -3/+26 |
|/ | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-07-10 | 6 | -8/+10 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-06-27 | 2 | -8/+8 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-06-22 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-06-21 | 2 | -4/+6 |
| | |||||
* | Various apps scss | John Molakvoæ (skjnldsv) | 2018-06-20 | 2 | -16/+16 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-06-17 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-06-12 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-06-09 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-06-06 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-06-03 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-06-01 | 2 | -2/+2 |
| |