1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 5 months ago. based on code collected about 2 years ago.
Feb 15, 2022 — Mar 17, 2022
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Rely on the data-[hashtag,mention] attribute to exclude tags and mentions from find_urls_in_text. Use plain_name in users.Profile.__str__. More... 11 months ago
Render author names with v-html in order to have HTML escapes interpreted. Introduce a @property method returning a text only author name to be used with title tags. More... 11 months ago
Do not lowercase the finger attribute. Remove a debug print. More... 11 months ago
Enable cacheing on UserDetailView in an attempt to reduce DB queries. More... 11 months ago
Fix some tests and fix code that was failing tests. Rename federate.utils.tasks.get_profile to get_profile_for_object because it is already used in federate.utils.entities. More... 11 months ago
Catch mention.get failures since mentions are not available on the first Content.render of inbound payloads. Renamed get_sender_profile to get_profile since it is now also used to retrieve mention profiles More... 11 months ago
Do not fetch and create a profile that's about to be retracted. More... 11 months ago
Provide rendered content to federation for outbound. Rely on federation marks to find hashtags and mentions links on inbound HTML content. Use BeautifulSoup to process content. More... 11 months ago
Merge branch 'master' into astdenis/mention-mgmt More... 12 months ago
Fetch missing profile for inbound mentions. Fix: use finger instead of handle in ProfileQuerySet.fed. More... 12 months ago
Merge branch 'astdenis/reply-mgmt' into 'master' More... 12 months ago
update requirements to federation master. More... 12 months ago
Remove a fullfilled TODO comment. Rename ContentQuerySet.children to ContentQuerySet.full_conversation. More... 12 months ago
Minor dependency updates in support of arm64. More... 12 months ago
Merge branch 'master' into astdenis/reply-mgmt More... 12 months ago
Merge branch 'astdenis/ap-profile-handling' into 'master' More... 12 months ago
Remove useless plugin and console.log calls.. More... 12 months ago
Changelog updates. Use a uri fragment for mention notifications also. More... 12 months ago
Add an id to each reply div in RepliesContainer and use it in reply notification emails to allow enable scrolling with window.scrollTo. More... 12 months ago
Expand all threads in single content page. To avoid 429 errors, fetch all replies once from the root parent. More... 12 months ago
Add .catch the getProfile action. More... about 1 year ago
Merge branch '621-external-postgres-django-error-relation-users_profile-does-not-exist' into astdenis/ap-profile-handling More... about 1 year ago
Change sched_update api route to schedule_update. More... about 1 year ago
Catch the ProgrammingError exception that is thrown when running migrations on a new DB. More... about 1 year ago
Use the profile store as the single source for profiles. More... about 1 year ago
Update documentation. More... about 1 year ago
Update changelog. Use GET instead of POST for sched_update profile. More... about 1 year ago
Update changelog. Remove useless comments. Add AllowAny permission to the sched_update method. More... about 1 year ago
Commit the single content author to the profile store. Also commit the through_author to the profile store, if any. More... about 1 year ago
Do not fetch the profile icon server side. Instead, have the UI request a profile update through a new api route if the profile icon can't be retrieved. More... about 1 year ago