Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-13 | Add email change endpoint | Egor Kislitsyn | |
2019-08-31 | credo fixes | rinpatch | |
2019-08-31 | Add back /api/qvitter/statuses/notifications/read.json | rinpatch | |
2019-08-31 | Remove TwitterAPI representers | rinpatch | |
2019-08-31 | Remove Activity, User and Notification views from TwitterAPI | rinpatch | |
2019-08-31 | Remove most of Pleroma.Web.TwitterAPI.TwitterAPI | rinpatch | |
2019-08-27 | Remove most of TwitterAPIController | rinpatch | |
2019-08-14 | Use info.fields instead of source_data for remote users | Egor Kislitsyn | |
2019-08-14 | Add custom fields to TwitterAPI.UserView | Egor Kislitsyn | |
2019-07-31 | tests for TwitterApi/UtilController | Maksim | |
2019-07-29 | twitter api: utils: rework do_remote_follow() to use CommonAPI | Ariadne Conill | |
Closes #1138 | |||
2019-07-29 | constants: add as_public constant and use it everywhere | Ariadne Conill | |
2019-07-23 | Use User.get_or_fetch/1 instead of OStatus.find_or_make_user/1 | kPherox | |
2019-07-19 | #1110 fixed /api/pleroma/healthcheck | Maksim | |
2019-07-17 | Fix password reset for non-test env | Eugenij | |
Fixes `Plug.Conn.NotSentError` that causes a 5xx error in response instead of 404 and 400. Fixes pattern matching error caused by different response format in test and non-test env: `Pleroma.Emails.Mailer.deliver_async` returns :ok when PleromaJobQueue is enabled and `{:ok, _}` when it's disabled. In tests, it's disabled. | |||
2019-07-16 | mastoapi password reset | Alexander Strizhakov | |
added rate limit to password reset configure rate limit in runtime | |||
2019-07-14 | detect and use sha512-crypt for stored password hash. | Moonman | |
2019-07-14 | Feature/1072 muting notifications | Alexander Strizhakov | |
2019-07-09 | Merge branch 'remove-avatar-header' into 'develop' | kaniini | |
Ability to reset avatar, profile banner and backgroud See merge request pleroma/pleroma!1187 | |||
2019-06-24 | [#184] small refactoring reset password | Maksim | |
2019-06-23 | Merge branch 'develop' into 'remove-avatar-header' | Sachin Joshi | |
# Conflicts: # CHANGELOG.md | |||
2019-06-04 | Merge branch 'develop' into issue/941 | Maksim Pechnikov | |
2019-06-03 | update api to set skip_thread_containment | Maksim Pechnikov | |
2019-06-02 | Merge branch 'feature/notification-control-part-2' into 'develop' | kaniini | |
notification controls, part 2 See merge request pleroma/pleroma!1204 | |||
2019-05-30 | Use Pleroma.Config everywhere | Egor Kislitsyn | |
2019-05-25 | twitter api: user view: expose user notification settings under pleroma object | William Pitcock | |
2019-05-23 | fix merge conflict | Sachin Joshi | |
2019-05-22 | Ability to reset avatar, profile banner and backgroud | Sachin Joshi | |
2019-05-21 | Add virtual :thread_muted? field | Aaron Tinio | |
that may be set when fetching activities | |||
2019-05-15 | activitypub: remove contain_timeline() | William Pitcock | |
2019-05-15 | CommonAPI: Refactor visibility, forbid public to private replies. | lain | |
2019-05-15 | remove deprecated PleromaFE configuration | Sachin Joshi | |
2019-05-14 | Merge branch 'refactor/use-job-queue-everywhere' into 'develop' | lambda | |
use job queue everywhere Closes #862 See merge request pleroma/pleroma!1142 | |||
2019-05-14 | clean up follow/block imports a little | William Pitcock | |
2019-05-14 | Merge remote-tracking branch 'pleroma/develop' into feature/disable-account | Egor Kislitsyn | |
2019-05-13 | user: migrate follow/blocks import to job queue | William Pitcock | |
2019-05-13 | differences_in_mastoapi_responses.md: fullname & bio are optionnal | Alexander Strizhakov | |
[ci skip] | |||
2019-05-09 | Use "repeated" instead of "retweeted" for repeated statuses in Twitter API | Francis Dinh | |
This makes it consistent with the language used in Pleroma FE (at least in English). Resolves https://git.pleroma.social/pleroma/pleroma-fe/issues/533 | |||
2019-05-07 | twitterapi: use order constraint to force descending order | William Pitcock | |
2019-05-07 | Merge remote-tracking branch 'pleroma/develop' into feature/disable-account | Egor Kislitsyn | |
2019-05-06 | Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma into ↵ | Alexander Strizhakov | |
feature/845-improve-status-deletion | |||
2019-05-03 | TwitterAPI: profile update with emoji_map | Haelwenn (lanodan) Monnier | |
2019-05-03 | Web.TwitterAPI.UserView: Also view local user emojis | Haelwenn (lanodan) Monnier | |
2019-05-03 | formatter.ex: Add get_emoji_map/1 | Haelwenn (lanodan) Monnier | |
2019-05-01 | Merging with develop | Alex S | |
Conflicts: lib/pleroma/web/activity_pub/transmogrifier.ex lib/pleroma/user.ex | |||
2019-04-28 | Fix `rights` in TwitterAPI's user entity being present only for | rinpatch | |
Admins/Moderators In !1093 I reused `maybe_with_role` for `rights` object, however I missed that `maybe_with_role` is called only for admins/moderators. | |||
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 | added healthcheck setting to instance config | Alex S | |