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 | 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-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 | Web.OAuth.OAuthController: Fix scopes Enum.join for OAuth response | Haelwenn (lanodan) Monnier | |
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 '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 | [#675] Do not show DMs in mentions timeline | rinpatch | |
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 | mastodon websocket: use pattern match to get query data, robustly handle errors | William Pitcock | |
2019-02-28 | mastodon api: websocket: update code for cowboy 2.x | William Pitcock | |
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 | Added deactivated to the user view | eugenijm | |
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 | mastodon api: embed relationship card under account card for Pleroma FE ↵ | William Pitcock | |
convenience | |||
2019-02-27 | fix formatter | Egor Kislitsyn | |
2019-02-26 | AutoLinker | Egor | |
2019-02-27 | Add more admin actions | Maxim Filippov | |
2019-02-26 | Added missing copyright headers. | Ivan Tashkinov | |
2019-02-26 | Merge remote-tracking branch 'remotes/origin/develop' into customizable_auth | Ivan Tashkinov | |
2019-02-26 | Database authenticator behaviour / Pleroma implementation refactoring. | Ivan Tashkinov | |
2019-02-24 | twitter card: remove IO.inspect() spam | William Pitcock | |
2019-02-24 | delegate user retrieval to the User module | 11backslashes | |
2019-02-22 | Move visibility into own module. | lain | |
2019-02-22 | Fix private post card handling. | lain | |
2019-02-22 | Minor setting name adjustment (:app_template -> :app_layout). | Ivan Tashkinov | |
2019-02-22 | Merge branch 'fix/twittercards' into 'develop' | kaniini | |
Fix Twitter Cards See merge request pleroma/pleroma!815 | |||
2019-02-22 | Fix: Fixing an outbox related bug when local user activity is empty | KZ | |
2019-02-21 | Auth customization support. | Ivan Tashkinov | |
OAuthController#create_authorization user retrieval / creation, errors handling, template & layout selection. | |||
2019-02-21 | Merge branch 'bugfix/httpsig-sign-date' into 'develop' | lambda | |
activitypub: sign date header Closes #649 and #364 See merge request pleroma/pleroma!847 | |||
2019-02-21 | activitypub: sign http date header | William Pitcock | |
2019-02-20 | fix fetching AP objects with application/json | William Pitcock | |
2019-02-20 | logging: only return ISE reasons in API responses when in dev or test mode | William Pitcock | |
2019-02-20 | logging: improve visibility into ISE errors | William Pitcock | |
2019-02-20 | Reports | Egor | |
2019-02-20 | Add some nicer urls in status view. | lain | |
2019-02-20 | [#468] Added support for `push` OAuth scope (Mastodon 2.4+). | Ivan Tashkinov | |
2019-02-20 | [#468] Merged `upstream/develop`. | Ivan Tashkinov | |
2019-02-20 | Merge branch 'muting' into 'develop' | lambda | |
Implement muting, add it to the whole mastodon API See merge request pleroma/pleroma!319 |