Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-13 | [#1149] Added more oban workers. Refactoring. | Ivan Tashkinov | |
2019-07-31 | tests for TwitterApi/UtilController | Maksim | |
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 | Feature/1072 muting notifications | Alexander Strizhakov | |
2019-07-10 | Add license/copyright to all project files | feld | |
2019-07-09 | [#878] Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
878-activity-object-decoupling-in-tests # Conflicts: # lib/pleroma/object.ex # test/web/activity_pub/transmogrifier_test.exs # test/web/ostatus/ostatus_test.exs | |||
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-07-08 | [#878] Refactored assumptions on embedded object presence in tests. Adjusted ↵ | Ivan Tashkinov | |
note factory to not embed object into activity. | |||
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-05 | User: Don't error out when following a user that's already followed. | lain | |
This leads to a few situations where it is impossible to follow a user. | |||
2019-06-04 | Merge branch 'develop' into issue/941 | Maksim Pechnikov | |
2019-06-03 | fix tests | 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-26 | tests: chase remote/local removal | William Pitcock | |
2019-05-25 | twitter api: user view: expose user notification settings under pleroma object | William Pitcock | |
2019-05-25 | tests: chase notification setting changes | William Pitcock | |
2019-05-22 | Ability to reset avatar, profile banner and backgroud | Sachin Joshi | |
2019-05-15 | remove deprecated PleromaFE configuration | Sachin Joshi | |
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-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 | Merge remote-tracking branch 'pleroma/develop' into feature/disable-account | Egor Kislitsyn | |
2019-05-03 | formatter.ex: Add get_emoji_map/1 | Haelwenn (lanodan) Monnier | |
2019-05-03 | Pleroma.Formatter: width/height to class=emoji | Haelwenn (lanodan) Monnier | |
2019-05-01 | Merge branch 'develop' into bugfix/web-notification-special-char | Sachin Joshi | |
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-24 | fix the status notification with special char | Sachin Joshi | |
2019-04-22 | Use `User.get_cached*` everywhere | Egor | |
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-20 | Fix tests that used finmoji | Ekaterina Vaartis | |
2019-04-17 | Update functions in object fetcher for tesla and set up a proper mock for tests | rinpatch | |
2019-04-17 | Merge branch 'develop' into feature/database-compaction | rinpatch | |
2019-04-16 | Merge branch 'feature/788-separate-email-addresses' into 'develop' | kaniini | |
Feature/788 separate email addresses Closes #788 See merge request pleroma/pleroma!1040 | |||
2019-04-16 | Handle new-style mastodon follow lists | Normandy | |
Fixes https://git.pleroma.social/pleroma/pleroma/issues/814 | |||
2019-04-15 | Remove inReplyToStatusId | rinpatch | |
2019-04-13 | naming fix | Alex S | |
2019-04-12 | Merge branch 'bugfix/pleroma-email-naming' into 'develop' | lambda | |
Make the filename and module name of Pleroma.Emails.* orthogonal See merge request pleroma/pleroma!1029 | |||
2019-04-12 | more tests | Egor Kislitsyn | |
2019-04-10 | Merge branch 'develop' into feature/788-separate-email-addresses | Alex S | |
2019-04-10 | adding notify_email setting for trigger emails | Alex S | |
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 'fix/emoji-api-nonsense' into 'develop' | lambda | |
Change response format of /api/pleroma/emoji so it makes sense See merge request pleroma/pleroma!1038 |