-
-
Notifications
You must be signed in to change notification settings - Fork 820
Add Pinned Posts + WebUI profile fixes #5914
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Co-Authored-By: daniel <[email protected]>
[Bug Fix] Fix key settings
[Translation] translate profile
[Translation] transalte notifications
[Translation] Fix translate privacy
[Improvement] Pinned posts
…, and fix reblogged state on some endpoints
…1/accounts/id/statuses with bookmarked state
eufelipemateus
added a commit
to eufelipemateus/pixelfed-brasil
that referenced
this pull request
Apr 23, 2025
* Update changelog * Update IG import command * Add app register email verify resends (pixelfed#5814) * Update iar.blade.php - Fix in-app reg without hcaptcha (pixelfed#5807) * Staging (pixelfed#5674) * Update .env.docker Registry has changed. Old registry has been discontinued in August 2024. New Registry added, format of Docker tag has been adjusted as it now contains the Debian Release as well. Sample Version is set to current stable but can be adjusted to any of the available branches. * Update .env.docker Stick major.minor according to https://jippi.github.io/docker-pixelfed/customize/tags/#pixelfed-version Disable Debian Release Check until it's solved in dottie. Closes pixelfed#5264 * New translations web.php (Finnish) [ci skip] * New translations web.php (Finnish) [ci skip] * fix: don't restore memory limit after cities import Since this command can only be invoked by CLI, the process will exit after a successful import, so restoring the transient PHP memory limit doesn't really have any affect. In PHP 8.4, this throws the following error (which doesn't happen in 8.3 and below) > [entrypoint / 11-first-time-setup.sh] - (stderr) 128769/128769 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%[2025-01-20 11:29:23] production.ERROR: Failed to set memory limit to 134217728 bytes (Current memory usage is 134746112 bytes) {"exception":"[object] (ErrorException(code: 0): Failed to set memory limit to 134217728 bytes (Current memory usage is 134746112 bytes) at /var/www/app/Console/Commands/ImportCities.php:140) It seems to be a 8.4 behavior change, so removing the logic would make it go away * New translations web.php (Finnish) [ci skip] * New translations web.php (Finnish) [ci skip] * New translations web.php (Portuguese) [ci skip] * New translations web.php (Portuguese) [ci skip] * fix(compose-modal): avoid WebGL if it's not needed * fix(compose-modal): update webgl-media-editor * New translations web.php (Hungarian) [ci skip] * New translations web.php (Russian) [ci skip] * New translations web.php (Russian) [ci skip] * Update .env.example Adding the parameter INSTANCE_DISCOVER_PUBLIC="true" to prevent a HTTP 403 error at the explorer tab in the instance preview. * New variable for lang spanish * Variable for lang spanish * Update Dockerfile, fixes pixelfed#5535 pixelfed#5559 * Fix pixelfed#5582 * Fix pixelfed#5632 * Update status twitter:card to summary_large_image for images/albums * Update changelog --------- Co-authored-by: Lioh Moeller <[email protected]> Co-authored-by: Christian Winther <[email protected]> Co-authored-by: Taye Adeyemi <[email protected]> Co-authored-by: stemy2 <[email protected]> Co-authored-by: Uthanien <[email protected]> * Update iar.blade.php --------- Co-authored-by: daniel <[email protected]> Co-authored-by: Lioh Moeller <[email protected]> Co-authored-by: Christian Winther <[email protected]> Co-authored-by: Taye Adeyemi <[email protected]> Co-authored-by: stemy2 <[email protected]> Co-authored-by: Uthanien <[email protected]> * Add app register email verify resends * Update composer * Update changelog * Update IG import command --------- Co-authored-by: Shlee <[email protected]> Co-authored-by: Lioh Moeller <[email protected]> Co-authored-by: Christian Winther <[email protected]> Co-authored-by: Taye Adeyemi <[email protected]> Co-authored-by: stemy2 <[email protected]> Co-authored-by: Uthanien <[email protected]> * Update App Register to expire codes after 4 hours instead of 60 minutes * Update CHANGELOG.md * Staging (pixelfed#5815) * Update iar.blade.php - Fix in-app reg without hcaptcha (pixelfed#5807) * Staging (pixelfed#5674) * Update .env.docker Registry has changed. Old registry has been discontinued in August 2024. New Registry added, format of Docker tag has been adjusted as it now contains the Debian Release as well. Sample Version is set to current stable but can be adjusted to any of the available branches. * Update .env.docker Stick major.minor according to https://jippi.github.io/docker-pixelfed/customize/tags/#pixelfed-version Disable Debian Release Check until it's solved in dottie. Closes pixelfed#5264 * New translations web.php (Finnish) [ci skip] * New translations web.php (Finnish) [ci skip] * fix: don't restore memory limit after cities import Since this command can only be invoked by CLI, the process will exit after a successful import, so restoring the transient PHP memory limit doesn't really have any affect. In PHP 8.4, this throws the following error (which doesn't happen in 8.3 and below) > [entrypoint / 11-first-time-setup.sh] - (stderr) 128769/128769 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%[2025-01-20 11:29:23] production.ERROR: Failed to set memory limit to 134217728 bytes (Current memory usage is 134746112 bytes) {"exception":"[object] (ErrorException(code: 0): Failed to set memory limit to 134217728 bytes (Current memory usage is 134746112 bytes) at /var/www/app/Console/Commands/ImportCities.php:140) It seems to be a 8.4 behavior change, so removing the logic would make it go away * New translations web.php (Finnish) [ci skip] * New translations web.php (Finnish) [ci skip] * New translations web.php (Portuguese) [ci skip] * New translations web.php (Portuguese) [ci skip] * fix(compose-modal): avoid WebGL if it's not needed * fix(compose-modal): update webgl-media-editor * New translations web.php (Hungarian) [ci skip] * New translations web.php (Russian) [ci skip] * New translations web.php (Russian) [ci skip] * Update .env.example Adding the parameter INSTANCE_DISCOVER_PUBLIC="true" to prevent a HTTP 403 error at the explorer tab in the instance preview. * New variable for lang spanish * Variable for lang spanish * Update Dockerfile, fixes pixelfed#5535 pixelfed#5559 * Fix pixelfed#5582 * Fix pixelfed#5632 * Update status twitter:card to summary_large_image for images/albums * Update changelog --------- Co-authored-by: Lioh Moeller <[email protected]> Co-authored-by: Christian Winther <[email protected]> Co-authored-by: Taye Adeyemi <[email protected]> Co-authored-by: stemy2 <[email protected]> Co-authored-by: Uthanien <[email protected]> * Update iar.blade.php --------- Co-authored-by: daniel <[email protected]> Co-authored-by: Lioh Moeller <[email protected]> Co-authored-by: Christian Winther <[email protected]> Co-authored-by: Taye Adeyemi <[email protected]> Co-authored-by: stemy2 <[email protected]> Co-authored-by: Uthanien <[email protected]> * Add app register email verify resends * Update composer * Update changelog * Update IG import command * Update App Register to expire codes after 4 hours instead of 60 minutes * Update CHANGELOG.md --------- Co-authored-by: Shlee <[email protected]> Co-authored-by: Lioh Moeller <[email protected]> Co-authored-by: Christian Winther <[email protected]> Co-authored-by: Taye Adeyemi <[email protected]> Co-authored-by: stemy2 <[email protected]> Co-authored-by: Uthanien <[email protected]> * Update AppServiceProvider.php * Update AppRegisterController * add missing keys * Give execute permissions to folders nginx returns 403 for every url on app/public/storage because of the strict permissions. * Fix expected filename in .zip file of instagram export Fixes: pixelfed#5639 * Update composer * Update navbar, fix icon * Update compiled i18n strings * Add AVIF support * Update avif support, and fix reply permalinks * Update changelog * Update i18n compiled strings * Update post component * Update compiled assets * Update timeAgo util, fix year bug * Update AccountImports, add webp support * Update compiled assets * Update Image.php * Update README.md for Fastly Fast Forward * Update composer.lock * update * Translate pt * update assets * replicate mastodon list * Create settings.php Added "settings" translation for Turkish Language. * fix collection counter label * New translations web.php (Finnish) [ci skip] * New translations web.php (German) [ci skip] * New translations web.php (Portuguese, Brazilian) [ci skip] * New translations web.php (Indonesian) [ci skip] * Update ApiV1Controller, fix max_id pagination on home and public timeline feeds * Update npm deps * Update composer deps * Update Post component, rewrite local post urls * Update Profile component, rewrite local profile urls * Update compiled assets * Update backup config, add placeholder email * Update laravel to v12 * Update changelog * Update AdminSettings, fix avif,heic support * Update compiled assets * Update compiled assets * Staging (pixelfed#5852) * Give execute permissions to folders nginx returns 403 for every url on app/public/storage because of the strict permissions. * Update README.md for Fastly Fast Forward * Create settings.php Added "settings" translation for Turkish Language. * New translations web.php (Finnish) [ci skip] * New translations web.php (German) [ci skip] * New translations web.php (Portuguese, Brazilian) [ci skip] * New translations web.php (Indonesian) [ci skip] --------- Co-authored-by: Raphael Lullis <[email protected]> Co-authored-by: Shlee <[email protected]> Co-authored-by: batumi14 <[email protected]> * add miss keys pt * translate notifications * Update backup, disable notifications by default * Update AccountPostCountStatUpdate, fix memory leak * Update snowflake config, allow custom datacenter/worker ids * Update changelog * send popular emails * Update ApiV1Controller, return empty statuses feed for private accounts instead of 403 response * Update changelog * Update DM config, allow new users to send DMs by default, with a new env variable to enforce a 72h limit * Update changelog * Update ApiV1Controller, add pagination to conversations endpoint with min/max/since id pagination and link header support * Update changelog * Update ApiV1Controller.php * Update Direct message component, fix pagination * Update compiled assets * Update changelog * add link donate * translate profile * Merge pull request pixelfed#5817 from pixelfed/staging Update AppRegisterController * Update pt.json * fix bug build * fix translate privacy * fix rendred post * Update ActivityPub helpers * Update ApiV1Controller, improve follower handling * Update Inbox, improve Accept Follower handling * Update Inbox handler, add Reject Follow support * Update Inbox handler, improve Undo Follow logic * Update ApiV1Controller, send UndoFollow when cancelling a follow request on remote accounts * Lint * Update changelog * add missing keys * Update changelog * pinned posts * fix key settings * fix key settings * Update federation config * Update ApiV1Controller, improve query * Bump version to 0.12.5 * Update deploy.yml * update montly email feature * Update SendMonthlyPopular.php * Update SendMonthlyPopular.php * Update SendMonthlyPopular.php * fix key Co-Authored-By: daniel <[email protected]> * Update deploy.yml * Update deploy.yml * Fix server post stats This fixes the homepage, showing how many posts have been made by the server. The prior logic includes posts from remote servers by an indirect check for if it's a local post. This commit changes the query behavior to directly check for the local flag in the statuses column, and additionally excludes shares * migrate PHPUnit configuration * replace @test annotations with #[Test] attributes, and add it where it was missing * remove test prefix from test method names * add PHPUnit cache to .gitignore * Update AccountImport, improve webp support * Update GroupSettings, add missing avatar/header deletion * Update i18n * Update compiled assets * Update 2025_03_19_022553_add_pinned_columns_statuses_table.php * update assets * fix * fix query * add missing keys * updaqte build * Update Kernel.php * Fix pinned posts implementation * Update docker readme, closes pixelfed#5909 * Update post pinning, and dispatch Notification cache warming to a job, and fix reblogged state on some endpoints * Refactor following check * Fix ProfileFeed bookmark, likes and shares. Closes pixelfed#5879 * Update PublicApiController, use pixelfed entities for /api/pixelfed/v1/accounts/id/statuses with bookmarked state * Update changelog * Update compiled assets * Update i18n * Add Pinned Posts + WebUI profile fixes (pixelfed#5914) * translate notifications * translate profile * fix translate privacy * add missing keys * pinned posts * fix key settings * fix key Co-Authored-By: daniel <[email protected]> * Update AccountImport, improve webp support * Update GroupSettings, add missing avatar/header deletion * Update i18n * Update compiled assets * Update 2025_03_19_022553_add_pinned_columns_statuses_table.php * Fix pinned posts implementation * Update docker readme, closes pixelfed#5909 * Update post pinning, and dispatch Notification cache warming to a job, and fix reblogged state on some endpoints * Refactor following check * Fix ProfileFeed bookmark, likes and shares. Closes pixelfed#5879 * Update PublicApiController, use pixelfed entities for /api/pixelfed/v1/accounts/id/statuses with bookmarked state * Update changelog * Update compiled assets * Update i18n --------- Co-authored-by: Felipe Mateus <[email protected]> * Update PublicApiController, fix visibility for guests * Update Profile.vue, fix pagination * Update changelog and compiled assets * Fix timeAgo and notifications * Update compiled assets * Update i18n * Update ProfileMigrationController.php * Update Instance total post, add optional estimation for huge status tables * Update changelog * Update InstanceUpdateTotalLocalPosts.php - Improve total post count by adding `uri` IS NULL check * Update ApiV1Controller, fix notifications favourited/reblogged/bookmarked state. Fixes pixelfed#5901 * Update ApiV1Controller, fix relationship fields. Fixes pixelfed#5900 * Update instance config, return proper matrix limits. Fixes pixelfed#4780 * Update SearchApiV2Service, fix offset bug. Fixes pixelfed#5875 * Update ApiV1Controller, add better direct error message. Fixes pixelfed#4789 * Update changelog * API improvements + test fixes (pixelfed#5925) * migrate PHPUnit configuration * replace @test annotations with #[Test] attributes, and add it where it was missing * remove test prefix from test method names * add PHPUnit cache to .gitignore * Update ApiV1Controller, fix notifications favourited/reblogged/bookmarked state. Fixes pixelfed#5901 * Update ApiV1Controller, fix relationship fields. Fixes pixelfed#5900 * Update instance config, return proper matrix limits. Fixes pixelfed#4780 * Update SearchApiV2Service, fix offset bug. Fixes pixelfed#5875 * Update ApiV1Controller, add better direct error message. Fixes pixelfed#4789 * Update changelog --------- Co-authored-by: Daniel Simon <[email protected]> * Update DiscoverController, improve public hashtag feed. Fixes pixelfed#5866 * Update report views, fix missing forms * Update private settings, change "Private Account" to "Manually Review Follow Requests" * Update changelog * Update ReportController, fix type validation * Add custom filters Add custom filters, compatible with Mastodon `/api/v2/filters` Todo: - [ ] fix routes - [ ] finish other context filtering * Update changelog * fix * fix * fix * Update PostContent, TimelineStatus and PhotoPresenter components to support filters * Add Filter components * Add custom filter components * Update CustomFilterPolicy * Updaet CustomFilter model * Update CustomFilterController * Update CustomFilter model and CustomFilterController * Update Hashtag component, add custom filter support * Update CustomFilterController, improve case-insentive handling, mastoAPI compatibility and custom config limits * Update CustomFilterKeyword model, add setKeywordAttribute method * Update CustomFilter model, add custom limits for max_content_scan_limit, max_filters_per_user, max_keywords_per_filter, max_keyword_length, max_pattern_length, max_reported_matches, max_create_per_hour, max_updates_per_hour so admins have more control over this feature * Update ApiV1Controller, add Custom Filters to home/public and hashtag feeds * Add webfinger validation rule * Update ComposeController, fix tag mention bug. Closes pixelfed#5885 * Update WebfingerService, apply banned domains to webfinger logic * Update FilterModal, fix keyword delete bug * Update api routes, add custom filter endpoints * Update npm deps * Update TimelineStatus, adjust custom filter warning design * Update compiled assets * Update changelog * Update CustomFilterController, remove statuses check as we dont support them yet * update assets * fix bug * 33 feature add pagina de manuntencao (#34) * adjust manutencao page * down when update * down before copy files * fix link to config redirect (#35) * Translate custom filter pxbr (#36) * translate custom filter * add resources * Update docker.yml * Update deploy.yml * Update deploy.yml --------- Co-authored-by: Daniel Supernault <[email protected]> Co-authored-by: Shlee <[email protected]> Co-authored-by: Lioh Moeller <[email protected]> Co-authored-by: Christian Winther <[email protected]> Co-authored-by: Taye Adeyemi <[email protected]> Co-authored-by: stemy2 <[email protected]> Co-authored-by: Uthanien <[email protected]> Co-authored-by: Raphael Lullis <[email protected]> Co-authored-by: Dr. Tobias Quathamer <[email protected]> Co-authored-by: batumi14 <[email protected]> Co-authored-by: Daniel Simon <[email protected]> Co-authored-by: Anil Kulkarni <[email protected]>
eufelipemateus
added a commit
to eufelipemateus/pixelfed-brasil
that referenced
this pull request
May 8, 2025
* Update AppRegisterController * add missing keys * Give execute permissions to folders nginx returns 403 for every url on app/public/storage because of the strict permissions. * Fix expected filename in .zip file of instagram export Fixes: pixelfed#5639 * Update composer * Update navbar, fix icon * Update compiled i18n strings * Add AVIF support * Update avif support, and fix reply permalinks * Update changelog * Update i18n compiled strings * Update post component * Update compiled assets * Update timeAgo util, fix year bug * Update AccountImports, add webp support * Update compiled assets * Update Image.php * Update README.md for Fastly Fast Forward * Update composer.lock * update * Translate pt * update assets * replicate mastodon list * Create settings.php Added "settings" translation for Turkish Language. * fix collection counter label * New translations web.php (Finnish) [ci skip] * New translations web.php (German) [ci skip] * New translations web.php (Portuguese, Brazilian) [ci skip] * New translations web.php (Indonesian) [ci skip] * Update ApiV1Controller, fix max_id pagination on home and public timeline feeds * Update npm deps * Update composer deps * Update Post component, rewrite local post urls * Update Profile component, rewrite local profile urls * Update compiled assets * Update backup config, add placeholder email * Update laravel to v12 * Update changelog * Update AdminSettings, fix avif,heic support * Update compiled assets * Update compiled assets * Staging (pixelfed#5852) * Give execute permissions to folders nginx returns 403 for every url on app/public/storage because of the strict permissions. * Update README.md for Fastly Fast Forward * Create settings.php Added "settings" translation for Turkish Language. * New translations web.php (Finnish) [ci skip] * New translations web.php (German) [ci skip] * New translations web.php (Portuguese, Brazilian) [ci skip] * New translations web.php (Indonesian) [ci skip] --------- Co-authored-by: Raphael Lullis <[email protected]> Co-authored-by: Shlee <[email protected]> Co-authored-by: batumi14 <[email protected]> * add miss keys pt * translate notifications * Update backup, disable notifications by default * Update AccountPostCountStatUpdate, fix memory leak * Update snowflake config, allow custom datacenter/worker ids * Update changelog * send popular emails * Update ApiV1Controller, return empty statuses feed for private accounts instead of 403 response * Update changelog * Update DM config, allow new users to send DMs by default, with a new env variable to enforce a 72h limit * Update changelog * Update ApiV1Controller, add pagination to conversations endpoint with min/max/since id pagination and link header support * Update changelog * Update ApiV1Controller.php * Update Direct message component, fix pagination * Update compiled assets * Update changelog * add link donate * translate profile * Merge pull request pixelfed#5817 from pixelfed/staging Update AppRegisterController * Update pt.json * fix bug build * fix translate privacy * fix rendred post * Update ActivityPub helpers * Update ApiV1Controller, improve follower handling * Update Inbox, improve Accept Follower handling * Update Inbox handler, add Reject Follow support * Update Inbox handler, improve Undo Follow logic * Update ApiV1Controller, send UndoFollow when cancelling a follow request on remote accounts * Lint * Update changelog * add missing keys * Update changelog * pinned posts * fix key settings * fix key settings * Update federation config * Update ApiV1Controller, improve query * Bump version to 0.12.5 * Update deploy.yml * update montly email feature * Update SendMonthlyPopular.php * Update SendMonthlyPopular.php * Update SendMonthlyPopular.php * fix key Co-Authored-By: daniel <[email protected]> * Update deploy.yml * Update deploy.yml * Fix server post stats This fixes the homepage, showing how many posts have been made by the server. The prior logic includes posts from remote servers by an indirect check for if it's a local post. This commit changes the query behavior to directly check for the local flag in the statuses column, and additionally excludes shares * migrate PHPUnit configuration * replace @test annotations with #[Test] attributes, and add it where it was missing * remove test prefix from test method names * add PHPUnit cache to .gitignore * Update AccountImport, improve webp support * Update GroupSettings, add missing avatar/header deletion * Update i18n * Update compiled assets * Update 2025_03_19_022553_add_pinned_columns_statuses_table.php * update assets * fix * fix query * add missing keys * updaqte build * Update Kernel.php * Fix pinned posts implementation * Update docker readme, closes pixelfed#5909 * Update post pinning, and dispatch Notification cache warming to a job, and fix reblogged state on some endpoints * Refactor following check * Fix ProfileFeed bookmark, likes and shares. Closes pixelfed#5879 * Update PublicApiController, use pixelfed entities for /api/pixelfed/v1/accounts/id/statuses with bookmarked state * Update changelog * Update compiled assets * Update i18n * Add Pinned Posts + WebUI profile fixes (pixelfed#5914) * translate notifications * translate profile * fix translate privacy * add missing keys * pinned posts * fix key settings * fix key Co-Authored-By: daniel <[email protected]> * Update AccountImport, improve webp support * Update GroupSettings, add missing avatar/header deletion * Update i18n * Update compiled assets * Update 2025_03_19_022553_add_pinned_columns_statuses_table.php * Fix pinned posts implementation * Update docker readme, closes pixelfed#5909 * Update post pinning, and dispatch Notification cache warming to a job, and fix reblogged state on some endpoints * Refactor following check * Fix ProfileFeed bookmark, likes and shares. Closes pixelfed#5879 * Update PublicApiController, use pixelfed entities for /api/pixelfed/v1/accounts/id/statuses with bookmarked state * Update changelog * Update compiled assets * Update i18n --------- Co-authored-by: Felipe Mateus <[email protected]> * Update PublicApiController, fix visibility for guests * Update Profile.vue, fix pagination * Update changelog and compiled assets * Fix timeAgo and notifications * Update compiled assets * Update i18n * Update ProfileMigrationController.php * Update Instance total post, add optional estimation for huge status tables * Update changelog * Update InstanceUpdateTotalLocalPosts.php - Improve total post count by adding `uri` IS NULL check * Update ApiV1Controller, fix notifications favourited/reblogged/bookmarked state. Fixes pixelfed#5901 * Update ApiV1Controller, fix relationship fields. Fixes pixelfed#5900 * Update instance config, return proper matrix limits. Fixes pixelfed#4780 * Update SearchApiV2Service, fix offset bug. Fixes pixelfed#5875 * Update ApiV1Controller, add better direct error message. Fixes pixelfed#4789 * Update changelog * API improvements + test fixes (pixelfed#5925) * migrate PHPUnit configuration * replace @test annotations with #[Test] attributes, and add it where it was missing * remove test prefix from test method names * add PHPUnit cache to .gitignore * Update ApiV1Controller, fix notifications favourited/reblogged/bookmarked state. Fixes pixelfed#5901 * Update ApiV1Controller, fix relationship fields. Fixes pixelfed#5900 * Update instance config, return proper matrix limits. Fixes pixelfed#4780 * Update SearchApiV2Service, fix offset bug. Fixes pixelfed#5875 * Update ApiV1Controller, add better direct error message. Fixes pixelfed#4789 * Update changelog --------- Co-authored-by: Daniel Simon <[email protected]> * Update DiscoverController, improve public hashtag feed. Fixes pixelfed#5866 * Update report views, fix missing forms * Update private settings, change "Private Account" to "Manually Review Follow Requests" * Update changelog * Update ReportController, fix type validation * Add custom filters Add custom filters, compatible with Mastodon `/api/v2/filters` Todo: - [ ] fix routes - [ ] finish other context filtering * Update changelog * fix * fix * fix * Update PostContent, TimelineStatus and PhotoPresenter components to support filters * Add Filter components * Add custom filter components * Update CustomFilterPolicy * Updaet CustomFilter model * Update CustomFilterController * Update CustomFilter model and CustomFilterController * Update Hashtag component, add custom filter support * Update CustomFilterController, improve case-insentive handling, mastoAPI compatibility and custom config limits * Update CustomFilterKeyword model, add setKeywordAttribute method * Update CustomFilter model, add custom limits for max_content_scan_limit, max_filters_per_user, max_keywords_per_filter, max_keyword_length, max_pattern_length, max_reported_matches, max_create_per_hour, max_updates_per_hour so admins have more control over this feature * Update ApiV1Controller, add Custom Filters to home/public and hashtag feeds * Add webfinger validation rule * Update ComposeController, fix tag mention bug. Closes pixelfed#5885 * Update WebfingerService, apply banned domains to webfinger logic * Update FilterModal, fix keyword delete bug * Update api routes, add custom filter endpoints * Update npm deps * Update TimelineStatus, adjust custom filter warning design * Update compiled assets * Update changelog * Update CustomFilterController, remove statuses check as we dont support them yet * update assets * fix bug * 33 feature add pagina de manuntencao (#34) * adjust manutencao page * down when update * down before copy files * fix link to config redirect (#35) * Translate custom filter pxbr (#36) * translate custom filter * add resources * Update docker.yml * Update deploy.yml * Update deploy.yml * Update deploy.yml * Update deploy.yml * update 8.4 * update lock * Update deploy.yml * desativar contas inativas (#41) [Improvement]: Deactivate users who registered but never accessed the platform * update assets --------- Co-authored-by: daniel <[email protected]> Co-authored-by: Raphael Lullis <[email protected]> Co-authored-by: Dr. Tobias Quathamer <[email protected]> Co-authored-by: Shlee <[email protected]> Co-authored-by: batumi14 <[email protected]> Co-authored-by: Daniel Simon <[email protected]> Co-authored-by: Anil Kulkarni <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
/api/v1/accounts/{id}/statuses, that is coming soon.