Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-28 | Notification controls | eugenijm | |
Allow users to configure whether they want to receive notifications from people they follow / who follow them, people from remote / local instances | |||
2019-03-27 | Add user show endpoint for Pleroma admin API | eugenijm | |
2019-03-27 | Merge branch 'feature/more-user-filters' into 'develop' | lambda | |
Add more user filters + move search to its own module See merge request pleroma/pleroma!982 | |||
2019-03-27 | Fix muting reblogs tests | rinpatch | |
2019-03-27 | Add more user filters + move search to its own module | Maxim Filippov | |
2019-03-26 | Add vapid_key to the `POST /api/v1/apps` response | eugenijm | |
2019-03-26 | Add GET /api/v1/apps/verify_credentials | eugenijm | |
2019-03-26 | Merge branch 'fix/ap-icon' into 'develop' | lambda | |
Do not federate instance avatar Closes #759 See merge request pleroma/pleroma!977 | |||
2019-03-26 | Merge branch 'features/mastoapi/2.7.2-instance-attributes' into 'develop' | lambda | |
Mastodon 2.7.2 instance attributes (registrations, languages) See merge request pleroma/pleroma!979 | |||
2019-03-26 | AP UserView: Refactor banner / avatar display code, add test. | lain | |
2019-03-26 | Test for MastoAPI /api/v1/instance response structure (formatting fix). | Ivan Tashkinov | |
2019-03-26 | Merge branch 'features/mastoapi/2.7.0-auth-error-messages' into 'develop' | lambda | |
Mastodon-based auth error messages. User#auth_active?/1 refactoring. See merge request pleroma/pleroma!978 | |||
2019-03-26 | Test for MastoAPI /api/v1/instance response structure. | Ivan Tashkinov | |
2019-03-26 | Merge branch 'replies-count' into 'develop' | lambda | |
Increment replies_count (MastoAPI) Closes #756 See merge request pleroma/pleroma!974 | |||
2019-03-26 | Credo is upset about me not remembering the alphabet | rinpatch | |
2019-03-26 | Fix formatting | rinpatch | |
2019-03-26 | Remove ActivityRepresenter | rinpatch | |
2019-03-26 | Increment replies_count on replies (MastoAPI) | eugenijm | |
2019-03-26 | Mastodon-based auth error messages. Defaulted User#auth_active?/1 to `true`. | Ivan Tashkinov | |
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 | relay test: don't do preloading (since follow objects are activities, it's a ↵ | William Pitcock | |
mess) | |||
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 | Ensure fts is prefered over trigram and use union_all instead of union in ↵ | rinpatch | |
user search query | |||
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-21 | Merge branch 'imageoptim' into 'develop' | kaniini | |
used imageOptim to reduce size of image files See merge request pleroma/pleroma!944 | |||
2019-03-20 | Add safe dm mode option. | lain | |
2019-03-20 | Use ILIKE to search users | Maxim Filippov | |
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-19 | fix UploadTest to use new image_tmp.jpg | optikfluffel | |
2019-03-19 | used imageOptim to reduce size of image files | optikfluffel | |
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-17 | Order users by nickname | 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 | |