Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-04 | Expand "to" of delete activities | Karen Konou | |
2019-03-04 | Fix DM visibility for blocking users | eugenijm | |
2019-03-03 | Merge branch 'features/bio_rel_me' into 'develop' | kaniini | |
Add rel=me to the User bio Closes #423 See merge request pleroma/pleroma!813 | |||
2019-03-03 | Merge branch 'feature/add-pagination-to-users-admin-api' into 'develop' | kaniini | |
Add pagination and search to users See merge request pleroma/pleroma!873 | |||
2019-03-03 | Merge branch 'get-follow-requests-sql' into 'develop' | kaniini | |
Use sql query in User.get_follow_requests/1 for filtering logic See merge request pleroma/pleroma!883 | |||
2019-03-03 | Merge branch 'count-only-public-statuses' into 'develop' | kaniini | |
Increment user note count only on public activities #703 See merge request pleroma/pleroma!884 | |||
2019-03-03 | Remove follow_request_count as it's not needed for FE anymore. | eugenijm | |
MastoFE uses `GET /api/v1/follow_requests` and PleromaFE uses `GET /api/pleroma/friend_requests` which they query on the initial page load. | |||
2019-03-03 | Merge branch 'fix/dont-show-dms-in-mentions-timeline' into 'develop' | lambda | |
[#675] Do not show DMs in mentions timeline See merge request pleroma/pleroma!877 | |||
2019-03-03 | Increment user note count only on public activities | eugenijm | |
2019-03-02 | Use sql query in User.get_follow_requests/1 for filtering logic | eugenijm | |
2019-03-02 | We do not guarantee the order of elements when we search | Maxim Filippov | |
2019-03-02 | Add pagination to search | Maxim Filippov | |
2019-03-02 | Merge branch 'bugfix/oauth-scopes-join' into 'develop' | rinpatch | |
Bugfix: OAuth scopes formatting Closes #702 See merge request pleroma/pleroma!881 | |||
2019-03-02 | Pleroma.UserTest: Add tests for rel=me | Haelwenn (lanodan) Monnier | |
2019-03-02 | RelMe.maybe_put_rel_me/2: When true put "me" otherwise nil | Haelwenn (lanodan) Monnier | |
2019-03-02 | Pleroma.Web.RelMeTest: Add test against Pleroma.Web.RelMe | Haelwenn (lanodan) Monnier | |
2019-03-02 | Web.OAuth.OAuthControllerTest: Add test against token formatting | Haelwenn (lanodan) Monnier | |
2019-03-01 | Format | Maxim Filippov | |
2019-03-01 | Fix user_test | Maxim Filippov | |
2019-03-01 | Format | Maxim Filippov | |
2019-03-01 | Show current user in users list as well | Maxim Filippov | |
2019-03-01 | Add "local" params to users search | Maxim Filippov | |
2019-03-01 | use commonapi.post instead of activitybulder | rinpatch | |
2019-03-01 | [#675] Do not show DMs in mentions timeline | rinpatch | |
2019-02-28 | Add search users endpoint | Maxim Filippov | |
2019-02-28 | Add test for the second page | Maxim Filippov | |
2019-02-28 | Merge branch 'with-mutes' into 'develop' | kaniini | |
Add `with_muted` param. Closes #683 See merge request pleroma/pleroma!872 | |||
2019-02-28 | Merge branch 'speedup-follow-requests' into 'develop' | kaniini | |
Speedup follow requests Closes #677 See merge request pleroma/pleroma!871 | |||
2019-02-28 | Merge branch 'deactivated-in-user-view' into 'develop' | kaniini | |
Add activation status to the regular user view See merge request pleroma/pleroma!874 | |||
2019-02-28 | Added deactivated to the user view | eugenijm | |
2019-02-28 | Add pagination to users admin API | Maxim Filippov | |
2019-02-27 | Remove parts of the old activity view. | lain | |
Not used anymore. | |||
2019-02-27 | Add user muted status info to twitterapi. | lain | |
2019-02-27 | Add user muted status info to MastodonAPI. | lain | |
2019-02-27 | Add `with_muted` param. | lain | |
2019-02-27 | Add follow request test. | lain | |
2019-02-27 | mastodon api: embed relationship card under account card for Pleroma FE ↵ | William Pitcock | |
convenience | |||
2019-02-27 | fix formatter | Egor Kislitsyn | |
2019-02-27 | Add missing docs and tests | Maxim Filippov | |
2019-02-26 | AutoLinker | Egor | |
2019-02-22 | Move visibility into own module. | lain | |
2019-02-22 | Fix private post card handling. | lain | |
2019-02-22 | Fix: Fixing an outbox related bug when local user activity is empty | KZ | |
2019-02-20 | tests: fix formatting | William Pitcock | |
2019-02-20 | tests: add test for fetching AP objects with application/json. | William Pitcock | |
2019-02-20 | tests: fix tests | William Pitcock | |
2019-02-20 | Reports | Egor | |
2019-02-20 | Add some nicer urls in status view. | lain | |
2019-02-20 | [#468] Added support for `push` OAuth scope (Mastodon 2.4+). | Ivan Tashkinov | |
2019-02-20 | [#468] Merged `upstream/develop`. | Ivan Tashkinov | |