Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-04 | activitypub: mrf: tag policy: add support for subscription control | William Pitcock | |
2019-02-05 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into feature/jobs | Egor Kislitsyn | |
2019-02-04 | Merge branch 'hotfix/hellthread-deprecation-warning' into 'develop' | rinpatch | |
fix hellthread threshold deprecation warning See merge request pleroma/pleroma!770 | |||
2019-02-04 | fix hellthread threshold deprecation warning | Karen Konou | |
2019-02-04 | activitypub: mrf: tag policy: refactor the filtering hook a bit | William Pitcock | |
2019-02-04 | activitypub: mrf: tag policy: add support for processing follow requests | William Pitcock | |
2019-02-04 | activitypub: mrf: tag policy: implement force-unlisted and sandbox | William Pitcock | |
2019-02-04 | mrf: add initial MRF.TagPolicy engine | William Pitcock | |
2019-02-04 | mix: add user tag/untag task | William Pitcock | |
2019-02-04 | Merge branch 'mime-riff' into 'develop' | kaniini | |
Mime: detect RIFF formats (wave, webp, avi) See merge request pleroma/pleroma!769 | |||
2019-02-04 | Mime: detect RIFF formats (wave, webp, avi) | href | |
2019-02-04 | Merge branch 'fix/rich-media-relative-path' into 'develop' | rinpatch | |
Fix rich media relative path Closes #588 See merge request pleroma/pleroma!759 | |||
2019-02-04 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into feature/jobs | Egor Kislitsyn | |
# Conflicts: # lib/pleroma/web/activity_pub/activity_pub.ex # lib/pleroma/web/federator/federator.ex | |||
2019-02-04 | Merge branch 'feature/hellthread-filter-improvements' into 'develop' | rinpatch | |
Improve hellthread filter Closes #584 See merge request pleroma/pleroma!766 | |||
2019-02-04 | removed a debug thingy | Karen Konou | |
2019-02-04 | squished a bug | Karen Konou | |
2019-02-04 | actually commited the changes | Karen Konou | |
2019-02-04 | fixed Map,put arguments, updated nomenclature | Karen Konou | |
2019-02-03 | more tweaks, fixed silly mistakes... | Karen Konou | |
2019-02-03 | implemented tweaks | Karen Konou | |
2019-02-03 | Merge branch 'mogrify-orient' into 'develop' | kaniini | |
Update Mogrify docs and warning for deprecated syntax See merge request pleroma/pleroma!763 | |||
2019-02-03 | fixed things | Karen Konou | |
2019-02-03 | made toggleable, added docs | Karen Konou | |
2019-02-03 | added optional delist feature | Karen Konou | |
2019-02-03 | Split hide_network into hide_followers & hide_followings (fixed) | Maxim Filippov | |
2019-02-03 | Merge branch '589-fix-cache' into 'develop' | lambda | |
Resolve "Update object cache on favs/boosts" Closes #589 See merge request pleroma/pleroma!764 | |||
2019-02-03 | Unbreak all the tests. | lain | |
2019-02-03 | Still do caching in tests. | lain | |
2019-02-03 | Update Mogrify docs and warning for deprecated syntax to encourage | Mark Felder | |
users to enable both strip and auto-orient | |||
2019-02-03 | Merge branch '582_federation_retirement_optimization' into 'develop' | kaniini | |
[#582] Optimized federation retirement by reducing the number of SQL calls Closes #582 See merge request pleroma/pleroma!762 | |||
2019-02-03 | [#582] Made single-pub task call Instance.set_reachable/1 if `set_reachable` ↵ | Ivan Tashkinov | |
is not specified. Added tests. | |||
2019-02-03 | [#582] Optimized federation retirement by reducing the number of SQL calls | Ivan Tashkinov | |
(calling `Instances.set_reachable/1` only if instance had `unreachable_since`, calling `Instances.set_unreachable/1` only if instance had nil `unreachable_since`). | |||
2019-02-02 | Merge branch 'fix/oauth-page-responsiveness' into 'develop' | rinpatch | |
Add responsive features to layout Closes #564 See merge request pleroma/pleroma!760 | |||
2019-02-02 | Add responsive features to layout | Maxim Filippov | |
2019-02-02 | Check if rich media uri is relative | rinpatch | |
2019-02-02 | Use with instead of if in the card | rinpatch | |
2019-02-02 | merge only if page_url is an absolute path | rinpatch | |
2019-02-02 | Fix rich media relative path | rinpatch | |
2019-02-01 | Merge branch 'revert-0a82a7e6' into 'develop' | kaniini | |
Revert "Merge branch 'feature/split-hide-network' into 'develop'" See merge request pleroma/pleroma!758 | |||
2019-02-01 | Revert "Merge branch 'feature/split-hide-network' into 'develop'" | kaniini | |
This reverts merge request !733 | |||
2019-02-01 | Merge branch 'hotfix/object-normalize-cache' into 'develop' | href | |
object: use cached accesses when possible in Object.normalize() See merge request pleroma/pleroma!757 | |||
2019-02-01 | Merge branch 'streaming-api-url-fix' into 'develop' | href | |
Fix WebSocket streaming API URL. See merge request pleroma/pleroma!756 | |||
2019-02-01 | object: use cached accesses when possible in Object.normalize() | William Pitcock | |
2019-02-01 | Use url() instead of static_url in Endpoint.websocket_url() | eugenijm | |
2019-02-01 | Merge branch 'develop' into 'develop' | href | |
Use nodeinfo 2.1 See merge request pleroma/pleroma!753 | |||
2019-02-01 | update nodeinfo version when requesting 2.1 | Luna | |
2019-02-01 | Use String.replace_leading instead of String.replace for getting websocket ↵ | eugenijm | |
streaming api url. Extract the login responsible for obtaining websocket URL into the corresponding Endpoint function. | |||
2019-02-01 | mix format pass | Luna | |
2019-02-01 | downcase software name in nodeinfo | Luna | |
2019-02-01 | add tests for nodeinfo 2.0 compat and 2.1's new field | Luna | |