summaryrefslogtreecommitdiffstats
path: root/apps/comments
Commit message (Collapse)AuthorAgeFilesLines
* [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>
| * Added ellipsis for longer usernames.Abijeet2018-03-271-1/+6
| | | | | | | | | | | | Towards #7281 Signed-off-by: Abijeet <abijeetpatro@gmail.com>
| * Moves the edit and delete options into a dropdown menu.Abijeet2018-03-274-25/+151
| | | | | | | | | | | | | | | | | | Fixes #7281 - Added a new View to render the dropdown. - Modified the existing code. Signed-off-by: Abijeet <abijeetpatro@gmail.com>
| * Converts the css file to scss file, and adds border-top to comments.Abijeet2018-03-271-0/+4
| | | | | | | | Signed-off-by: Abijeet <abijeetpatro@gmail.com>
| * Fixes the following UI issues,Abijeet2018-03-272-57/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Increased the size of the delete, edit, close and submit buttons to take up 44x44px. 2. Now showing the delete button at all times when editing to avoid usability issues with touch screens. 3. Edit icon is also shown at all times, rather than only on hover. 4. Reduced the gap between comments a wee bit. 5. Fixed issues with focus event now working properly for edit and delete. 6. Removed absolute positioning of elements for alignment. 7. Fixed issue with tooltips becoming too high due to padding around actions. Occurred due to my changes. 8. Changed the position of the submit and close icons. 9. Fixed issue with jumping of the delete icon in Firefox. Occurred due to my changes. 10. Fixed issue with wrapping of content due to long author names. Occurred due to my changes. 11. Fixed issue with longer comments not appearing properly. This might have occurred due to my changes. Signed-off-by: Abijeet <abijeetpatro@gmail.com>
| * Fixes div being added placed directly under ul during editing of comments.Abijeet2018-03-271-4/+5
| | | | | | | | Signed-off-by: Abijeet <abijeetpatro@gmail.com>
| * Fixes issue where saving a non-modified comment kept the edit window open.Abijeet2018-03-271-0/+6
| | | | | | | | | | | | Now irrespective of the whether the comment has been modified we are going to go back to the view mode. Signed-off-by: Abijeet <abijeetpatro@gmail.com>
* | [tx-robot] updated from transifexNextcloud bot2018-04-032-14/+36
| |
* | [tx-robot] updated from transifexNextcloud bot2018-03-282-0/+6
|/
* [tx-robot] updated from transifexNextcloud bot2018-03-262-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-03-252-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-03-232-0/+2
|
* Make the new autocomplete endpoint OCSJoas Schilling2018-03-211-6/+9
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2018-03-202-12/+30
|
* [tx-robot] updated from transifexNextcloud bot2018-03-144-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-03-132-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-03-122-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-03-102-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-03-066-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2018-03-054-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-03-0416-2/+16
|
* [tx-robot] updated from transifexNextcloud bot2018-03-03124-124/+0
|
* Update commentstabview.jsrakekniven2018-03-011-1/+1
| | | | Changed typo reported at GitHub. See https://www.transifex.com/nextcloud/nextcloud/translate/#de_DE/$/91002505?issue=yes
* Merge pull request #8355 from nextcloud/fix-comments-num-indexMorris Jobke2018-02-262-2/+191
|\ | | | | Fix comments (and systemtags) when involving users with numerical ids
| * fix creating comments when file is accessible to users with numeric idsArthur Schiwon2018-02-141-3/+4
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * test creating comments with numeric user idsArthur Schiwon2018-02-141-0/+187
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Fix info.xml files of shipped appsJoas Schilling2018-02-161-6/+11
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Remove unused import statementsMorris Jobke2018-02-142-2/+0
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2018-02-1312-18/+102
|
* [tx-robot] updated from transifexNextcloud bot2018-02-122-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-02-092-12/+34
|
* [tx-robot] updated from transifexNextcloud bot2018-02-052-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-02-042-0/+4
|
* Use type casting instead of *val() methodMorris Jobke2018-01-261-1/+1
| | | | | | It should be up to 6x faster Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix array method usages with a proper callMorris Jobke2018-01-251-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Bump appsRoeland Jago Douma2018-01-141-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update composerMorris Jobke2018-01-122-10/+14
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Composer updatedRoeland Jago Douma2018-01-042-16/+12
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2018-01-04116-156/+192
|
* format links in commentsArthur Schiwon2018-01-031-3/+7
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Show max warning comment lenth againRoeland Jago Douma2018-01-022-3/+3
| | | | | | | | | Fixes #7414 Since we no longer use an input field we have to use text instead of val. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Use proper authorative-autoloader for app autoloadersRoeland Jago Douma2017-12-142-11/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>