summaryrefslogtreecommitdiffstats
path: root/apps/comments
Commit message (Collapse)AuthorAgeFilesLines
* [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>
* The user displayNameResolver is specific to users, not the comments appArthur Schiwon2017-12-121-11/+0
| | | | | | | Other apps like spreed rely on it, and only can resolver per type can be registered anyhow. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* [tx-robot] updated from transifexNextcloud bot2017-12-102-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2017-12-092-2/+2
|
* Merge pull request #7252 from nextcloud/send-comment-on-enterMorris Jobke2017-12-082-12/+92
|\ | | | | Submit comments with Enter and use Shift+Enter for new lines
| * Fix Enter sending comment instead of adding autocomplete item to messageDaniel Calviño Sánchez2017-12-072-2/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | When the autocomplete popover is shown the At.js plugin listens on the message input field for key down events, and when Enter is pressed it adds the selected item to the message. However, as "_onTypeComment" also handles key down events for the message input field, when Enter was pressed the comment was submitted and At.js had no chance to add the item before that happened. Now when Enter is pressed and the autocomplete popover is shown the comment is not submitted, and thus At.js adds the selected item to the message as expected. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * Add unit tests for posting comments with enter keyDaniel Calviño Sánchez2017-11-301-0/+28
| | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * Set text only in the message div of the new comment formDaniel Calviño Sánchez2017-11-301-10/+13
| | | | | | | | | | | | | | | | When finding ".message" elements on "view.$el" the message area for the new comment form and all the comments were matched. Now the selector was restricted to match only the message area for the new comment form. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * Submit comments with Enter and use Shift+Enter for new linesDaniel Calviño Sánchez2017-11-231-2/+3
| | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | [tx-robot] updated from transifexNextcloud bot2017-12-064-0/+8
| |
* | [tx-robot] updated from transifexNextcloud bot2017-12-052-0/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2017-12-042-0/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2017-12-024-0/+8
| |
* | [tx-robot] updated from transifexNextcloud bot2017-12-0130-0/+60
| |
* | [tx-robot] updated from transifexNextcloud bot2017-11-308-0/+14
| |
* | Merge pull request #7316 from ↵Roeland Jago Douma2017-11-291-3/+3
|\ \ | | | | | | | | | | | | nextcloud/fix-silent-conflicts-due-to-merging-7256-after-7251 Fix silent conflicts due to merging #7256 after #7251
| * | Fix silent conflicts due to merging #7256 after #7251Daniel Calviño Sánchez2017-11-281-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | Although #7256 was merged cleanly some of the changes really conflicted with those introduced by the last commit of #7251, and this broke the appearance of the author row of comments. This commit fixes those silent conflicts and restores the appearance of the author row. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>