Conversation
…entificação do remetente
…ards (#153) - Clear authenticated session vars (id, nome, email, admin, validity) when entering TOTP flow so existing valid sessions can't bypass TOTP - Add pending_totp_user/pending_user_setup checks to all page auth guards (redirect to login TOTP/setup steps) - Add session validity + pending auth checks to admin API endpoints (previously only checked admin flag, missing validity check)
…155) - dashboard_stats: add LIMIT 10 to reservations-per-room query - api_registos: change default limit 50→10, add q search filter (loginfo, nome, email, ip_address), add total count in response - salas_search: change default limit 20→10, add LIKE ESCAPE for safe wildcard handling - tempos_search: change default limit 20→10, add LIKE ESCAPE - users_search: change hardcoded limit 20→10 - recipients_preview: limit displayed recipients to 10, add total/hasMore fields for client-side pagination
…age" This reverts commit 813414c.
|
📝 Manual Update Required? It looks like you've modified core logic. Please check if the user manual needs a refresh! @marpisco |
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
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.
Changes
PHPMailer 7.0.2 → 7.1.1
Security: Pending-auth guards (#153)
pending_totp_user/pending_user_setup+ session validity checks to all page auth guards and admin API endpoints (16 files)API: LIMIT 10 default + search filters (#155)
api_registos, 20→10 onsalas_search/tempos_search/users_searchqsearch filter onapi_registos(loginfo, nome, email, ip_address)totalcount +hasMorefields for client-side pagination awarenessLIKE … ESCAPEfor safe wildcard handlingMisc
emailnotification.php: remove unnecessary checkbox label textcopilot-instructions.md: updated to reflect current project stateVerification
php -lon all modified PHP files — pass7.1.1Closes #151 Closes #153 Closes #154 Closes #155