Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-25 | Further preloading (more endpoints), refactoring, tests. | Ivan Tashkinov | |
2020-03-25 | Applied relationships preloading to GET /api/v1/accounts/relationships. ↵ | Ivan Tashkinov | |
Refactoring (User.binary_id/1). | |||
2020-03-25 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
1364-notifications-sending-control | |||
2020-03-25 | Fixed incorrect usage of "relations" as a short form of "relationships". | Ivan Tashkinov | |
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-24 | Merge branch 'admin-api-change-password' into 'develop' | lain | |
Admin API: `PATCH /api/pleroma/admin/users/:nickname/update_credentials` See merge request pleroma/pleroma!2149 | |||
2020-03-23 | Preloading of follow relations for timeline/statuses rendering (performance ↵ | Ivan Tashkinov | |
improvement). Refactoring. | |||
2020-03-23 | creating trusted app from adminFE & mix task | Alexander Strizhakov | |
2020-03-22 | WIP: preloading of user relations for timeline/statuses rendering ↵ | Ivan Tashkinov | |
(performance improvement). | |||
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-22 | Mastodon API Account view: Remove an outdated hack | rinpatch | |
The hack with caching the follow relationship was introduced when we still were storing it inside the follow activity, resulting in slow queries. Now we store follow state in `FollowRelationship` table, so this is no longer necessary. | |||
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-16 | Admin API: `PATCH /api/pleroma/admin/users/:nickname/credentials`, `GET ↵ | eugenijm | |
/api/pleroma/admin/users/:nickname/credentials`. | |||
2020-03-16 | removing with_move parameter | Alexander Strizhakov | |
2020-03-15 | static_fe: Sanitize HTML in users | Haelwenn (lanodan) Monnier | |
2020-03-13 | Merge branch 'feature/mastofe-admin-scope' into 'develop' | rinpatch | |
auth_controller.ex: Add admin scope to MastoFE See merge request pleroma/pleroma!2256 | |||
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-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-04 | MastodonController: Return 404 errors correctly. | lain | |
2020-03-03 | Update Copyrights | Mark Felder | |
2020-03-02 | Merge branch 'develop' into fix/signup-without-email | Egor Kislitsyn | |
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-03-01 | timeline controller: add a TODO for replacing copypaste with a macro | rinpatch | |
2020-03-01 | timeline controller: rate limit timelines to 3 requests per 500ms per ↵ | rinpatch | |
timeline per ip/user | |||
2020-02-29 | auth_controller.ex: Add admin scope to MastoFE | Haelwenn (lanodan) Monnier | |
Related: https://git.pleroma.social/pleroma/pleroma/issues/1265 | |||
2020-02-26 | Allow account registration without an email | Egor Kislitsyn | |
2020-02-25 | Merge branch 'develop' into issue/1276 | Maksim Pechnikov | |
2020-02-18 | Fix `status.expires_at` type | Egor Kislitsyn | |
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-11 | Merge remote-tracking branch 'origin/develop' into uguu-uwu-notices-bulge | lain | |
2020-02-11 | Merge branch 'develop' into issue/1276 | Maksim Pechnikov | |
2020-02-10 | Merge branch 'develop' into issue/1383 | Maksim Pechnikov | |
2020-02-10 | maked `unread_count` as virtual field | 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 | 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-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-29 | Emoji Reactions: Add `reacted` field to emoji reactions | lain | |
2020-01-28 | Merge branch 'develop' into issue/1276 | Maksim Pechnikov | |
2020-01-28 | Merge branch 'develop' into issue/1383 | Maksim Pechnikov | |
2020-01-27 | Remove user recommendation by third party engine | Hakaba Hitoyo | |
2020-01-27 | Merge branch 'develop' into issue/1276 | Maksim Pechnikov | |