Commit Graph

24 Commits (0dac1ff677939caba2dbfed6233be1f0bcb3749a)

Author SHA1 Message Date
Lunny Xiao f2e20c81b6 Refactor struct's time to remove unnecessary memory usage ()
* refactor struct's time to remove unnecessary memory usage

* use AsTimePtr simple code

* fix tests

* fix time compare

* fix template on gpg

* use AddDuration instead of Add
Ethan Koenig aa962deec0 Replace deprecated Id method with ID ()
Lunny Xiao a8717e5e3a Use AfterLoad instead of AfterSet on Structs ()
* use AfterLoad instead of AfterSet on Structs

* fix the comments on AfterLoad

* fix the comments on action AfterLoad
Lunny Xiao 005900baea Use created & updated instead BeforeInsert & BeforeUpdate ()
* use created & updated instead BeforeInsert & BeforeUpdate

* fix vendor checksum

* only show generated SQL when development mode

* remove extra update column updated_unix

* remove trace config
Andrey Nering 84b7d29d34 Create missing database indexes ()
Lunny Xiao b4c794058a fixed vulnerabilities ()
Bwko 081c2a9395 Lint models/token.go ()
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