Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-23 | Flake Ids for Users and Activities | href | |
2019-01-21 | Activity: get_create_activity_by_object_ap_id/1 → get_create_by_object_ap_id/1 | Haelwenn (lanodan) Monnier | |
2019-01-20 | Merge branch 'i1t/pleroma-477_user_search_improvements' into 'develop' | lambda | |
I1t/pleroma 477 user search improvements See merge request pleroma/pleroma!685 | |||
2019-01-18 | [#477] User: FTS and trigram search results mixing (to handle misspelled ↵ | Ivan Tashkinov | |
requests). | |||
2019-01-16 | tests: fixup | William Pitcock | |
2019-01-15 | [#477] Added FTS index for `users`. Fixed failing test. | Ivan Tashkinov | |
2019-01-10 | Merge branch 'twapi-follower-pagination' into 'develop' | kaniini | |
Twapi follower pagination See merge request pleroma/pleroma!648 | |||
2019-01-10 | Merge branch 'feature/pinned-posts' into 'develop' | kaniini | |
Pinned Statuses Closes #440 See merge request pleroma/pleroma!636 | |||
2019-01-09 | Add integer casts. | lain | |
2019-01-09 | TwitterAPI: Add follower/following pagination. | lain | |
2019-01-09 | Merge branch 'scarlett/pleroma-summary-html-api' into 'develop' | lambda | |
Scarlett/pleroma summary html api See merge request pleroma/pleroma!647 | |||
2019-01-09 | Add test for summary_html | 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 ``` | |||
2019-01-07 | Actually put some onformation in the error user, make it actually properly parse | lain | |
in conversations. | |||
2019-01-07 | Make TwAPI UserView more resilient to issues. | lain | |
Will work for missing users and badly migrated users. | |||
2019-01-06 | Twitter API: Add a summary_html field. | scarlett | |
The intention here is to allow proper subject copying when it contains emoji, obviously this will require minor frontend changes, though. | |||
2019-01-05 | Add tests for emoji and lack of HTML in summaries. | scarlett | |
2019-01-05 | Remove redundant comma. | scarlett | |
2019-01-05 | Resolve some test failures. | scarlett | |
2018-12-31 | Merge branch 'features/admin-api-user-views' into 'develop' | kaniini | |
User/Account views: Add rights.admin Closes #472 See merge request pleroma/pleroma!589 | |||
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-29 | [#483] Refactored blocks and follows import, added tests. | Ivan Tashkinov | |
2018-12-28 | [#483] Blocked users export for TwitterAPI. | Ivan Tashkinov | |
2018-12-28 | Web.TwitterAPI.UserView: Add rights.admin | Haelwenn (lanodan) Monnier | |
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-23 | tests: twitter api: add test proving that peertube videos are correctly handled | William Pitcock | |
2018-12-23 | tests: twitter api: activity view test: enable tesla mock | 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-18 | [#114] Added `pleroma.confirmation_pending` to user views, adjusted view tests. | Ivan Tashkinov | |
2018-12-17 | fix text field | Maksim Pechnikov | |
2018-12-14 | Merge branch '114_user_registration_emails' into 'develop' | href | |
[#114] User registration emails Closes #114 See merge request pleroma/pleroma!531 | |||
2018-12-14 | TwitterAPI: Include favorited post in json | eal | |
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-10 | Fixes #415. Properly handle nil and empty string by User.parse_bio | raeno | |
2018-12-06 | [#394] User view (Twitter & Mastadon API): wrapped "tags" in "pleroma" map. | Ivan Tashkinov | |
2018-12-06 | [#394] View tests fix. | Ivan Tashkinov | |
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 | resolved activity view test | Vald | |
2018-12-06 | lint | Vald | |