Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-15 | auth_controller.ex: Add admin scope to MastoFE | Haelwenn (lanodan) Monnier | |
Related: https://git.pleroma.social/pleroma/pleroma/issues/1265 | |||
2020-03-15 | Merge branch 'fix/signup-without-email' into 'develop' | feld | |
Allow account registration without an email See merge request pleroma/pleroma!2246 | |||
2020-03-04 | MastodonController: Return 404 errors correctly. | lain | |
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-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-01-28 | Merge branch 'develop' into issue/1383 | Maksim Pechnikov | |
2020-01-27 | Remove user recommendation by third party engine | Hakaba Hitoyo | |
2020-01-23 | fixed delete ScheduledActivity | Maksim Pechnikov | |
2020-01-22 | Merge branch 'develop' into issue/1383 | Maksim Pechnikov | |
2020-01-21 | exclude blocked user posts from search results | Maksim Pechnikov | |
2020-01-20 | Merge branch 'credo/version-bump-1.1.5' into 'develop' | lain | |
Bump credo to 1.1.5 See merge request pleroma/pleroma!2115 | |||
2020-01-20 | Merge branch 'hashtag-benchmarks' into 'develop' | Haelwenn | |
Hashtag benchmarks See merge request pleroma/pleroma!2116 | |||
2020-01-20 | Bump credo to 1.1.5 | Haelwenn (lanodan) Monnier | |
2020-01-14 | Mix Tasks: Add pleroma.benchmarks.tags | lain | |
2019-12-19 | Return 404 if account to filter notifications from is not found | Egor Kislitsyn | |
2019-12-14 | Merge branch 'develop' into issue/1383 | Maksim Pechnikov | |
2019-12-11 | Merge branch 'develop' into issue/1411 | Mark Felder | |
2019-12-10 | [ActivityPub] Configurable ActivityPub actor type | Hakaba Hitoyo | |
2019-12-08 | Merge branch 'develop' into issue/1383 | Maksim Pechnikov | |
2019-12-06 | ActivityPub: For user timelines, respects blocks. | lain | |
Unless the timeline belongs to a blocked user. | |||
2019-12-05 | Merge branch 'develop' into issue/1411 | Maksim Pechnikov | |
2019-12-04 | Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
1335-user-api-id-fields-relations # Conflicts: # lib/pleroma/user.ex | |||
2019-12-04 | Merge branch 'develop' into issue/1383 | Maksim Pechnikov | |
2019-12-04 | updated ScheduledActivity | Maksim Pechnikov | |
2019-12-02 | Merge branch 'feature/move-activity' into 'develop' | lain | |
Support "Move" activity Closes #1316 See merge request pleroma/pleroma!1883 | |||
2019-12-01 | Merge branch 'develop' into issue/1411 | Maksim Pechnikov | |
2019-11-21 | Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
1335-user-api-id-fields-relations # Conflicts: # lib/pleroma/user/search.ex # test/user_test.exs | |||
2019-11-21 | Merge branch 'issue/1348' into 'develop' | lain | |
[#1348] excluded invisible actors from gets /api/v1/accounts/:id See merge request pleroma/pleroma!1937 | |||
2019-11-19 | [#1335] Implemented notification mutes and reblog mutes as ↵ | Ivan Tashkinov | |
UserRelationships. User to UserRelationship relations and functions refactoring. | |||
2019-11-18 | updated fetch_favorites | Maksim Pechnikov | |
2019-11-18 | fix test | Maksim Pechnikov | |
2019-11-18 | /api/v1/favourites: added sorting for activites by adds to favorites | Maksim Pechnikov | |
2019-11-15 | Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
1335-user-api-id-fields-relations | |||
2019-11-15 | [#1335] Reorganized `users.mutes` as relation to UserMute entity. | Ivan Tashkinov | |
2019-11-14 | Merge remote-tracking branch 'upstream/develop' into feature/move-activity | Egor Kislitsyn | |
2019-11-12 | Add `allow_following_move` setting to User | Egor Kislitsyn | |
2019-11-11 | New rate limiter | Steven Fuchs | |
2019-11-10 | [#1335] User: refactored :blocks field into :blocked_users relation. | Ivan Tashkinov | |
Introduced UserBlock. | |||
2019-11-10 | add subject to atom feed | Maksim Pechnikov | |
2019-11-04 | excluded invisible actors from gets /api/v1/accounts/:id | Maksim Pechnikov | |
2019-10-24 | Merge remote-tracking branch 'upstream/develop' into ↵ | Egor Kislitsyn | |
refactor/following-relationships | |||
2019-10-23 | Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
1304-user-info-deprecation # Conflicts: # lib/pleroma/notification.ex | |||
2019-10-21 | Merge branch 'develop' into refactor/following-relationships | Egor Kislitsyn | |
2019-10-20 | [#1304] Moved remaining fields from User.Info to User. | Ivan Tashkinov | |
Misc. fixes / improvements. | |||
2019-10-17 | add Markers /api/v1/markers | Maksim Pechnikov | |
2019-10-16 | [#1304] Moved all non-mutes / non-blocks fields from User.Info to User. WIP. | Ivan Tashkinov | |
2019-10-11 | Replace `user.following` with Pleroma.FollowingRelationship | Egor Kislitsyn | |
2019-10-09 | Mastodon API: Return `pleroma.direct_conversation_id` when viewing a status ↵ | eugenijm | |
(`GET /api/v1/statuses/:id`) |