summaryrefslogtreecommitdiff
path: root/lib/pleroma/web/twitter_api/twitter_api.ex
AgeCommit message (Collapse)Author
2019-02-20ReportsEgor
2019-02-11Revert "Merge branch 'object-creation' into 'develop'"lambda
This reverts merge request !802
2019-02-10Merge branch 'fix/credo-issues' into 'develop'kaniini
Fix credo issues See merge request pleroma/pleroma!786
2019-02-09Do object insertion through Cachexlain
So we don't flood our postgres logs with errors. Should also make things slightly faster.
2019-02-09de-group alias/esHaelwenn (lanodan) Monnier
2019-01-21Activity: get_create_activity_by_object_ap_id/1 → get_create_by_object_ap_id/1Haelwenn (lanodan) Monnier
2019-01-09Add Twitter API for the pinned statusesEgor Kislitsyn
``` # Only return statuses that have been pinned GET /api/statuses/user_timeline.json?pinned=true # Pin POST /api/statuses/pin/:id # Unpin POST /api/statuses/unpin/:id ```
2019-01-03Merge branch 'captcha' into 'develop'rinpatch
Make captcha (kocaptcha) stateless See merge request pleroma/pleroma!585
2018-12-31update copyright years to 2019William Pitcock
2018-12-23add license boilerplate to pleroma coreWilliam Pitcock
2018-12-21Make captcha (kocaptcha) statelessEkaterina Vaartis
Also rename seconds_retained to seconds_valid since that's how it is now. Put it down from 180 to 20 seconds. The answer data is now stored in an encrypted text transfered to the client and back, so no ETS is needed
2018-12-18[#114] Formatting fix.Ivan Tashkinov
2018-12-18[#114] Refactored User.register_changeset to init confirmation data.Ivan Tashkinov
Introduced User.register/1 to encapsulate User record creation and post-registration actions.
2018-12-18[#114] Account confirmation email, registration as unconfirmed ↵Ivan Tashkinov
(config-based), auth prevention for unconfirmed.
2018-12-15Formatting fixesEkaterina Vaartis
2018-12-15Add an ability to disabled captchaEkaterina Vaartis
2018-12-15Add base CAPTCHA support (currently only kocaptcha)Ekaterina Vaartis
2018-12-13[#114] Refactored `password_reset` (moved to TwitterAPI). Added homepage ↵Ivan Tashkinov
links to password reset result pages.
2018-12-09fix compile warningsMaksim Pechnikov
2018-12-06[#210] Mastodon: actor storing for media uploads, ownership check to ↵Ivan Tashkinov
update_media. Refactoring.
2018-12-05[#210] [TwitterAPI] Made actor be stored for uploads. Added ownership checkIvan Tashkinov
to `update_media` action. Added controller tests for `upload` and `update_media` actions. Refactoring.
2018-12-02Parse user's bio on registerMaxim Filippov
2018-12-01Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
validate-user-info
2018-11-30reverse proxy / uploadshref
2018-11-18Several twitter api fixes.lain
2018-11-06Runtime configurationhref
Related to #85 Everything should now be configured at runtime, with the exception of the `Pleroma.HTML` scrubbers (the scrubbers used can be changed at runtime, but their configuration is compile-time) because it's building a module with a macro.
2018-10-29twitter/mastodon api: always use mediaproxy URLs in attachmentsWilliam Pitcock
if using local media, the mediaproxy will not replace the URL anyway.
2018-10-07{mastodon api, twitter api}: make the follow handshake timeout configurableWilliam Pitcock
2018-10-05user: add wait_and_refresh() for async three-way handshake caseWilliam Pitcock
2018-08-12formattinglain
2018-08-12Fix for elixir 1.7.lain
2018-08-12Merge branch 'feature/invites' into 'develop'lambda
Invites Closes #108 See merge request pleroma/pleroma!208
2018-06-13Add unretweet TwAPI endpoint and cleanup AP.unannounceFrancis Dinh
2018-06-12formattingHenry Jameson
2018-06-12Initial invites support + tests.Henry Jameson
2018-06-03Better error handling in TwitterApiController.lain
2018-05-25introduce User.maybe_direct_follow() and use it where we used to call ↵William Pitcock
User.follow()
2018-05-25twitter api: also remove explicit User.follow hereWilliam Pitcock
2018-05-22Hook up block/unblock to TwitterAPIFrancis Dinh
2018-05-22Hook unfollow into TwitterAPIFrancis Dinh
2018-05-19Support Undo like activities (Fix #139)Thog
2018-05-13Merge branch 'feature/unrepeats' into 'develop'lambda
Add unrepeats Closes #69 See merge request pleroma/pleroma!113
2018-05-04Clean up unused aliases and importsMark Felder
2018-05-04Fix a bunch of unused variable warningsMark Felder
2018-04-25Fix comment grammarFrancis Dinh
2018-04-18Handle unrepeats via the TwitterAPIFrancis Dinh
2018-04-17Remove unretweet function for nowFrancis Dinh
2018-04-14Add unrepeat functionalityFrancis Dinh
2018-04-07Only search in public data for now.lain
This should be the data the user is allowed to see later, but this will stop accidental private message leaks.
2018-04-02Use context_ids directly if we have them.lain