1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected almost 3 years ago.
Feb 15, 2022 — Mar 17, 2022
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'astdenis/add-through-field' into 'master' More... about 1 year ago
update reqs to the latest federation commit More... about 1 year ago
add through field and remove through annotation code More... about 1 year ago
Merge branch 'astdenis/fix-hashtag-processing' into 'master' More... about 1 year ago
update reqs to latest federation commit More... over 1 year ago
fix hashtag processing More... over 1 year ago
Merge branch 'astdenis/content-rendering' into 'master' More... over 1 year ago
find_urls_in_text: do not match URLs already part of an 'a' tag text. More... over 1 year ago
Fix: do not assume a NavigableString has a previous_sibling. More... over 1 year ago
Ignore html a tags with no href attribute. More... over 1 year ago
Update requirements to latest federation commit. More... over 1 year ago
Add target and rel attributes to the home button. More... over 1 year ago
Remove the race condition handling code which is totally broken. More... over 1 year ago
Update changelog. Update reqs to the latest federation commit. More... over 1 year ago
Handle a potential race condition while creating Profile objects. More... over 1 year ago
Revert to search profiles using both handle and finger else old Diaspora profiles can't be updated. More... over 1 year ago
Ensure to set mention links to the remote profile remote_url for federation. More... over 1 year 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... over 1 year ago
Forgot to make finger case insensitive in validate_recipients. More... over 1 year ago
Fix initialisation error. Revert to original test for find_urls_in_text. Update requirement to latest federation commit. More... over 1 year ago
Make queries on the finger property case insensitive. More... over 1 year ago
Preserve URL order in find_urls_in_text. Update requirements to the latest federation commit. More... over 1 year ago
Import and adapt process_text_links tests from federation. Update requirements to the latest federation commit. More... over 1 year 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... over 1 year ago
Fix issue #620. More... over 1 year ago
Allow content search using the content id. Update requirements. More... over 1 year 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... over 1 year ago
Do not use .text on a splitted NavigableString: it returns str. More... over 1 year ago
Handle URL fragments in link text. More... over 1 year 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... over 1 year ago