Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [BugFix] use default avatar for ghost user (fix 500 error) (#9536) | 6543 | 2019-12-29 | 1 | -7/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | * remove since it is there for 3years * fix 500 error for ghost avatar * dont insert "-1" in any case to issue.poster_id * fix lint * Test: ghost avatar link * fix test * Revert "remove since it is there for 3years" This reverts commit fd9ad05159c84ba804b126d2a959963d82578b22. * Revert "dont insert "-1" in any case to issue.poster_id" This reverts commit 05469ab6d815a6cc6478a256018b9ed1a12749e0. Co-authored-by: zeripath <art27@cantab.net> | ||||
* | Alwaywas return local url for users avatar (#8245) | Sandro Santilli | 2019-09-26 | 1 | -0/+37 |
* Always return local url for users avatar Avoids having to wait for DNS lookups when libravatar is activated fixing #6046 * Avoid double slash in avatar link * Move avatar route to the correct place |