Commit Graph

150 Commits (d07c955e2a6359937ecff458d450e328861da5e6)

Author SHA1 Message Date
Bwko 4ff0db0246 Catch os... errors
Lunny Xiao bf8d90c5cc golint fixed for models/models.go ()
Bwko 0b9cf10340 Lint models/org.go & models.go
Lunny Xiao 450969c158 test database is connect OK after db config initialized ()
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
Lunny Xiao 7dcc3bc3d7 use x.SQL instead of x.Sql
Joubert RedRat 28bee28102 Replace Gogs to Gitea in installation options
Rémy Boulanouar 2d68bd1ef9 Change import reference to match gitea instead of gogs ()
LefsFlare 2bec8a4f1e Changed interface ()
Unknwon 643142acab Web editor: support upload files
Unknwon 4042d1f0c3 models/issue: improve quality and performance of NewIssue function
Unknwon f59d2dd034 Code clean up
Unknwon 5be881756b add test suites
Thibault Meyer 4296427214 Fix : Cannot connect to PostgreSQL via IPv6 address ()
* Change PostgreSQL connstring parsing to handle IPv6

* Fix used variable

* Remove redundant code + use variable
Unknwon 70fbcd2f27 models: rename EnableTidb to EnableTiDB
Unknwon 5850308a37 support connect PostgreSQL via unix socket
Unknwon 2d76de2574 fix x.Iterate returns nothing inside session scope with SQLite3
Unknwon e74630ae3b add pagination for repositories
Tom 528682a294 getEngine() not handles DB parameters () ()
Unknwon ad513a20e9 Replace time.Time with Unix Timestamp (int64)
Lunny Xiao 779b71eda4 fix dependency broken because xorm's API changed
Unknwon 676d774d88 fix
Unknwon 932dbccb67 fix import path, fix
Unknwon 570ddefc32 print log every time regulater timezone
Unknwon f1c2276c8d add log when cannot regulate time
Unknwon 3fb1b6a608 drop oauth2 feature support
Unknwon e75fd2f783 simplify names
Unknwon e2d6b0116e only regulateTimeZone for MySQL
Unknwon aff773f1b9 add tidb support
Unknwon 373ef5d15e timezone minutes offset
Unknwon fa728d8dff more minor fix on 1581
Unknwon 52ec80fa18 finish all new user settings UI
Unknwon 85f34ba538 new user profile settings UI
Signed-off-by: Unknwon <u@gogs.io>
Unknwon b1f0f85789 force InnoDB for MySQL
Unknwon 1abfe4e05f PR: nothing to commit and has pull request check
Unknwon 8c046073a8 work on PR conversation
Unknwon 398569f6f8 Forked repo unavailable after deleting original repo
Unknwon 63799b3c18 URL escape for username and password
Unknwon 23f42d92c9 add webhook recent deliveries
Unknwon 87152f89ba fix release created timezone issue
Unknwon f114f78743 fix timezone!
Unknwon 17de3ab0a3 add migrate from issue.label_ids to issue_label
Unknwon 39a3b768bc : Add Deployment Key Support
Unknwon 81d01aa308 fix mysql parsetime arg
Unknwon cbb78b6a63 better wording
Unknwon 42a2c5ca54 use new connstr format for postgres
Tomcat 2bfe2ddb6d Add mysql unix socket support.
If the host setting looks like a unix socket (leading by char '/'), will use unix(host) as connection string
Unknwon ee68a826a5 v4 migration, merge 'dev', clean code and mirror fix
Unknwon 7ccab9cd09 Merge branch 'dev' of github.com:gogits/gogs into access
Conflicts:
	gogs.go
	models/models.go
	models/user.go
	templates/.VERSION
	templates/org/home.tmpl
Unknwon 685ed1f807 models: fix XORM API break
cmd/web.go: check version after load config