summaryrefslogtreecommitdiffstats
path: root/apps/comments
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2019-02-27136-1476/+1476
|
* Move comments to webpackRoeland Jago Douma2019-02-2626-18/+64
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2019-02-162-0/+54
|
* Merge pull request #13819 from ↵Morris Jobke2019-02-071-1/+0
|\ | | | | | | | | nextcloud/bugfix/noid/unify-html-encoding-handling-with-other-ros-apps Unify the HTML encoding handling with other ROS apps
| * Unify the HTML encoding handling with other ROS appsJoas Schilling2019-01-251-1/+0
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2019-02-062-0/+4
| |
* | No need to explicitly load bundle dependenciesRoeland Jago Douma2019-02-041-1/+0
| | | | | | | | | | | | oc-webdav-backbone is loaded by default Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | 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>
* 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
|
* [tx-robot] updated from transifexNextcloud bot2018-12-282-0/+2
|
* Merge pull request #13227 from nextcloud/fix-opening-search-results-for-commentsRoeland Jago Douma2018-12-241-1/+3
|\ | | | | Fix opening search results for comments
| * Fix opening search results for commentsDaniel Calviño Sánchez2018-12-211-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-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
|
* Bump versions of server and the requirements of appsJoas Schilling2018-11-231-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [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