Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2019-02-28 | mastodon websocket: return errors using ok, not stop | William Pitcock | |
2019-02-28 | mastodon websocket: bring back infinity timeout | William Pitcock | |
2019-02-28 | Add search users endpoint | Maxim Filippov | |
2019-02-28 | mastodon websocket: use pattern match to get query data, robustly handle errors | William Pitcock | |
2019-02-28 | config: update config for cowboy 2 endpoints | William Pitcock | |
2019-02-28 | mastodon api: websocket: update code for cowboy 2.x | William Pitcock | |
2019-02-28 | mix: update dependencies for cowboy 2.0 | William Pitcock | |
2019-02-28 | Add test for the second page | Maxim Filippov | |
2019-02-28 | Use Mastodon API views in Admin API | Maxim Filippov | |
2019-02-28 | Merge branch 'customizable_auth' into 'develop' | href | |
Authenticator tweaks See merge request pleroma/pleroma!875 | |||
2019-02-28 | Renamed *DatabaseAuthenticator to *Authenticator. | Ivan Tashkinov | |
2019-02-28 | Added `auth_template/0` to DatabaseAuthenticator. | Ivan Tashkinov | |
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 'customizable_auth' into 'develop' | href | |
Auth customization support See merge request pleroma/pleroma!852 |