Commit Graph

17 Commits (fc3ed8a1de0e35eefff083176211c4eb61a264ca)

Author SHA1 Message Date
Thibault Meyer b0ddced2b5
Merge remote-tracking branch 'upstream/master' into feature/rewrite-xorm-queries
# Conflicts:
#	models/git_diff.go
#	models/issue.go
#	models/org.go
#	models/pull.go
#	models/repo.go
Thibault Meyer a4454f5d0f
Rewrite XORM queries
Sandro Santilli 4247304f5a Update import paths from github.com/go-gitea to code.gitea.io ()
- Update import paths from github.com/go-gitea to code.gitea.io
- Fix import path for travis

See https://docs.travis-ci.com/user/languages/go#Go-Import-Path
Rémy Boulanouar 2d68bd1ef9 Change import reference to match gitea instead of gogs ()
Unknwon 250be011c7 Remove redundant Unix timestamp method call
Unix() already uses UTC as timezone
Franz Schmidt 8b35c194ec Fixes ()
Unknwon ad513a20e9 Replace time.Time with Unix Timestamp (int64)
Unknwon ac78bae7b5 Replace uuid module with original package
zhuharev 0d5dc8a064 typo fix
Unknwon 52ec80fa18 finish all new user settings UI
Unknwon 2ac8e11f46 able to use access token replace basic auth
Unknwon 03b85b73af token recent activity
Unknwon 4c7b6414eb new access token UI
Unknwon 407385db7e work on
Unknwon ba77a3b0b4 routers/repo/http.go: allow HTTP push/pull by token for
Christopher Brickley d0827e5d5e allow http push by token -
Unknwon 8c9338a537 add personal access token panel