Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-21 | Merge branch 'ecto-3-migration' into 'develop' | rinpatch | |
Ecto 3.0.7 (ecto_sql 3.0.5) migration See merge request pleroma/pleroma!957 | |||
2019-03-20 | Ecto 3.0.5 migration | rinpatch | |
kms | |||
2019-03-20 | Format | Maxim Filippov | |
2019-03-20 | Use ILIKE to search users | Maxim Filippov | |
2019-03-19 | user: properly cope with actors which do not declare a followers collection | 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 | Check if the user has indeed not been federated with | Ekaterina Vaartis | |
Just updating the user triggered post fetching too, now it shouldn't. It only happened in the AP user fetching since that's what's used to update users | |||
2019-03-18 | [#923] External User registration refactoring, password randomization. | Ivan Tashkinov | |
2019-03-18 | Fix with expression always matching | Zachary Dunn | |
2019-03-18 | Run | Zachary Dunn | |
2019-03-18 | Use better error message | Zachary Dunn | |
2019-03-18 | [#923] Support for multiple (external) registrations per user via Registration. | Ivan Tashkinov | |
2019-03-18 | Initial attempt at updating return type | Zachary Dunn | |
2019-03-18 | [#923] Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
twitter_oauth # Conflicts: # config/config.exs # lib/pleroma/web/auth/pleroma_authenticator.ex | |||
2019-03-17 | Order users by nickname | Maxim Filippov | |
2019-03-15 | Merge remote-tracking branch 'remotes/upstream/develop' into twitter_oauth | Ivan Tashkinov | |
2019-03-15 | [#923] OAuth: prototype of sign in / sign up with Twitter. | Ivan Tashkinov | |
2019-03-15 | Refactor to store user ap_id, add tests | Karen Konou | |
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 | |