Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-18 | Rename upload filter to AnalyzeMetadata | Mark Felder | |
2021-05-17 | Merge branch 'optional-config' into 'develop' | lain | |
Save ~10 minutes on source installation See merge request pleroma/pleroma!3406 | |||
2021-05-16 | Merge remote-tracking branch 'pleroma/develop' into gitignore-runtime-exs | Alex Gleason | |
2021-05-16 | gitignore `config/runtime.exs` | Alex Gleason | |
2021-05-16 | Merge remote-tracking branch 'pleroma/develop' into optional-config | Alex Gleason | |
2021-05-16 | Docs: use `MIX_ENV=prod mix pleroma.instance gen` | Alex Gleason | |
2021-05-16 | Make prod.secret.exs optional (with warning) | Alex Gleason | |
2021-05-14 | Merge remote-tracking branch 'upstream/attachment-meta' into blurhash | Alex Gleason | |
2021-05-14 | Support blurhash | Alex Gleason | |
2021-05-12 | Changelog: attachment metaattachment-meta | 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-08 | migration: add on_delete: :delete_all to hashtags object_id fk | 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-04 | Merge branch 'earmark' into 'develop' | feld | |
Upgrade Earmark to v1.4.15 Closes #1942 and #2026 See merge request pleroma/pleroma!3076 | |||
2021-05-03 | CHANGELOG: don't crash so hard when email settings are invalid | Alex Gleason | |
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-05-01 | CHANGELOG: markdownearmark | Alex Gleason | |
2021-04-30 | CHANGELOG: SimplePolicy embedded objects are now checked | Alex Gleason | |
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 | Fix failing remote mentions test, valid TLDs | Alex Gleason | |
2021-04-30 | Delete obsolete EarmarkRendereTests (moved to UtilsTest) | Alex Gleason | |
2021-04-30 | Remove Pleroma.Formatter.minify/2 | Alex Gleason | |
2021-04-30 | Upgrade Earmark 1.4.15 | Alex Gleason | |
2021-04-29 | Merge branch 'oauth-token-id' into 'develop' | feld | |
Return token's primary key with POST /oauth/token See merge request pleroma/pleroma!3380 | |||
2021-04-29 | Merge remote-tracking branch 'upstream/develop' into oauth-token-id | Alex Gleason | |
2021-04-29 | Merge branch 'maybe-fix-ci' into 'develop' | feld | |
CI: Purge pleroma build directory between runs See merge request pleroma/pleroma!3399 | |||
2021-04-29 | CI: Purge pleroma build directory between runs | Alex Gleason | |
2021-04-29 | CHANGELOG: Return OAuth token `id` | Alex Gleason | |
2021-04-29 | Merge remote-tracking branch 'upstream/develop' into oauth-token-id | Alex Gleason | |
2021-04-28 | Merge branch 'gitlab-ci-mix-lock' into 'develop' | Haelwenn | |
Cache GitLab CI based on mix.lock See merge request pleroma/pleroma!3398 | |||
2021-04-27 | Cache gitlab-ci based on mix.lock | Alex Gleason | |
2021-04-23 | Merge branch 'fix/delete_activities_timeout' into 'develop' | Haelwenn | |
Fix pleroma.user delete_activities mix task See merge request pleroma/pleroma!3394 | |||
2021-04-22 | Fixed pleroma.user delete_activities mix task. | Mark Felder | |
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 | |