added stats page and password reset
This commit is contained in:
parent
621cc2a83e
commit
cabc3e94b4
55 changed files with 8094 additions and 4362 deletions
41
vendor/modules.txt
vendored
41
vendor/modules.txt
vendored
|
|
@ -1,3 +1,5 @@
|
|||
# git.giftfish.de/ston1th/authdav v1.1.0
|
||||
git.giftfish.de/ston1th/authdav
|
||||
# git.giftfish.de/ston1th/godrop/v2 v2.1.0
|
||||
git.giftfish.de/ston1th/godrop/v2
|
||||
# git.giftfish.de/ston1th/jwt/v3 v3.2.0
|
||||
|
|
@ -8,43 +10,43 @@ github.com/RoaringBitmap/roaring
|
|||
github.com/bcampbell/qs
|
||||
# github.com/blevesearch/bleve v0.8.0
|
||||
github.com/blevesearch/bleve
|
||||
github.com/blevesearch/bleve/analysis
|
||||
github.com/blevesearch/bleve/analysis/analyzer/custom
|
||||
github.com/blevesearch/bleve/analysis/analyzer/standard
|
||||
github.com/blevesearch/bleve/analysis/datetime/flexible
|
||||
github.com/blevesearch/bleve/analysis/datetime/optional
|
||||
github.com/blevesearch/bleve/analysis/lang/en
|
||||
github.com/blevesearch/bleve/analysis/token/edgengram
|
||||
github.com/blevesearch/bleve/analysis/token/lowercase
|
||||
github.com/blevesearch/bleve/analysis/token/porter
|
||||
github.com/blevesearch/bleve/analysis/token/stop
|
||||
github.com/blevesearch/bleve/analysis/tokenizer/unicode
|
||||
github.com/blevesearch/bleve/document
|
||||
github.com/blevesearch/bleve/mapping
|
||||
github.com/blevesearch/bleve/search/query
|
||||
github.com/blevesearch/bleve/analysis
|
||||
github.com/blevesearch/bleve/analysis/datetime/optional
|
||||
github.com/blevesearch/bleve/geo
|
||||
github.com/blevesearch/bleve/index
|
||||
github.com/blevesearch/bleve/index/scorch
|
||||
github.com/blevesearch/bleve/index/scorch/mergeplan
|
||||
github.com/blevesearch/bleve/index/scorch/segment
|
||||
github.com/blevesearch/bleve/index/scorch/segment/zap
|
||||
github.com/blevesearch/bleve/index/store
|
||||
github.com/blevesearch/bleve/index/store/boltdb
|
||||
github.com/blevesearch/bleve/index/store/gtreap
|
||||
github.com/blevesearch/bleve/index/upsidedown
|
||||
github.com/blevesearch/bleve/mapping
|
||||
github.com/blevesearch/bleve/numeric
|
||||
github.com/blevesearch/bleve/registry
|
||||
github.com/blevesearch/bleve/search
|
||||
github.com/blevesearch/bleve/search/collector
|
||||
github.com/blevesearch/bleve/search/facet
|
||||
github.com/blevesearch/bleve/search/highlight
|
||||
github.com/blevesearch/bleve/search/highlight/highlighter/html
|
||||
github.com/blevesearch/bleve/size
|
||||
github.com/blevesearch/bleve/geo
|
||||
github.com/blevesearch/bleve/numeric
|
||||
github.com/blevesearch/bleve/analysis/analyzer/standard
|
||||
github.com/blevesearch/bleve/search/searcher
|
||||
github.com/blevesearch/bleve/analysis/datetime/flexible
|
||||
github.com/blevesearch/bleve/index/scorch/mergeplan
|
||||
github.com/blevesearch/bleve/index/scorch/segment
|
||||
github.com/blevesearch/bleve/index/scorch/segment/zap
|
||||
github.com/blevesearch/bleve/search/highlight/format/html
|
||||
github.com/blevesearch/bleve/search/highlight/fragmenter/simple
|
||||
github.com/blevesearch/bleve/search/highlight/highlighter/html
|
||||
github.com/blevesearch/bleve/search/highlight/highlighter/simple
|
||||
github.com/blevesearch/bleve/analysis/lang/en
|
||||
github.com/blevesearch/bleve/search/query
|
||||
github.com/blevesearch/bleve/search/scorer
|
||||
github.com/blevesearch/bleve/analysis/token/porter
|
||||
github.com/blevesearch/bleve/analysis/token/stop
|
||||
github.com/blevesearch/bleve/search/searcher
|
||||
github.com/blevesearch/bleve/size
|
||||
# github.com/blevesearch/go-porterstemmer v1.0.2
|
||||
github.com/blevesearch/go-porterstemmer
|
||||
# github.com/blevesearch/segment v0.0.0-20160915185041-762005e7a34f
|
||||
|
|
@ -78,8 +80,8 @@ github.com/mschoch/smat
|
|||
github.com/philhofer/fwd
|
||||
# github.com/pquerna/otp v1.2.0
|
||||
github.com/pquerna/otp
|
||||
github.com/pquerna/otp/totp
|
||||
github.com/pquerna/otp/hotp
|
||||
github.com/pquerna/otp/totp
|
||||
# github.com/steveyen/gtreap v0.0.0-20150807155958-0abe01ef9be2
|
||||
github.com/steveyen/gtreap
|
||||
# github.com/tinylib/msgp v1.1.0
|
||||
|
|
@ -91,6 +93,9 @@ github.com/willf/bitset
|
|||
# golang.org/x/crypto v0.0.0-20190426145343-a29dc8fdc734
|
||||
golang.org/x/crypto/bcrypt
|
||||
golang.org/x/crypto/blowfish
|
||||
# golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297
|
||||
golang.org/x/net/webdav
|
||||
golang.org/x/net/webdav/internal/xml
|
||||
# golang.org/x/sys v0.0.0-20190412213103-97732733099d
|
||||
golang.org/x/sys/unix
|
||||
golang.org/x/sys/windows
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue