mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-06 09:13:19 +03:00
[PR #537] [MERGED] v1.0.0 #743
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/pocket-id/pocket-id/pull/537
Author: @stonith404
Created: 5/17/2025
Status: ✅ Merged
Merged: 5/24/2025
Merged by: @stonith404
Base:
main← Head:v1.0.0📝 Commits (10+)
db743e7refactor!: serve the static frontend trough the backend (#520)09a0134ci/cd: update release pipelines (#541)e9a9854refactor: replace create-one-time-access-token script with in-app functionality (#540)c867262chore: address linter's complaint in 1.0 branch (#546)29a8f25Merge branch 'main' into v1.0.0c922c9drefactor: some clean-up in OIDC service and controller (#550)d534fadfix: animation speed set to max of 300msbd6ec2echore: remove pocket-id binary344e138chore: add pocket-id to .gitignoreca34c71chore: add.well-knownto development reverse proxy📊 Changes
327 files changed (+10947 additions, -9779 deletions)
View changed files
📝
.devcontainer/devcontainer.json(+9 -20)📝
.dockerignore(+5 -1)📝
.env.example(+1 -1)📝
.github/workflows/backend-linter.yml(+1 -0)➖
.github/workflows/build-and-push-docker-image.yml(+0 -50)📝
.github/workflows/e2e-tests.yml(+19 -66)➕
.github/workflows/release.yml(+106 -0)📝
.github/workflows/svelte-check.yml(+1 -1)📝
.github/workflows/unit-tests.yml(+1 -1)📝
.github/workflows/update-aaguids.yml(+1 -0)📝
.gitignore(+7 -4)📝
.vscode/extensions.json(+5 -2)📝
.vscode/settings.json(+2 -1)➖
.vscode/tasks.json(+0 -37)📝
CONTRIBUTING.md(+38 -28)📝
Dockerfile(+26 -29)➕
Dockerfile-prebuilt(+20 -0)➕
backend/.env.development-example(+9 -0)➖
backend/.env.example(+0 -10)📝
backend/.gitignore(+1 -0)...and 80 more files
📄 Description
Fixes: https://github.com/pocket-id/pocket-id/issues/531
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.