Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-24 | Add support for activity expiration to common and Masto API | Mike Verdone | |
The "expires_at" parameter accepts an ISO8601-formatted date which defines when the activity will expire. At this point the API will not give you any feedback about if your post will expire or not. | |||
2019-07-24 | Merge branch 'develop' into 'develop' | lain | |
Honour domain blocks on streamed notifications/statuses See merge request pleroma/pleroma!1482 | |||
2019-07-24 | Add activity expiration worker | Mike Verdone | |
This is a worker that runs every minute and deletes expired activities. It's based heavily on the scheduled activities worker. | |||
2019-07-24 | Add activity expirations table | Mike Verdone | |
Add a table to store activity expirations. An activity can have zero or one expirations. The expiration has a scheduled_at field which stores the time at which the activity should expire and be deleted. | |||
2019-07-24 | Make test.exs read config in the same way as dev.exs | Mike Verdone | |
This way, if your test.secret.exs has an error, you'll actually see it. | |||
2019-07-24 | Cleanup: fix a comment | Mike Verdone | |
2019-07-24 | check both item and parent domain blocks | sadposter | |
2019-07-24 | move domain block check to with block | Sadposter | |
2019-07-24 | honour domain blocks on streaming notifications | Sadposter | |
2019-07-24 | Merge branch 'Fix-static-dir-doc' into 'develop' | kaniini | |
Fix static_dir docs See merge request pleroma/pleroma!1465 | |||
2019-07-24 | Add text about gitignore | aries | |
2019-07-23 | Merge branch 'feature/admin-api-user-statuses' into 'develop' | kaniini | |
Admin API: Endpoint for fetching latest user's statuses See merge request pleroma/pleroma!1413 | |||
2019-07-23 | Merge branch 'bugfix/rich-media-splice-url' into 'develop' | kaniini | |
rich media: parser: splice the given URL into the result See merge request pleroma/pleroma!1480 | |||
2019-07-23 | rich media: parser: splice the given URL into the result | Ariadne Conill | |
2019-07-24 | Merge branch 'develop' into feature/admin-api-user-statuses | Maxim Filippov | |
2019-07-24 | AdminAPI: Add "godmode" while fetching user statuses (i.e. admin can see ↵ | Maxim Filippov | |
private statuses) | |||
2019-07-23 | Merge branch 'chore/update-mix-lock' into 'develop' | kaniini | |
update mix.lock See merge request pleroma/pleroma!1478 | |||
2019-07-23 | update mix.lock | Ariadne Conill | |
2019-07-23 | Merge branch 'chore/adminapi-deprecated-endpoints' into 'develop' | kaniini | |
Router: Remove deprecated AdminAPI endpoints See merge request pleroma/pleroma!1466 | |||
2019-07-23 | Router: Remove deprecated AdminAPI endpoints | Haelwenn (lanodan) Monnier | |
2019-07-23 | Merge branch 'admin-config-fix' into 'develop' | kaniini | |
Admin config fix See merge request pleroma/pleroma!1471 | |||
2019-07-23 | Admin config fix | Alexander Strizhakov | |
2019-07-23 | Merge branch 'tests/activity_pub_publisher' into 'develop' | kaniini | |
tests for Pleroma.Web.ActivityPub.Publisher See merge request pleroma/pleroma!1473 | |||
2019-07-23 | tests for Pleroma.Web.ActivityPub.Publisher | Maksim | |
2019-07-23 | Merge branch 'bugfix/unauthed-liked-by' into 'develop' | kaniini | |
Bugfix: don't error out on unauthorized request to liked/favourited_by See merge request pleroma/pleroma!1474 | |||
2019-07-23 | Merge branch 'patch-2' into 'develop' | kaniini | |
Update `prometheus_phoenix` to v1.3 in order to support `phoenix@1.4`. Closes #1050 See merge request pleroma/pleroma!1475 | |||
2019-07-23 | Merge branch 'fix/subscriber-notifications' into 'develop' | kaniini | |
Do not notify subscribers for messages from users which are replies to others See merge request pleroma/pleroma!1477 | |||
2019-07-23 | Fix test | Mark Felder | |
2019-07-23 | Fix function | Mark Felder | |
2019-07-23 | move unauth'd user blocks?/2 check | Sadposter | |
2019-07-23 | Merge branch 'bugfix/http-signatures-misskey' into 'develop' | Haelwenn | |
signature: properly deduce the actor from misskey key IDs See merge request pleroma/pleroma!1476 | |||
2019-07-23 | Do not notify subscribers for messages from users which are replies to others | Mark Felder | |
2019-07-23 | signature: properly deduce the actor from misskey key IDs | Ariadne Conill | |
2019-07-23 | Update `prometheus_phoenix` to v1.3 in order to support `phoenix@1.4`. | oncletom | |
2019-07-23 | fix test names because i cannot type | Sadposter | |
2019-07-23 | actually reblog on the reblog test | Sadposter | |
2019-07-23 | Use correct URL for tests | Sadposter | |
2019-07-23 | Mix format | Sadposter | |
2019-07-23 | add tests for unauthed reqs to liked/reblogged_by | Sadposter | |
2019-07-23 | fix unauthenticated req to favourited/rebloggd_by | Sadposter | |
2019-07-23 | Use User.get_or_fetch/1 instead of OStatus.find_or_make_user/1 | kPherox | |
2019-07-23 | remove pry | Maxim Filippov | |
2019-07-23 | Fix the sentence and add the setting example | Aries | |
2019-07-22 | Merge branch 'tests/skip-some-tests-on-mac' into 'develop' | kaniini | |
Exclude tests that use :crypt.crypt/2 on macOS See merge request pleroma/pleroma!1470 | |||
2019-07-22 | Exclude tests that use :crypt.crypt/2 on macOS | Sergey Suprunenko | |
2019-07-22 | Merge branch 'changelog' into 'develop' | kaniini | |
changelog See merge request pleroma/pleroma!1469 | |||
2019-07-22 | changelog | Alexander Strizhakov | |
2019-07-22 | Merge branch 'feature/1087-wildcard-option-for-blocks' into 'develop' | kaniini | |
Feature/1087 wildcard option for blocks Closes #1087 See merge request pleroma/pleroma!1467 | |||
2019-07-22 | Feature/1087 wildcard option for blocks | Alexander Strizhakov | |
2019-07-22 | Merge branch 'hardening/stop-misusing-sharedinbox' into 'develop' | Haelwenn | |
activitypub: publisher: align sharedinbox usage with AP specification rules See merge request pleroma/pleroma!1464 |