219 Commits (58e004f7da58eaa8c461e34cc2fbbb9727f6fa33)

Author SHA1 Message Date
Unknwon 30b428bf0e #1419: 500 when visit a issue with issue/comments of deleted user 9 years ago
Unknwon 817b48ed1e Show owner/poster tags of comments and fix #1312 9 years ago
Unknwon cafde1287e delete avatar when del user 9 years ago
无闻 9c0c16bb5a Merge pull request #1464 from jamesa/hide-gravatar-tooltip
Hide avatar tooltips unless you're looking at your own profile
9 years ago
James Anderson e5146155a0 Resize avatars to the same size they are displayed 9 years ago
Unknwon cbc7b7132f finish new issue action and mentions 9 years ago
Unknwon 75aff60c90 finish create issue with milestone and assignee 9 years ago
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
9 years ago
Unknwon 68b9d78386 remove sync.Pool and support go1.2 again 9 years ago
Unknwon 4b43ffc96c Generate random avatar based on e-mail when disable Gravatar 9 years ago
Unknwon dea3a8c6a4 WIP: create PR - choose branch 9 years ago
Unknwon b1f08d3218 more on #1443 9 years ago
Unknwon d922b7e504 #1443 set first user to be admin
...not just ID=1
9 years ago
Unknwon 39a3b768bc #334: Add Deployment Key Support 9 years ago
Unknwon b9527cd1bf #1299 force downcase e-mail 9 years ago
Unknwon e50982f5ec allow anonymous SSH clone 9 years ago
Lunny Xiao 673a76d638 Merge pull request #1211 from mephux/hotfix/type-fix-ValidatePassword
Hotfix/type fix validate password
9 years ago
Dustin Willis Webber e57594dc31 typo fix for comment 9 years ago
Dustin Willis Webber f78046fc3b typo fix 9 years ago
Unknwon 698b9e2acc #1070 Clearer error message for illegal characters 9 years ago
Unknwon 466facc009 #1067: Deleting users should remove them from collaborator lists
- fix delete user but repository watches are not decreased
9 years ago
Unknwon b72e75e522 #1024: OFFLINE_MODE Still Uses Gravatar 9 years ago
Unknwon ee68a826a5 v4 migration, merge 'dev', clean code and mirror fix 9 years ago
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
9 years ago
Unknwon 04164eada3 models: able to rename user with diff letter cases #981
- templates/org: mirror fix on name output
- routers: add missing error check
9 years ago
Unknwon 1654e9ecab templates/user/settings/emial.tmpl: little fix on UI
- routers/user: little code format
- conf/locale: update French locale
9 years ago
Unknwon 6d0f3a07d4 code fix #941 caution: undertest 10 years ago
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
10 years ago
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.
10 years ago
Unknwon 7e7160eefd first pass work on migration #925 10 years ago
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.
10 years ago
Unknwon f706102890 models: sanitize user full name when update settings 10 years ago
Unknwon 63c1f9a23f fix 500: E-mail already used in user settings page 10 years ago
Peter Smit 66e2016eeb Fix for wrong email query
Changing EmailAdress.OwnerId to EmailAddress.Uid should have accompanied this change
10 years ago
无闻 a18decf4cc Merge pull request #755 from phsmit/multiple_emails
Multiple emails
10 years ago
Peter 20b5c23a19 Small fixes to multiple_emails feature 10 years ago
Unknwon c4820f119d work on #754 10 years ago
Peter 6919c80f0b Add function to the model for email address management (add/delete/activate) 10 years ago
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.
10 years ago
Joseph Crail 39c068400e Fix spelling errors in comments. 10 years ago
Andrew Burns 00cf3e4dab Use the avatar.HashEmail function instead of hashing email directly. Fixes #700 10 years ago
Unknwon 5338808600 fix #676 10 years ago
Unknwon d75013a0e8 fix #580 10 years ago
Unknwon dc53270da9 Fix 653 10 years ago
Unknwon 8ea7ba3afa fix #644 10 years ago
Unknwon ef275ebf62 more on change avatar 10 years ago
Unknwon 55dfe2c978 custom avatar upload 10 years ago
Unknwon 32dcaefafa fox #620 10 years ago
Unknwon 340a4595dd support duoshuo mirror of gravatar 10 years ago
Unknwon 9e22840483 fix #622 10 years ago
Unknwon 0c5ba4573a fix session API broken and SQL pretection 10 years ago
Unknwon 83283bca4c Safe work 10 years ago
Unknwon f1d8746264 Fix fork repo and macaron API broken 10 years ago
Unknwon 963354c5d7 Add raw, history file button, and other mirror fixes 10 years ago
Unknwon 405ee14711 Fix SMTP auth logic 10 years ago
无闻 c1d047d16e Merge pull request #508 from chadoe/homelink
Fix user HomeLink when using a suburl
10 years ago
Martin van Beurden bb05ef907b Fix AvatarLink when using a suburl and gravatar is disabled or avatars are cached 10 years ago
Martin van Beurden 204952439a Fix user HomeLink when using a suburl 10 years ago
Unknwon b8368f98ff Add directory level commit message 10 years ago
Unknwon 71e4689d11 Page: User profile 10 years ago
Unknwon bd55b78775 Page: Commits and fix #249 10 years ago
Unknwon 5bbeeb0f1b Page: Commits and fix #249 10 years ago
Unknwon 7ba9257a7f Add suburl support 10 years ago
Martin van Beurden 0055cbd365 Allow Gogs to run from a suburl behind a reverse proxy. e.g. http://mydomain.com/gogs/
Conflicts:
	modules/setting/setting.go

