aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2021-01-16[#3213] Refactoring of HashtagsTableMigrator. Hashtag timeline performance ↵Ivan Tashkinov
optimization (auto switch to non-aggregate join strategy when efficient).
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-15Make setting user activation status explicitMark Felder
2021-01-15Remove toggle_activationMark Felder
2021-01-15Change user.deactivated field to user.is_activeMark Felder
2021-01-15Change user.approval_pending field to user.is_approvedMark Felder
2021-01-14Hack 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-14LintMark Felder
2021-01-14Bump Copyright yearMark Felder
2021-01-14Add ConfigDB migrationMark Felder
2021-01-14BackupTest: Fix s3 test.Lain Soykaf
2021-01-14Linting.Lain Soykaf
2021-01-14Pbkdf2: Use it everywhere.Lain Soykaf
2021-01-14Password -> Password.Pbkdf2Lain Soykaf
2021-01-13Merge remote-tracking branch 'remotes/origin/develop' into ↵Ivan Tashkinov
feature/object-hashtags-rework
2021-01-13Unnecessary duplication hereMark Felder
2021-01-13Consistent styleMark Felder
2021-01-13LintingLain Soykaf
2021-01-13Password: Replace Pbkdf2 with Password.lain
2021-01-13Password: Add password modulelain
Replaces Pbkdf2.
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-12Switch another test to Upload.base_url/0Mark Felder
2021-01-12Fix tests relying on old behavior. Use the Upload.base_url, Luke.Mark Felder
2021-01-12Deprecate Pleroma.Uploaders.S3, :public_endpointMark Felder
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-11ChatMessages: Fix pagination headers.lain
They used to contain the path parameter `id` as query param, which would break the link.
2021-01-08Apply Upload.base_url for S3Mark Felder
2021-01-08Merge branch 'guppe-example' into 'develop'lain
ActivtityPub Test: Add example for guppe actor See merge request pleroma/pleroma!3243
2021-01-08Merge remote-tracking branch 'upstream/develop' into confirm-usersAlex Gleason
2021-01-08Remove ConfirmUserPlugAlex Gleason
2021-01-08Merge branch 'fix/missing_emoji_steal_dir' into 'develop'lain
Create dir for EmojiStealPolicy automatically See merge request pleroma/pleroma!3218
2021-01-07Backups: render ID in APIAlex Gleason
2021-01-07ActivtityPub Test: Add example for guppe actorlain
2021-01-07Merge branch 'object-normalize-refactor' into 'develop'lain
Object: Rework how Object.normalize works See merge request pleroma/pleroma!3229
2021-01-07Merge branch 'adminapi-user-email' into 'develop'lain
AdminAPI: return user email See merge request pleroma/pleroma!3240
2021-01-06Exclude blockers from notifications when `blockers_visible: false`Alex Gleason
2021-01-06Merge remote-tracking branch 'upstream/develop' into block-behaviorAlex Gleason
2021-01-06Add AdminAPI.AccountViewTestAlex Gleason
2021-01-06AdminAPI: return user emailAlex Gleason
2021-01-06allow external emojiRoger Braun
2021-01-05Add test to validate URLs to custom emojis are properly encodedMark Felder
2021-01-05Merge branch 'fix/pagination-regression' into 'develop'lain
Do not try to guess which pagination we need by the existence of an :offset param. Closes #2399 See merge request pleroma/pleroma!3230
2021-01-05Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
alexgleason/pleroma-confirm-users
2021-01-05User: Use ObjectID type to validate also-known-as fieldlain
2021-01-05Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
1526-account-aliases
2021-01-05Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
pleroma-moderation-log-stuff
2021-01-05AccountControllerTest: Fix test logiclain
2021-01-05Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
object-normalize-refactor
2021-01-04SideEffects.DeleteTest: asyncify.lain
Replace Mock with Mox, mock out Logger.