- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
Sun, Feb 8
Sun, Feb 8
Filter out Announces of objects of banned users in timelines
tusooa committed rPUBEdcefa7ed1432: Make ActivityPub.Publisher aware of the actor change by Transmogrifier.
Make ActivityPub.Publisher aware of the actor change by Transmogrifier
Workaround erlang atom length limit
Reject Announces of objects of banned users in ObjectValidator
kPherox <kphrx@kpherox.dev> committed rPUBEe9a4b15103f3: chore: add changelog.
chore: add changelog
tusooa committed rPUBE1cdebfdcf6ce: Use joins instead of subqueries for restrict_object_of_deactivated_users/1.
Use joins instead of subqueries for restrict_object_of_deactivated_users/1
kPherox <kphrx@kpherox.dev> committed rPUBE02d195f67435: feat: add task fix_preferred_nickname for all from instance.
feat: add task fix_preferred_nickname for all from instance
kPherox <kphrx@kpherox.dev> committed rPUBE8ec7ed2bff50: feat: add task to fix ap_id for preferred nickname.
feat: add task to fix ap_id for preferred nickname
Haelwenn (lanodan) Monnier <contact@hacktivis.me> committed rPUBE05d9bbc52ea6: COPYING: Refer to LICENSES/ directory.
COPYING: Refer to LICENSES/ directory
Lina Ceballos <lina.ceballos@fsfe.org> committed rPUBEc8f3b5ef0bb0: creating LICENSES directory.
creating LICENSES directory
Lina Ceballos <lina.ceballos@fsfe.org> committed rPUBEb124f756c859: adding headers with copyright and license info to documentation files.
adding headers with copyright and license info to documentation files
Lina Ceballos <lina.ceballos@fsfe.org> committed rPUBE4ee2bf9079de: adding legal information to binary files.
adding legal information to binary files
kPherox <kphrx@kpherox.dev> committed rPUBE57e7ab96e785: fix: split comparison for acct uri and nickname.
fix: split comparison for acct uri and nickname
Haelwenn (lanodan) Monnier <contact@hacktivis.me> committed rPUBE5b4c67e89f0a: benchmarks: Add pleroma copyright header.
benchmarks: Add pleroma copyright header
faried nawaz <faried@gmail.com> committed rPUBE3e9629907fbe: add tests to prune old delete, undo, and remove activities.
add tests to prune old delete, undo, and remove activities
Haelwenn (lanodan) Monnier <contact@hacktivis.me> committed rPUBE1655951e847d: {AGPL-3,CC-BY-4.0,CC-BY-SA-4.0}: Remove in favor of copies in LICENSES/.
{AGPL-3,CC-BY-4.0,CC-BY-SA-4.0}: Remove in favor of copies in LICENSES/
faried nawaz <faried@gmail.com> committed rPUBE3e096d08c80f: oban job to prune old activities and objects.
oban job to prune old activities and objects
faried nawaz <faried@gmail.com> committed rPUBE7e7fb4be9233: add migration to cascade-delete report notes on activity delete.
add migration to cascade-delete report notes on activity delete
faried nawaz <faried@gmail.com> committed rPUBE7a55d7550fbe: simplify the prune functions in Pleroma.Activity.Pruner.
simplify the prune functions in Pleroma.Activity.Pruner
faried nawaz <faried@gmail.com> committed rPUBEf471a5f3d02d: add activity factories for undo and delete, fix remove factory.
add activity factories for undo and delete, fix remove factory
faried nawaz <faried@gmail.com> committed rPUBE04a35be738a7: prune old Delete, Undo, Remove activities and Tombstone objects.
prune old Delete, Undo, Remove activities and Tombstone objects
faried nawaz <faried@gmail.com> committed rPUBE872306eba9b9: mix task for prune_task.
mix task for prune_task
Haelwenn (lanodan) Monnier <contact@hacktivis.me> committed rPUBE5a6408c8d13d: changelog.d: Skip for REUSE.
changelog.d: Skip for REUSE
Haelwenn (lanodan) Monnier <contact@hacktivis.me> committed rPUBE3d33ce255589: priv/static/images/city.jpg.license: new.
priv/static/images/city.jpg.license: new
faried nawaz <faried@gmail.com> committed rPUBE34fd9091f0ba: module is PruneDatabaseWorker but filename was database_prune_worker.ex.
module is PruneDatabaseWorker but filename was database_prune_worker.ex
faried nawaz <faried@gmail.com> committed rPUBE42d3b3ea323b: rename queue from database_prune to prune_database, and document.
rename queue from database_prune to prune_database, and document
faried nawaz <faried@gmail.com> committed rPUBE338daff5905f: add tests for PruneDatabaseWorker.
add tests for PruneDatabaseWorker
faried nawaz <faried@gmail.com> committed rPUBEc66f34edbda0: don't hard-code a "like" activity for undo_activity_factory.
don't hard-code a "like" activity for undo_activity_factory
faried nawaz <faried@gmail.com> committed rPUBEbf5396c4ec71: remove prune code related to Tombstones..
remove prune code related to Tombstones.
faried nawaz <faried@gmail.com> committed rPUBE8761b66f1fe7: test output cleanup, no code change.
test output cleanup, no code change
faried nawaz <faried@gmail.com> committed rPUBEdc0502cf1de6: fix: move erroneous prune database worker's timeout into code.
fix: move erroneous prune database worker's timeout into code
kPherox <kphrx@kpherox.dev> committed rPUBEa4ad96c87fc2: refactor: not stream out notification is filtered irreversible (authored by kPherox <admin@mail.kr-kp.com>).
refactor: not stream out notification is filtered irreversible
kPherox <kphrx@kpherox.dev> committed rPUBEd8cbbfd6980f: fix: add filter regex to filtered_by_user?/4 (authored by kPherox <admin@mail.kr-kp.com>).
fix: add filter regex to filtered_by_user?/4
kPherox <kphrx@kpherox.dev> committed rPUBE29d8e4524382: test: fix filtered_by_user? params for streams edits (authored by kPherox <admin@mail.kr-kp.com>).
test: fix filtered_by_user? params for streams edits
kPherox <kphrx@kpherox.dev> committed rPUBE0834d15367ce: fix: support context value for irreversible filter (authored by kPherox <admin@mail.kr-kp.com>).
fix: support context value for irreversible filter
kPherox <kphrx@kpherox.dev> committed rPUBEf1337bbcd265: chore: add changelog file.
chore: add changelog file
kPherox <kphrx@kpherox.dev> committed rPUBEf90eeed5730f: test: has not home in context ignore irreversible filter (authored by kPherox <admin@mail.kr-kp.com>).
test: has not home in context ignore irreversible filter
kPherox <kphrx@kpherox.dev> committed rPUBEb98c1d4fbd3f: test: irreversible filters on streamer (authored by kPherox <admin@mail.kr-kp.com>).
test: irreversible filters on streamer
Mark Jaroski <pleorama@rationa.li> committed rPUBE993dc58e971e: Tiny grammar fix. The idiomatic term in English is "production instance" even….
Tiny grammar fix. The idiomatic term in English is "production instance" even…
Mark Jaroski <pleorama@rationa.li> committed rPUBE4a1958f01540: Improved consistency formatting for the config and schema generation..
Improved consistency formatting for the config and schema generation.
Mark Jaroski <pleorama@rationa.li> committed rPUBE0cc05ce189fe: Merge branch 'hesperus-develop-patch-86129' into 'develop'.
Merge branch 'hesperus-develop-patch-86129' into 'develop'
Mint <mint@plagu.ee> committed rPUBE5ac04c233c06: Discard Delete activities sent by unknown actors.
Discard Delete activities sent by unknown actors
alemi <me@alemi.dev> committed rPUBEd8449d02883e: feat: replies collection views for object.
feat: replies collection views for object
mkljczk <git@mkljczk.pl> committed rPUBE1583c175af8d: Support replies collection.
Support replies collection
mkljczk <git@mkljczk.pl> committed rPUBE4d54f2cb671d: Actually, update the existing test.
Actually, update the existing test
Mark Jaroski <pleorama@rationa.li> committed rPUBEd50f2a0347e7: Add new file.
Add new file
mkljczk <git@mkljczk.pl> committed rPUBE0354ff06d862: Optimize followed hashtag ids query, add test for hashtags in home timeline.
Optimize followed hashtag ids query, add test for hashtags in home timeline
mkljczk <git@mkljczk.pl> committed rPUBEebb8fb8a7854: not meant to be committed.
not meant to be committed
Ekaterina Vaartis <vaartis@kotobank.ch> committed rPUBE09f57e88f2bf: Allow ToS panel to be configurable (authored by Pleromian <66706-pleromian@users.noreply.git.pleroma.social>).
Allow ToS panel to be configurable
Ekaterina Vaartis <vaartis@kotobank.ch> committed rPUBEf31229f2d8dc: Changelog (authored by Pleromian <66706-pleromian@users.noreply.git.pleroma.social>).
Changelog
mkljczk <git@mkljczk.pl> committed rPUBE23adec42fdb0: maybe keep naming it Collection.
maybe keep naming it Collection
mkljczk <git@mkljczk.pl> committed rPUBE9492825d0b97: ok im just stupid.
ok im just stupid
mkljczk <git@mkljczk.pl> committed rPUBE8cc7d7044c42: Fix set_replies for objects without ids.
Fix set_replies for objects without ids
mkljczk <git@mkljczk.pl> committed rPUBE1fff1d0088ab: Include id for replies collection page.
Include id for replies collection page
mkljczk <git@mkljczk.pl> committed rPUBE0e1a99851b50: a workaround?.
a workaround?
nicole mikołajczyk <git@mkljczk.pl> committed rPUBEb6dd494f5a42: Backup chats and chat messages.
Backup chats and chat messages
nicole mikołajczyk <git@mkljczk.pl> committed rPUBE95247c93e49a: Use 'Application' for relay actor type.
Use 'Application' for relay actor type
Ekaterina Vaartis <vaartis@kotobank.ch> committed rPUBEb7f57de851d5: Move ToS settings to the FE section (authored by Pleromian <66706-pleromian@users.noreply.git.pleroma.social>).
Move ToS settings to the FE section
Ekaterina Vaartis <vaartis@kotobank.ch> committed rPUBEa2ff8ab3ea6b: Fix formatting (authored by Pleromian <66706-pleromian@users.noreply.git.pleroma.social>).
Fix formatting
nicole mikołajczyk <git@mkljczk.pl> committed rPUBE2776977ba0f9: Adapt tests for v2/admin/accounts from Mastodon (authored by mkljczk <git@mkljczk.pl>).
Adapt tests for v2/admin/accounts from Mastodon
nicole mikołajczyk <git@mkljczk.pl> committed rPUBEfc09c5123e9f: Add DataMigration for relay actor type (authored by marcin mikołajczak <git@mkljczk.pl>).
Add DataMigration for relay actor type
nicole mikołajczyk <git@mkljczk.pl> committed rPUBE9f489b48972d: Use `admin.report` for report notification type.
Use `admin.report` for report notification type
nicole mikołajczyk <git@mkljczk.pl> committed rPUBE6760ac96a9f7: MastoAPI: /api/v2/admin/accounts.
MastoAPI: /api/v2/admin/accounts
nicole mikołajczyk <git@mkljczk.pl> committed rPUBE89d450f86158: MastoAPI: /api/v1/admin/accounts, /api/v1/admin/reports.
MastoAPI: /api/v1/admin/accounts, /api/v1/admin/reports
nicole mikołajczyk <git@mkljczk.pl> committed rPUBE0277b4e88c3f: InstanceView: expose restrict_unauthenticated settings (authored by Alex Gleason <alex@alexgleason.me>).
InstanceView: expose restrict_unauthenticated settings
Phantasm <phantasm@centrum.cz> committed rPUBE59cf85bbadef: DB prune: Check if user follows hashtag with no objects before deletion.
DB prune: Check if user follows hashtag with no objects before deletion
nicole mikołajczyk <git@mkljczk.pl> committed rPUBE327ad3f9321f: Support `isCat` and `speakAsCat` (authored by Nicole Mikołajczyk <git@mkljczk.pl>).
Support `isCat` and `speakAsCat`
nicole mikołajczyk <git@mkljczk.pl> committed rPUBEf6b9b527cb75: i don't think it's called plaroma lol.
i don't think it's called plaroma lol
Phantasm <phantasm@centrum.cz> committed rPUBEdb71c952b21d: DB prune: Add test for hashtags.
DB prune: Add test for hashtags
Phantasm <phantasm@centrum.cz> committed rPUBEcac5c074190a: MRF InlineQuotePolicy: Don't inline quoted post URL in Mastodon quotes.
MRF InlineQuotePolicy: Don't inline quoted post URL in Mastodon quotes
Marcin Mikołajczak <git@mkljczk.pl> committed rPUBE5a30fefb3203: Add tests for domain controller.
Add tests for domain controller
Marcin Mikołajczak <git@mkljczk.pl> committed rPUBEaf6367090171: Add changelog entry.
Add changelog entry
Marcin Mikołajczak <git@mkljczk.pl> committed rPUBE9f95368da27c: Add more tests.
Add more tests
Marcin Mikołajczak <git@mkljczk.pl> committed rPUBE182e0b58daa4: Add initial docs page, improve adding domains.
Add initial docs page, improve adding domains
Marcin Mikołajczak <git@mkljczk.pl> committed rPUBEc2c7c23aabc7: Allow using multiple domains for WebFinger.
Allow using multiple domains for WebFinger
nicole mikołajczyk <git@mkljczk.pl> committed rPUBE7efebb34016f: Update changelog.
Update changelog
marcin mikołajczak <git@mkljczk.pl> committed rPUBE45e70ca6ab8f: Update docs.
Update docs
marcin mikołajczak <git@mkljczk.pl> committed rPUBE1ee3ba5fd3d5: Optionally filter local timelines according to domain.
Optionally filter local timelines according to domain
marcin mikołajczak <git@mkljczk.pl> committed rPUBEdb533b032b5b: Add tests.
Add tests
marcin mikołajczak <git@mkljczk.pl> committed rPUBE3075b8c923fd: Set domain timestamps type to utc_datetime.
Set domain timestamps type to utc_datetime
marcin mikołajczak <git@mkljczk.pl> committed rPUBEc3b989951adb: Check if domains resolve correctly.
Check if domains resolve correctly
marcin mikołajczak <git@mkljczk.pl> committed rPUBE6d7cd696b53e: Update docs.
Update docs
marcin mikołajczak <git@mkljczk.pl> committed rPUBE913465f3d2fd: Merge remote-tracking branch 'origin/develop' into multitenancy-v2.
Merge remote-tracking branch 'origin/develop' into multitenancy-v2
marcin mikołajczak <git@mkljczk.pl> committed rPUBEa1a6abf6c633: Merge remote-tracking branch 'origin/develop' into multitenancy.
Merge remote-tracking branch 'origin/develop' into multitenancy
marcin mikołajczak <git@mkljczk.pl> committed rPUBEf5b4aead2819: update tests.
update tests
marcin mikołajczak <git@mkljczk.pl> committed rPUBE96747ece8de9: Merge remote-tracking branch 'origin/develop' into multitenancy.
Merge remote-tracking branch 'origin/develop' into multitenancy
marcin mikołajczak <git@mkljczk.pl> committed rPUBEc4a89058cacf: Use service domains like Takahe.
Use service domains like Takahe
marcin mikołajczak <git@mkljczk.pl> committed rPUBE71075b901bb8: Separate nickname/domain plugs.
Separate nickname/domain plugs
marcin mikołajczak <git@mkljczk.pl> committed rPUBE77b9438a0411: Merge remote-tracking branch 'mkljczk-pleroma/multitenancy' into multitenancy.
Merge remote-tracking branch 'mkljczk-pleroma/multitenancy' into multitenancy
marcin mikołajczak <git@mkljczk.pl> committed rPUBEcee4e2b6a18e: Cache domains list.
Cache domains list
marcin mikołajczak <me@mkljczk.pl> committed rPUBE5a3713c4a870: Merge branch 'develop' into 'multitenancy'.
Merge branch 'develop' into 'multitenancy'
marcin mikołajczak <git@mkljczk.pl> committed rPUBE7e57c5d0b1c2: Handle trailing formats.
Handle trailing formats
marcin mikołajczak <git@mkljczk.pl> committed rPUBE33eea71f5f5e: Use full_nickname in OAuth html template.
Use full_nickname in OAuth html template
marcin mikołajczak <git@mkljczk.pl> committed rPUBE97d6d85f7e79: Merge remote-tracking branch 'origin/develop' into multitenancy.
Merge remote-tracking branch 'origin/develop' into multitenancy
marcin mikołajczak <git@mkljczk.pl> committed rPUBEe6b1dfcffad7: Merge remote-tracking branch 'origin/develop' into multitenancy.
Merge remote-tracking branch 'origin/develop' into multitenancy