1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 5 months ago. based on code collected about 2 years ago.
Mar 17, 2021 — Mar 17, 2022
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
upate_profile becomes update_profiles and his called from BaseStream.get_content and ContentViewset.get_replies. It's now called with a list of content from which the profile ids are extracted. This prevents profile update job duplication. Also, profile update notifications are sent to the UI which triggers a dispatch of the api/profile-detail action. AuthorBar now gets the profiles from profiles.js. More... about 1 year ago
Do not query profiles using the finger property. More... about 1 year ago
Prevent update_profile job duplication. Decide if an update is required within the update job. More... about 1 year ago
Process profile deletes. More... about 1 year ago
Fix circular import error. More... about 1 year ago
Force profile updates if the only update criteria is the exceeded timedelta (take #2). More... about 1 year ago
Force profile updates if the only update criteria is the exceeded timedelta. More... about 1 year ago
Do not update key_id and followers_fid, only create. More... about 1 year ago
Improve logging. More... about 1 year ago
Push migration scripts. More... about 1 year ago
Use fetch_content_type instead of requests.head to check a remote profile icon. More... about 1 year ago
Implement automatic remote profile updates. Reduce remote requests frequency. WIP: implement profile retractions. More... about 1 year ago
Call set_profile_finger from get_sender_profile, but don't call get_sender_profile when the entity is a profile. More... about 1 year ago
Do not call set_profile_finger from make_federable_profile to avoid infinite recursion. More... about 1 year ago
Do not rely on the end part of a fid to fetch the webfinger handle. More... about 1 year ago
Fix bad to property content from send_profile. More... about 1 year ago
Merge remote-tracking branch 'origin/master' More... about 1 year ago
Refactor jsonld context management. Move LD signing to entities/activitypub. Move jsonld document_loader caching to __init__.py. Fix tests. More... about 1 year ago
Start v0.18.0 dev cycle More... about 1 year ago
Release 0.17.0 More... about 1 year ago
Update federation to v0.24.1 More... about 1 year ago
Merge branch 'astdenis/django-3' into 'master' More... about 1 year ago
Update reqs with latest federation commit to master. More... about 1 year ago
docker: ensure migrations and collectstatic are run only once. More... about 1 year ago
circus.sockets.daphne can't be use to set an env variable from within circus.ini. Pass it as an argument to daphne.sh instead. Shave a few MBs off the docker image. More... about 1 year ago
Forgot to add DAPHNE_WORKER_NUM in Dockerfile ENVs. More... about 1 year ago
Use circus sockets to allow for multiple daphne workers behind a single port. Update federation req to latest commit. Doc updates. More... about 1 year ago
Remove non-working database state code More... about 1 year ago
Bind to 0.0.0.0. Don't do hooks in circus_docker.ini More... about 1 year ago
Ensure config is found More... about 1 year ago