Commit Graph

89 Commits (1c0a4e166fc3c37ebed528fc41b1cbca5a00556d)

Author SHA1 Message Date
Antoine GIRARD 96a71aaed8 Apply ng to issue dashboard
Unknwon 466facc009 : Deleting users should remove them from collaborator lists
- fix delete user but repository watches are not decreased
Unknwon 588f3215c6 : dashboard no longer accessible when repo is missing
Peter Smit 0fa209d07b Update/simplify fix that owners also see actions on their repositories
Peter Smit 455fad0fbd Fix that owners also see actions on their repositories
This is a balance between speed and nice code, where speed has won. To prevent a repository query for each action the ownername is match with the current user.

It would be "cleaner" or "better" if we fetch the repository each time. Another option is to add the RepoOwnerID to action
Unknwon 6d0f3a07d4 code fix caution: undertest
Peter Smit 0d158e569b Change constants to UPPERCASE_WITH_UNDERSCORE style
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.
Peter Smit 76f8904718 Introducing Collaboration Struct
Unknwon 0a697517ac work on
Unknwon c4820f119d work on
Unknwon d01f2f3c22 fix
Unknwon 1b66600bd0 Fix
Unknwon 22ab4fa1b0 fix
Unknwon 55dfe2c978 custom avatar upload
Unknwon 7ba9257a7f Add suburl support
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
tobyzxj ad041167f7 fix user's actions on domain/org/name-of-organization/dashboard
Unknwon 5fbf8531e6 Finish new home page of organization
Unknwon a8e05fdf1b Use toolbox
Unknwon 9813161411 Reser repo owner to organization when error occurs in repo create page, dashboard news feed page, create organization page
Unknwon 5e81383413 Git installation check, show image in single file view, show short SHA1 instead of 40-length string, complete log module
Unknwon 5c4bc3c848 Huge updates!!!!! Be careful to merge!!!!
Unknwon 8dd07c0ddd New UI merge in progress
Unknown 5dbfe3c26c Finish organization homepage
Unknown e0f9c628c5 Add create organization
Unknown 98f614a58e Work on issue1
Unknown 314193029a Use constants to name template file
Unknown 80055bde86 Code convention
Unknown 9100786beb Fix
Unknown 33ec0632ff Fix
Michael Litvak cca2a53d6f Fix issue link in issues page
The link assumes that the issue belongs to the signed in
user, which is not necessarily the case
I changed it to use repository owner name instead
Unknown a913aff1d0 Show collaborative repositories in dashboard
Unknown 25713ab209 Fix
Unknown 914ffa496f Show private repository activities in dashboard if has access
Unknown 33d32585b1 Add mention, read/unread support of issue tracker
Unknown 7407f9caf3 Finish issue design
Unknown 4b9b8024ba Clean oauth code
Unknown 5c2da610a2 Move binding as subrepo