summaryrefslogtreecommitdiffstats
path: root/apps/comments
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2018-08-132-0/+2
|
* Bump autoloadersRoeland Jago Douma2018-08-101-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2018-08-082-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-07-282-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-07-272-0/+8
|
* [tx-robot] updated from transifexNextcloud bot2018-07-26130-130/+130
|
* Merge pull request #9222 from ↵Morris Jobke2018-07-258-48/+421
|\ | | | | | | | | nextcloud/feature/noid/search-for-files-by-comments Allow to search files by comments
| * Brighter comments iconMorris Jobke2018-07-251-1/+3
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * Add pagination supportJoas Schilling2018-07-251-17/+30
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Allow to search by commentsJoas Schilling2018-07-257-1/+345
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Correctly register everything via the Application classJoas Schilling2018-07-252-48/+62
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Limit small avatar rendering only to inline mentionsJulius Härtl2018-07-251-1/+5
|/ | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fixed comments designJohn Molakvoæ (skjnldsv)2018-07-241-24/+22
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Focus the comment input on tab select/loadingJohn Molakvoæ (skjnldsv)2018-07-241-0/+3
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* [tx-robot] updated from transifexNextcloud bot2018-07-242-0/+2
|
* Merge pull request #10286 from nextcloud/bugfix/noid/comments-layoutMorris Jobke2018-07-191-0/+1
|\ | | | | Fix comment input overlay on empty discussion
| * Fix comment input overlay on empty discussionJulius Härtl2018-07-181-0/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Fix inline avatar display for mentions in commentsJulius Härtl2018-07-182-3/+26
|/ | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* [tx-robot] updated from transifexNextcloud bot2018-07-106-8/+10
|
* [tx-robot] updated from transifexNextcloud bot2018-06-272-8/+8
|
* [tx-robot] updated from transifexNextcloud bot2018-06-222-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-06-212-4/+6
|
* Various apps scssJohn Molakvoæ (skjnldsv)2018-06-202-16/+16
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* [tx-robot] updated from transifexNextcloud bot2018-06-172-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-06-122-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-06-092-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-06-062-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-06-032-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-06-012-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-05-312-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-05-304-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-05-282-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-05-272-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-05-262-10/+12
|
* [tx-robot] updated from transifexNextcloud bot2018-05-256-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2018-05-2312-0/+12
|
* [tx-robot] updated from transifexNextcloud bot2018-05-222-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-05-1812-12/+12
|
* [tx-robot] updated from transifexNextcloud bot2018-05-1712-22/+22
|
* [tx-robot] updated from transifexNextcloud bot2018-05-132-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-05-102-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-04-252-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-04-222-4/+4
|
* Fixes issue with the large cursor on Safari in the comment section.Abijeet2018-04-141-3/+6
| | | | | | This was being caused due to the `display: inline-block` on the contenteditable div. Signed-off-by: Abijeet <abijeetpatro@gmail.com>
* [tx-robot] updated from transifexNextcloud bot2018-04-132-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-04-12130-260/+260
|
* Merge pull request #7800 from Abijeet/bug-7281Morris Jobke2018-04-115-103/+240
|\ | | | | Fixes the usability issues with the comment section delete and edit
| * Fixing failing test cases due to change in functionality.Abijeet2018-03-272-25/+25
| | | | | | | | | | | | Also fixes scrutinizer warnings. Signed-off-by: Abijeet <abijeetpatro@gmail.com>
| * Disabled comment changes opacity only for message text.Abijeet2018-03-271-1/+1
| | | | | | | | Signed-off-by: Abijeet <abijeetpatro@gmail.com>
| * Adds a tooltip for the submit / save button in comments.Abijeet2018-03-272-3/+3
| | | | | | | | | | | | | | | | Towards #7281 Also hiding the menu before triggering click action. Signed-off-by: Abijeet <abijeetpatro@gmail.com>