Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-04 | allow users to disable their own account | Egor Kislitsyn | |
2019-02-28 | Add search users endpoint | Maxim Filippov | |
2019-02-27 | Add more admin actions | Maxim Filippov | |
2019-02-22 | Merge branch 'fix/twittercards' into 'develop' | kaniini | |
Fix Twitter Cards See merge request pleroma/pleroma!815 | |||
2019-02-20 | fix fetching AP objects with application/json | William Pitcock | |
2019-02-20 | Reports | Egor | |
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 | |||
2019-02-20 | [#468] Adjusted scope restriction for MastodonAPIController#index. | Ivan Tashkinov | |
2019-02-19 | Implement mastodon mutes endpoint | Ekaterina Vaartis | |
Aparently i forgot to add it, it gets a list of muted users | |||
2019-02-19 | Implement muting, add it to the mastodon API | Ekaterina Vaartis | |
2019-02-19 | Merge branch 'develop' into fix/twittercards | Mark Felder | |
2019-02-19 | Embed player suitable for Twitter Cards | href | |
2019-02-19 | Added admin API for changing user activation status | eugenijm | |
2019-02-19 | [#468] Merged `upstream/develop`. | Ivan Tashkinov | |
2019-02-18 | Merge branch 'feature/add-oauth-tokens-endpoint' into 'develop' | kaniini | |
Add OAuth tokens endpoint See merge request pleroma/pleroma!805 | |||
2019-02-17 | [#468] Formatting fix. | Ivan Tashkinov | |
2019-02-17 | [#468] Merged `upstream/develop`, resolved conflicts. | Ivan Tashkinov | |
2019-02-16 | [MastoAPI] Add switching of frontend flavours | Haelwenn (lanodan) Monnier | |
2019-02-15 | [#468] Defined OAuth restrictions for all applicable routes. | Ivan Tashkinov | |
Improved missing "scopes" param handling. Allowed "any of" / "all of" mode specification in OAuthScopesPlug. Fixed auth UI / behavior when user selects no permissions at /oauth/authorize. | |||
2019-02-13 | activitypub: user view: use route helpers instead of hardcoded URIs | William Pitcock | |
2019-02-13 | Add revoke token | Maxim Filippov | |
2019-02-13 | Add OAuth tokens endpoint | Maxim Filippov | |
2019-02-09 | [#468] MastodonAPI scope restrictions. Removed obsolete "POST /web/login" route. | Ivan Tashkinov | |
2019-02-09 | [#468] Prototype of OAuth2 scopes support. TwitterAPI scope restrictions. | Ivan Tashkinov | |
2019-02-08 | Merge branch 'develop' into feature/thread-muting | Karen Konou | |
2019-02-07 | Migration and some boilerplate stuff | Karen Konou | |
2019-02-04 | activitypub: c2s: add /api/ap/whoami endpoint for andstatus | William Pitcock | |
2019-01-31 | Merge branch 'features/glitch-soc-frontend' into 'develop' | Haelwenn | |
Features/glitch soc frontend See merge request pleroma/pleroma!192 | |||
2019-01-29 | Merge branch 'hj-happiness-improvement' into 'develop' | kaniini | |
New frontend configuration mechanism. Closes #445 See merge request pleroma/pleroma!700 | |||
2019-01-28 | API: kill /api/rich_media/parse endpoint | William Pitcock | |
2019-01-28 | [MastoAPI][GlitchAPI] Add bookmarks | Haelwenn (lanodan) Monnier | |
2019-01-27 | /notice/:id - send the FE index even if 404 | href | |
this allows to open private activities by URL when you are logged in, and to let the FE display a 404 page | |||
2019-01-26 | Web.MastodonAPI.MastodonAPIController: Add Rich-Media support | Haelwenn (lanodan) Monnier | |
2019-01-25 | Merge branch 'develop' into 'oembed_provider' | kaniini | |
# Conflicts: # lib/pleroma/activity.ex | |||
2019-01-23 | New frontend configuration mechanism. | lain | |
2019-01-21 | Uploader callback controller | href | |
2019-01-18 | Fix merge conflict | rinpatch | |
2019-01-16 | Remove caching because it does not affect performance and may be even worse ↵ | rinpatch | |
in some cases | |||
2019-01-16 | add caching | rinpatch | |
2019-01-15 | remove useless newlines after every tag. Make domain.com/username provide ↵ | rinpatch | |
opengraph too | |||
2019-01-15 | Fix some edge cases [nervous laughter] | rinpatch | |
2019-01-13 | Resolve merge conflict | rinpatch | |
2019-01-12 | Add route to get object like activities | sxsdv1 | |
2019-01-09 | Add Twitter API for the pinned statuses | Egor Kislitsyn | |
``` # Only return statuses that have been pinned GET /api/statuses/user_timeline.json?pinned=true # Pin POST /api/statuses/pin/:id # Unpin POST /api/statuses/unpin/:id ``` | |||
2019-01-07 | add pinned posts | Egor Kislitsyn | |
2019-01-02 | Add RichMediaController and tests | Maxim Filippov | |
2018-12-31 | update copyright years to 2019 | William Pitcock | |
2018-12-29 | Wire up stub routes for client calls of activitypub inbox/outbox | sxsdv1 | |
Code style: remove wrapping function of outbox |