| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-04-17 | Merge branch 'feature/1584-client-captcha-options' into 'develop' | Haelwenn | |
| Creating trusted app from adminFE & mix task Closes #1584 See merge request pleroma/pleroma!2252 | |||
| 2020-04-15 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
| authenticated-api-oauth-check-enforcement | |||
| 2020-04-14 | Revert "Merge branch 'issue/1276' into 'develop'" | lain | |
| This reverts merge request !1877 | |||
| 2020-04-14 | Merge branch 'issue/1276' into 'develop' | Haelwenn | |
| [#1276] An endpoint for getting unread notification count Closes #1276 See merge request pleroma/pleroma!1877 | |||
| 2020-04-13 | Add OpenAPI spec for DomainBlockController | Egor Kislitsyn | |
| 2020-04-13 | Merge branch 'develop' into issue/1276 | Maksim Pechnikov | |
| 2020-04-13 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
| output-of-relationships-in-statuses | |||
| 2020-04-11 | Merge branch 'following-relationships-optimizations' into 'develop' | rinpatch | |
| FollowingRelationship storage & performance optimizations See merge request pleroma/pleroma!2332 | |||
| 2020-04-09 | Add `/api/v1/notifications/:id/dismiss` endpoint | Egor Kislitsyn | |
| 2020-04-09 | Merge branch 'open-api' into 'develop' | lain | |
| Add OpenAPI Closes pleroma-meta#19 See merge request pleroma/pleroma!2345 | |||
| 2020-04-08 | formatter.ex: Use Phoenix.HTML for mention/hashtag generation | rinpatch | |
| Unlike concatenating strings, this makes sure everything is escaped. Tests had to be changed because Phoenix.HTML runs attributes through Enum.sort before generation for whatever reason. | |||
| 2020-04-07 | Merge branch 'fix-auto-link-for-profile-fields' into 'develop' | rinpatch | |
| Use Pleroma.Formatter.linkify/2 instead See merge request pleroma/pleroma!2352 | |||
| 2020-04-07 | Merge branch 'develop' into issue/1276 | Maksim Pechnikov | |
| 2020-04-07 | Apply suggestion to ↵ | kPherox | |
| test/web/mastodon_api/controllers/account_controller/update_credentials_test.exs | |||
| 2020-04-06 | Merge branch 'remake-remodel-2' into 'develop' | lain | |
| Ingestion Pipeline Revamp See merge request pleroma/pleroma!2315 | |||
| 2020-04-06 | Enforcement of OAuth scopes check for authenticated API endpoints, ↵ | Ivan Tashkinov | |
| :skip_plug plug to mark a plug explicitly skipped (disabled). | |||
| 2020-04-02 | Merge branch 'develop' into issue/1276 | Maksim Pechnikov | |
| 2020-04-01 | Add OpenAPI | Egor Kislitsyn | |
| 2020-04-01 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
| output-of-relationships-in-statuses # Conflicts: # CHANGELOG.md | |||
| 2020-04-01 | Ability to control the output of account/pleroma/relationship in statuses in ↵ | Ivan Tashkinov | |
| order to improve the rendering performance. See `[:extensions, output_relationships_in_statuses_by_default]` setting and `with_relationships` param. | |||
| 2020-04-01 | split test for update profile fields | kPherox | |
| 2020-03-30 | Merge branch 'develop' into gun | Alexander Strizhakov | |
| 2020-03-29 | Merge branch 'develop' into issue/1276 | Maksim Pechnikov | |
| 2020-03-28 | FollowingRelationship storage & performance optimizations (state turned ↵ | Ivan Tashkinov | |
| `ecto_enum`-driven integer, reorganized indices etc.). | |||
| 2020-03-25 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
| relations-preloading-for-statuses-rendering | |||
| 2020-03-25 | Add a test for accounts/update_credentials | Egor Kislitsyn | |
| 2020-03-24 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
| relations-preloading-for-statuses-rendering | |||
| 2020-03-24 | Implemented preloading of relationships with parent activities' actors for ↵ | Ivan Tashkinov | |
| statuses/timeline rendering. Applied preloading for notifications rendering. Fixed announces rendering issue (preloading-related). | |||
| 2020-03-23 | Home timeline tests: Add failing test for relationships | lain | |
| 2020-03-23 | creating trusted app from adminFE & mix task | Alexander Strizhakov | |
| 2020-03-22 | AccountView: fix for other forms of <br> in bio | Haelwenn (lanodan) Monnier | |
| Closes: https://git.pleroma.social/pleroma/pleroma/issues/1643 | |||
| 2020-03-20 | Merge branch 'develop' into gun | Alexander Strizhakov | |
| 2020-03-20 | Improved in-test `clear_config/n` applicability (setup / setup_all / in-test ↵ | Ivan Tashkinov | |
| usage). | |||
| 2020-03-20 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
| clear-config-test-improvements # Conflicts: # test/web/mastodon_api/controllers/account_controller_test.exs | |||
| 2020-03-20 | NotificationController: Fix test. | lain | |
| 2020-03-20 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
| remake-remodel-2 | |||
| 2020-03-20 | restrict_unauthenticated setting | Alexander Strizhakov | |
| 2020-03-20 | include_types parameter in /api/v1/notifications | Alexander Strizhakov | |
| 2020-03-19 | Merge branch 'remake-remodel' into develop | lain | |
| 2020-03-18 | Improved in-test config management functions. | Ivan Tashkinov | |
| 2020-03-18 | Merge branch 'develop' into gun | Alexander Strizhakov | |
| 2020-03-16 | removing with_move parameter | Alexander Strizhakov | |
| 2020-03-16 | Merge branch 'develop' into gun | Alexander Strizhakov | |
| 2020-03-13 | rate limiter: disable based on if remote ip was found, not on if the plug ↵ | rinpatch | |
| was enabled The current rate limiter disable logic won't trigger when the remote ip is not forwarded, only when the remoteip plug is not enabled, which is not the case on most instances since it's enabled by default. This changes the behavior to warn and disable when the remote ip was not forwarded, even if the RemoteIP plug is enabled. Also closes #1620 | |||
| 2020-03-12 | Merge branch 'develop' into gun | Alexander Strizhakov | |
| 2020-03-11 | Merge branch 'fix/signup-without-email' into 'develop' | feld | |
| Allow account registration without an email See merge request pleroma/pleroma!2246 | |||
| 2020-03-08 | Merge branch 'develop' into issue/1276 | Maksim Pechnikov | |
| 2020-03-07 | Merge branch 'develop' into gun | Alexander Strizhakov | |
| 2020-03-05 | removing try block in tesla request | Alexander Strizhakov | |
| added mocks for tests which fail with Tesla.Mock.Error | |||
| 2020-03-04 | MastodonController: Return 404 errors correctly. | lain | |
