Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-15 | Only run one attachment cleanup job per node | Mark Felder | |
The previous limit of 5 was probably causing massing performance issues due to concurrent full table scans. | |||
2021-01-15 | Revert accidental blank line removal | Mark Felder | |
2021-01-15 | Document removal of toggle_confirmed | Mark Felder | |
2021-01-15 | Remove toggle_confirmation; require explicit state change | Mark Felder | |
Also cosmetic changes to make the code clearer | |||
2021-01-15 | Change user.confirmation_pending field to user.is_confirmed | Mark Felder | |
2021-01-15 | Readability | Mark Felder | |
2021-01-15 | Make setting user activation status explicit | Mark Felder | |
2021-01-15 | Remove toggle_activation | Mark Felder | |
2021-01-15 | Add copyright header | Mark Felder | |
2021-01-15 | Remove User.restrict_deactivated/1 | Mark Felder | |
Everything else is in User.Query, no need for this odd kludge. | |||
2021-01-15 | Change user.deactivated field to user.is_active | Mark Felder | |
2021-01-15 | Further simplify changeset logic | Mark Felder | |
2021-01-15 | Change user.approval_pending field to user.is_approved | Mark Felder | |
2021-01-15 | Merge branch 'optimize-command_available' into 'develop' | Haelwenn | |
Optimize Pleroma.Utils.command_available?/1 See merge request pleroma/pleroma!3254 | |||
2021-01-14 | Hack to fix tests not passing. Unclear why the filters are being set to nil. | Mark Felder | |
Both of these changes are needed or it doesn't work. | |||
2021-01-14 | Just validate command is in PATH; forking a shell is wasteful | Mark Felder | |
2021-01-14 | Lint | Mark Felder | |
2021-01-14 | Bump Copyright year | Mark Felder | |
2021-01-14 | Add ConfigDB migration | Mark Felder | |
2021-01-14 | [#3213] Refactoring of HashtagsTableMigrator. | Ivan Tashkinov | |
2021-01-14 | BackupTest: Fix s3 test. | Lain Soykaf | |
2021-01-14 | Merge branch 'pleroma-password' into 'develop' | rinpatch | |
Add password module See merge request pleroma/pleroma!3253 | |||
2021-01-14 | Linting. | Lain Soykaf | |
2021-01-14 | Pbkdf2: Use it everywhere. | Lain Soykaf | |
2021-01-14 | Password -> Password.Pbkdf2 | Lain Soykaf | |
2021-01-13 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
feature/object-hashtags-rework | |||
2021-01-13 | [#3213] Prototype of data migrations functionality / HashtagsTableMigrator. | Ivan Tashkinov | |
2021-01-13 | Unnecessary duplication here | Mark Felder | |
2021-01-13 | Consistent style | Mark Felder | |
2021-01-13 | Not needed in test.exs | Mark Felder | |
2021-01-13 | truncated_namespace should default to nil | Mark Felder | |
2021-01-13 | Linting | Lain Soykaf | |
2021-01-13 | Password: Replace Pbkdf2 with Password. | lain | |
2021-01-13 | Password: Add password module | lain | |
Replaces Pbkdf2. | |||
2021-01-13 | Merge branch 'chores/bump-copyright' into 'develop' | Haelwenn | |
Bump Copyright to 2021 See merge request pleroma/pleroma!3252 | |||
2021-01-13 | COPYING: Bump copyright to 2021 | Haelwenn (lanodan) Monnier | |
2021-01-13 | Bump Copyright to 2021 | Haelwenn (lanodan) Monnier | |
grep -rl '# Copyright © .* Pleroma' * | xargs sed -i 's;Copyright © .* Pleroma .*;Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>;' | |||
2021-01-12 | Switch another test to Upload.base_url/0 | Mark Felder | |
2021-01-12 | Document deprecation | Mark Felder | |
2021-01-12 | Fix tests relying on old behavior. Use the Upload.base_url, Luke. | Mark Felder | |
2021-01-12 | Provide a non-nil fallback for Upload.base_url/0 for tests using ↵ | Mark Felder | |
TestUploaderSuccess as the uploader | |||
2021-01-12 | Fix another ad-hoc construction of the upload base_url | Mark Felder | |
2021-01-12 | Deprecate Pleroma.Uploaders.S3, :public_endpoint | Mark Felder | |
2021-01-12 | Merge branch 'fix/backup-url-on-s3' into 'develop' | feld | |
Standardize base url for uploads See merge request pleroma/pleroma!3246 | |||
2021-01-12 | Merge branch 'chat-message-pagination' into 'develop' | rinpatch | |
ChatMessages: Fix pagination headers. See merge request pleroma/pleroma!3250 | |||
2021-01-12 | Pagination: Don't be dos'd by random parameters. | lain | |
2021-01-11 | Simplify. We will always have a result from Upload.base_url/0, so just add ↵ | Mark Felder | |
it to the list | |||
2021-01-11 | Fix regression in MediaProxy.local?/0 and appending the Upload.base_url to ↵ | Mark Felder | |
whitelisted domains | |||
2021-01-11 | ChatMessages: Fix pagination headers. | lain | |
They used to contain the path parameter `id` as query param, which would break the link. | |||
2021-01-10 | Formatting | Mark Felder | |