mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-05-29 01:30:37 +08:00
Avatars are now downloaded server side and cached for all users. This improves performace of the site (no need to request to third party servers) and also improves users privacy for the same reason. Caching can be configured separately from rest of the Django caching and it is recommended to use filesystem backed cache for this purpose. Fixes #412 Signed-off-by: Michal Čihař <michal@cihar.com>
16 lines
208 B
Text
Vendored
16 lines
208 B
Text
Vendored
*.pyc
|
|
*.sw[po]
|
|
/weblate/repos/
|
|
locale/*/*/*.mo
|
|
/weblate/whoosh-index/
|
|
/weblate/avatar-cache/
|
|
weblate-*.tar.*
|
|
/translate
|
|
/social
|
|
/*.db
|
|
/weblate/settings.py
|
|
/weblate/test-repos/
|
|
/reports/
|
|
/tags
|
|
/django
|
|
.idea/*
|