aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2021-02-03Improve OpenAPI spec and deploy it to api.pleroma.socialrinpatch
Too many changes in OpenAPI spec to describe each one, but basically it is tag fixes, bringing consitency to operation summaries and fixing some incorrect information.
2021-02-03Merge remote-tracking branch 'remotes/origin/develop' into ↵Ivan Tashkinov
feature/object-hashtags-rework # Conflicts: # CHANGELOG.md # lib/pleroma/web/activity_pub/activity_pub.ex
2021-02-02Merge branch 'a1batross-develop-patch-62810' into 'develop'feld
mix: instance: ensure all needed folders are created before generating config See merge request pleroma/pleroma!3284
2021-02-02Merge branch 'email-stub-in-verify-credentials' into 'develop'feld
Email-like field in /api/v1/accounts/verify_credentials (for PeerTube OAuth plugin and alike) See merge request pleroma/pleroma!3286
2021-02-02Merge branch 'develop' into a1batross-develop-patch-62810Mark Felder
2021-02-02Merge branch 'develop' into a1batross-develop-patch-62810Mark Felder
2021-02-02Merge branch 'develop' into 'fix/2411-mutes-api'feld
# Conflicts: # CHANGELOG.md # docs/development/API/differences_in_mastoapi_responses.md
2021-02-02Merge branch 'fix/2473-purge-expired-activities-duplicates' into 'develop'feld
fix and delete purge activities duplicates Closes #2473 See merge request pleroma/pleroma!3285
2021-02-02Merge branch 'develop' into 'feature/2164-unify-api-arguments'feld
# Conflicts: # CHANGELOG.md
2021-02-02Merge branch 'fix/attachment-cleanup' into 'develop'feld
Only run attachment cleanup if enabled See merge request pleroma/pleroma!3288
2021-02-02Merge branch 'active-user-count' into 'develop'feld
Monthly Active Users Closes #2332 See merge request pleroma/pleroma!3283
2021-02-01fix for scheduled post with pollAlexander Strizhakov
2021-02-01only_remote -> remote renamingAlexander Strizhakov
2021-02-01`/api/v1/accounts/:id/statuses` docs updateAlexander Strizhakov
2021-02-01more tests and update for docs and changelogAlexander Strizhakov
2021-02-01list timeline filtration by paramsAlexander Strizhakov
2021-02-01added only_media flag to home timelineAlexander Strizhakov
2021-02-01expanding filtration for home timelineAlexander Strizhakov
added local & remote statuses filtration for home timeline
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-31Merge 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-29like thisAlexander Strizhakov
2021-01-29support for with_relationships parameterAlexander 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-28Improve error message for ConfigDBMark Felder
2021-01-28Make attachment cleanup jobs a noop if the setting is disabled.Mark Felder
2021-01-28Make sure active_user_count/1 counts only local usersEgor Kislitsyn
2021-01-28Email-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-28fix and delete purge activities duplicatesAlexander Strizhakov
2021-01-28fix for unique oban worker optionAlexander Strizhakov
2021-01-28fix formatAlibek Omarov
2021-01-28mix: instance: ensure all needed folders are created before generating configAlibek Omarov
2021-01-27cache headers for emoji and imagesAlexander Strizhakov
2021-01-27Add active user countEgor Kislitsyn
2021-01-27added totalAlexander Strizhakov
to the instance adminAPI endpoint
2021-01-27added totalAlexander Strizhakov
to the user statuses adminAPI endpoint
2021-01-26Merge 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-26Merge branch 'develop' into '2435-list-multiple-users'lain
# Conflicts: # CHANGELOG.md
2021-01-26support for expires_in/expires_at in filtersAlexander Strizhakov
2021-01-26Merge branch 'fix/missing-own_votes' into 'develop'Haelwenn
Include own_votes in the poll data See merge request pleroma/pleroma!3274
2021-01-25CredoMark Felder
2021-01-25Merge branch 'develop' into docs/apache-configMark Felder
2021-01-25[#3213] Removed DISTINCT clause from ActivityPub.fetch_activities_query/2.Ivan Tashkinov
2021-01-25Merge 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/1Ivan Tashkinov
(to avoid extra joins / preload in timeline queries).
2021-01-25Ensure consistent behavior between pleroma.user activate/deactivate mix tasksMark Felder
2021-01-25little refactor and testsAlexander Strizhakov
for voted & own_votes fields in polls