Commits on Source (20)
-
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
- Dockerfile 2 additions, 2 deletionsDockerfile
- go.mod 39 additions, 18 deletionsgo.mod
- go.sum 573 additions, 65 deletionsgo.sum
- lib/apierrors/errors.go 3 additions, 0 deletionslib/apierrors/errors.go
- lib/db/queries.go 34 additions, 2 deletionslib/db/queries.go
- lib/db/sql.go 14 additions, 17 deletionslib/db/sql.go
- lib/routes/deleteobject.go 11 additions, 3 deletionslib/routes/deleteobject.go
- lib/routes/listobjects.go 41 additions, 12 deletionslib/routes/listobjects.go
- lib/routes/uploadpomf.go 5 additions, 1 deletionlib/routes/uploadpomf.go
- main.go 5 additions, 3 deletionsmain.go
- sql/README 6 additions, 0 deletionssql/README
- sql/v1.sql 200 additions, 0 deletionssql/v1.sql
This diff is collapsed.
sql/README
0 → 100644
sql/v1.sql
0 → 100644