summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-18Translated using Weblate (Portuguese (Portugal))João Rodrigues
Currently translated at 100.0% (106 of 106 strings) Translation: Pleroma/Pleroma backend Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma/pt_PT/
2021-01-18Added translation using Weblate (Portuguese (Portugal))João Rodrigues
2021-01-18Merge branch 'fix/reblog-api' into 'develop'feld
Fix Reblog API Closes #2423 See merge request pleroma/pleroma!3261
2021-01-18Merge branch 'refactor/approval_pending_user_field' into 'develop'feld
Change user.approval_pending field to user.is_approved See merge request pleroma/pleroma!3090
2021-01-18Update AdminFE: admin-fe@27db721e3969d9d017a70b9e16dc262d4f31202fMark Felder
2021-01-18Document new is_approved attributeMark Felder
2021-01-18Merge branch 'develop' into refactor/approval_pending_user_fieldMark Felder
2021-01-18Merge branch 'refactor/confirmation_pending_user_field' into 'develop'feld
Change user.confirmation_pending field to user.is_confirmed See merge request pleroma/pleroma!3081
2021-01-18Document new is_confirmed attributeMark Felder
2021-01-18Keep *Breaking* at the topMark Felder
2021-01-18Update AdminFE: pleroma/admin-fe@d4c7989f05f38fd4f30c234a13a6e51cac83be57Mark Felder
2021-01-18Test that only author can reblog a private statusEgor Kislitsyn
2021-01-18Fix Reblog APIEgor Kislitsyn
Do not set visibility parameter to `public` by default and let CommonAPI to infer it from status.
2021-01-17Merge branch 'fix/changelog-entries' into 'develop'lain
CHANGELOG.md: Remove wrong entries from Unreleased(patch) See merge request pleroma/pleroma!3258
2021-01-17CHANGELOG.md: Remove wrong entries from Unreleased(patch)rinpatch
Webpush changes are under 2.3.0 milestone and therefore should be under Unreleased section The emoji reaction change was introduced in 2.2.1
2021-01-15Merge branch 'fix/attachment-cleanup-queues' into 'develop'feld
Only run one attachment cleanup job per node See merge request pleroma/pleroma!3255
2021-01-15Only run one attachment cleanup job per nodeMark Felder
The previous limit of 5 was probably causing massing performance issues due to concurrent full table scans.
2021-01-15Revert accidental blank line removalMark Felder
2021-01-15Document removal of toggle_confirmedMark Felder
2021-01-15Remove toggle_confirmation; require explicit state changeMark Felder
Also cosmetic changes to make the code clearer
2021-01-15Change user.confirmation_pending field to user.is_confirmedMark Felder
2021-01-15Further simplify changeset logicMark Felder
2021-01-15Change user.approval_pending field to user.is_approvedMark Felder
2021-01-15Merge branch 'optimize-command_available' into 'develop'Haelwenn
Optimize Pleroma.Utils.command_available?/1 See merge request pleroma/pleroma!3254
2021-01-14Just validate command is in PATH; forking a shell is wastefulMark Felder
2021-01-14Merge branch 'pleroma-password' into 'develop'rinpatch
Add password module See merge request pleroma/pleroma!3253
2021-01-14Linting.Lain Soykaf
2021-01-14Pbkdf2: Use it everywhere.Lain Soykaf
2021-01-14Password -> Password.Pbkdf2Lain Soykaf
2021-01-13LintingLain Soykaf
2021-01-13Password: Replace Pbkdf2 with Password.lain
2021-01-13Password: Add password modulelain
Replaces Pbkdf2.
2021-01-13Merge branch 'chores/bump-copyright' into 'develop'Haelwenn
Bump Copyright to 2021 See merge request pleroma/pleroma!3252
2021-01-13COPYING: Bump copyright to 2021Haelwenn (lanodan) Monnier
2021-01-13Bump Copyright to 2021Haelwenn (lanodan) Monnier
grep -rl '# Copyright © .* Pleroma' * | xargs sed -i 's;Copyright © .* Pleroma .*;Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>;'
2021-01-12Merge branch 'fix/backup-url-on-s3' into 'develop'feld
Standardize base url for uploads See merge request pleroma/pleroma!3246
2021-01-12Merge branch 'chat-message-pagination' into 'develop'rinpatch
ChatMessages: Fix pagination headers. See merge request pleroma/pleroma!3250
2021-01-12Pagination: Don't be dos'd by random parameters.lain
2021-01-11Simplify. We will always have a result from Upload.base_url/0, so just add ↵Mark Felder
it to the list
2021-01-11Fix regression in MediaProxy.local?/0 and appending the Upload.base_url to ↵Mark Felder
whitelisted domains
2021-01-11ChatMessages: Fix pagination headers.lain
They used to contain the path parameter `id` as query param, which would break the link.
2021-01-10FormattingMark Felder
2021-01-10Merge branch 'feat/format-optional-migrations' into 'develop'rinpatch
.formatter.exs: Format optional migrations See merge request pleroma/pleroma!3249
2021-01-10.formatter.exs: Format optional migrationsrinpatch
(There are no changes to optional migrations since they were manually formatted in https://git.pleroma.social/pleroma/pleroma/-/merge_requests/3207)
2021-01-10Merge branch ↵rinpatch
'add_some_information_about_setting_up_a_development_environment' into 'develop' Add some information about setting up a development environment Closes #1904 See merge request pleroma/pleroma!3207
2021-01-10Add development sectionIlja
* I cretaed a folder 'development' * I split up the file dev.md into three parts and moved it to this folder * index.md * authentication_authorization.md * mrf.md * I also moved ap_extensions.md * I created a new file setting_up_pleroma_dev.md
2021-01-10Apply 4 suggestion(s) to 2 file(s)feld
2021-01-08Move construction of S3 base URL with optional namespace and bucket to ↵Mark Felder
Upload.base_url/0 Now we should have a correct base URL for S3 hosted objects throughout the codebase.
2021-01-08More places we should be using Upload.base_urlMark Felder
2021-01-08Avoid duplicate Config callsMark Felder