| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-03-02 | Bump copyright years of files changed after 2020-01-07 | Haelwenn (lanodan) Monnier | |
| Done via the following command: git diff fcd5dd259a1700a045be902b43391b0d1bd58a5b --stat --name-only | xargs sed -i '/Pleroma Authors/c# Copyright © 2017-2020 Pleroma Authors <https:\/\/pleroma.social\/>' | |||
| 2020-02-27 | Runtime configurability of RateLimiter. Refactoring. Disabled default rate ↵ | Ivan Tashkinov | |
| limits in tests. | |||
| 2020-02-20 | Merge branch 'tests-clear-config-tweaks' into 'develop' | lain | |
| Tweaks to `clear_config` calls in tests See merge request pleroma/pleroma!2209 | |||
| 2020-02-18 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
| tests-clear-config-tweaks # Conflicts: # test/web/admin_api/admin_api_controller_test.exs | |||
| 2020-02-18 | Add a test | Egor Kislitsyn | |
| 2020-02-15 | MastodonAPI.StatusView: Do not use site_name | Haelwenn (lanodan) Monnier | |
| site_name allow to spoof the origin of the domain and so hacks like: <!-- served on https://hacktivis.me/tmp/joinmastodon.org.html --> <meta property="og:image" content="https://hacktivis.me/datalove/img/meme/pleroma/mastodon%2C%20forbidden%20amuse%20yourself.jpeg" /> <meta property="og:title" content="Mastodon: Forbidden Amuse Yourself" /> <meta property="og:site_name" content="joinmastodon.org" /> <meta http-equiv="refresh" content="0; url=http://joinmastodon.org/"> | |||
| 2020-02-13 | Tweaks to `clear_config` calls in tests in order to prevent side effects on ↵ | Ivan Tashkinov | |
| config during test suite execution. | |||
| 2020-02-12 | Fix `status.expires_in` validation | Egor Kislitsyn | |
| 2020-02-11 | Merge remote-tracking branch 'origin/develop' into uguu-uwu-notices-bulge | lain | |
| 2020-02-10 | Merge branch 'develop' into issue/1383 | Maksim Pechnikov | |
| 2020-02-07 | Merge branch 'cancel-follow-request' into 'develop' | Haelwenn | |
| Add support for cancellation of a follow request Closes #1522 See merge request pleroma/pleroma!2175 | |||
| 2020-02-07 | Questions: Add timezone to `closed` property | Lain Soykaf | |
| 2020-02-07 | EmojiReactions: Add Mastodon-aligned reaction endpoints, change response | Lain Soykaf | |
| 2020-02-06 | EmojiReactions: Rename to EmojiReacts | Lain Soykaf | |
| 2020-02-06 | Merge branch 'mastoapi-non-html-strings' into 'develop' | feld | |
| mastodon API: do not sanitize html in non-html fields See merge request pleroma/pleroma!2167 | |||
| 2020-02-05 | Add support for cancellation of a follow request | Egor Kislitsyn | |
| 2020-02-03 | Merge branch 'develop' into issue/1383 | Maksim Pechnikov | |
| 2020-02-02 | mastodon API: do not sanitize html in non-html fields | rinpatch | |
| 2020-01-30 | Merge branch 'fix/disable-rate-limiter-for-socket-localhost' into 'develop' | rinpatch | |
| Disable rate limiter for socket/localhost Closes #1380 See merge request pleroma/pleroma!2064 | |||
| 2020-01-30 | Merge branch 'develop' into fix/disable-rate-limiter-for-socket-localhost | rinpatch | |
| 2020-01-29 | Emoji Reactions: Add `reacted` field to emoji reactions | lain | |
| 2020-01-28 | Merge branch 'develop' into issue/1383 | Maksim Pechnikov | |
| 2020-01-28 | update ecto | Maksim Pechnikov | |
| 2020-01-27 | Remove user recommendation by third party engine | Hakaba Hitoyo | |
| 2020-01-27 | Merge branch 'develop' into issue/1383 | Maksim Pechnikov | |
| 2020-01-24 | Emoji reactions: Change api format once more | lain | |
| 2020-01-23 | Merge branch 'develop' into issue/1383 | Maksim Pechnikov | |
| 2020-01-22 | Notifications: Add emoji reaction notifications | lain | |
| 2020-01-22 | Merge branch 'develop' into issue/1383 | Maksim Pechnikov | |
| 2020-01-22 | Emoji reactions: Change cache and reply format | lain | |
| 2020-01-22 | Merge branch 'develop' into issue/1383 | Maksim Pechnikov | |
| 2020-01-21 | Merge branch 'emoji-reaction-extensions' into 'develop' | rinpatch | |
| StatusView: Add `emoji_reactions` See merge request pleroma/pleroma!2120 | |||
| 2020-01-21 | exclude blocked user posts from search results | Maksim Pechnikov | |
| 2020-01-20 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
| emoji-reaction-extensions | |||
| 2020-01-20 | StatusView: Add `emoji_reactions` | lain | |
| 2020-01-20 | StatusControllerTest: Fix typo | lain | |
| 2020-01-20 | CommonAPI: Don't error out on double favs/repeats | lain | |
| 2020-01-15 | Fix notification controller test | Egor Kislitsyn | |
| 2020-01-15 | Merge branch 'develop' into notifications-from-account | Egor Kislitsyn | |
| 2020-01-13 | Merge branch 'develop' into issue/1383 | Maksim Pechnikov | |
| 2019-12-21 | Merge branch 'develop' into issue/1383 | Maksim Pechnikov | |
| 2019-12-21 | Revert "Merge branch 'feature/status-counts-by-scope' into 'develop'" | Maxim Filippov | |
| This reverts merge request !2076 | |||
| 2019-12-20 | Merge branch 'feature/status-counts-by-scope' into 'develop' | feld | |
| Stats: return status counts by scope See merge request pleroma/pleroma!2076 | |||
| 2019-12-19 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
| oauth-scopes-tweaks-and-tests | |||
| 2019-12-19 | [#2068] Introduced proper OAuth tokens usage to controller tests. | Ivan Tashkinov | |
| 2019-12-19 | Return 404 if account to filter notifications from is not found | Egor Kislitsyn | |
| 2019-12-18 | Stats: return status counts by scope | Maxim Filippov | |
| 2019-12-17 | Add ActivityPub Object Event type support | Thomas Citharel | |
| Adds Event support in the same way Video objects are handled, with the name of the object as message header. Signed-off-by: Thomas Citharel <tcit@tcit.fr> | |||
| 2019-12-17 | Add support for `account_id` param to filter notifications by the account | Egor Kislitsyn | |
| 2019-12-15 | OAuthScopesPlug: disallowed nil token (unless with :fallback option). WIP: ↵ | Ivan Tashkinov | |
| controller tests modification: OAuth scopes usage. | |||
