Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-15 | Fix tests to assume reblogs shown by default | Karen Konou | |
2019-03-15 | Merge branch 'mastoapi/mime_type' into 'develop' | Haelwenn | |
Extend MastoAPI to provide attachment mimetypes See merge request pleroma/pleroma!938 | |||
2019-03-15 | Extend MastoAPI to provide attachment mimetypes | rinpatch | |
2019-03-15 | Merge branch 'notifications-is-seen' into 'develop' | kaniini | |
MastoAPI notifications is_seen See merge request pleroma/pleroma!934 | |||
2019-03-15 | Add `is_seen` to MastoAPI notifications, extract rendering logic into ↵ | eugenijm | |
separate NotificationView, add tests | |||
2019-03-14 | Merge develop to bump elixir version in the CI so I don't get failing formatting | rinpatch | |
2019-03-14 | Fix uploaded media plug test | rinpatch | |
2019-03-14 | test: add a test for accepting inbound Flag activities | William Pitcock | |
2019-03-14 | Add some tests | rinpatch | |
2019-03-14 | Add tags | Maxim Filippov | |
2019-03-13 | Add test when local is false | Maxim Filippov | |
2019-03-13 | Fix test | Maxim Filippov | |
2019-03-13 | Add "local" to users admin API | Maxim Filippov | |
2019-03-13 | [Credo] Change quoted string with 3+ quotes to sigils | Haelwenn (lanodan) Monnier | |
2019-03-13 | [Credo] fix Credo.Check.Readability.MaxLineLength | Haelwenn (lanodan) Monnier | |
2019-03-13 | [Credo] Remove parentesis on argument-less functions | Haelwenn (lanodan) Monnier | |
2019-03-13 | [Credo] fix Credo.Check.Readability.AliasOrder | Haelwenn (lanodan) Monnier | |
2019-03-13 | [Credo] Fix the warnings | Haelwenn (lanodan) Monnier | |
2019-03-12 | Add "roles" to users admin API | Maxim Filippov | |
2019-03-12 | Merge branch 'masto-api-followers-following' into 'develop' | kaniini | |
MastoAPI followers/following endpoints See merge request pleroma/pleroma!924 | |||
2019-03-12 | MastoAPI followers/following endpoints | eugenijm | |
2019-03-12 | Fix upload tests | rinpatch | |
2019-03-11 | MastoAPI Accounts: Add fetching by nickname. | lain | |
This is to make it easier for the frontends to handle domain.com/users/nickname urls. | |||
2019-03-11 | Merge branch 'add-local-field-to-status' into 'develop' | lambda | |
MastoAPI StatusView: Add locality indicator. See merge request pleroma/pleroma!920 | |||
2019-03-11 | MastoAPI StatusView: Add locality indicator. | lain | |
2019-03-11 | Broadcast deleted activity id on deletion to conform to MastoAPI streamig spec | eugenijm | |
2019-03-08 | Merge branch 'delete-status' into 'develop' | kaniini | |
Allow an admin to delete a user status #721 (MastoAPI) See merge request pleroma/pleroma!914 | |||
2019-03-08 | Merge branch 'fetch-posts-on-first-federation' into 'develop' | kaniini | |
Fetch user's outbox posts on first federation with that user Closes #131 See merge request pleroma/pleroma!907 | |||
2019-03-08 | Allow an admin to delete a user status | eugenijm | |
2019-03-08 | Add tests for fetch_ordered_collection | Ekaterina Vaartis | |
2019-03-07 | tests: add regression test | William Pitcock | |
2019-03-07 | Merge branch 'bugfix/delete-activity-audience' into 'develop' | rinpatch | |
expand the audience of delete activities to all recipients of the deleted object Closes #682 See merge request pleroma/pleroma!891 | |||
2019-03-07 | Preserve parameters in link headers (Mastodon API) | eugenijm | |
2019-03-06 | Merge branch 'chore/merge-search-into-list-users' into 'develop' | kaniini | |
Merge search endpoint into /users See merge request pleroma/pleroma!898 | |||
2019-03-06 | Merge branch 'bugfix/rel-me_list' into 'develop' | kaniini | |
Web.RelMe: Fix having other values in rel attr See merge request pleroma/pleroma!901 | |||
2019-03-06 | [#647] tests for web push | Maksim | |
2019-03-06 | Merge branch 'fix/escape-reserved-chars-in-filenames' into 'develop' | Haelwenn | |
Properly escape reserved URI charachters in upload urls Closes #700 See merge request pleroma/pleroma!905 | |||
2019-03-05 | Add handling of objects not in database | Karen Konou | |
2019-03-05 | Add tests for reserved char escaping in upload | rinpatch | |
2019-03-05 | Merge branch 'add-admin-to-node-info' into 'develop' | rinpatch | |
Include admins in nodeinfo Closes #689 See merge request pleroma/pleroma!899 | |||
2019-03-05 | Web.RelMe: Fix having other values in rel attr | Haelwenn (lanodan) Monnier | |
One example of this is Github which puts a rel="nofollow me" on the profile link. | |||
2019-03-05 | Include admins in nodeinfo | eugenijm | |
2019-03-04 | Format & update docs | Maxim Filippov | |
2019-03-04 | helpers: use AutoLinker to validate URIs as well as the other tests | William Pitcock | |
2019-03-04 | tests: add tests for rich media helper functions | William Pitcock | |
2019-03-04 | Merge branch 'feature/add-status-text-to-notifications' into 'develop' | kaniini | |
Add status text to notifications (mentions and reposts) Closes #696 See merge request pleroma/pleroma!897 | |||
2019-03-04 | Merge search endpoint into /users | Maxim Filippov | |
2019-03-04 | Add status text to notifications (mentions and reposts) | Maxim Filippov | |
2019-03-04 | Merge branch 'fix/like-adressing' into 'develop' | kaniini | |
Stop adresssing like activities to actor's follower collection on non-public posts See merge request pleroma/pleroma!896 | |||
2019-03-04 | Stop adresssing like activities to actor's follower collection on non-public ↵ | rinpatch | |
posts |