Skip to content
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

feat: v4 #548

Merged
merged 60 commits into from
Dec 24, 2024
Merged

feat: v4 #548

merged 60 commits into from
Dec 24, 2024

Conversation

Zibbp
Copy link
Owner

@Zibbp Zibbp commented Nov 27, 2024

Server Changes

  • Begin standardizing HTTP responses with a simple response format
{
  "success": false, // boolean of operation status
  "data": null, // the data of the request, usually an object or array
  "message": "updated video" // brief message of the request/operation
}
  • Replace JWT for sessions in local authentication

Frontend Changes

Entire re-write WIP... The UI is mostly the same, mainly cleaning up the code.

Converging Frontend and API containers into a single container

Having the frontend and API be a single image simplifies a lot of issues that users have with the various URL env variables.

@Zibbp Zibbp mentioned this pull request Dec 15, 2024
7 tasks
@Zibbp Zibbp merged commit 9edf442 into main Dec 24, 2024
5 checks passed
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.

1 participant