Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-25 | fix up missing announcements with preloads | William Pitcock | |
2019-03-24 | Merge branch 'fix/eldap-warnings' into 'develop' | rinpatch | |
Ignore compilation warnings for undefined module :eldap See merge request pleroma/pleroma!956 | |||
2019-03-23 | tests: fix up activity collision test | William Pitcock | |
2019-03-23 | activitypub: allow skipping preload in some cases (like certain tests where ↵ | William Pitcock | |
the preload is obnoxious) | |||
2019-03-22 | Merge branch 'safe-mentions' into 'develop' | lambda | |
NodeInfo: Return safe_dm_mentions feature flag. See merge request pleroma/pleroma!964 | |||
2019-03-22 | NodeInfo: Return safe_dm_mentions feature flag. | lain | |
2019-03-22 | Merge branch 'safe-mentions' into 'develop' | kaniini | |
Add safe dm mode option. See merge request pleroma/pleroma!958 | |||
2019-03-21 | tests: fixup | William Pitcock | |
2019-03-21 | mastodon api: add conversation_id extension (ref #674) | William Pitcock | |
2019-03-21 | common api: move context functions from twitterapi | William Pitcock | |
2019-03-21 | UtilController: Return state of safe dm mentions. | lain | |
2019-03-21 | Skip tests in LDAPAuthorizationTest if :eldap module is unavailable | link0ff | |
2019-03-20 | Add safe dm mode option. | lain | |
2019-03-19 | test: add test for list sanitization | William Pitcock | |
2019-03-19 | tests: add test for as:Public issues | William Pitcock | |
2019-03-18 | Merge branch 'feature/order-users-by-nickname-admin-api' into 'develop' | kaniini | |
Order users by nickname See merge request pleroma/pleroma!945 | |||
2019-03-18 | Added support for exclude_types, limit, and min_id in Mastodon | eugenijm | |
notifications. Unify Mastodon-compatible pagination logic. | |||
2019-03-17 | Add test for conversation API beforehand | Haelwenn (lanodan) Monnier | |
2019-03-17 | Allow 'rel' attribute on `<a>` link with specific values (for hashtag ↵ | Fong-Wan Chau | |
recognition). | |||
2019-03-17 | Fix test | Maxim Filippov | |
2019-03-16 | Merge branch 'feature/federated-flags' into 'develop' | kaniini | |
Federated reports See merge request pleroma/pleroma!935 | |||
2019-03-16 | Merge branch 'feature/oauth-me' into 'develop' | lambda | |
oauth: add me property to token responses See merge request pleroma/pleroma!942 | |||
2019-03-16 | Merge branch 'feature/reblog-muting' into 'develop' | kaniini | |
Implement mastodon's reblog hiding feature See merge request pleroma/pleroma!916 | |||
2019-03-16 | test: fix defective ldap setup/teardown | William Pitcock | |
2019-03-16 | oauth: add me property to token responses | William Pitcock | |
2019-03-15 | Allow to mark a single notification as read | eugenijm | |
2019-03-15 | Merge branch 'feature/openldap-support' into 'develop' | kaniini | |
OpenLDAP support Closes #203 See merge request pleroma/pleroma!859 | |||
2019-03-15 | Add tests for LDAP authorization | link0ff | |
2019-03-15 | Fix streamer test | Karen Konou | |
2019-03-15 | Refactor to store user ap_id, add tests | Karen Konou | |
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 | Add `is_seen` to MastoAPI notifications, extract rendering logic into ↵ | eugenijm | |
separate NotificationView, add tests | |||
2019-03-14 | test: add a test for accepting inbound Flag activities | William Pitcock | |
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] 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-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 | |