Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #1191 allow upload avatar for org | Unknwon | 2015-09-06 | 1 | -18/+22 |
| | | | | Signed-off-by: Unknwon <u@gogs.io> | ||||
* | new user profile settings UI | Unknwon | 2015-09-06 | 1 | -7/+7 |
| | | | | Signed-off-by: Unknwon <u@gogs.io> | ||||
* | finish initial version of pull request | Unknwon | 2015-09-02 | 1 | -24/+30 |
| | |||||
* | fix sql | Unknwon | 2015-08-29 | 1 | -4/+0 |
| | |||||
* | new org dashboard issues | Unknwon | 2015-08-25 | 1 | -20/+20 |
| | |||||
* | new user dahsboard issues | Unknwon | 2015-08-25 | 1 | -151/+161 |
| | |||||
* | add confirmation to delete ssh key | Unknwon | 2015-08-20 | 1 | -48/+46 |
| | |||||
* | only assign auto-admin when sign up by web | Unknwon | 2015-08-19 | 1 | -1/+10 |
| | |||||
* | new access token UI | Unknwon | 2015-08-19 | 1 | -30/+26 |
| | |||||
* | new delete account UI and password confirmation | Unknwon | 2015-08-19 | 1 | -13/+9 |
| | |||||
* | work on #1493 | Unknwon | 2015-08-17 | 1 | -1/+1 |
| | |||||
* | Show owner/poster tags of comments and fix #1312 | Unknwon | 2015-08-14 | 1 | -36/+9 |
| | |||||
* | finish view issue without comments and ops | Unknwon | 2015-08-12 | 1 | -2/+2 |
| | |||||
* | finish create issue with milestone and assignee | Unknwon | 2015-08-10 | 1 | -3/+3 |
| | |||||
* | WIP: create PR - choose branch | Unknwon | 2015-08-08 | 1 | -6/+6 |
| | |||||
* | #334: Add Deployment Key Support | Unknwon | 2015-08-06 | 1 | -20/+11 |
| | |||||
* | Merge branch 'develop' of github.com:gogits/gogs into feature/milestone | Unknwon | 2015-08-05 | 2 | -11/+11 |
|\ | | | | | | | | | | | | | # Conflicts: # gogs.go # models/issue.go # templates/.VERSION | ||||
| * | allow anonymous SSH clone | Unknwon | 2015-08-05 | 2 | -11/+11 |
| | | |||||
* | | finish new milestone page | Unknwon | 2015-08-05 | 1 | -3/+3 |
|/ | |||||
* | fix #1204 | Unknwon | 2015-07-31 | 1 | -8/+3 |
| | |||||
* | Merge pull request #1317 from smcquay/keys | 无闻 | 2015-07-25 | 1 | -0/+1 |
|\ | | | | | fix .keys route | ||||
| * | fix .keys route | stephen mcquay | 2015-06-08 | 1 | -0/+1 |
| | | | | | | | | | | This change fixes the output from /{{ username }}.keys so that it can work in a ~/.ssh/authorized_keys file | ||||
* | | #1070 Clearer error message for illegal characters | Unknwon | 2015-03-26 | 2 | -18/+20 |
|/ | |||||
* | Merge pull request #1091 from sapk/fix-ng-issue-pages | 无闻 | 2015-03-19 | 1 | -2/+7 |
|\ | | | | | Apply ng to issue dashboard | ||||
| * | Apply ng to issue dashboard | Antoine GIRARD | 2015-03-19 | 1 | -2/+7 |
| | | |||||
* | | #1094: fix locale | Unknwon | 2015-03-19 | 1 | -1/+1 |
|/ | |||||
* | #1067: Deleting users should remove them from collaborator lists | Unknwon | 2015-03-17 | 2 | -13/+6 |
| | | | | - fix delete user but repository watches are not decreased | ||||
* | #1040: dashboard no longer accessible when repo is missing | Unknwon | 2015-03-16 | 1 | -1/+1 |
| | |||||
* | Merge pull request #960 from phsmit/access_action | 无闻 | 2015-02-23 | 1 | -8/+14 |
|\ | | | | | Fix that owners also see actions on their repositories | ||||
| * | Update/simplify fix that owners also see actions on their repositories | Peter Smit | 2015-02-18 | 1 | -12/+12 |
| | | |||||
| * | Fix that owners also see actions on their repositories | Peter Smit | 2015-02-16 | 1 | -6/+12 |
| | | | | | | | | | | | | 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 | ||||
* | | Merge branch 'dev' of github.com:gogits/gogs into access | Unknwon | 2015-02-22 | 2 | -51/+45 |
|\ \ | |/ |/| | | | | | | | | | | | | | Conflicts: gogs.go models/models.go models/user.go templates/.VERSION templates/org/home.tmpl | ||||
| * | models: able to rename user with diff letter cases #981 | Unknwon | 2015-02-22 | 1 | -4/+7 |
| | | | | | | | | | | - templates/org: mirror fix on name output - routers: add missing error check | ||||
| * | templates/user/settings/emial.tmpl: little fix on UI | Unknwon | 2015-02-21 | 2 | -47/+38 |
| | | | | | | | | | | - routers/user: little code format - conf/locale: update French locale | ||||
* | | code fix #941 caution: undertest | Unknwon | 2015-02-13 | 1 | -2/+5 |
| | | |||||
* | | Change constants to UPPERCASE_WITH_UNDERSCORE style | Peter Smit | 2015-02-09 | 1 | -2/+2 |
| | | |||||
* | | Refactoring of the Access Table | Peter Smit | 2015-02-06 | 1 | -4/+3 |
| | | | | | | | | | | | | 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. | ||||
* | | Introducing Collaboration Struct | Peter Smit | 2015-01-23 | 1 | -4/+10 |
|/ | |||||
* | Implement #798 Flexible ssh-key input | Peter Smit | 2015-01-02 | 1 | -4/+9 |
| | | | | It is now possible to input ssh keys in a number of formats: openssh, SSH2 or just the base64 encoded key. | ||||
* | Merge pull request #755 from phsmit/multiple_emails | 无闻 | 2014-12-20 | 2 | -0/+129 |
|\ | | | | | Multiple emails | ||||
| * | Small fixes to multiple_emails feature | Peter | 2014-12-20 | 1 | -1/+1 |
| | | |||||
| * | Finish method for having multiple emails/user. | Peter | 2014-12-17 | 1 | -0/+108 |
| | | | | | | | | | | All basics are implemented. Missing are the right (localized) strings and the page markup could have a look at by a frontend guy. | ||||
| * | Method for activating email addresses through verification email | Peter | 2014-12-17 | 1 | -0/+21 |
| | | |||||
* | | work on #754 | Unknwon | 2014-12-18 | 1 | -0/+3 |
| | | |||||
* | | work on #754 | Unknwon | 2014-12-18 | 1 | -0/+3 |
| | | |||||
* | | work on #756 | Unknwon | 2014-12-17 | 1 | -0/+2 |
|/ | |||||
* | fix #751 | Unknwon | 2014-12-16 | 1 | -0/+9 |
| | |||||
* | safe check | Unknwon | 2014-11-28 | 1 | -0/+4 |
| | |||||
* | mirror fix on oauth2 | Unknwon | 2014-11-28 | 1 | -45/+37 |
| | |||||
* | fix oauth2 | Unknwon | 2014-11-28 | 1 | -58/+50 |
| |