Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-15 | Implement mastodon's reblog hiding feature | Karen Konou | |
2019-03-13 | [Credo] fix Credo.Check.Readability.MaxLineLength | Haelwenn (lanodan) Monnier | |
2019-03-13 | [Credo] write large numbers with underscore separation | 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-12 | add `mix pleroma.user delete_activities NICKNAME` task | Egor Kislitsyn | |
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 | Fetch user's outbox posts on first federation with that user | Ekaterina Vaartis | |
2019-03-04 | Merge search endpoint into /users | Maxim Filippov | |
2019-03-04 | allow users to disable their own account | Egor Kislitsyn | |
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 'atomic-note-count-updates' into 'develop' | kaniini | |
Atomic update for note count and follower count See merge request pleroma/pleroma!885 | |||
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 | Use atomic update for note count and follower count | eugenijm | |
2019-03-02 | Use sql query in User.get_follow_requests/1 for filtering logic | eugenijm | |
2019-03-02 | Add pagination to search | Maxim Filippov | |
2019-03-02 | Pleroma.User: mix format | Haelwenn (lanodan) Monnier | |
2019-03-02 | Pleroma.User: Fix syntax and user.ap_id call | Haelwenn (lanodan) Monnier | |
2019-03-02 | Pleroma.User: Pass an array to profile_urls | Haelwenn (lanodan) Monnier | |
2019-03-02 | Pleroma.User: Add rel=me to URLs where it linkbacks to the profile | Haelwenn (lanodan) Monnier | |
2019-03-01 | Refactor a little bit | 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-02-28 | Add search users endpoint | 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 | Add pagination to users admin API | Maxim Filippov | |
2019-02-27 | Add user muted status info to MastodonAPI. | lain | |
2019-02-27 | Follower requests: Utilize object index. | lain | |
Closes #677 | |||
2019-02-26 | AutoLinker | Egor | |
2019-02-27 | Add more admin actions | Maxim Filippov | |
2019-02-20 | Reports | Egor | |
2019-02-19 | Update the mute implementation to the current codebase | Ekaterina Vaartis | |
Make it part of the info thing (and do a migration to ensure it's there) | |||
2019-02-19 | Remove unused "muted" parameter, use piping for mute/block fns | Ekaterina Vaartis | |
2019-02-19 | Do not unfollow muted users | Ekaterina Vaartis | |
2019-02-19 | Implement muting, add it to the mastodon API | Ekaterina Vaartis | |
2019-02-19 | Merge branch 'set-cache-on-user-tag-update' into 'develop' | lambda | |
Update user cache when user tags are updated See merge request pleroma/pleroma!840 | |||
2019-02-19 | Merge branch 'fix/ap_id-unique_constraint' into 'develop' | lambda | |
mark ap_id unique_constraint See merge request pleroma/pleroma!842 | |||
2019-02-19 | mark ap_id unique_constraint | rinpatch | |
2019-02-19 | Update user cache when user tags are updated | eugenijm | |
2019-02-18 | Merge branch 'follow-request-count' into 'develop' | kaniini | |
Follow request count See merge request pleroma/pleroma!817 | |||
2019-02-16 | Add optional welcome message. | lain | |
2019-02-15 | Add logic for keeping follow_request_count up-to-date on the `follow`, | eugenijm | |
`approve_friend_request`, and `deny_friend_request` actions. Add follow_request_count to the user view. | |||
2019-02-14 | user: search: use get_or_fetch() instead of get_or_fetch_by_nickname() | William Pitcock | |
get_or_fetch() handles the nickname verses URI differences transparently. | |||
2019-02-13 | User.follow_all: Respect blocks in both directions. | lain | |
2019-02-10 | Merge branch 'fix/credo-issues' into 'develop' | kaniini | |
Fix credo issues See merge request pleroma/pleroma!786 | |||
2019-02-09 | de-group alias/es | Haelwenn (lanodan) Monnier | |
2019-02-09 | Do autofollow first. | lain | |
2019-02-09 | Respect blocks in mass follow. | lain | |