Commit Graph

185 Commits (a2a49c93c78a81d1eaa6b0eaf84a0c3f4bcd2487)

Author SHA1 Message Date
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
Unknwon 6d0f3a07d4 code fix caution: undertest
Unknwon 67a9416ae5 templates/user/auth/signin.tmpl: hide sign up prompt when registration is disabled
Unknwon 7e7160eefd first pass work on migration
Unknwon c5c467a9cd Merge branch 'dev' of github.com:gogits/gogs into access
Unknwon 485ea6f14f models: make code change for session issue with SQLite3
Peter Smit 03af37554e Merge branch 'dev' into newcollaboration
Unknwon b293b6eaa6 cmd: CMD option for port number of `gogs web` to prevent first time run conflict
- routers: use new binding convention to simplify code
- templates: able to set HTTP port number in install page
Peter Smit 76f8904718 Introducing Collaboration Struct
Peter Smit bb103e8723 Create db migrations framework
Unknwon bd555551ce fix
Peter Smit 99599c099f Add alternative email addresses to the model
A new struct is created named EmailAddress that contains alternative
email addresses for users. Also the email related methods; IsEmailUsed
and GetUserByEmail are updated.

DeleteUser deletes the extra email addresses and DeleteInactivateUsers
also deletes inactive accounts. This could be factored out, but should
do it for now.
Joseph Crail 39c068400e Fix spelling errors in comments.
Unknwon 8c9338a537 add personal access token panel
luto bff1e157d5 force the use of InnoDB as db engine for all tables, fixes
Unknwon a342d58d7e Able to fork repo to individuals
evolvedlight 8d2a6fc484 Merge remote-tracking branch 'upstream/dev'
Conflicts:
	models/repo.go
Unknwon 1aa76bd279 Fix , add system notice
evolvedlight c9e5e38fcf Initial cut of git fork
evolvedlight b7b0ee7df9 Fix minor typo
Unknwon 1b7adf57e9 fix https://github.com/go-xorm/xorm/issues/161
lunnyxiao d84d6dfdae add showinfo for xorm
Tristan Storch bdfdf3cacb Code dedoublication in models/models.go
Just some code dedoublication in models/models.go
lunnyxiao a6ec6def8d Merge branch 'dev' of github.com:gogits/gogs into dev
lunnyxiao c40e815763 add migrate api
Unknwon 1aec1a2dda Finish new admin dashboard
Unknwon 5fbf8531e6 Finish new home page of organization
Unknwon a8e05fdf1b Use toolbox
Justin Nuß 4617bef895 WIP: Allow attachments for comments
Unknown 63cc14062a Paging function for users and repositories
Lunny Xiao 1c46d68aba bug fixed for message tag
Unknown e0f9c628c5 Add create organization
Unknown ad5ec45dd6 Fix
Unknown a3e1383cac Add gogs fix location command
Unknown 302c863cda Fix
Unknown ab13a29cb5 Fix
Unknown 688ec6ecbd Fixed
Unknown 93f8f92523 Finish create new label
Unknown 54e95fa367 Finish add new milestone
Unknown 33d32585b1 Add mention, read/unread support of issue tracker
Unknown 7407f9caf3 Finish issue design
Unknown 8ca14e2109 Improve delete SSH key
Unknown 24f614f6db Finish add web hook
Lunny Xiao d8136c9c3c Merge branch 'dev-ldap' into dev
Unknown a641854cad command dump
Lunny Xiao 79ea34e70e ldap support
Unknown 100cd181bc Add router log config option
Unknown de01f81489 Prepare for v0.3.0 release
Unknown ea29a9b846 API fix
Unknown 49c01c0b57 Fix import path
Unknown f8571f4db1 Bug fix on build tag
Christopher Brickley caeddb79a3 update SetEngine for postgresql
Unknown c3c2cfebaa Merge branch 'dev' of github.com:gogits/gogs into dev
Unknown c36e7d322e Mirror updates
Lunny Xiao 8283e16ef7 Merge branch 'dev' of github.com:gogits/gogs into dev
Lunny Xiao 6cee65db5a bug fixed
Unknown f644cefa86 Finish release
Unknown 90f6aa8cd1 Add repo mirror and import
Unknown 23bba7633b Mirror fix on sqlite3 tag
Unknown 47f3dd43a5 Merge branch 'master' of github.com:gogits/gogs into dev
Michael Crosby 25fd495b2e Add sqlite build tag
This adds a sqlite build tag so that you don't have to have the sqlite
import commented out in code and users can run:
    go build -tags sqlite
if they want to have sqlite support enabled.  It is disabled by default
so nothing changes with the default go get or build commands.
Unknown 7d07b58114 UPDATE README
skyblue c22d3503fd add oauth2 table init
skyblue ce350a737a update models, add licence in start.sh
Unknown eb803ec5eb Add transfer repository
Lunny Xiao a187ba9651 improved log locations