.vscode
|
Handle multipart form files
|
2022-01-16 21:29:42 +01:00 |
cmd
|
Add login to client
|
2022-01-19 22:44:00 +01:00 |
.gitignore
|
Fix gitignore for goreleaser
|
2022-01-15 19:09:13 +01:00 |
.goreleaser.yaml
|
Stop bulding for darwin
|
2022-01-15 19:13:03 +01:00 |
.woodpecker.yml
|
Initial commit
|
2022-01-15 19:07:33 +01:00 |
auth_test.go
|
Add auth middleware
|
2022-01-20 01:04:44 +01:00 |
auth.go
|
Add authlevel to middleware
|
2022-01-20 01:11:40 +01:00 |
config_test.go
|
Add signing secret to config
|
2022-01-19 22:28:08 +01:00 |
config.go
|
Add signing secret to config
|
2022-01-19 22:28:08 +01:00 |
Dockerfile
|
Initial commit
|
2022-01-15 19:07:33 +01:00 |
filestore_fs_test.go
|
Add test for persistance to store
|
2022-01-19 03:10:50 +01:00 |
filestore_fs.go
|
Add fs filestore
|
2022-01-19 01:03:24 +01:00 |
filestore_memory_test.go
|
Initial commit
|
2022-01-15 19:07:33 +01:00 |
filestore_memory.go
|
Add test for delete
|
2022-01-15 21:31:32 +01:00 |
filestore_test.go
|
Add test for persistance to store
|
2022-01-19 03:10:50 +01:00 |
filestore.go
|
Add fs filestore
|
2022-01-19 01:03:24 +01:00 |
go.mod
|
Add login to client
|
2022-01-19 22:44:00 +01:00 |
go.sum
|
Add login to client
|
2022-01-19 22:44:00 +01:00 |
gpaste-server.toml
|
Add auth middleware
|
2022-01-20 01:04:44 +01:00 |
http_test.go
|
Add auth middleware
|
2022-01-20 01:04:44 +01:00 |
http.go
|
Add auth middleware
|
2022-01-20 01:04:44 +01:00 |
middleware.go
|
Add authlevel to middleware
|
2022-01-20 01:11:40 +01:00 |
user_test.go
|
Add users and auth
|
2022-01-19 21:45:53 +01:00 |
user.go
|
Add role to users
|
2022-01-20 01:19:32 +01:00 |
userstore_bolt_test.go
|
Add users and auth
|
2022-01-19 21:45:53 +01:00 |
userstore_bolt.go
|
Add users and auth
|
2022-01-19 21:45:53 +01:00 |
userstore_memory_test.go
|
Add users and auth
|
2022-01-19 21:45:53 +01:00 |
userstore_memory.go
|
Add users and auth
|
2022-01-19 21:45:53 +01:00 |
userstore_test.go
|
Add role to users
|
2022-01-20 01:19:32 +01:00 |