Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-07 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
feature/emojireactvalidator | |||
2020-05-06 | added `unread_notifications_count` for `/api/v1/accounts/verify_credentials` | Maksim Pechnikov | |
2020-05-06 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
remake-remodel-dms | |||
2020-05-06 | Merge branch 'develop' into issue/1276-2 | Maksim Pechnikov | |
2020-05-05 | Add OpenAPI spec for ScheduledActivityController | Egor Kislitsyn | |
2020-05-05 | ActivityPub: Remove `react_with_emoji`. | lain | |
2020-05-01 | Restricted embedding of relationships where applicable (statuses / ↵ | Ivan Tashkinov | |
notifications / accounts rendering). Added support for :skip_notifications for accounts listing (index.json). Adjusted tests. | |||
2020-05-01 | Merge branch 'develop' into issue/1276-2 | Maksim Pechnikov | |
2020-04-23 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
remake-remodel-dms | |||
2020-04-22 | Polls: Persist and show voters' count | lain | |
2020-04-21 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
remake-remodel-dms | |||
2020-04-20 | Merge branch 'cleanup-subscription-controller' into 'develop' | lain | |
Cleanup SubscriptionController See merge request pleroma/pleroma!2393 | |||
2020-04-17 | Notifications: Create a chat notification. | lain | |
2020-04-17 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
remake-remodel-dms | |||
2020-04-16 | AccountView: Return user ap_id. | lain | |
2020-04-15 | Cleanup SubscriptionController | Egor Kislitsyn | |
2020-04-15 | added an endpoint for getting unread notification count | Maksim Pechnikov | |
2020-04-14 | Revert "Merge branch 'issue/1276' into 'develop'" | lain | |
This reverts merge request !1877 | |||
2020-04-10 | profile emojis in User.emoji instead of source_data | Haelwenn (lanodan) Monnier | |
2020-04-07 | Merge branch 'develop' into issue/1276 | Maksim Pechnikov | |
2020-04-06 | Merge branch 'remake-remodel-2' into 'develop' | lain | |
Ingestion Pipeline Revamp See merge request pleroma/pleroma!2315 | |||
2020-04-02 | [#2323] Fixed a typo causing /accounts/relationships to render default ↵ | Ivan Tashkinov | |
relationships. Improved the tests. | |||
2020-04-02 | Merge branch 'develop' into issue/1276 | Maksim Pechnikov | |
2020-04-01 | Merge branch 'gun' into 'develop' | feld | |
Gun adapter Closes #945 See merge request pleroma/pleroma!1861 | |||
2020-03-31 | Provide known-good user.uri, remove User.profile_url/1 | Haelwenn (lanodan) Monnier | |
2020-03-31 | User: Fix use of source_data in profile_url/1 | Haelwenn (lanodan) Monnier | |
2020-03-31 | Initial failing test statement against funkwhale channels | Haelwenn (lanodan) Monnier | |
2020-03-30 | Merge branch 'develop' into gun | Alexander Strizhakov | |
2020-03-29 | Merge branch 'feature/funkwhale-audio' into 'develop' | Haelwenn | |
Add support for funkwhale Audio activity Closes #764 and #1624 See merge request pleroma/pleroma!2287 | |||
2020-03-29 | Merge branch 'develop' into issue/1276 | Maksim Pechnikov | |
2020-03-27 | Misc refactoring / tweaks (`ThreadMute.exists?/2`). | Ivan Tashkinov | |
2020-03-25 | Further preloading (more endpoints), refactoring, tests. | Ivan Tashkinov | |
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' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
remake-remodel-2 | |||
2020-03-19 | Merge branch 'remake-remodel' into develop | lain | |
2020-03-18 | Merge branch 'develop' into gun | Alexander Strizhakov | |
2020-03-16 | removing with_move parameter | Alexander Strizhakov | |
2020-03-11 | Add support for funkwhale Audio activity | Haelwenn (lanodan) Monnier | |
reel2bits fixture not included as it lacks the Actor fixture for it. Closes: https://git.pleroma.social/pleroma/pleroma/issues/1624 Closes: https://git.pleroma.social/pleroma/pleroma/issues/764 | |||
2020-03-08 | Merge branch 'develop' into issue/1276 | Maksim Pechnikov | |
2020-03-05 | removing try block in tesla request | Alexander Strizhakov | |
added mocks for tests which fail with Tesla.Mock.Error | |||
2020-03-03 | Update Copyrights | Mark Felder | |
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-17 | Merge branch 'develop' into issue/1276 | Maksim Pechnikov | |
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 | Merge branch 'develop' into issue/1276 | Maksim Pechnikov | |
2020-02-10 | Merge branch 'develop' into issue/1276 | Maksim Pechnikov | |
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-02 | mastodon API: do not sanitize html in non-html fields | rinpatch | |