Commit Graph

444 Commits (2569363204cc3a766540b0a8db88edd001fc3497)

Author SHA1 Message Date
Alec S 792c13cf0a readd 'dashboard' to title
Alec S af847ef94e Merge branch 'develop' of github.com:gogits/gogs into develop
Alec S bfed3ea7d3 fix indentation
Alec S affa3c2dbf Remove dashboard keyword from title
Alec S 6775ac7334 change page titles for user and org dashes
Jan Christophersen 72a8fa3bc8 Allowing site admins to view private repositories in org/home
Tamás Molnár 9c91e27933 Added: Ability to delete org avatar.
Unknwon a2f13eae55 some avatar setting changes
- Allow to delete current avatar
Unknwon aa12135b97 Fix panic when view profile without signin
Also fix that no matter who, still able to see organizations with private membership.
Unknwon d8631b616e Merge pull request from exmex/develop
Admins and user itself sees private org relations on profile
Unknwon a1d97e8f5c Minor fix for
ExMex 2cfe6f8c60 Admins and user itself sees private org relations on profile
Florian Kaiser 45db167f7a Only show activities for repositories on dashboard, that the user has access to
Florian Kaiser 90e9e3c89d Only show repositories on organization dashboard, that the user has access to
Unknwon 739d5aa1d3 Merge pull request from fnkr/hide-other-teams-repos-from-org-page
Hide other teams & repos from organization page
Florian Kaiser c3ff476ed6 Remove unnecessary else-block
Florian Kaiser bead46363b Evaulate org/team permissions when using the issue/PR view
Florian Kaiser fdad234445 Remove unnecessary comments
Florian Kaiser bba1847a8e Everyone can see public repos
Unknwon a9d68a6884 fix
Florian Kaiser e35791b2b2 Only show teams the user has access to
Florian Kaiser 5eafe2b17e Only show repositories the user has access to, on the organization home
Florian Kaiser 295de51b99 Show all orgs on user profile, except the private one's
ExMex f610bfa8a2 Added organization display on profile
Fixed "Follower" Icon too big
Unknwon 62edc5c59a fix cannot show user public ssh keys
Unknwon 85af36332b fix utf-8 recognized as windows-1252
Unknwon a49af93faf APIs: Users Followers
- User profile un/follow
- List user's followers/following
Unknwon 33a99d587a fix
Unknwon 9cd16c5b12 add organization APIs
Unknwon b117befc2b add user email APIs
Unknwon 0cce4439ce minor fix
Unknwon 477b4d3b50 fix form submit error
Unknwon d0b0d24f22 disable change user for non-local users
-  remove require for gravatar
Unknwon cc8f5add6e fix
Adam Strzelecki e57b2dffa4 Admin should be able to see all organizations
This is follow-up for 56c66ee486 allowing admin
to see private repositories, even when not being member of them.
Unknwon 3ca544912f Drop /org/ URL path prefix in organization home page
Unknwon 7f9598141b fix
Unknwon 52c8f69163 fix
Unknwon 3d14e73fd8 fix and data race in timming tasks
Unknwon dc0c0dc06b fix typo for
Unknwon 9330c943cd work on
Unknwon f455125d4d fix
Unknwon 917d334ebd only show user's activities in profile
Unknwon f8ae161c74 fix
Unknwon 1559bd58e7 save custom avatar as PNG
Unknwon 603c7389b8 Dashboard issues lacks sorting
Unknwon 932dbccb67 fix import path, fix
Unknwon acf428863c fix
Unknwon 3fb1b6a608 drop oauth2 feature support
Unknwon 9d36fc6986 finish new auth e-mails
Unknwon 373731f5e8 user gomail and new activate account email tpl
- : fallback plain text
- : add date header
- : fix encoding of header
Unknwon 83e747bfda and and new admin edit user UI
Unknwon 8e0a69f86a disable captcha and new admin create user UI
Unknwon 52ec80fa18 finish all new user settings UI
Unknwon c38754d432 allow upload avatar for org
Signed-off-by: Unknwon <u@gogs.io>
Unknwon 85f34ba538 new user profile settings UI
Signed-off-by: Unknwon <u@gogs.io>
Unknwon 83dc2468f5 finish initial version of pull request
Unknwon 8d73832bdf fix sql
Unknwon a329bbc215 new org dashboard issues
Unknwon f808df5a7b new user dahsboard issues
Unknwon 062adbed8a add confirmation to delete ssh key
Unknwon 47ac579f09 only assign auto-admin when sign up by web
Unknwon 4c7b6414eb new access token UI
Unknwon 2493454587 new delete account UI and password confirmation
Unknwon 407385db7e work on
Unknwon 817b48ed1e Show owner/poster tags of comments and fix
Unknwon b4c0b7b98b finish view issue without comments and ops
Unknwon 75aff60c90 finish create issue with milestone and assignee
Unknwon dea3a8c6a4 WIP: create PR - choose branch
Unknwon 39a3b768bc : Add Deployment Key Support
Unknwon 2c507667bf Merge branch 'develop' of github.com:gogits/gogs into feature/milestone
# Conflicts:
#	gogs.go
#	models/issue.go
#	templates/.VERSION
Unknwon 0705f55ce0 finish new milestone page
Unknwon e50982f5ec allow anonymous SSH clone
Unknwon eea9302d8f fix
无闻 333ab1b2b4 Merge pull request from smcquay/keys
fix .keys route
stephen mcquay 73698d292a fix .keys route
This change fixes the output from /{{ username }}.keys so that it can work in
a ~/.ssh/authorized_keys file
Unknwon 698b9e2acc Clearer error message for illegal characters
无闻 e312634286 Merge pull request from sapk/fix-ng-issue-pages
Apply ng to issue dashboard
Unknwon 1cb57b1a44 : fix locale
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
无闻 f92bfabf86 Merge pull request from phsmit/access_action
Fix that owners also see actions on their repositories
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
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
Peter Smit 6251626de4 Implement Flexible ssh-key input
It is now possible to input ssh keys in a number of formats: openssh, SSH2 or just the base64 encoded key.
无闻 a18decf4cc Merge pull request from phsmit/multiple_emails
Multiple emails
Peter 20b5c23a19 Small fixes to multiple_emails feature
Unknwon 0a697517ac work on
Unknwon c4820f119d work on
Unknwon 57b3be4016 work on
Peter b033f2f535 Finish method for having multiple emails/user.
All basics are implemented. Missing are the right (localized) strings
and the page markup could have a look at by a frontend guy.
Peter ec71d538fc Method for activating email addresses through verification email
Unknwon d01f2f3c22 fix
Unknwon b6437b5a4c safe check
Unknwon db4951bc61 mirror fix on oauth2
Unknwon d6132aaa88 fix oauth2
Unknwon 1b66600bd0 Fix
Unknwon dc53270da9 Fix 653
Unknwon ef275ebf62 more on change avatar
Unknwon 22ab4fa1b0 fix
Unknwon 55dfe2c978 custom avatar upload
Unknwon 9e22840483 fix
Unknwon 8c9338a537 add personal access token panel
Unknwon 146c8efee3 Fix API broken
Unknwon 3abc41ccca Fix API broken
Unknwon 452ccff81c Mirror fix on add ssh key
Martin van Beurden 976f1486e0 Set cookiepath to AppSubUrl
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 632b1b694d Fix
Unknwon 81287ba022 Mirror issue fix
Marios Andreopoulos 510d5a5d74 import strings
Marios Andreopoulos cd0ddcfa01 fix typo
Marios Andreopoulos 3d79f59671 fix wrong variable name
Marios Andreopoulos b40922f4d4 remove extra comma
Marios Andreopoulos 12639c577f Remove newline characters from ssh key before processing it.
Fixes issue : https://github.com/gogits/gogs/issues/370
Unknwon bba707de36 Finish team list, create new team, join/leave team page
Unknwon 5acc948562 Page: `/org/:orgname/settings`
Unknwon 5fbf8531e6 Finish new home page of organization
Unknwon 7af7584d25 Finish new reset password, etc.
Unknwon 5605af973b Feature: Social sign in
Unknwon 78defd238c Page: Manage social accounts
Unknwon e8c9bb2c66 Finish new collaboration page
Unknwon a8e05fdf1b Use toolbox
Unknwon 7bbf644dd5 Convert captcha, cache, csrf as middlewares
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
无闻 536f65b8ad Merge pull request from wmark/master
Enable users to upload other key types than RSA (+ ED25519, ECDSA, NTRU, McE)
W-Mark Kubacki 887ad1ec8b Utilize ssh-keygen for checking of keys.
Removes the limitation to RSA and enables us to use all key types
SSH recognizes.
Unknown 0f907301b7 Fix
Unknown 5dbfe3c26c Finish organization homepage
Unknown 6e448b0714 Finish delete organization
Unknown ee9b7f322f Clean code
Unknown e0f9c628c5 Add create organization
Unknown 98f614a58e Work on issue1
Unknown 314193029a Use constants to name template file
Unknown 4f2f3c2857 Code convention
Unknown 2657f88d9a Fix
Unknown 688ec6ecbd Fixed
Unknown 80055bde86 Code convention
Sebastian Jackel 02fb088b80 Remove password from log message on failed login
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
Lunny Xiao 55019bfbc5 merge all login methods
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 8ca14e2109 Improve delete SSH key
Unknown 6e3dba2cc5 Clean repo code
Unknown bbdfe25769 User code clean and ui improve
Unknown 89c99167b2 Fix
Unknown 41b0a7b97c Mirror fix on public key
Unknown 62240b6bc1 Add login by email
Unknown 59d0e73c35 Batch mirror fix
无闻 37cbfc032a Merge pull request from juju2013/master
basic support for LDAP/Microsoft Active Directory authentication
James Anderson e5af34a078 fixed some broken forms that were introduced in james-anderson@521c5f0e10
juju2013 efc05ea1de initial support for LDAP authentication/MSAD
Bryan Johnson 34d18a19a3 Minor grammatical fix for Disable Registration feature
Unknown b32e223db5 Mirror fix
Unknown 8719c1b8c5 Mirror bug fix
Unknown d2b53dd43b Add weibo oauth
Unknown 4b9b8024ba Clean oauth code
Unknown 5c2da610a2 Move binding as subrepo
Unknown 90f6aa8cd1 Add repo mirror and import
skyblue 75d2affcbf add oauth2 qq support
skyblue 2ce0c3befe add google oauth2 support
skyblue 5c1312f38e clean oauth2 code
skyblue 4c6e0e9499 Merge branch 'dev' of github.com:gogits/gogs into dev
skyblue dd815ae7b5 finish github oauth2 support
Unknown 11f54b1426 Mirror bug fix
Unknown 8980675a9f Fix
Unknown 45462662e9 Add flash
Unknown 5d4025cb5a Add go get meta support
skyblue 8683d2f857 remove martini oauth2 depend
Unknown a991ebf5d0 Fix
skyblue 24d0ca4aa0 clean tail
skyblue d4565483e6 add id for oauth2
Unknown 9ea9818d32 Fix issue with log in with GitHub but need more error handle after
skyblue 05fb34eacd first works oauth2(github). need to login with /user/login/github
Unknown e7c8a3cb8d Add salt for every single user
Unknown b7c3b0cc73 Add reset password, fix
Unknown e9c4156c87 Add: rename user
skyblue adf42a5b54 change oauth2 to modules
skyblue 93f6e98047 change oauth2 path
skyblue 5180506678 split into social.go
skyblue 272c27c8f2 add github social login, first step