Commits on Source (29)
-
Dean authored
-
Dean authored
-
Dean authored
-
Dean authored
-
Dean authored
-
Dean authored
-
Dean authored
-
Dean authored
-
Dean authored
-
Dean authored
-
Dean authored
-
Dean authored
-
Dean authored
-
Spotlight Deveaux authored
We filter out non-file/link types by default. However, the check mistakenly filtered out all files by default.
-
Spotlight Deveaux authored
This adds a `total_objects` count to the response, which is useful to know the count of objects associated to a user to determine the amount of pages required ahead of time for ease purposes.
-
-
Spotlight Deveaux authored
-
Spotlight Deveaux authored
If the `limits` query parameter is present, we expect it to override the `limit` variable. However, the variable was mistakenly defined locally and fails to override the outer variable.
-
Dean authored
-
Dean authored
-
Dean authored
-
Auri authored
-
Auri authored
-
Dean authored
-
Dean authored
-
Dean authored
-
Dean authored
Showing
- .editorconfig 10 additions, 0 deletions.editorconfig
- Dockerfile 2 additions, 2 deletionsDockerfile
- config.sample.toml 13 additions, 1 deletionconfig.sample.toml
- go.mod 39 additions, 13 deletionsgo.mod
- go.sum 582 additions, 57 deletionsgo.sum
- lib/apierrors/errors.go 24 additions, 0 deletionslib/apierrors/errors.go
- lib/db/models.go 29 additions, 13 deletionslib/db/models.go
- lib/db/queries.go 196 additions, 19 deletionslib/db/queries.go
- lib/db/sql.go 153 additions, 4 deletionslib/db/sql.go
- lib/routes/banfile.go 158 additions, 0 deletionslib/routes/banfile.go
- lib/routes/bannedfile.go 56 additions, 0 deletionslib/routes/bannedfile.go
- lib/routes/deletebannedfile.go 52 additions, 0 deletionslib/routes/deletebannedfile.go
- lib/routes/deleteobject.go 14 additions, 4 deletionslib/routes/deleteobject.go
- lib/routes/listbannedfiles.go 55 additions, 0 deletionslib/routes/listbannedfiles.go
- lib/routes/listobjects.go 41 additions, 12 deletionslib/routes/listobjects.go
- lib/routes/object.go 8 additions, 1 deletionlib/routes/object.go
- lib/routes/uploadpomf.go 125 additions, 27 deletionslib/routes/uploadpomf.go
- main.go 26 additions, 10 deletionsmain.go
- sql/README 6 additions, 0 deletionssql/README
- sql/v1.sql 200 additions, 0 deletionssql/v1.sql
.editorconfig
0 → 100644
This diff is collapsed.
lib/routes/banfile.go
0 → 100644
lib/routes/bannedfile.go
0 → 100644
lib/routes/deletebannedfile.go
0 → 100644
lib/routes/listbannedfiles.go
0 → 100644
sql/README
0 → 100644
sql/v1.sql
0 → 100644