Commit Graph

275 Commits (e6792796cc25c9a6db91998599a47d3f64016975)

Author SHA1 Message Date
Unknwon c44e1c7ca9 fix
Unknwon f83519b452 report error when migration auth failed
Unknwon 6f8e388b55 fix
- prevent create reop on existed path
Unknwon c0883a51a0 mirror fix on
无闻 b838e94980 Merge pull request from vitalvas/develop
Add function in cron to autofix counters in repository
Unknwon ac95f6d50f UI: basic label list
- create new label
Unknwon d6cdd49c16 fixes on
Unknwon c6531c4882 check master as default branch when migrate
William Roush 8363c9dd0f Fixes issue with LDAP inserting users with blank names.
Tony Narlock 6a0fec77ea Allow an SSHDomain configuration option. Defaults to Domain, preserves legacy behavior
Unknwon 698b9e2acc Clearer error message for illegal characters
Unknwon ab730a91f0 mirror info not updated when transfer mirro repo
Unknwon 9c67a19332 change to fake local email account
Unknwon 6f81c05dde Team member access lost when adding repository collaborator
- fix bug when add a repo to team, all other team members gets access as well
Vitaliy Vasilenko 20a8d651f3 add func to autofix couters in repository
Unknwon 7cf0564587 update gopmfile
Unknwon e6cf83b8c0 Put default config into binary
Unknwon 466facc009 : Deleting users should remove them from collaborator lists
- fix delete user but repository watches are not decreased
Unknwon fc6db829b2 fix read access team visibility of private repo
Unknwon 588f3215c6 : dashboard no longer accessible when repo is missing
Unknwon b668fc7aad : Update hooks is missing for forked repository
Unknwon 473e265727 models: done testing on new access system
Unknwon 8896c82d34 models: fix issue with transfer repository
README: fix typo
Unknwon ee68a826a5 v4 migration, merge 'dev', clean code and mirror fix
Unknwon e90f014e4a Merge branch 'access' of github.com:gogits/gogs into access
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
Peter Smit e6fc58a744 Remove GoGet option from repository and handle it with ?go-get=1 instead
The normal go get protocol is to show the go-import meta tag when ?go-get=1 is appended to the url. This commit implements that behaviour and cleans the go-get option from the repository settings page.
Peter Smit b6519f78c7 Remove collaborators when removing and transferring repository
Unknwon 6b7d35eade fix mirror issues uncaught
Unknwon 6d0f3a07d4 code fix caution: undertest
Peter Smit 0a4cda0dd4 Refactoring of the Access Table
This commit does a lot of the work of refactoring the access table in a table with id's instead of strings.

The result does compile, but has not been tested. It may eat your kittens.
Unknwon 7e7160eefd first pass work on migration
Unknwon c5c467a9cd Merge branch 'dev' of github.com:gogits/gogs into access
Unknwon c7a042ef36 Merge branch 'access' of github.com:gogits/gogs into access
无闻 e805fdb29c Merge pull request from phsmit/newcollaboration
Collaboration
Unknwon 485ea6f14f models: make code change for session issue with SQLite3
Unknwon bad533a219 models/repo.go: add update hook when migrate for
Peter Smit aa35be975f Fix
Unknwon f15fa9167a cmd: code fix for
- routers/admin: add rewrite update hook operation
- conf/locale: update locale file due to ini behavior changes
- cmd/cert_stub.go: remove useless code
- cmd/fix.go: no longer need fix command(at least now)
无闻 cd0ee35b3f Merge pull request from phsmit/conf_on_cli
Add option to provide configuration file on command line
Unknwon 2a2596fe61 able to disable SSH for
Peter Smit 1ab09e4f1b Add option to provide configuration file on command line
Peter Smit 03af37554e Merge branch 'dev' into newcollaboration
Unknwon 4de0b19cec models: mirro code fix for
无闻 902f19f70b Merge pull request from phsmit/fix_819
Fix  by fetching the repository from db before updating
Unknwon ee6786216a modules/base: clean code with
Peter Smit 76f8904718 Introducing Collaboration Struct
Unknwon c73e9057ae Optmize git-fsck options and fix
Peter Smit 44fa9147b7 Fix by fetching the repository from db before updating
Unknwon 0b56272c13 fix