Conflicts:
	templates/repo/release/list.tmpl
	templates/user/dashboard/dashboard.tmpl

Conflicts:
	routers/repo/setting.go
10 years ago
Christopher Brickley f94d7c3f51 clarify name/username/owner/pusher for webhook 10 years ago
Unknwon d2aff9a46a Continue working on new admin pages 10 years ago
Unknwon 1aec1a2dda Finish new admin dashboard 10 years ago
Unknwon 74b31566cf Finsih add/remove repo in organization 10 years ago
Unknwon 21a1b8e5a3 Finish new edit team page, add member to team 10 years ago
Unknwon 36b4c57ff1 Finish new organization members and invitation page 10 years ago
Unknwon 755eec745f Finish new repo settings page 10 years ago
Unknwon 5e81383413 Git installation check, show image in single file view, show short SHA1 instead of 40-length string, complete log module 10 years ago
Unknwon 8dd07c0ddd New UI merge in progress 10 years ago
Justin Nuß cbcd08aa17 Mention organisation users when organisation gets mentioned 10 years ago
Unknown 3969d704a0 Merge branch 'dev' of github.com:gogits/gogs into dev 10 years ago
Unknown 0f907301b7 Fix #285 10 years ago
Christopher Brickley 63e47405b2 Only update access usernames where the username is changing #282 10 years ago
Unknown 63cc14062a Paging function for users and repositories 10 years ago
Unknown be8ac7fb75 fix #273 10 years ago
Unknown 5dbfe3c26c Finish organization homepage 10 years ago
Unknown 6e448b0714 Finish delete organization 10 years ago
Unknown 19e9104289 Organization settings page 10 years ago
Unknown 43b33440b5 Work on create organization repo and #257 10 years ago
Unknown e0f9c628c5 Add create organization 10 years ago
Unknown ad5ec45dd6 Fix #165 10 years ago
Unknown f160b4f33c Add tar.gz download button and other mirror updates 10 years ago
Unknown 4f2f3c2857 Code convention 10 years ago
Unknown e1332c5239 Fix #230 10 years ago
Unknown 688ec6ecbd Fixed #209 10 years ago
Unknown 80055bde86 Code convention 10 years ago
Unknown 5e9a45f74a Code convention 10 years ago
Unknown 4744996f9a Make gmail auth work 10 years ago
Lunny Xiao 55019bfbc5 merge all login methods 10 years ago
Lunny Xiao 4d6de6c7b9 add login name for auth type 10 years ago
Unknown e05b1385fb Bug fix 10 years ago
Unknown 33d32585b1 Add mention, read/unread support of issue tracker 10 years ago
Unknown 8ca14e2109 Improve delete SSH key 10 years ago
Lunny Xiao d8136c9c3c Merge branch 'dev-ldap' into dev 10 years ago
Lunny Xiao 1652dd5068 basic authentications 10 years ago
Unknown e7d8fadb08 Add disable gravatar option 10 years ago