summaryrefslogtreecommitdiffstats
path: root/apps/comments
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2017-03-0210-0/+370
|
* [tx-robot] updated from transifexNextcloud bot2017-03-012-6/+34
|
* [tx-robot] updated from transifexNextcloud bot2017-02-252-2/+56
|
* [tx-robot] updated from transifexNextcloud bot2017-02-162-8/+8
|
* [tx-robot] updated from transifexNextcloud bot2017-02-152-24/+24
|
* Merge pull request #3472 from nextcloud/enable-avatars-alwaysMorris Jobke2017-02-142-39/+12
|\ | | | | Always enable avatars
| * Always enable avatarsMorris Jobke2017-02-132-39/+12
| | | | | | | | | | | | | | | | | | * we introduced this setting in the begining because our avatar support caused some performance issues, but we fixed them and should only provide one way how Nextcloud looks Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2017-02-144-2/+22
|/
* [tx-robot] updated from transifexNextcloud bot2017-02-072-2/+66
|
* [tx-robot] updated from transifexNextcloud bot2017-02-022-8/+8
|
* [tx-robot] updated from transifexNextcloud bot2017-02-012-6/+28
|
* [tx-robot] updated from transifexNextcloud bot2017-01-262-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2017-01-242-18/+18
|
* [tx-robot] updated from transifexNextcloud bot2017-01-212-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-01-112-22/+54
|
* Cleanup comment testsJoas Schilling2017-01-092-13/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Set the comment link on render instead of creationJoas Schilling2017-01-092-6/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2017-01-096-36/+68
|
* [tx-robot] updated from transifexNextcloud bot2017-01-042-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-01-032-0/+12
|
* Merge pull request #2850 from nextcloud/downstream-26603Roeland Jago Douma2017-01-023-20/+38
|\ | | | | Fixed size issues on main detail view and disappearing of share recipients (#26603)
| * mention property to follow same styleArthur Schiwon2016-12-231-3/+4
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * Fixed size issues on main detail view and disappearing of share recipients ↵Michael Jobst2016-12-233-19/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#26603) * fixed size issues on main detail view and disappearing of share recipients * Changes due to code comments * Moved reloadProperties() to FileInfoModel * Solved Scrutinizer issues * Bugfix: undefined value used on error * check if options are set for FileInfoModel.initialize() Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [tx-robot] updated from transifexNextcloud bot2017-01-012-2/+54
| |
* | [tx-robot] updated from transifexNextcloud bot2016-12-282-16/+48
|/
* [tx-robot] updated from transifexNextcloud bot2016-12-212-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2016-12-204-4/+30
|
* Remove leading slash from sharing activityJoas Schilling2016-12-151-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update app versions and requirementsJoas Schilling2016-12-131-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2016-12-122-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2016-12-112-0/+16
|
* [tx-robot] updated from transifexNextcloud bot2016-12-102-14/+52
|
* [tx-robot] updated from transifexNextcloud bot2016-12-062-4/+18
|
* [tx-robot] updated from transifexNextcloud bot2016-12-052-6/+34
|
* [tx-robot] updated from transifexNextcloud bot2016-12-032-0/+4
|
* Adjust all implementations in the server repoJoas Schilling2016-12-011-4/+11
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2016-12-012-0/+8
|
* [tx-robot] updated from transifexNextcloud bot2016-11-306-0/+28
|
* [tx-robot] updated from transifexNextcloud bot2016-11-306-4/+22
|
* [tx-robot] updated from transifexNextcloud bot2016-11-292-0/+14
|
* [tx-robot] updated from transifexNextcloud bot2016-11-296-0/+24
|
* [tx-robot] updated from transifexNextcloud bot2016-11-2928-52/+0
|
* Merge pull request #2237 from ↵blizzz2016-11-282-31/+106
|\ | | | | | | | | nextcloud/rich-strings-and-icons-for-mention-notifications Rich strings and icons for mention notifications
| * Adjust testsJoas Schilling2016-11-231-18/+56
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Use the comment icon for the notificationsJoas Schilling2016-11-231-0/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Set the rich object string for comment notificationsJoas Schilling2016-11-231-13/+49
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2016-11-282-0/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2016-11-272-0/+8
| |
* | [tx-robot] updated from transifexNextcloud bot2016-11-2642-126/+206
|/
* Merge pull request #2154 from nextcloud/comments-activities-updateMorris Jobke2016-11-229-358/+447
|\ | | | | Move comments activities to the new API