Commit Graph

181 Commits (aa67de910af6246a6dc9ad96c56f789e282e8403)

Author SHA1 Message Date
Unknwon aa67de910a fix
Unknwon 1fd5f8edf8 fix
Unknwon 6ea28f2a47 work on
Unknwon 63fecac537 XSS in username
Unknwon d01f688257 fix repository count of user is messed up
Unknwon f509c59ac1 new create webhook event
Unknwon 46bee50e45 complate list of gitignores and licenses
Unknwon b900863d60 rename a user method
Unknwon 2881456421 new webhooks list UI
Unknwon 260301bf2e Removing deploy key does not remove key
Unknwon 47ac579f09 only assign auto-admin when sign up by web
Unknwon 407385db7e work on
Unknwon 30b428bf0e : 500 when visit a issue with issue/comments of deleted user
Unknwon 817b48ed1e Show owner/poster tags of comments and fix
Unknwon cafde1287e delete avatar when del user
无闻 9c0c16bb5a Merge pull request from jamesa/hide-gravatar-tooltip
Hide avatar tooltips unless you're looking at your own profile
James Anderson e5146155a0 Resize avatars to the same size they are displayed
Unknwon cbc7b7132f finish new issue action and mentions
Unknwon 75aff60c90 finish create issue with milestone and assignee
Unknwon a79586cc54 Merge branch 'develop' of github.com:gogits/gogs into feature/pull_request2
# Conflicts:
#	modules/bindata/bindata.go
#	public/css/gogs.min.css
#	templates/repo/header.tmpl
Unknwon 68b9d78386 remove sync.Pool and support go1.2 again
Unknwon 4b43ffc96c Generate random avatar based on e-mail when disable Gravatar
Unknwon dea3a8c6a4 WIP: create PR - choose branch
Unknwon b1f08d3218 more on
Unknwon d922b7e504 set first user to be admin
...not just ID=1
Unknwon 39a3b768bc : Add Deployment Key Support
Unknwon b9527cd1bf force downcase e-mail
Unknwon e50982f5ec allow anonymous SSH clone
Lunny Xiao 673a76d638 Merge pull request from mephux/hotfix/type-fix-ValidatePassword
Hotfix/type fix validate password
Dustin Willis Webber e57594dc31 typo fix for comment
Dustin Willis Webber f78046fc3b typo fix
Unknwon 698b9e2acc Clearer error message for illegal characters
Unknwon 466facc009 : Deleting users should remove them from collaborator lists
- fix delete user but repository watches are not decreased
Unknwon b72e75e522 : OFFLINE_MODE Still Uses Gravatar
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 04164eada3 models: able to rename user with diff letter cases
- templates/org: mirror fix on name output
- routers: add missing error check
Unknwon 1654e9ecab templates/user/settings/emial.tmpl: little fix on UI
- routers/user: little code format
- conf/locale: update French locale
Unknwon 6d0f3a07d4 code fix caution: undertest
Peter Smit 6c1ee384f1 Merge remote-tracking branch 'mine/access_refactor' into access_refactor
Conflicts:
	cmd/serve.go
	models/access.go
	models/migrations/migrations.go
	models/org.go
	models/repo.go
	models/user.go
	modules/middleware/org.go
	modules/middleware/repo.go
	routers/api/v1/repo.go
	routers/org/teams.go
	routers/repo/http.go
	routers/user/home.go
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
Peter Smit 4e79adf6b5 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 f706102890 models: sanitize user full name when update settings
Unknwon 63c1f9a23f fix 500: E-mail already used in user settings page
Peter Smit 66e2016eeb Fix for wrong email query
Changing EmailAdress.OwnerId to EmailAddress.Uid should have accompanied this change
无闻 a18decf4cc Merge pull request from phsmit/multiple_emails
Multiple emails
Peter 20b5c23a19 Small fixes to multiple_emails feature
Unknwon c4820f119d work on
Peter 6919c80f0b Add function to the model for email address management (add/delete/activate)