Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-21 | Merge branch 'revert-5c6c3026' into 'develop' | rinpatch | |
Revert "Merge branch 'patch-1' into 'develop'" See merge request pleroma/pleroma!2002 | |||
2019-11-21 | Merge branch 'fix/mix-task-logging' into 'develop' | lain | |
Allow mix tasks to always run with debug logging See merge request pleroma/pleroma!1997 | |||
2019-11-21 | Revert "Merge branch 'patch-1' into 'develop'" | rinpatch | |
This reverts merge request !1829 | |||
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-21 | Object: Use inspect to log missing preload. | lain | |
2019-11-21 | Merge branch 'fix/user-following-count' into 'develop' | lain | |
Fix user.following_count See merge request pleroma/pleroma!2000 | |||
2019-11-21 | Merge branch 'remove-useless-warning' into 'develop' | lain | |
Remove version mismatch warning See merge request pleroma/pleroma!2001 | |||
2019-11-21 | Remove version mismatch warning | Egor Kislitsyn | |
2019-11-21 | Fix user.following_count | Egor Kislitsyn | |
2019-11-20 | Some tasks try to set log level in test environment, but we were stripping ↵ | Mark Felder | |
logs belog :warn. Ensure console backend logs in test environment are :warn, but mix tasks run in test env do not run with :debug because it's far too verbose. | |||
2019-11-20 | Console backend's log format should be prefixed and suffixed with newlines. | Mark Felder | |
This is how upstream does it by default. | |||
2019-11-20 | Merge branch 'develop' into fix/mix-task-logging | Mark Felder | |
2019-11-20 | Be specific about format for logs in test as we have tests that check it | Mark Felder | |
2019-11-20 | Merge branch 'fix/sporadic-tests' into 'develop' | lain | |
Fix sporadically failing test Closes #1432 See merge request pleroma/pleroma!1999 | |||
2019-11-20 | Merge branch 'fix-docker-build' into 'develop' | lain | |
Fix failing docker build See merge request pleroma/pleroma!1998 | |||
2019-11-20 | Fix sporadically failing test | Egor Kislitsyn | |
2019-11-19 | Allow test builds to have info and debug logs stripped | Mark Felder | |
2019-11-19 | Allow mix tasks to always run with debug logging | Mark Felder | |
2019-11-19 | Merge branch 'chore/bump-fe' into 'develop' | rinpatch | |
Bump fe and sync changelogs See merge request pleroma/pleroma!1996 | |||
2019-11-20 | changelog: add 1.1.6 entries from stable | rinpatch | |
2019-11-19 | bundles: bump pleroma-fe to 0eda60eeb49f4fa460fe6f9f6196ddbb014427c7 | rinpatch | |
2019-11-20 | remove docs/ from .dockerignore | kPherox | |
2019-11-19 | Merge branch 'feature/admin-api/support-token-header' into 'develop' | lain | |
Admin API: Support authentication via `x-admin-token` HTTP header Closes #1430 See merge request pleroma/pleroma!1993 | |||
2019-11-19 | Support authentication via `x-admin-token` HTTP header | Egor Kislitsyn | |
2019-11-18 | Merge branch 'docs/remove_activation_status_endpoint' into 'develop' | feld | |
Remove deprecated endpoint from docs that is fully removed from backend now See merge request pleroma/pleroma!1992 | |||
2019-11-18 | Remove deprecated endpoint from docs that is fully removed from backend now | feld | |
2019-11-16 | Merge branch 'chore/bump-fast-sanitize' into 'develop' | rinpatch | |
Bump fast_sanitize See merge request pleroma/pleroma!1988 | |||
2019-11-16 | Bump fast_sanitize | rinpatch | |
2019-11-15 | Merge branch 'chore/changelog-sync-' into 'develop' | rinpatch | |
Sync the changelogs between develop and stable See merge request pleroma/pleroma!1985 | |||
2019-11-16 | Sync the changelogs between develop and stable | rinpatch | |
2019-11-15 | Merge branch 'nodeinfo-fields-limit' into 'develop' | kaniini | |
Add fieldsLimit to metadata of nodeinfo See merge request pleroma/pleroma!1983 | |||
2019-11-15 | Merge branch 'mix-task-warning' into 'develop' | rinpatch | |
Documentation: Add warning about database mix tasks. See merge request pleroma/pleroma!1984 | |||
2019-11-15 | Add test | kPherox | |
2019-11-15 | Merge branch 'bugfix/1395-email-activation' into 'develop' | rinpatch | |
Bugfix/1395 email activation Closes #1395 See merge request pleroma/pleroma!1965 | |||
2019-11-15 | Documentation: Add warning about database mix tasks. | lain | |
2019-11-15 | OAuthPlug, Router: Handle deactivated users in the UserEnabledPlug | lain | |
2019-11-15 | Merge branch 'feature/mrf-object-age-policy' into 'develop' | lain | |
MRF: add ObjectAgePolicy See merge request pleroma/pleroma!1982 | |||
2019-11-15 | Apply suggestion to CHANGELOG.md | lain | |
2019-11-15 | Add fieldsLimit to metadata of nodeinfo | kPherox | |
2019-11-14 | fix credo | Ariadne Conill | |
2019-11-14 | object age policy: remove debug logging | Ariadne Conill | |
2019-11-14 | add changelog entry for MRF ObjectAgePolicy | Ariadne Conill | |
2019-11-14 | MRF: add ObjectAgePolicy which deals with old posts being imported | Ariadne Conill | |
2019-11-14 | docs: document MRF ObjectAgePolicy | Ariadne Conill | |
2019-11-14 | config: add configuration for MRF ObjectAgePolicy | Ariadne Conill | |
2019-11-14 | Merge branch 'fix/conversations-rendering' into 'develop' | rinpatch | |
Fix rendering conversations when there's a malformed status Closes #1401 See merge request pleroma/pleroma!1973 | |||
2019-11-14 | format the code | rinpatch | |
2019-11-14 | Merge branch 'feature/reports-groups-and-multiple-state-update' into 'develop' | feld | |
Admin API: Grouped reports, update multiple reports in one query Closes admin-fe#43 See merge request pleroma/pleroma!1815 | |||
2019-11-14 | Merge branch 'ci/disable-trace' into 'develop' | rinpatch | |
ci: disable --trace for unit tests See merge request pleroma/pleroma!1980 | |||
2019-11-14 | ci: disable --trace for unit tests | rinpatch | |
it is mostly useless, but makes failures harder to find |