Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-10 | Merge branch 'twapi-follower-pagination' into 'develop' | kaniini | |
Twapi follower pagination See merge request pleroma/pleroma!648 | |||
2019-01-09 | Add integer casts. | lain | |
2019-01-09 | TwitterAPI: Add follower/following pagination. | lain | |
2019-01-09 | Add Twitter API for the pinned statuses | Egor 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 ``` | |||
2018-12-29 | Merge branch '483_blocks_import_export' into 'develop' | kaniini | |
[#483] Blocked users list import & export Closes #483 See merge request pleroma/pleroma!603 | |||
2018-12-28 | [#483] Blocked users export for TwitterAPI. | Ivan Tashkinov | |
2018-12-27 | Fix Twitter timelines for private instances | Vyr Cossont | |
2018-12-26 | Implement exclude_reblogs and include_rts | Vyr Cossont | |
2018-12-23 | tests: add legal boilerplate | William Pitcock | |
2018-12-20 | [#114] Allowed unconfirmed users to authenticate if ↵ | Ivan Tashkinov | |
:account_activation_required is disabled prior to confirmation. Ensured that no confirmation emails are sent if :account_activation_required is not true. Adjusted tests. | |||
2018-12-20 | [#114] Added :user_id component to email confirmation path to improve the ↵ | Ivan Tashkinov | |
security. Added tests for `confirm_email` action. | |||
2018-12-19 | [#114] User.Info: renamed `confirmation_update` to `confirmation_changeset`. | Ivan Tashkinov | |
2018-12-19 | [#114] User.Info: renamed `confirmation_update` to `confirmation_change`. | Ivan Tashkinov | |
2018-12-18 | [#114] Added email confirmation resend action. Added tests | Ivan Tashkinov | |
for registration, authentication, email confirmation, confirmation resending. Made admin methods create confirmed users. | |||
2018-12-13 | [#114] Removed `email_invite` implementation (to be addressed separately). | Ivan Tashkinov | |
2018-12-13 | [#114] Initial implementation of user email invitations. | Ivan Tashkinov | |
2018-12-12 | [#114] Added tests for "POST /api/account/password_reset". | Ivan Tashkinov | |
2018-12-12 | fix warnings | Maksim Pechnikov | |
2018-12-06 | Merge branch '210_twitter_api_uploads_alt_text' into 'develop' | kaniini | |
[#210] TwitterAPI: alt text support for uploaded images. Mastodon API uploads security fix. See merge request pleroma/pleroma!496 | |||
2018-12-05 | Merge branch 'follower-hiding' into 'develop' | kaniini | |
Network hiding Closes #356 See merge request pleroma/pleroma!490 | |||
2018-12-05 | Merge remote-tracking branch 'origin' into follower-hiding | lain | |
2018-12-06 | lint | Vald | |
2018-12-06 | resolved api and controller test failures | Vald | |
2018-12-05 | TwitterAPI: Show users their own network. | lain | |
2018-12-05 | TwitterAPI: Add network hiding. | lain | |
2018-12-05 | [#210] [TwitterAPI] Made actor be stored for uploads. Added ownership check | Ivan Tashkinov | |
to `update_media` action. Added controller tests for `upload` and `update_media` actions. Refactoring. | |||
2018-12-05 | [#210] Test update (replaced bang- with non-bang method). | Ivan Tashkinov | |
2018-12-04 | [#210] Refactoring. | Ivan Tashkinov | |
2018-12-04 | [#210] TwitterAPI: implemented /api/media/metadata/create | Ivan Tashkinov | |
to allow uploads description (alt text) setting. | |||
2018-12-03 | Merge branch 'fix/parse-user-bio' into 'develop' | lambda | |
Parse user's bio on register See merge request pleroma/pleroma!492 | |||
2018-12-02 | Format files | Maxim Filippov | |
2018-12-02 | Parse user's bio on register | Maxim Filippov | |
2018-12-02 | TwitterAPI: Implement hide_network. | lain | |
2018-12-02 | Fix background updating / handling. | lain | |
2018-12-01 | More fixes for Info schema. | lain | |
2018-12-01 | TwitterAPI: Fix banner and background update. | lain | |
2018-11-30 | Fix TwitterApiController. | lain | |
2018-11-30 | Remove "most recent notification" endpoint. | lain | |
2018-11-16 | TwitterAPI: Fix dm_timeline displaying only half of the conversation. | lain | |
2018-11-14 | Format. | lain | |
2018-11-14 | Add Pleroma user search api for PleromaFE. | lain | |
2018-11-13 | TwitterApi: Add direct message endpoint | lain | |
2018-11-06 | tests: add tests for twitterapi endpoint | William Pitcock | |
2018-11-06 | Add federating plug & public tests | href | |
2018-08-06 | test: use private visibility for twitterapi update consistency test, to ↵ | William Pitcock | |
ensure that a second activity isn't relayed | |||
2018-06-24 | mix format | Vivian Lim | |
2018-06-23 | return unquoted empty array from /api/qvitter/mutes.json | Vivian Lim | |
2018-06-23 | fixes- found that TwitterAPI.Controller adds .json suffix already | Vivian Lim | |
2018-06-14 | Merge branch 'feature/twitterapi-unrepeat' into 'develop' | lambda | |
Add TwitterAPI unretweet endpoint and cleanup AP.unannounce See merge request pleroma/pleroma!218 | |||
2018-06-13 | fixup test | Francis Dinh | |