Fix select-all delete regression (#4178) * Fix select-all delete regression * Add extra tests
Recent Commits to redirection:trunk
-
Fix select-all delete regression (#4178)
-
Prepare 5.7.4 (#4177)
Prepare 5.7.4 (#4177)
-
Remember display setting (#4174)
Remember display setting (#4174) * Remember display setting * Lint it * Add typing * Remove migration code We’ll just use the new keys * Better typing
-
Add strikethrough to redirectflag (#4175)
Add strikethrough to redirectflag (#4175) * Add strikethrough to redirectflag If the flag is different from the default, and should show it being disabled then show a strikethrough style so its clear * Lint * Cleanup
-
Fix missing request_data schema for logs (#4173)
Fix missing request_data schema for logs (#4173) * Fix missing request_data schema for logs * Add a test
-
Only show select all if it makes sense (#4171)
Only show select all if it makes sense (#4171) * Only show select all if it makes sense - more items available than per page - all items on current page selected * Improve logic
-
Fix incorrect passing of filter params in select all (#4170)
Fix incorrect passing of filter params in select all (#4170) * Fix incorrect passing of filter params in select all * Lint
-
Minor fixes for group display setting and site style (#4166)
Minor fixes for group display setting and site style (#4166) * Fix group page using compact style * Fix style of domains on site page
-
Bump versions for 5.7.3 (#4165)
Bump versions for 5.7.3 (#4165)
-
Fix log/404 page date ordering (#4164)
Fix log/404 page date ordering (#4164) It was using the wrong column ID
-
Remove unnecessary header padding (#4163)
Remove unnecessary header padding (#4163)
-
Fix select all and then uncheck an item (#4161)
Fix select all and then uncheck an item (#4161)
-
Fix adding a group causing zod error (#4160)
Fix adding a group causing zod error (#4160) * Fix adding a group causing zod error * Implement suggestions * Lint * Improve the test
-
Add some more tests for various recent issues (#4159)
Add some more tests for various recent issues (#4159) * Add some more tests for various recent issues * Lint * Copilot comments
-
Fix log target have domain added when it shouldnt (#4157)
Fix log target have domain added when it shouldnt (#4157) * Fix log target have domain added when it shouldnt * Handle domain data better * Refactor * Lint
-
Fix the from/notfrom data missing from UI (#4154)
Fix the from/notfrom data missing from UI (#4154) * Fix the from/notfrom data missing from UI * Remove phpstan ignore * Add unit test * Remove change to log.php This is in the wrong PR * Update test * Fix lint
-
Fix show all and group by useragent (#4155)
Fix show all and group by useragent (#4155) * Fix show all and group by useragent * Fix lints * Implement suggestions * Add PHP component for the group by * Remove phpstan ignore
-
Fix the current page reseting after a bulk act ion (#4153)
Fix the current page reseting after a bulk act ion (#4153) * Fix the current page reseting after a bulk act ion * Update src/lib/api/hooks/use-redirect-mutations.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update src/lib/api/hooks/use-logs.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update src/lib/api/hooks/use-logs.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
-
Use the per page config value (#4148)
Use the per page config value (#4148)
-
Bump to 5.7.2 (#4147)
Bump to 5.7.2 (#4147)
-
Add defensive setup steps (#4146)
Add defensive setup steps (#4146) * Add defensive setup steps * Fix issues * Tweak the URL
-
Fix 404 zod schema (#4145)
Fix 404 zod schema (#4145) * Fix 404 zod schema Some of the fields are nullable. Also, we should show the zod error * Fix issues
-
Fix select all (#4142)
Fix select all (#4142) * Fix ‘select all’ Restore the delete prompt and fix the behaviour of select all * Lint * Fix issues
-
Ready 5.7.1 (#4140)
Ready 5.7.1 (#4140) * Ready 5.7.1 * Ensure min WP matches readme
-
Stop warning if restricted function (#4138)
Stop warning if restricted function (#4138)
-
Fix referrer appearing in standard display (#4137)
Fix referrer appearing in standard display (#4137)
-
Fix the filter by IP on logs and 404 (#4136)
Fix the filter by IP on logs and 404 (#4136) * Fix the filter by IP on logs and 404 * Address issues
-
Fix log/404 bulk delete (#4135)
Fix log/404 bulk delete (#4135) * Fix log/404 bulk delete * Fix type
-
Prepare release for 5.7 (#4131)
Prepare release for 5.7 (#4131) * Prepare release for 5.7 * Fix new lint * Update readme.txt Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update redirection-version.php Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Use build version --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
-
Prevent null monitor posts (#4130)
Prevent null monitor posts (#4130) * Prevent null monitor posts On some sites this is happening * Add test for null post
-
Client fixes (#4128)
Client fixes (#4128) * Clean up the error message Button should be a link. Remove the mention of old WP * Fix the DB install process * Clarify difference between empty import and bad import * Fix upgrade * Fix potential problems * Address feedback * Fix tests
-
Improve cron expiry speed (#4125)
Improve cron expiry speed (#4125) * Improve cron expiry speed * Address comments * Lint
-
Improve CLI handling (#4121)
Improve CLI handling (#4121) * Improve WP CLI typing * Tweaks * Implement suggestions
-
Add multi select to checkboxes (#4123)
Add multi select to checkboxes (#4123) * Support shift multi selected in checkboxes * Fixes for keyboard * Fix issue * Fix issues * Lint
-
Add permissions-policy (#4124)
Add permissions-policy (#4124) * Add permissions-policy * Update src/page/site/headers/header.tsx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
-
Monitoring trash should look at the monitored types (#4120)
Monitoring trash should look at the monitored types (#4120) * Monitoring trash should look at the monitored types We don’t want it for all trash, just the ones enabled * Update test * Fix tests
-
Pass $full in redirection_post_types filter (#4122)
Pass $full in redirection_post_types filter (#4122)
-
Add filter for trashed post detection (#4119)
Add filter for trashed post detection (#4119) * Add filter for trashed post detection Also fire the action * Add tests for trash
-
Fix inverted caching logic (#4104)
Fix inverted caching logic (#4104)
-
Bump phpunit/phpunit in the composer group across 1 directory (#4111)
Bump phpunit/phpunit in the composer group across 1 directory (#4111) Bumps the composer group with 1 update in the / directory: [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit). Updates `phpunit/phpunit` from 9.6.31 to 9.6.33 - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/9.6.33/ChangeLog-9.6.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.6.31...9.6.33) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-version: 9.6.33 dependency-type: direct:development dependency-group: composer ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Install Rector (#4118)
Install Rector (#4118) * Set PHP minimum to 7.4 Rector is installed but we will apply it later after moving files * Update readme.txt Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Minor tweaks --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
-
Add protection from browser extensions (#4116)
Add protection from browser extensions (#4116) * Add protection from browser extensions * Fix rebase * Improve typing * Annoying
-
Client update (#4117)
Client update (#4117) * Modernise the client * Tanstack Query for API data * Update packages * Re-enable style and JS lint and tests Include * Update readme with latest details * Fix style lint issues * Update Jest to fix tests * Fix wide checkboxes * Fix style linting in editor * Fix various UI issues * Make the constants actually constant * Fix table edit style * Fix various issues * Fix lints * Address some issues * More fixes * Lint fixes * Style tweaks * Update packages * Add unit test for database * Lint