alpha
Login
or
Join now
alice.pds.demo.boltless.dev
/
core
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
2
Pulls
1
Pipelines
core
/
routes
2 folders
9 files
at
a86e8e3eb06e37dec854d7f187b34f331fad063e
Akshay
remove redundant import rename
2y ago
a86e8e3e
middleware
routes: resolve did to handle in middleware So handles are now purely cosmetic and are resolved to DIDs in the middleware. auth.ResolveIdent seems to add a lot of latency, so we cache the resolved ident for 24 hours. It's still not as perfomant but we can come back to this later.
2 years ago
tmpl
move everything to top-level dir
2 years ago
access.go
remove redundant import rename
2 years ago
auth.go
auth: move to top level
2 years ago
file.go
move everything to top-level dir
2 years ago
git.go
routes: resolve did to handle in middleware So handles are now purely cosmetic and are resolved to DIDs in the middleware. auth.ResolveIdent seems to add a lot of latency, so we cache the resolved ident for 24 hours. It's still not as perfomant but we can come back to this later.
2 years ago
handler.go
implement access levels - new table tracks access levels between each DID and a repo - creators of a repo are owners by default - newly added members are writers by default - introduces AccessLevel middleware to mask routes based on level
2 years ago
html_util.go
move everything to top-level dir
2 years ago
internal.go
keyfetch: add keyfetch and internal api
2 years ago
routes.go
remove redundant import rename
2 years ago
util.go
routes: resolve did to handle in middleware So handles are now purely cosmetic and are resolved to DIDs in the middleware. auth.ResolveIdent seems to add a lot of latency, so we cache the resolved ident for 24 hours. It's still not as perfomant but we can come back to this later.
2 years ago