feat: reworked design
feat: allow files modification time with X-OC-Mtime header fix: do not redirect on favicon and keep query in redirect after login fix: preview on uploading or deleting images chore: refactored tokens fix: redirection loop after cookie expires
... | ... | @@ -8,8 +8,8 @@ require ( |
github.com/oschwald/maxminddb-golang v1.8.0 | ||
github.com/secure-io/sio-go v0.3.1 | ||
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a | ||
golang.org/x/net v0.0.0-20210521195947-fe42d452be8f | ||
golang.org/x/net v0.0.0-20210525063256-abc453219eb5 | ||
golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c | ||
golang.org/x/sys v0.0.0-20210521203332-0cec03c779c1 | ||
golang.org/x/sys v0.0.0-20210608053332-aa57babbf139 | ||
google.golang.org/appengine v1.6.7 // indirect | ||
) |