1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 4 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
Merge branch 'astdenis/add-through-field' into 'master' More... 4 months ago
update reqs to the latest federation commit More... 6 months ago
add through field and remove through annotation code More... 6 months ago
Merge branch 'astdenis/fix-hashtag-processing' into 'master' More... 6 months ago
update reqs to latest federation commit More... 7 months ago
fix hashtag processing More... 7 months ago
Merge branch 'astdenis/content-rendering' into 'master' More... 8 months ago
find_urls_in_text: do not match URLs already part of an 'a' tag text. More... 9 months ago
Fix: do not assume a NavigableString has a previous_sibling. More... 9 months ago
Ignore html a tags with no href attribute. More... 10 months ago
Update requirements to latest federation commit. More... 10 months ago
Add target and rel attributes to the home button. More... 10 months ago
Remove the race condition handling code which is totally broken. More... 10 months ago
Update changelog. Update reqs to the latest federation commit. More... 10 months ago
Handle a potential race condition while creating Profile objects. More... 10 months ago
Revert to search profiles using both handle and finger else old Diaspora profiles can't be updated. More... 10 months ago
Ensure to set mention links to the remote profile remote_url for federation. More... 10 months ago
Make the remote_url property a URLField which is expected to be provided by federation for AP and derived from the host part of the handle and the guid for Diaspora. Side effet: the home_url property should now behave properly. Trigger a profile update if remote_url is empty. Do not update mention links for federation. More... 10 months ago
Forgot to make finger case insensitive in validate_recipients. More... 10 months ago
Fix initialisation error. Revert to original test for find_urls_in_text. Update requirement to latest federation commit. More... 10 months ago
Make queries on the finger property case insensitive. More... 10 months ago
Preserve URL order in find_urls_in_text. Update requirements to the latest federation commit. More... 10 months ago
Import and adapt process_text_links tests from federation. Update requirements to the latest federation commit. More... 10 months ago
Remove deprecated -e syntax in requirements, replace with pkg @ url syntax. Update reqs to the latest federation commit. Fix tests. Forgot to strip #. Keep and use the data-hashtag attribute until all tags are linkified. Return sorted unique URLs from find_urls_in_text. Handle URLs not starting with http. More... 10 months ago
Fix issue #620. More... 10 months ago
Allow content search using the content id. Update requirements. More... 10 months ago
Move process_text_links back from federation as a content.models.Content method. Convert find_urls_in_text to BeautifulSoup. Address issue #618 by removing the addslashes filter from streams/base.html. More... 10 months ago
Do not use .text on a splitted NavigableString: it returns str. More... 10 months ago
Handle URL fragments in link text. More... 10 months ago
Revert the change in patterns matching beginning or space at the beginning because it prevented the use of markdown on hastags and mentions. More... 10 months ago