Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-23 | Merge branch 'develop' into test/activity_pub/transmogrifier.ex | Maksim Pechnikov | |
2019-09-23 | Merge branch 'better-emoji-packs' into 'develop' | rinpatch | |
Shareable emoji packs Closes #833 and #1096 See merge request pleroma/pleroma!1551 | |||
2019-09-23 | Emoji API Controller: Follow phoenix directory structure | rinpatch | |
2019-09-23 | Add support for AP C2S uploadMedia | Haelwenn (lanodan) Monnier | |
Closes: https://git.pleroma.social/pleroma/pleroma/issues/1171 | |||
2019-09-23 | Document and test /api/ap/whoami | Haelwenn (lanodan) Monnier | |
2019-09-22 | Merge branch 'develop' into feature/return-link-for-password-reset | Maxim Filippov | |
2019-09-22 | Use router helper to generate reset password link | Maxim Filippov | |
2019-09-22 | Admin API: Add ability to force user's password reset | Maxim Filippov | |
2019-09-20 | Mastodon API: Fix private and direct statuses not being filtered out from ↵ | eugenijm | |
the public timeline for an authenticated user (`GET /api/v1/timelines/public`) | |||
2019-09-19 | Merge branch 'outbox_pagination' into 'develop' | lain | |
Fix AP outbox pagination See merge request pleroma/pleroma!1700 | |||
2019-09-19 | Add test for correct AP outbox pagination | D Anzorge | |
2019-09-19 | [#1234] Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
1234-mastodon-2-4-3-oauth-scopes # Conflicts: # lib/pleroma/web/admin_api/admin_api_controller.ex | |||
2019-09-19 | Add `rel="ugc"` to hashtags and mentions | Egor Kislitsyn | |
2019-09-19 | Add support for `rel="ugc"` | Egor Kislitsyn | |
2019-09-19 | Mastodon API: Return `pleroma.direct_conversation_id` when creating direct ↵ | eugenijm | |
messages (`POST /api/v1/statuses`) | |||
2019-09-19 | Merge branch 'develop' into test/activity_pub/transmogrifier.ex | Maksim Pechnikov | |
2019-09-18 | Merge branch 'issue/733' into 'develop' | Haelwenn | |
[#733] added test for Ostatus See merge request pleroma/pleroma!1657 | |||
2019-09-18 | Merge branch 'chores/bump-copyright-year' into 'develop' | rinpatch | |
Bump copyright years of files changed in 2019 See merge request pleroma/pleroma!1698 | |||
2019-09-18 | Bump copyright years of files changed in 2019 | Haelwenn (lanodan) Monnier | |
Done via the following command: git diff 1e6c102bfcfe0e4835a48f2483f2376f9bf86a20 --stat --name-only | cat - | xargs sed -i 's/2017-2018 Pleroma Authors/2017-2019 Pleroma Authors/' | |||
2019-09-19 | Get the nodeinfo address from the well-known | Ekaterina Vaartis | |
2019-09-19 | Change path from nodeinfo to metadata->features | Ekaterina Vaartis | |
2019-09-19 | A feature for shareable emoji packs, use it in download_from & tests | Ekaterina Vaartis | |
2019-09-19 | Move EmojiAPIController from EmojiAPI to PleromaAPI | Ekaterina Vaartis | |
2019-09-19 | Make the emoji controller api more RESTy | Ekaterina Vaartis | |
2019-09-19 | Change emoji api responses to JSON | Ekaterina Vaartis | |
2019-09-19 | Allow importing old (emoji.txt / plain) packs from the filesystem | Ekaterina Vaartis | |
2019-09-19 | Add a way to create emoji packs via an endpoint | Ekaterina Vaartis | |
2019-09-19 | Allow uploading new emojis to packs from URLs | Ekaterina Vaartis | |
2019-09-19 | Implememt emoji pack file updating + write tests | Ekaterina Vaartis | |
2019-09-19 | Add tests for pack metadata updating | Ekaterina Vaartis | |
2019-09-19 | Add tests for downloading from fallback url | Ekaterina Vaartis | |
2019-09-19 | Change YAML to JSON | Ekaterina Vaartis | |
2019-09-19 | Add an endpoint for deleting emoji packs | Ekaterina Vaartis | |
2019-09-19 | Add tests for emoji pack sharing | Ekaterina Vaartis | |
2019-09-18 | Merge branch 'hide-follower-following-count' into 'develop' | feld | |
Add a setting to hide follows/followers stats from the user profile See merge request pleroma/pleroma!1663 | |||
2019-09-18 | Merge branch 'admin_api_invite_tokens' into 'develop' | feld | |
POST for creating invite tokens in admin api See merge request pleroma/pleroma!1637 | |||
2019-09-18 | Merge branch 'restore-tests' into 'develop' | feld | |
Restore tests for `change_password` and `delete_account` See merge request pleroma/pleroma!1658 | |||
2019-09-18 | Merge branch 'fix/test-upload-cleanup' into 'develop' | Haelwenn | |
Cleanup uploads after the tests are finished See merge request pleroma/pleroma!1695 | |||
2019-09-18 | Cleanup uploads after the tests are finished | rinpatch | |
2019-09-18 | Preserve internal fields when reinjecting | rinpatch | |
2019-09-18 | Capture log in object refetch tests | rinpatch | |
2019-09-18 | Initial poll refresh support | rinpatch | |
Implement refreshing the object with an interval and call the function when getting the poll. | |||
2019-09-18 | post for creating invite tokens in admin api | Alex S | |
2019-09-17 | [#1234] Addressed code analysis issue. | Ivan Tashkinov | |
2019-09-17 | [#1234] Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
1234-mastodon-2-4-3-oauth-scopes # Conflicts: # lib/pleroma/web/activity_pub/activity_pub_controller.ex | |||
2019-09-17 | Merge branch 'develop' into issue/733 | Maksim Pechnikov | |
2019-09-17 | [#1234] Defined admin OAuth scopes, refined other scopes. Added tests. | Ivan Tashkinov | |
2019-09-17 | Merge branch 'feature/return-total-for-reports' into 'develop' | rinpatch | |
Admin API: Return total for reports See merge request pleroma/pleroma!1628 | |||
2019-09-17 | Merge branch 'develop' into issue/733 | Maksim Pechnikov | |
2019-09-17 | Merge branch 'support/tests' into 'develop' | rinpatch | |
add tests for activity_pub/utils.ex See merge request pleroma/pleroma!1627 |