Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-23 | [#3259] Media.create_from_object_data/_ fix (`data` handling).refactor/uploads | Ivan Tashkinov | |
2021-01-21 | Replaced Media.user_id with Media.actor | Roman Chvanikov | |
2021-01-18 | Dev patch applied | Roman Chvanikov | |
2021-01-18 | Merge branch 'develop' into refactor/uploads | Roman Chvanikov | |
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 | Just validate command is in PATH; forking a shell is wasteful | Mark Felder | |
2021-01-14 | Pbkdf2: Use it everywhere. | Lain Soykaf | |
2021-01-14 | Password -> Password.Pbkdf2 | Lain Soykaf | |
2021-01-13 | Password: Replace Pbkdf2 with Password. | lain | |
2021-01-13 | Password: Add password module | lain | |
Replaces Pbkdf2. | |||
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 | Merge branch 'fix/backup-url-on-s3' into 'develop' | feld | |
Standardize base url for uploads See merge request pleroma/pleroma!3246 | |||
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 | |
2021-01-10 | Apply 4 suggestion(s) to 2 file(s) | feld | |
2021-01-08 | Move 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-08 | More places we should be using Upload.base_url | Mark Felder | |
2021-01-08 | Avoid duplicate Config calls | Mark Felder | |
2021-01-08 | Apply Upload.base_url for S3 | Mark Felder | |
2021-01-08 | Fix URL generated for backup files, try to create a source of truth we can ↵ | Mark Felder | |
reuse throughout the codebase | |||
2021-01-08 | Merge branch 'fix/missing_emoji_steal_dir' into 'develop' | lain | |
Create dir for EmojiStealPolicy automatically See merge request pleroma/pleroma!3218 | |||
2021-01-07 | Backups: render ID in API | Alex Gleason | |
2021-01-07 | Merge branch 'cleanup/unused-proxy-opts' into 'develop' | lain | |
Cleanup Pleroma.Upload proxy opts See merge request pleroma/pleroma!3236 | |||
2021-01-07 | Merge branch 'object-normalize-refactor' into 'develop' | lain | |
Object: Rework how Object.normalize works See merge request pleroma/pleroma!3229 | |||
2021-01-07 | Merge branch 'adminapi-user-email' into 'develop' | lain | |
AdminAPI: return user email See merge request pleroma/pleroma!3240 | |||
2021-01-06 | AdminAPI: return user email | Alex Gleason | |
2021-01-06 | allow external emoji | Roger Braun | |
2021-01-05 | Remove configurability of upload proxy opts, simplify | Mark Felder | |
2021-01-05 | URI.encode custom emojis | Mark Felder | |
2021-01-05 | Merge 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-05 | User: Use ObjectID type to validate also-known-as field | lain | |
2021-01-05 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
1526-account-aliases | |||
2021-01-05 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
pleroma-moderation-log-stuff | |||
2021-01-05 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
object-normalize-refactor | |||
2021-01-04 | SideEffects.DeleteTest: asyncify. | lain | |
Replace Mock with Mox, mock out Logger. | |||
2021-01-04 | Do not try to guess which pagination we need by the existence of an :offset ↵ | Mark Felder | |
param. Require explicit request to get offset pagination. | |||
2021-01-04 | Object: Rework how Object.normalize works | lain | |
Now it defaults to not fetching, and the option is named. | |||
2021-01-01 | AdminAPI: return id for moderation log entries | Alex Gleason | |
2020-12-31 | Merge branch 'fix/reports-ordering' into 'develop' | feld | |
Do not reverse order of reports. We want newest ones sorted to the top. Closes #2364 See merge request pleroma/pleroma!3225 | |||
2020-12-31 | Aliases: refactor validate_also_known_as/1 | Alex Gleason | |
2020-12-31 | Apply 2 suggestion(s) to 1 file(s) | Alex Gleason | |
2020-12-31 | Apply 1 suggestion(s) to 1 file(s) | feld | |
2020-12-30 | Render AKAs in Actor endpoints | Alex Gleason | |
2020-12-30 | Merge remote-tracking branch 'upstream/develop' into aliases | Alex Gleason | |
2020-12-30 | Make pagination type conditional | Mark Felder | |
2020-12-30 | Continue to use ActivityPub.fetch_user_activities/3, make it pass :offset | Mark Felder | |
2020-12-30 | Support pagination in AdminAPI for user statuses | Mark Felder | |