This website requires JavaScript.
Explore
Register
Sign In
syncode
/
front
Watch
2
Star
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
feat: Remove repository principal input
#19
Merged
day01
merged %!d(
) commits from
%!s(
)
into
%!s(
)
2026-08-26 13:28:21 +00:00
Conversation
0
Commits
-
Files Changed
-
day01
commented
2026-08-26 13:20:36 +00:00
Owner
Copy Link
Copy Source
Summary
remove caller-controlled principal IDs from repository GraphQL inputs
keep repository ownership explicit while relying on the authenticated server-side principal
Verification
cargo fmt --check
cargo clippy --target wasm32-unknown-unknown --all-targets --all-features -- -D warnings
cargo test --workspace --all-targets --all-features
cargo build --release --target wasm32-unknown-unknown --all-features
repository schema matches the generated syncode-repo schema
## Summary - remove caller-controlled principal IDs from repository GraphQL inputs - keep repository ownership explicit while relying on the authenticated server-side principal ## Verification - cargo fmt --check - cargo clippy --target wasm32-unknown-unknown --all-targets --all-features -- -D warnings - cargo test --workspace --all-targets --all-features - cargo build --release --target wasm32-unknown-unknown --all-features - repository schema matches the generated syncode-repo schema
day01
added 1 commit
2026-08-26 13:20:38 +00:00
feat: Remove repository principal input
day01
merged commit
07da7bfdb8
into
%!s(
)
2026-08-26 13:28:21 +00:00
day01
deleted branch
feat/repository-graphql-session
2026-08-26 13:28:21 +00:00
Sign in
to join this conversation.
Reviewers
No Reviewers
Labels
No items
No labels
Milestone
No items
No Milestone
Projects
Clear projects
No projects
Assignees
Clear assignees
KG5321
(KG5321)
day01
nauron
No Assignees
1 Participants
Notifications
Subscribe
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: syncode/front#19
Write
Preview
Loading…
x
Add
Cancel
Save
Reference in New Issue
Repository
syncode/front
Title
Body
Create Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues.
Learn more about blocking a user.
User to block:
Optional note:
The note is not visible to the blocked user.
Cancel
Block
SynCode is built on
Gitea
·
MIT License
Summary
Verification