Skip to content

Staging#55

Merged
joseganora merged 11 commits into
masterfrom
staging
Nov 17, 2025
Merged

Staging#55
joseganora merged 11 commits into
masterfrom
staging

Conversation

@jajaramillo24
Copy link
Copy Markdown
Collaborator

No description provided.

l-dufour and others added 10 commits June 5, 2025 11:08
Introduces an is_active boolean column to the applications table with a migration, updates the Application model with an active scope and proper casting, and refactors ApplicationController to support activation/deactivation, filtering by active status, and improved validation. The API routes are extended to include endpoints for activating, deactivating, and listing all applications for admins. The ApiAuthMiddleware now checks the is_active status for API key authentication and returns appropriate error responses for inactive applications.
*/
protected $table = 'applications';

public $timestamps = false;
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did you change this variable?

Comment thread docker/Dockerfile Outdated
Comment thread routes/api.php Outdated
@joseganora joseganora merged commit 76db396 into master Nov 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants