Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | models: mirro code fix for #821 | Unknwon | 2015-02-02 | 1 | -2/+2 |
| | |||||
* | Merge pull request #821 from phsmit/fix_819 | 无闻 | 2015-02-02 | 1 | -0/+5 |
|\ | | | | | Fix #819 by fetching the repository from db before updating | ||||
| * | Fix #819 by fetching the repository from db before updating | Peter Smit | 2015-01-02 | 1 | -0/+5 |
| | | |||||
* | | models: code fix on #818 | Unknwon | 2015-02-01 | 1 | -18/+34 |
| | | |||||
* | | Merge pull request #818 from fzerorubigd/master | 无闻 | 2015-02-01 | 1 | -3/+26 |
|\ \ | | | | | | | add a function to rewrite all public keys on admin request | ||||
| * | | add afunction to rewrite all public keys on admin request | fzerorubigd | 2015-01-01 | 1 | -3/+26 |
| |/ | | | | | | | refs #763 | ||||
* | | cmd: CMD option for port number of `gogs web` to prevent first time run conflict | Unknwon | 2015-02-01 | 1 | -8/+8 |
| | | | | | | | | | | - routers: use new binding convention to simplify code - templates: able to set HTTP port number in install page | ||||
* | | modules/base: clean code with #838 | Unknwon | 2015-01-30 | 1 | -5/+2 |
| | | |||||
* | | Migration code: errors are not to be forgotten | Peter Smit | 2015-01-22 | 1 | -2/+6 |
| | | |||||
* | | Clean up migrations code | Peter Smit | 2015-01-22 | 1 | -4/+6 |
| | | |||||
* | | Create db migrations framework | Peter Smit | 2015-01-22 | 2 | -0/+53 |
| | | |||||
* | | Merge pull request #825 from phsmit/ssh2_keys | 无闻 | 2015-01-22 | 1 | -0/+81 |
|\ \ | | | | | | | Implement #798 Flexible ssh-key input | ||||
| * | | Implement #798 Flexible ssh-key input | Peter Smit | 2015-01-02 | 1 | -0/+81 |
| | | | | | | | | | | | | It is now possible to input ssh keys in a number of formats: openssh, SSH2 or just the base64 encoded key. | ||||
* | | | Merge branch 'encoding' of github.com:gogits/gogs into dev | Unknwon | 2015-01-17 | 1 | -6/+12 |
|\ \ \ | | | | | | | | | | | | | | | | | Conflicts: .gopmfile | ||||
| * | | | Replace mahonia with the standard functions in the Golang Sub-repositories | Peter Smit | 2014-12-22 | 1 | -6/+12 |
| | | | | |||||
* | | | | fix #827 | Unknwon | 2015-01-06 | 1 | -1/+0 |
| |/ / |/| | | |||||
* | | | Optmize git-fsck options and fix #820 | Unknwon | 2015-01-02 | 1 | -2/+2 |
| | | | |||||
* | | | fix #805 | Unknwon | 2015-01-02 | 1 | -3/+17 |
| | | | |||||
* | | | work on #784 | Unknwon | 2015-01-02 | 1 | -1/+3 |
| |/ |/| | |||||
* | | fix #801 | Unknwon | 2014-12-31 | 1 | -7/+8 |
| | | |||||
* | | Merge pull request #782 from estetsenko/dev | 无闻 | 2014-12-29 | 1 | -2/+2 |
|\ \ | | | | | | | fix for #747 | ||||
| * | | bugfix: Unable to assign any issue myself | estetsenko | 2014-12-24 | 1 | -2/+2 |
| |/ | |||||
* | | Merge pull request #790 from euank/master | 无闻 | 2014-12-29 | 1 | -14/+11 |
|\ \ | | | | | | | Initialize unset git user.email / user.name correctly; fix Dockerfile | ||||
| * | | Default values for both user.name and user.email | euank | 2014-12-27 | 1 | -14/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | The previous behavior was to set default values only if user.name was not set, but to always set it for both. This only sets a value if there wasn't one; this fixes cases where someone has a user.name but no user.email (see included Dockerfile) or someone has a user.email but no user.name (before the email would have been over-written). | ||||
* | | | fix 500: E-mail already used in user settings page | Unknwon | 2014-12-29 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Fix for wrong email query | Peter Smit | 2014-12-21 | 1 | -1/+1 |
| | | | | | | | | Changing EmailAdress.OwnerId to EmailAddress.Uid should have accompanied this change | ||||
* | | Merge pull request #755 from phsmit/multiple_emails | 无闻 | 2014-12-20 | 2 | -9/+175 |
|\ \ | |/ |/| | Multiple emails | ||||
| * | Small fixes to multiple_emails feature | Peter | 2014-12-20 | 1 | -12/+12 |
| | | |||||
| * | Add function to the model for email address management (add/delete/activate) | Peter | 2014-12-17 | 1 | -0/+133 |
| | | |||||
| * | Add alternative email addresses to the model | Peter Smit | 2014-12-17 | 2 | -9/+42 |
| | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | work on #754 | Unknwon | 2014-12-18 | 1 | -1/+1 |
|/ | |||||
* | modes/repo: incorrect SSH clone URL for #742 | Unknwon | 2014-12-13 | 1 | -0/+21 |
| | |||||
* | api: able to create repo and fix #726 | Unknwon | 2014-12-12 | 1 | -2/+20 |
| | | | | | - POST /user/repos - POST /org/:org/repos | ||||
* | fix #735 | Unknwon | 2014-12-12 | 1 | -0/+1 |
| | |||||
* | fix #711 | Unknwon | 2014-12-09 | 1 | -0/+25 |
| | |||||
* | Fix spelling errors in comments. | Joseph Crail | 2014-12-06 | 8 | -14/+14 |
| | |||||
* | work on #672 | Unknwon | 2014-12-05 | 1 | -8/+11 |
| | |||||
* | fix #706 and other mirror improve | Unknwon | 2014-12-04 | 1 | -22/+40 |
| | |||||
* | Use the avatar.HashEmail function instead of hashing email directly. Fixes #700 | Andrew Burns | 2014-12-03 | 1 | -1/+7 |
| | |||||
* | fix #676 | Unknwon | 2014-11-30 | 1 | -1/+8 |
| | |||||
* | fix #580 | Unknwon | 2014-11-30 | 2 | -11/+41 |
| | |||||
* | Fix #652 | Unknwon | 2014-11-23 | 2 | -1/+6 |
| | |||||
* | Fix 653 | Unknwon | 2014-11-22 | 1 | -2/+6 |
| | |||||
* | fix #644 | Unknwon | 2014-11-21 | 2 | -3/+14 |
| | |||||
* | more on change avatar | Unknwon | 2014-11-21 | 1 | -0/+1 |
| | |||||
* | custom avatar upload | Unknwon | 2014-11-21 | 2 | -40/+89 |
| | |||||
* | Fix #635 | Unknwon | 2014-11-18 | 1 | -0/+12 |
| | |||||
* | #634 | Unknwon | 2014-11-18 | 1 | -0/+1 |
| | |||||
* | quick fix | Unknwon | 2014-11-17 | 1 | -1/+1 |
| | |||||
* | lock gopmfile | Unknwon | 2014-11-17 | 1 | -1/+1 |
| |