Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-13 | Add missing hideSitename setting | Mark Felder | |
2020-05-13 | Add hideFilteredStatuses and hideMutedPosts settings | Mark Felder | |
2020-05-13 | Add greentext option | Mark Felder | |
2020-05-13 | formattingOptionsEnabled no longer exists | Mark Felder | |
2020-05-13 | Add disableChat option | Mark Felder | |
2020-05-13 | Spelling/grammar | Mark Felder | |
2020-05-13 | enableEmojiPicker is not a setting | Mark Felder | |
2020-05-13 | scopeOptionsEnabled has been replaced with minimalScopesMode | Mark Felder | |
2020-05-13 | Stickers setting does not exist | Mark Felder | |
2020-05-13 | Alpha sort FE config descriptions | Mark Felder | |
2020-05-13 | Add `pleroma_internal` as an internal field | Alex Gleason | |
2020-05-13 | Synchronize suggestions with all available static/config.json settings | Mark Felder | |
2020-05-13 | Sync FE static/config.json | Mark Felder | |
2020-05-13 | Merge branch 'weblate-pleroma-pleroma' into 'develop' | rinpatch | |
Translations update from Weblate See merge request pleroma/pleroma!2529 | |||
2020-05-13 | PleromaFE bundle supporting `with_relationships` param. | Ivan Tashkinov | |
https://git.pleroma.social/pleroma/pleroma-fe/-/merge_requests/1107/diffs?commit_id=9c7cb3a95431bbea44391f79da465f77565a4b49 | |||
2020-05-13 | [#2456] OpenAPI-related tweaks. Removed support for `with_relationships` ↵ | Ivan Tashkinov | |
param in `GET /api/v1/accounts/search`. | |||
2020-05-13 | Handle bcrypt passwords for Mastodon migration | Alex Gleason | |
2020-05-13 | Add OpenAPI spec for PleromaAPI.AccountController | Egor Kislitsyn | |
2020-05-13 | Translated using Weblate (French) | Haelwenn (lanodan) Monnier | |
Currently translated at 100.0% (90 of 90 strings) Translation: Pleroma/Pleroma backend Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma/fr/ | |||
2020-05-13 | Merge branch 'fix/1742-random-failing-tests' into 'develop' | lain | |
Fix sporadically failing tests See merge request pleroma/pleroma!2524 | |||
2020-05-13 | [#2456] Changed `embed_relationships` param to `with_relationships`. | Ivan Tashkinov | |
2020-05-13 | Fix digest mix task on OTP releases | Michael Weiss | |
This is based on #2191, credit belongs to @rinpatch. | |||
2020-05-13 | Merge branch 'openapi/suggestions' into 'develop' | lain | |
Add OpenAPI spec for SuggestionController See merge request pleroma/pleroma!2525 | |||
2020-05-13 | Add OpenAPI spec for SuggestionController | Egor Kislitsyn | |
2020-05-13 | [#2456] Post-merge fix. | Ivan Tashkinov | |
2020-05-13 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
restricted-relations-embedding # Conflicts: # lib/pleroma/web/mastodon_api/controllers/status_controller.ex # lib/pleroma/web/mastodon_api/controllers/timeline_controller.ex # test/web/mastodon_api/controllers/timeline_controller_test.exs # test/web/mastodon_api/views/status_view_test.exs | |||
2020-05-13 | Merge branch 'openapi/statuses' into 'develop' | lain | |
Add OpenAPI spec for StatusController See merge request pleroma/pleroma!2521 | |||
2020-05-13 | Merge branch 'openapi/timelines' into 'develop' | lain | |
Add OpenAPI spec for TimelineController See merge request pleroma/pleroma!2506 | |||
2020-05-13 | ignore order | Alexander Strizhakov | |
2020-05-13 | don't use async with global mocks | Alexander Strizhakov | |
2020-05-13 | don't use global mocks in setup callbacks | Alexander Strizhakov | |
2020-05-13 | don't run in async if tests depend on env config | Alexander Strizhakov | |
2020-05-13 | correct order for publised in assert | Alexander Strizhakov | |
2020-05-13 | make test fail everytime | Alexander Strizhakov | |
2020-05-13 | don't run tests which change env in async | Alexander Strizhakov | |
2020-05-13 | {:error, :enoent} s3 fix | Alexander Strizhakov | |
s3 tests were executed before temp file was uploaded | |||
2020-05-13 | Merge branch 'upgrade-comeonin' into 'develop' | lain | |
Upgrade Comeonin to v5 See merge request pleroma/pleroma!2523 | |||
2020-05-12 | Upgrade Comeonin to v5 | Alex Gleason | |
https://github.com/riverrun/comeonin/blob/master/UPGRADE_v5.md | |||
2020-05-13 | Fix format | Egor Kislitsyn | |
2020-05-12 | Apply suggestion to lib/pleroma/web/api_spec/operations/status_operation.ex | minibikini | |
2020-05-12 | Apply suggestion to lib/pleroma/web/api_spec/operations/status_operation.ex | minibikini | |
2020-05-12 | Apply suggestion to lib/pleroma/web/api_spec/operations/status_operation.ex | minibikini | |
2020-05-12 | Apply suggestion to lib/pleroma/web/api_spec/operations/status_operation.ex | minibikini | |
2020-05-12 | Apply suggestion to lib/pleroma/web/api_spec/operations/status_operation.ex | minibikini | |
2020-05-12 | Apply suggestion to lib/pleroma/web/api_spec/operations/status_operation.ex | minibikini | |
2020-05-13 | Add OpenAPI spec for StatusController | Egor Kislitsyn | |
2020-05-12 | Merge branch 'fix/eldap-required' into 'develop' | rinpatch | |
fix eldap being required for non-OTP releases See merge request pleroma/pleroma!2520 | |||
2020-05-12 | Filter config descriptions by config whitelist | Stephanie Wilde-Hobbs | |
2020-05-12 | fix eldap being required for non-OTP releases | rinpatch | |
2020-05-12 | [#2456] OpenAPI: added `embed_relationships` param definition. | Ivan Tashkinov | |