aboutsummaryrefslogtreecommitdiffstats
path: root/apps/comments
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2019-03-142-28/+28
|
* [tx-robot] updated from transifexNextcloud bot2019-02-27136-1476/+1476
|
* [tx-robot] updated from transifexNextcloud bot2019-02-162-0/+54
|
* Merge pull request #13961 from nextcloud/backport/13945/stable15Roeland Jago Douma2019-02-071-3/+0
|\ | | | | [stable15] Show autocompletion as soon as "@" is typed
| * Show autocompletion as soon as "@" is typedDaniel Calviño Sánchez2019-01-311-3/+0
| | | | | | | | | | | | | | | | | | In order to show the autocompletion it was needed to type at least another character after "@", so only the mentions that matched that character were shown. Now the autocompletion is shown as soon as "@" is typed, which shows all the possible mentions. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | [tx-robot] updated from transifexNextcloud bot2019-02-062-0/+4
|/
* Merge the str_replacementsJoas Schilling2019-01-241-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix linear-gradient for long comments on dark-themeJoas Schilling2019-01-241-6/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2019-01-192-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-01-174-4/+6
|
* [tx-robot] updated from transifexNextcloud bot2019-01-122-12/+40
|
* [tx-robot] updated from transifexNextcloud bot2019-01-052-8/+10
|
* [tx-robot] updated from transifexNextcloud bot2019-01-042-2/+2
|
* Fix opening search results for commentsDaniel Calviño Sánchez2019-01-031-1/+3
| | | | | | | | | "OC.dirname" removes everything after the last "/", so a path without slashes is returned without changes. "result.path" does not include leading nor trailing "/", so when the path is for a file or folder in the base folder "OC.dirname(result.path)" returns "result.path". Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* [tx-robot] updated from transifexNextcloud bot2018-12-282-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-12-242-0/+8
|
* [tx-robot] updated from transifexNextcloud bot2018-12-202-8/+8
|
* [tx-robot] updated from transifexNextcloud bot2018-12-162-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-12-132-16/+8
|
* [tx-robot] updated from transifexNextcloud bot2018-12-102-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-11-282-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2018-11-23128-554/+192
|
* Shorten index name of calendar changes tableJoas Schilling2018-11-141-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2018-11-142-2/+8
|
* [tx-robot] updated from transifexNextcloud bot2018-11-09120-330/+330
|
* Populate the mention-notification with the actual messageJoas Schilling2018-11-082-49/+157
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix the comments UI and activities for space-mentionsJoas Schilling2018-11-072-5/+22
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2018-11-062-8/+8
|
* [tx-robot] updated from transifexNextcloud bot2018-11-042-0/+2
|
* Revert "Populate the mention-notification with the actual message"Arthur Schiwon2018-10-311-99/+41
| | | | This reverts commit d295ff53672d542f3b09ff0becd6a4a20ba1d494.
* Populate the mention-notification with the actual messageJoas Schilling2018-10-301-41/+99
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2018-10-272-2/+6
|
* Adjust some jsdocsJulius Härtl2018-10-241-0/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* [tx-robot] updated from transifexNextcloud bot2018-10-234-2/+4
|
* Merge pull request #11905 from nextcloud/design/noid/tab-iconsRoeland Jago Douma2018-10-191-0/+4
|\ | | | | Add icon to file sidebar tabs
| * Add icon to file sidebar tabsJulius Härtl2018-10-181-0/+4
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Add .l10nignore files for compiled assetsMorris Jobke2018-10-191-0/+2
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Move more comments to compiled handlebarsRoeland Jago Douma2018-10-155-27/+56
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2018-10-052-0/+2
|
* Remove leftover 'Roeland Jago Douma2018-10-043-5/+5
| | | | | | Followup to #11583 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move Comments to compiled handlebarsRoeland Jago Douma2018-10-046-56/+128
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Redirect guests to login if they follow the link of a comment ↵Joas Schilling2018-10-022-57/+121
| | | | | | mention-notification Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2018-09-252-12/+12
|
* [tx-robot] updated from transifexNextcloud bot2018-09-234-2/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-09-222-2/+2
|
* Merge pull request #11258 from nextcloud/fix-contacts-menu-on-mentionsblizzz2018-09-182-8/+12
|\ | | | | Fix contacts menu on mentions
| * Fix position of contacts menu shown on mentionsDaniel Calviño Sánchez2018-09-151-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | There are no default CSS rules for the contacts menu, as its position depends on the element on which it is shown. Note, however, that if no explicit rules are provided the contacts menu on mentions is affected by the rules for the contacts menu on shares from the sharing tab. The contacts menu is now positioned to show the tip of the arrow horizontally aligned with the center of the avatar, and with the top of the menu slightly below the bottom border of the mention. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * Fix contacts menu not triggered on certain areas of a mentionDaniel Calviño Sánchez2018-09-151-8/+7
| | | | | | | | | | | | | | | | | | | | The contacts menu was triggered only when the avatar or the name of the user were clicked. Due to this, clicking on certain (small) areas of a mention (like the right end, or the space between the avatar and the name) did not show the contacts menu. Now the contacts menu is shown when any area of the mention is clicked. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | Merge pull request #11257 from ↵blizzz2018-09-181-0/+3
|\ \ | |/ |/| | | | | nextcloud/prevent-comment-being-composed-from-overlapping-the-submit-button Prevent comment being composed from overlapping the submit button
| * Prevent comment being composed from overlapping the submit buttonDaniel Calviño Sánchez2018-09-061-0/+3
| | | | | | | | | | | | | | | | | | The submit button is placed in the text area using absolute positioning, so it is not taken into account when calculating the text layout. Due to this it is necessary to add an explicit padding to the right of the text area to prevent the text from overlapping the submit button. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>