Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-15 | Cleanup SubscriptionController | Egor Kislitsyn | |
2020-04-15 | added an endpoint for getting unread notification count | Maksim Pechnikov | |
2020-04-15 | Chat: Add views, don't return them in timeline queries. | lain | |
2020-04-15 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
authenticated-api-oauth-check-enforcement | |||
2020-04-14 | Revert "Merge branch 'issue/1276' into 'develop'" | lain | |
This reverts merge request !1877 | |||
2020-04-14 | Merge branch 'develop' into openapi/account | Egor Kislitsyn | |
2020-04-14 | Merge branch 'issue/1276' into 'develop' | Haelwenn | |
[#1276] An endpoint for getting unread notification count Closes #1276 See merge request pleroma/pleroma!1877 | |||
2020-04-13 | Add OpenAPI spec for DomainBlockController | Egor Kislitsyn | |
2020-04-13 | Merge branch 'develop' into issue/1276 | Maksim Pechnikov | |
2020-04-13 | Add OpenAPI spec for CustomEmojiController | Egor Kislitsyn | |
2020-04-13 | Add specs for AccountController.mutes, AccountController.blocks, ↵ | Egor Kislitsyn | |
AccountController.mutes, AccountController.endorsements | |||
2020-04-13 | Add spec for AccountController.follows | Egor Kislitsyn | |
2020-04-13 | Add specs for AccountController.block and AccountController.unblock | Egor Kislitsyn | |
2020-04-13 | Add specs for AccountController.mute and AccountController.unmute | Egor Kislitsyn | |
2020-04-13 | Add spec for AccountController.unfollow | Egor Kislitsyn | |
2020-04-13 | Add spec for AccountController.follow | Egor Kislitsyn | |
2020-04-13 | Add spec for AccountController.lists | Egor Kislitsyn | |
2020-04-13 | Add spec for AccountController.following | Egor Kislitsyn | |
2020-04-13 | Add spec for AccountController.followers | Egor Kislitsyn | |
2020-04-13 | Add spec for AccountController.statuses | Egor Kislitsyn | |
2020-04-13 | Add spec for AccountController.relationships | Egor Kislitsyn | |
2020-04-13 | Add specs for ActorType and VisibilityScope | Egor Kislitsyn | |
2020-04-13 | Add spec for AccountController.update_credentials | Egor Kislitsyn | |
2020-04-13 | Add spec for AccountController.create | Egor Kislitsyn | |
2020-04-13 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
output-of-relationships-in-statuses | |||
2020-04-11 | Merge branch 'following-relationships-optimizations' into 'develop' | rinpatch | |
FollowingRelationship storage & performance optimizations See merge request pleroma/pleroma!2332 | |||
2020-04-10 | profile emojis in User.emoji instead of source_data | Haelwenn (lanodan) Monnier | |
2020-04-09 | Add `/api/v1/notifications/:id/dismiss` endpoint | Egor Kislitsyn | |
2020-04-09 | Merge branch 'open-api' into 'develop' | lain | |
Add OpenAPI Closes pleroma-meta#19 See merge request pleroma/pleroma!2345 | |||
2020-04-08 | formatter.ex: Use Phoenix.HTML for mention/hashtag generation | rinpatch | |
Unlike concatenating strings, this makes sure everything is escaped. Tests had to be changed because Phoenix.HTML runs attributes through Enum.sort before generation for whatever reason. | |||
2020-04-07 | Merge branch 'fix-auto-link-for-profile-fields' into 'develop' | rinpatch | |
Use Pleroma.Formatter.linkify/2 instead See merge request pleroma/pleroma!2352 | |||
2020-04-07 | Merge branch 'develop' into issue/1276 | Maksim Pechnikov | |
2020-04-07 | Apply suggestion to ↵ | kPherox | |
test/web/mastodon_api/controllers/account_controller/update_credentials_test.exs | |||
2020-04-06 | Merge branch 'remake-remodel-2' into 'develop' | lain | |
Ingestion Pipeline Revamp See merge request pleroma/pleroma!2315 | |||
2020-04-06 | Enforcement of OAuth scopes check for authenticated API endpoints, ↵ | Ivan Tashkinov | |
:skip_plug plug to mark a plug explicitly skipped (disabled). | |||
2020-04-02 | Merge remote-tracking branch ↵ | Ivan Tashkinov | |
'remotes/origin/2323-accounts-relationships-hotfix' into output-of-relationships-in-statuses # Conflicts: # lib/pleroma/web/mastodon_api/views/account_view.ex # lib/pleroma/web/mastodon_api/views/status_view.ex | |||
2020-04-02 | [#2323] Fixed a typo causing /accounts/relationships to render default ↵ | Ivan Tashkinov | |
relationships. Improved the tests. | |||
2020-04-02 | Merge branch 'develop' into issue/1276 | Maksim Pechnikov | |
2020-04-01 | Add OpenAPI | Egor Kislitsyn | |
2020-04-01 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
output-of-relationships-in-statuses # Conflicts: # CHANGELOG.md | |||
2020-04-01 | Merge branch 'gun' into 'develop' | feld | |
Gun adapter Closes #945 See merge request pleroma/pleroma!1861 | |||
2020-04-01 | Ability to control the output of account/pleroma/relationship in statuses in ↵ | Ivan Tashkinov | |
order to improve the rendering performance. See `[:extensions, output_relationships_in_statuses_by_default]` setting and `with_relationships` param. | |||
2020-03-31 | Provide known-good user.uri, remove User.profile_url/1 | Haelwenn (lanodan) Monnier | |
2020-03-31 | User: Fix use of source_data in profile_url/1 | Haelwenn (lanodan) Monnier | |
2020-03-31 | Initial failing test statement against funkwhale channels | Haelwenn (lanodan) Monnier | |
2020-04-01 | split test for update profile fields | kPherox | |
2020-03-30 | Merge branch 'develop' into gun | Alexander Strizhakov | |
2020-03-29 | Merge branch 'feature/funkwhale-audio' into 'develop' | Haelwenn | |
Add support for funkwhale Audio activity Closes #764 and #1624 See merge request pleroma/pleroma!2287 | |||
2020-03-29 | Merge branch 'develop' into issue/1276 | Maksim Pechnikov | |
2020-03-28 | FollowingRelationship storage & performance optimizations (state turned ↵ | Ivan Tashkinov | |
`ecto_enum`-driven integer, reorganized indices etc.). |