Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-01 | only_media & only_remote docs and changelog | Alexander Strizhakov | |
2021-02-01 | added only_media flag to home timeline | Alexander Strizhakov | |
2021-02-01 | expanding filtration for home timeline | Alexander Strizhakov | |
added local & remote statuses filtration for home timeline | |||
2021-02-01 | Merge branch 'update-frontend-2021-02-01' into 'develop' | rinpatch | |
Update frontend Closes #2493 See merge request pleroma/pleroma!3293 | |||
2021-02-01 | Update frontend | Lain Soykaf | |
2021-01-31 | [#3213] ActivityPub: fixed subquery-based hashtags filtering implementation ↵ | Ivan Tashkinov | |
(addressed empty list options issue). Added regression test. | |||
2021-01-31 | [#3213] ActivityPub: temporarily reverted to previous hashtags filtering ↵ | Ivan Tashkinov | |
implementation due to blank results issue. | |||
2021-01-31 | [#3213] Explicitly defined PKs in hashtags_objects and ↵ | Ivan Tashkinov | |
data_migration_failed_ids. Added "pleroma.database rollback" task to revert a single migration. | |||
2021-01-31 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
feature/object-hashtags-rework # Conflicts: # CHANGELOG.md | |||
2021-01-31 | [#3213] ActivityPub: implemented subqueries-based hashtags filtering, ↵ | Ivan Tashkinov | |
removed aggregation-based hashtags filtering. | |||
2021-01-31 | [#3213] Added HashtagsCleanupWorker periodic job. | Ivan Tashkinov | |
2021-01-30 | Merge branch 'emoji-cache' into 'develop' | feld | |
Emoji cache Closes #2468 See merge request pleroma/pleroma!3291 | |||
2021-01-29 | Merge branch 'fix/configdb-missing-s3-region' into 'develop' | feld | |
ConfigDB descriptions: Add missing :ex_aws, :s3, :region setting See merge request pleroma/pleroma!3292 | |||
2021-01-29 | Add missing :ex_aws, :s3, :region setting | Mark Felder | |
2021-01-29 | [#3286] Documentation on configuring Pleroma as OAuth 2.0 provider. | Ivan Tashkinov | |
2021-01-29 | like this | Alexander Strizhakov | |
2021-01-29 | support for with_relationships parameter | Alexander Strizhakov | |
in /api/v1/mutes and /api/v1/accounts/:id endpoints | |||
2021-01-29 | [#3213] Reinstated DISTINCT clause for hashtag "any" filtering with 2+ ↵ | Ivan Tashkinov | |
terms. Added test. | |||
2021-01-28 | Improve error message for ConfigDB | Mark Felder | |
2021-01-28 | Make attachment cleanup jobs a noop if the setting is disabled. | Mark Felder | |
2021-01-28 | Switch to a build of Majic that does not try to fix extensions by default | Mark Felder | |
2021-01-28 | Make sure active_user_count/1 counts only local users | Egor Kislitsyn | |
2021-01-28 | Email-like field in /api/v1/accounts/verify_credentials response (for OAuth ↵ | Ivan Tashkinov | |
plugins like Peertube). Addresses https://git.pleroma.social/pleroma/pleroma-support/-/issues/56. | |||
2021-01-28 | changelog entry | Alexander Strizhakov | |
2021-01-28 | fix and delete purge activities duplicates | Alexander Strizhakov | |
2021-01-28 | fix for unique oban worker option | Alexander Strizhakov | |
2021-01-28 | fix format | Alibek Omarov | |
2021-01-28 | mix: instance: ensure all needed folders are created before generating config | Alibek Omarov | |
2021-01-27 | cache headers for emoji and images | Alexander Strizhakov | |
2021-01-27 | Update CHANGELOG | Egor Kislitsyn | |
2021-01-27 | Add tests | Egor Kislitsyn | |
2021-01-27 | Add active user count | Egor Kislitsyn | |
2021-01-27 | Merge branch 'chore/tests-use-clear_config' into 'develop' | lain | |
Convert tests to all use clear_config instead of Pleroma.Config.put See merge request pleroma/pleroma!3282 | |||
2021-01-27 | added total | Alexander Strizhakov | |
to the instance adminAPI endpoint | |||
2021-01-27 | added total | Alexander Strizhakov | |
to the user statuses adminAPI endpoint | |||
2021-01-26 | Merge branch 'service-worker-allowed-header' into 'develop' | feld | |
Ability to set custom HTTP headers per each frontend See merge request pleroma/pleroma!3247 | |||
2021-01-26 | Convert tests to all use clear_config instead of Pleroma.Config.put | Mark Felder | |
2021-01-26 | Merge branch '2435-list-multiple-users' into 'develop' | Haelwenn | |
Resolve "Add/Remove several accounts from List don't work" Closes #2435 See merge request pleroma/pleroma!3260 | |||
2021-01-26 | Merge branch 'develop' into '2435-list-multiple-users' | lain | |
# Conflicts: # CHANGELOG.md | |||
2021-01-26 | support for expires_in/expires_at in filters | Alexander Strizhakov | |
2021-01-26 | Merge branch 'fix/missing-own_votes' into 'develop' | Haelwenn | |
Include own_votes in the poll data See merge request pleroma/pleroma!3274 | |||
2021-01-26 | Merge branch 'docs/apache-config' into 'develop' | feld | |
Update Apache configuration See merge request pleroma/pleroma!3271 | |||
2021-01-25 | Credo | Mark Felder | |
2021-01-25 | Clarify the state of mediaproxy cache invalidation for Apache | Mark Felder | |
2021-01-25 | Note the requirement for the url_format parameter | Mark Felder | |
2021-01-25 | Add sudo rule, remove quoting that breaks the for loop | Mark Felder | |
2021-01-25 | Merge branch 'develop' into docs/apache-config | Mark Felder | |
2021-01-25 | [#3213] Removed DISTINCT clause from ActivityPub.fetch_activities_query/2. | Ivan Tashkinov | |
2021-01-25 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
feature/object-hashtags-rework | |||
2021-01-25 | [#3213] Switched to using embedded hashtags in Object.hashtags/1 | Ivan Tashkinov | |
(to avoid extra joins / preload in timeline queries). |