0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 17 days ago. based on code collected 18 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use idempotency-key to avoid duplicate statuses If we add timeouts mastodon-api, we start having duplicate statuses that failed for network issues but still got to be created at the instance. This uses idempotency-key to avoid this duplicates. More... almost 7 years ago
Update loofah, nokogiri More... almost 7 years ago
Merge pull request #82 from renatolond/bugfix/retry_on_http_error More... almost 7 years ago
Refactor media update coming from twitter to support retries After experimenting with a http timeout, sometimes the server does not answer on time. When this happens mid-upload, sometimes posts coming from twitter are missing images. This implements a retry, but also raises the exception if it fails so that the whole toot is retried again later. More... almost 7 years ago
Detect crossposter name to avoid double posting In some instances the website field of the crossposter is empty. Detect the name too to avoid double posts. More... almost 7 years ago
Detect webm video and skip it More... almost 7 years ago
Merge pull request #75 from kyriog/remove_blocking_sql More... almost 7 years ago
Merge pull request #77 from kyriog/limit_allowed_domain More... almost 7 years ago
Merge pull request #78 from renatolond/feature/cw_on_all_tweets More... almost 7 years ago
Add missing migration file More... almost 7 years ago
Update README.md Add information about the new content warning option [no-ci] More... almost 7 years ago
Add twitter content warning to the options form This adds an input to the options form to be able to add a twitter content warning to all toots coming from twitter. Related to #72 More... almost 7 years ago
Add option to have CW on all status coming from twitter Besides the CW detection, add an option to include CW in all posts coming from twitter Related to #72 More... almost 7 years ago
Merge pull request #76 from kyriog/env_database_config More... almost 7 years ago
Removing empty password More... almost 7 years ago
Update README.md Add screnshot of the example after being crossposted [no-ci] More... almost 7 years ago
Update README.md Add an example of a quote-retweet with CW. [no-ci] More... almost 7 years ago
Fixing typo More... almost 7 years ago
Adding ability to limit allowed Mastodon Accounts to a single domain More... almost 7 years ago
Allowing to configure production database credentials using environment parameters More... almost 7 years ago
Removing potentially blocking SQL queries More... almost 7 years ago
Fix multiline CW More... almost 7 years ago
Allow space instead of : or , to separate cw More... almost 7 years ago
Merge pull request #72 from renatolond/feature/infer_cw_from_twitter_post More... almost 7 years ago
Treat SSL errors More... almost 7 years ago
Improve README.md More... almost 7 years ago
Infer CW for tweets This allows users to start their tweets with `CW:` or other similar constructions and they will be crossposted with a content warning on Mastodon. This does not apply to several Tweets in a thread. Fixes #29 More... almost 7 years ago
Update README.md More... almost 7 years ago
Only increment status after saving status, rescue from duplicate If someone toots the same thing twice, twitter only posts once and returns the same post again. We can't do anything about that, so we should be ready to ignore that tweet and increment status about it. More... about 7 years ago
Fix rescue for connection errors They were being rescued too late. More... about 7 years ago