Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-27 | don't delete config settings on admin update | Alexander Strizhakov | |
2019-06-23 | support for config groups | Alex S | |
2019-06-22 | support for tuples with more than 2 values | Alex S | |
2019-06-15 | Documentation: Document chat token response. | lain | |
2019-06-14 | Merge branch 'feature/add-background-image-to-mastoapi' into 'develop' | rinpatch | |
AccountView: Add user background. See merge request pleroma/pleroma!1280 | |||
2019-06-14 | it is changed in compile time | Alexander Strizhakov | |
we can't change module attributes and endpoint settings in runtime | |||
2019-06-14 | Mastodon API: Document changes. | lain | |
2019-06-05 | Merge branch 'explicit-addressing' into 'develop' | kaniini | |
Explicit addressing See merge request pleroma/pleroma!1239 | |||
2019-06-04 | fix merge | Maksim Pechnikov | |
2019-06-04 | Merge remote-tracking branch 'origin/develop' into explicit-addressing | lain | |
2019-06-04 | Docs: Add Explicit addressing to Readme and changelog. | lain | |
2019-06-04 | Merge branch 'develop' into issue/941 | Maksim Pechnikov | |
2019-06-04 | Merge branch 'generic-fe-settings' into 'develop' | kaniini | |
Generic settings store for frontend user settings See merge request pleroma/pleroma!1221 | |||
2019-06-03 | update api to set skip_thread_containment | Maksim Pechnikov | |
2019-06-01 | Remove now useless flavours switching | Haelwenn (lanodan) Monnier | |
2019-05-31 | Documentation: Document Settings store mechanism. | lain | |
2019-05-20 | Add API endpoints for a custom user mascot | Sadposter | |
2019-05-16 | Add Reports to Admin API | Sergey Suprunenko | |
2019-05-16 | Note that nicknames is an array | Angelina Filippova | |
2019-05-16 | Note that nicknames is an array | Angelina Filippova | |
2019-05-16 | Update tag/untag docs | Angelina Filippova | |
2019-05-14 | Merge remote-tracking branch 'pleroma/develop' into feature/disable-account | Egor Kislitsyn | |
2019-05-13 | differences_in_mastoapi_responses.md: fullname & bio are optionnal | Alexander Strizhakov | |
[ci skip] | |||
2019-05-11 | make url uniform in admin api | Sachin Joshi | |
2019-05-08 | Merge develop | Alexander Strizhakov | |
Merge conflict in lib/pleroma/activity.ex | |||
2019-05-07 | Merge remote-tracking branch 'pleroma/develop' into feature/disable-account | Egor Kislitsyn | |
2019-05-06 | fix format | Maksim | |
Modified-by: Maksim Pechnikov <parallel588@gmail.com> | |||
2019-04-27 | Add default_scope to /api/v1/update_credentials | rinpatch | |
2019-04-25 | Move settings to Source subentity | rinpatch | |
2019-04-25 | Merge branch 'develop' into feature/disable-account | Egor Kislitsyn | |
2019-04-24 | Fix leaking private configuration parameters in Mastodon and Twitter APIs, ↵ | rinpatch | |
and add new configuration parameters to Mastodon API This patch: - Fixes `rights` in twitterapi ignoring `show_role` - Fixes exposing default scope of the user to anyone in Mastodon API - Extends Mastodon API to be able to show and set `no_rich_text`, `default_scope`, `hide_follows`, `hide_followers`, `hide_favorites` (requested by the FE in #674) Sorry in advance for 500 line one commit diff, I should have split it up to separate MRs | |||
2019-04-23 | Extend Mastodon API with public endpoint for getting Favorites timeline of ↵ | Sergey Suprunenko | |
any user (#789) | |||
2019-04-22 | Add `pleroma.in_reply_to_account_acct` to MastoAPI status entity | rinpatch | |
2019-04-22 | Feature/826 healthcheck endpoint | Alexander Strizhakov | |
2019-04-22 | Merge remote-tracking branch 'pleroma/develop' into feature/disable-account | Egor Kislitsyn | |
2019-04-21 | differences_in_mastoapi_responses.md: `content_type` parameter of post ↵ | Haelwenn (lanodan) Monnier | |
submission | |||
2019-04-18 | Do not require authentication for user search in MastoAPI | Mark Felder | |
2019-04-15 | add `/api/pleroma/disable_account` to `docs/api/pleroma_api.md` | Egor Kislitsyn | |
2019-04-10 | Merge branch 'feature/767-multiple-use-invite-token' into 'develop' | lambda | |
Feature/767 multiple use invite token See merge request pleroma/pleroma!1032 | |||
2019-04-10 | Merge branch 'develop' into feature/user-status-subscriptions | Sadposter | |
2019-04-10 | Merge branch 'fix/emoji-api-nonsense' into 'develop' | lambda | |
Change response format of /api/pleroma/emoji so it makes sense See merge request pleroma/pleroma!1038 | |||
2019-04-10 | Merge branch 'notification-pleroma-settings' into 'develop' | kaniini | |
Notification controls Closes #738 See merge request pleroma/pleroma!988 | |||
2019-04-09 | Change response format of /api/pleroma/emoji to the one that actually makes ↵ | rinpatch | |
sense | |||
2019-04-08 | renaming expire_at -> expires_at | Alex S | |
keyword style change | |||
2019-04-07 | added docs to docs/api/admin_api.md | Alex S | |
code style and little renamings | |||
2019-04-06 | JSON need quotes! | Sadposter | |
2019-04-06 | Document subscription endpoints, fix typos | Sadposter | |
Also adds a quick error case on the subscription endpoints to avoid 500s | |||
2019-04-05 | Document the admin API endpoints for controlling follow/unfollow | Mark Felder | |
2019-04-02 | Fix preview not being usable in form data | rinpatch | |
2019-04-02 | Rename fake param to preview and make the tests check that the object was ↵ | rinpatch | |
not inserted to the db |