Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-04 | Fix DM visibility for blocking users | eugenijm | |
2019-03-04 | Unify Mastodon and Twitter follow implementations using CommonAPI | eugenijm | |
2019-03-03 | Merge branch 'muting' into 'develop' | kaniini | |
Don't stream muted accounts See merge request pleroma/pleroma!888 | |||
2019-03-03 | Don't stream muted accounts | William Pearson | |
2019-03-03 | Move LDAP code to LDAPAuthenticator. Use Authenticator for token_exchange ↵ | link0ff | |
with grant_type as well | |||
2019-03-03 | Merge branch 'remove-todo-txt' into 'develop' | rinpatch | |
Remove TODO.txt See merge request pleroma/pleroma!887 | |||
2019-03-03 | Remove TODO.txt | rinpatch | |
2019-03-03 | Merge remote-tracking branch 'upstream/develop' into feature/openldap-support | link0ff | |
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 | 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 | Merge branch 'remove-follow-request-count' into 'develop' | kaniini | |
Remove follow_request_count as it's not needed for FE anymore. See merge request pleroma/pleroma!886 | |||
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-03 | Added migration to update existing user note counters | eugenijm | |
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 | Add docs | Maxim Filippov | |
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.User: mix format | Haelwenn (lanodan) Monnier | |
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.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.Web.RelMe: fixups | Haelwenn (lanodan) Monnier | |
2019-03-02 | Pleroma.Web.RelMeTest: Add test against Pleroma.Web.RelMe | Haelwenn (lanodan) Monnier | |
2019-03-02 | Pleroma.User: Add rel=me to URLs where it linkbacks to the profile | Haelwenn (lanodan) Monnier | |
2019-03-02 | Web.OAuth.OAuthControllerTest: Add test against token formatting | Haelwenn (lanodan) Monnier | |
2019-03-02 | Web.OAuth.OAuthController: Fix scopes Enum.join for OAuth response | Haelwenn (lanodan) Monnier | |
2019-03-01 | Refactor a little bit | Maxim Filippov | |
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 | Add docs to /users/search | Maxim Filippov | |
2019-03-01 | use commonapi.post instead of activitybulder | rinpatch | |
2019-03-01 | Merge branch 'hotfix/http-date-header' into 'develop' | kaniini | |
activitypub: fix date header format See merge request pleroma/pleroma!879 | |||
2019-03-01 | activitypub: fix date header format | William Pitcock | |
HTTP date header specification says that days must always be two-digit. Accordingly, change the format string used to ensure days are always represented as two-digit (e.g. 01). | |||
2019-03-01 | Merge branch 'default-tags-for-existing-users' into 'develop' | kaniini | |
Migration for adding tags to the existing users records See merge request pleroma/pleroma!878 | |||
2019-03-01 | Added migration for setting default tags in existing users records | eugenijm | |
2019-03-01 | Merge branch 'bugfix/236-ambiguous-route-for-numerical-handles' into 'develop' | lambda | |
Bugfix #236 Prefer user look-up by nickname See merge request pleroma/pleroma!860 | |||
2019-03-01 | Merge branch 'feature/cowboy2' into 'develop' | lambda | |
upgrade to cowboy 2.6 See merge request pleroma/pleroma!876 | |||
2019-03-01 | [#675] Do not show DMs in mentions timeline | rinpatch | |
2019-02-28 | config: fix chat endpoint path | William Pitcock | |