Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
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 | Made auth customization be runtime-configurable. | Ivan Tashkinov | |
2019-02-28 | Merge branch 'feature/mastoapi-embedded-relationships' into 'develop' | lambda | |
mastodon api: embed relationship card under account card for Pleroma FE convenience See merge request pleroma/pleroma!870 | |||
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 | Follower requests: Utilize object index. | lain | |
Closes #677 | |||
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 | Merge branch 'fix/formatter' into 'develop' | kaniini | |
Bugfix: markdown in formatter Closes #688 See merge request pleroma/pleroma!869 | |||
2019-02-27 | fix formatter | Egor Kislitsyn | |