Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-14 | Support blurhash | Alex Gleason | |
2021-05-12 | Merge remote-tracking branch 'upstream/develop' into attachment-meta | Alex Gleason | |
2021-05-12 | Federate attachments as Links instead of Documents | Alex Gleason | |
2021-05-12 | Don't render media `meta` if nil | Alex Gleason | |
2021-05-12 | Ingest remote attachment width/height | Alex Gleason | |
2021-05-12 | Add SetMeta filter to store uploaded image sizes | Alex Gleason | |
2021-05-08 | a better query to delete from hashtags | faried nawaz | |
old query: Delete on hashtags (cost=5089.81..5521.63 rows=6160 width=18) -> Hash Semi Join (cost=5089.81..5521.63 rows=6160 width=18) Hash Cond: (hashtags.id = ht.id) -> Seq Scan on hashtags (cost=0.00..317.28 rows=17528 width=14) -> Hash (cost=5012.81..5012.81 rows=6160 width=20) -> Merge Anti Join (cost=0.70..5012.81 rows=6160 width=20) Merge Cond: (ht.id = hto.hashtag_id) -> Index Scan using hashtags_pkey on hashtags ht (cost=0.29..610.53 rows=17528 width=14) -> Index Scan using hashtags_objects_pkey on hashtags_objects hto (cost=0.42..3506.48 rows=68158 width=14) new query: Delete on hashtags ht (cost=0.70..5012.81 rows=6160 width=12) -> Merge Anti Join (cost=0.70..5012.81 rows=6160 width=12) Merge Cond: (ht.id = hto.hashtag_id) -> Index Scan using hashtags_pkey on hashtags ht (cost=0.29..610.53 rows=17528 width=14) -> Index Scan using hashtags_objects_pkey on hashtags_objects hto (cost=0.42..3506.48 rows=68158 width=14) | |||
2021-05-08 | mix prune_objects: remove unused hashtags after pruning remote objects | faried nawaz | |
2021-05-07 | Merge remote-tracking branch 'upstream/develop' into simplepolicy-announce-leak | Alex Gleason | |
2021-05-04 | Merge branch 'dont-crash-email-settings' into 'develop' | feld | |
Don't crash so hard when email settings are invalid Closes #2606 See merge request pleroma/pleroma!3400 | |||
2021-05-03 | Merge remote-tracking branch 'pleroma/develop' into dont-crash-email-settings | Alex Gleason | |
2021-05-03 | Don't crash when email settings are invalid | Alex Gleason | |
Fixes: https://git.pleroma.social/pleroma/pleroma/-/issues/2606 Fixes: https://gitlab.com/soapbox-pub/soapbox/-/issues/4 | |||
2021-04-30 | Merge remote-tracking branch 'upstream/develop' into simplepolicy-announce-leak | Alex Gleason | |
2021-04-30 | SimplePolicy: filter string Objects | Alex Gleason | |
2021-04-30 | SimplePolicy: filter nested objects | Alex Gleason | |
2021-04-30 | Merge remote-tracking branch 'upstream/develop' into earmark | Alex Gleason | |
2021-04-30 | Remove Pleroma.Formatter.minify/2 | Alex Gleason | |
2021-04-29 | Merge remote-tracking branch 'upstream/develop' into oauth-token-id | Alex Gleason | |
2021-04-22 | Cleanup and ensure we obey custom Repo timeout | Mark Felder | |
2021-04-22 | OTP releases executing commands via pleroma_ctl show the parent of the ↵ | Mark Felder | |
process is :erl_eval | |||
2021-04-22 | Try to set query timeout intelligently | Mark Felder | |
2021-04-22 | Add utility function to return infinite timeout for SQL transactions if we ↵ | Mark Felder | |
detect it was called from a Mix Task | |||
2021-04-22 | Set Repo.transaction/2 timeout to infinity. Fixes pleroma.user ↵ | Mark Felder | |
delete_activities mix task. | |||
2021-04-20 | Apply lanodan's suggestion(s) to 1 file(s) | Haelwenn | |
2021-04-20 | Apply lanodan's suggestion(s) to 1 file(s) | Haelwenn | |
2021-04-20 | Apply lanodan's suggestion(s) to 1 file(s) | Haelwenn | |
2021-04-20 | Apply lanodan's suggestion(s) to 1 file(s) | Haelwenn | |
2021-04-19 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | Sean King | |
feature/opt-out-of-google-floc | |||
2021-04-19 | Fix error response which was breaking tests related to pinned posts | Mark Felder | |
2021-04-18 | Add opting out of Google FLoC to HTTPSecurityPlug headers | Sean King | |
2021-04-16 | Apply rinpatch's suggestion(s) to 1 file(s) | rinpatch | |
2021-04-16 | Merge branch 'features/ingestion-ecto-tag' into 'develop' | rinpatch | |
TagValidator: New See merge request pleroma/pleroma!3244 | |||
2021-04-16 | Merge branch 'feature/521-pinned-post-federation' into 'develop' | rinpatch | |
Pinned posts federation Closes #521 See merge request pleroma/pleroma!3312 | |||
2021-04-16 | Merge branch 'fix/2593-reading-exported-config-file' into 'develop' | rinpatch | |
Reading the file, instead of config keyword in ReleaseRuntimeProvider Closes #2593 See merge request pleroma/pleroma!3381 | |||
2021-04-14 | Revert guards on string_to_elixir_types/1, remove unnecessary assignment in test | Mark Felder | |
2021-04-13 | Improve string_to_elixir_types/1 with guards | Mark Felder | |
2021-04-13 | Add ConcurrentLimiter to module_name?/1 and apply string_to_elixir_types/1 ↵ | Mark Felder | |
to search_opts keys during update_or_create/1 | |||
2021-04-09 | Use URI.merge to prevent concatenating two canonical URLs when a custom ↵ | Mark Felder | |
instance thumbnail was uploaded via AdminFE | |||
2021-04-08 | release runtime provider fix for paths | Alexander Strizhakov | |
2021-04-05 | utils: Fix maybe_splice_recipient when "object" isn’t a map | Haelwenn (lanodan) Monnier | |
2021-04-05 | transmogrifier: Fixing votes from Note to Answer | Haelwenn (lanodan) Monnier | |
2021-04-05 | Object.Fetcher: Fix getting transmogrifier reject reason | Haelwenn (lanodan) Monnier | |
2021-04-05 | ActivityPubControllerTest: Apply same addr changes to object | Haelwenn (lanodan) Monnier | |
2021-04-05 | Fix addressing | Haelwenn (lanodan) Monnier | |
2021-04-05 | recipients fixes/hardening for CreateGenericValidator | Haelwenn (lanodan) Monnier | |
2021-04-05 | Pipeline Ingestion: Note | Haelwenn (lanodan) Monnier | |
2021-04-05 | ObjectValidator.CommonFixes: Introduce fix_objects_defaults and ↵ | Haelwenn (lanodan) Monnier | |
fix_activity_defaults | |||
2021-04-05 | Transmogrifier: Simplify fix_explicit_addressing and fix_implicit_addressing | Haelwenn (lanodan) Monnier | |
2021-04-05 | Move tag fixup to object_validator | Haelwenn (lanodan) Monnier | |
2021-04-01 | object_validators: Mark validate_data as private | Haelwenn (lanodan) Monnier | |