Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-14 | Merge branch 'activitypub-likes' into 'develop' | kaniini | |
Activitypub c2s likes See merge request pleroma/pleroma!658 | |||
2019-01-13 | Add test for mastodon API /favourites endpoint | Sadposter | |
2019-01-13 | Resolve merge conflict | rinpatch | |
2019-01-13 | Add OEmbed parser | Maxim Filippov | |
2019-01-12 | Add likes to activitypub object representation | sxsdv1 | |
Top level of the likes OrderedCollection is inlined to get immediate access to totalItems. Because the count can be returned without scanning the database for like activities the extra query is saved when the client only wants to display the total. | |||
2019-01-12 | Add route to get object like activities | sxsdv1 | |
2019-01-12 | Handle client submitted activitypub like activity | sxsdv1 | |
2019-01-12 | Prepare all types objects before serialising | sxsdv1 | |
Activities returned from inbox can include other types of objects like Article | |||
2019-01-11 | typo | Egor Kislitsyn | |
2019-01-11 | unpin when deleting a status | Egor Kislitsyn | |
2019-01-10 | Merge branch 'activitypub-dereference-activity-id' into 'develop' | kaniini | |
Support activity+json request for activity See merge request pleroma/pleroma!641 | |||
2019-01-10 | Add Twitter Card parser | Maxim Filippov | |
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 'bugfix/markdown-newline-codeblocks' into 'develop' | Haelwenn | |
common api: fix newlines in markdown code blocks See merge request pleroma/pleroma!651 | |||
2019-01-10 | test: common api: add tests for format_input/4 | William Pitcock | |
2019-01-10 | Merge branch 'feature/pinned-posts' into 'develop' | kaniini | |
Pinned Statuses Closes #440 See merge request pleroma/pleroma!636 | |||
2019-01-10 | Merge branch 'dm-optimizations' into 'develop' | kaniini | |
Add activity visibility index. See merge request pleroma/pleroma!646 | |||
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 activity visibility index. | lain | |
2019-01-09 | improve tests | Egor Kislitsyn | |
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-09 | only non-reblogs, self-authored, public statuses can be pinned | Egor Kislitsyn | |
2019-01-09 | Support activity+json request for activity | sxsdv1 | |
2019-01-08 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | Egor Kislitsyn | |
feature/pinned-posts | |||
2019-01-08 | improve test readability | Egor Kislitsyn | |
2019-01-08 | fix test | Egor Kislitsyn | |
2019-01-08 | add `pinned` property to `StatusView` | Egor Kislitsyn | |
2019-01-08 | rename `post` to `status` | Egor Kislitsyn | |
2019-01-07 | Actually put some onformation in the error user, make it actually properly parse | lain | |
in conversations. | |||
2019-01-07 | Merge branch 'resilient-user-view' into 'develop' | kaniini | |
Make TwAPI UserView more resilient to issues. See merge request pleroma/pleroma!634 | |||
2019-01-07 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | Egor Kislitsyn | |
feature/pinned-posts | |||
2019-01-07 | add pinned posts | Egor Kislitsyn | |
2019-01-07 | MastoAPI: Add test. | lain | |
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 | Merge branch 'activitypub-tombstone-fix' into 'develop' | kaniini | |
Don't crash on AP request for tombstone See merge request pleroma/pleroma!630 | |||
2019-01-05 | Merge branch 'emoji-in-summary' into 'develop' | scarlett | |
Strip HTML in and allow emoji in summaries. See merge request pleroma/pleroma!631 | |||
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 | |
2019-01-05 | Don't crash on AP request for tombstone | sxsdv1 | |
Because tombstone objects has no addressing the is_public?-predicate would cause an error that propagated as a 500 error in the api | |||
2019-01-04 | Merge branch 'feature/rich-media' into 'develop' | kaniini | |
URL previews in posts Closes #402 See merge request pleroma/pleroma!617 | |||
2019-01-02 | Add RichMediaController and tests | Maxim Filippov | |
2019-01-01 | Implement delete activity | sxsdv1 | |
2019-01-01 | Split create activity specifics from update_outbox | sxsdv1 | |
2019-01-01 | Add OGP parser | Maxim Filippov | |
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 |