index
:
pgeu-system.git
master
PostgreSQL Europe Conference and Membership management system.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
postgresqleu
/
util
/
messaging
/
twitter.py
Age
Commit message (
Expand
)
Author
2024-05-16
Add ability for social media providers to specify help for fields
Magnus Hagander
2024-05-16
Make it possible to filter social media fields per source
Magnus Hagander
2023-12-12
Apparently, media ids are strings
Magnus Hagander
2023-12-12
Pass media list as array to twitter instead of an id
Magnus Hagander
2023-12-12
Attempt to update twitter media posting to api v2
Magnus Hagander
2023-10-16
Teach social media posting to differentiate contents to providers
Magnus Hagander
2023-06-15
Include full response in error messages when posting to twitter
Magnus Hagander
2023-06-15
Status code for new tweets is now 201
Magnus Hagander
2023-06-15
Disable all twitter paths that require the paid API levels
Magnus Hagander
2023-06-15
Update twitter posting to use v2 API
Magnus Hagander
2023-06-15
Fix crash in error reporting
Magnus Hagander
2023-06-15
Explicitly pass callback_uri=oob to twitter oauth setup
Magnus Hagander
2023-02-24
Fix incorrect array dereferencing
Magnus Hagander
2023-02-24
Fix missing variable assignment
Magnus Hagander
2023-02-24
Add missing import
Magnus Hagander
2023-02-24
Retry with truncated text if twitter posts are too long
Magnus Hagander
2023-02-23
Set explicit timeout on messaging api calls
Magnus Hagander
2023-02-02
Minor fixes for message registration
Magnus Hagander
2023-02-02
Centralize registration of messaging accounts to registrations
Magnus Hagander
2023-01-17
Consistently return None, not False, when failing to post message
Magnus Hagander
2023-01-16
Extend the news json feed to also include social media posts
Magnus Hagander
2022-09-07
Don't include self-retweets as incoming tweets
Magnus Hagander
2020-07-13
Remove unused imports
Magnus Hagander
2020-05-20
Handle quoted statuses without full_text
Magnus Hagander
2020-05-20
Refresh accountid and not just screenname in twitter config refresh
Magnus Hagander
2020-05-20
Log the full message in errors for twitter create events
Magnus Hagander
2020-05-20
Add logging for failures in incoming twitter webhooks
Magnus Hagander
2020-05-18
Properly pick up environment from cache when validating twitter
Magnus Hagander
2020-05-18
Fix saving of messaging providers with no webhooks configured
Magnus Hagander
2020-05-18
Complete overhaul of social media integrations
Magnus Hagander
2020-01-08
Style and minor fixes pointed out by newer version of pep8
Magnus Hagander
2019-10-11
Add supports for retweets and incoming media
Magnus Hagander
2019-10-11
Implement incoming tweet polling in the trivial twitter client
Magnus Hagander
2019-08-21
Major overhaul of Twitter integration
Magnus Hagander
2019-01-04
Switch to new style try/except handling
Magnus Hagander
2018-12-14
not x in y --> x not in y
Magnus Hagander
2018-12-14
Fix blankline related warnings
Magnus Hagander
2018-12-14
Fix spaces before/after comma and colon
Magnus Hagander
2018-12-14
Replace tabs with spaces
Magnus Hagander
2018-10-29
Ignore "not following" errors in twitter DMs
Magnus Hagander
2018-10-15
Add direct message support to twitter integration
Magnus Hagander
2018-10-15
Refactor twitter code
Magnus Hagander