Fix/project filters name type - #1178
Open
Laecherlich wants to merge 10 commits into
Open
Conversation
Google SSO via Socialite: env-gated (GOOGLE_SSO_ENABLED), optional domain restriction (GOOGLE_SSO_ALLOWED_DOMAINS) and auto-provisioning of new users (GOOGLE_SSO_AUTO_PROVISION). SSO users have no password; existing accounts are linked by email. Google Calendar: per-user connection with encrypted refresh token (read-only events scope, incremental consent, same OAuth client as SSO), events API endpoint, meetings overlay in the calendar view with click-to-create time entry, connect/disconnect in profile settings.
Compose stack running the production image locally (http, scheduler, queue worker, postgres) to verify a build before deploying. Overrides the FrankenPHP base image healthcheck for non-http container modes.
Builds the production image on push to main (and v* tags) and publishes it to ghcr.io/lipsia/ld-time with an immutable sha-<commit> tag. Afterwards dispatches to lipsia/nix-infra to open a deploy PR (skipped with a warning until the NIX_INFRA_DISPATCH_TOKEN secret is configured). All actions are pinned to commit SHAs.
…arch Add project-name filtering to Projects list
…ion-handle-overlapping Calendar: render overlapping Google Calendar events side-by-side in time grid
The project name search added a name filter to the Projects page state but not to the ProjectFilters interface, so the filter dropdown's update:filters payload failed to type-check. Reuse ProjectFilters in Projects.vue instead of duplicating the shape inline.
|
|
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.
What does this PR do?
Checklist (DO NOT REMOVE)