Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | bugfix: Unable to assign any issue myself | estetsenko | 2014-12-24 | |
| |/ | ||||
* | | Merge pull request #790 from euank/master | 无闻 | 2014-12-29 | |
|\ \ | | | | | | | Initialize unset git user.email / user.name correctly; fix Dockerfile | |||
| * | | Default values for both user.name and user.email | euank | 2014-12-27 | |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 | |
| |/ |/| | ||||
* | | Fix for wrong email query | Peter Smit | 2014-12-21 | |
| | | | | | | | | Changing EmailAdress.OwnerId to EmailAddress.Uid should have accompanied this change | |||
* | | Merge pull request #755 from phsmit/multiple_emails | 无闻 | 2014-12-20 | |
|\ \ | |/ |/| | Multiple emails | |||
| * | Small fixes to multiple_emails feature | Peter | 2014-12-20 | |
| | | ||||
| * | Add function to the model for email address management (add/delete/activate) | Peter | 2014-12-17 | |
| | | ||||
| * | Add alternative email addresses to the model | Peter Smit | 2014-12-17 | |
| | | | | | | | | | | | | | | | | | | | | 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 | |
|/ | ||||
* | modes/repo: incorrect SSH clone URL for #742 | Unknwon | 2014-12-13 | |
| | ||||
* | api: able to create repo and fix #726 | Unknwon | 2014-12-12 | |
| | | | | | - POST /user/repos - POST /org/:org/repos | |||
* | fix #735 | Unknwon | 2014-12-12 | |
| | ||||
* | fix #711 | Unknwon | 2014-12-09 | |
| | ||||
* | Fix spelling errors in comments. | Joseph Crail | 2014-12-06 | |
| | ||||
* | work on #672 | Unknwon | 2014-12-05 | |
| | ||||
* | fix #706 and other mirror improve | Unknwon | 2014-12-04 | |
| | ||||
* | Use the avatar.HashEmail function instead of hashing email directly. Fixes #700 | Andrew Burns | 2014-12-03 | |
| | ||||
* | fix #676 | Unknwon | 2014-11-30 | |
| | ||||
* | fix #580 | Unknwon | 2014-11-30 | |
| | ||||
* | Fix #652 | Unknwon | 2014-11-23 | |
| | ||||
* | Fix 653 | Unknwon | 2014-11-22 | |
| | ||||
* | fix #644 | Unknwon | 2014-11-21 | |
| | ||||
* | more on change avatar | Unknwon | 2014-11-21 | |
| | ||||
* | custom avatar upload | Unknwon | 2014-11-21 | |
| | ||||
* | Fix #635 | Unknwon | 2014-11-18 | |
| | ||||
* | #634 | Unknwon | 2014-11-18 | |
| | ||||
* | quick fix | Unknwon | 2014-11-17 | |
| | ||||
* | lock gopmfile | Unknwon | 2014-11-17 | |
| | ||||
* | Merge pull request #587 from eryx/dev | 无闻 | 2014-11-17 | |
|\ | | | | | Fix #266 | |||
| * | Fix #266 | Eryx | 2014-10-28 | |
| | | ||||
* | | fox #620 | Unknwon | 2014-11-17 | |
| | | ||||
* | | support duoshuo mirror of gravatar | Unknwon | 2014-11-16 | |
| | | ||||
* | | #12, use go-gogs-client | Unknwon | 2014-11-14 | |
| | | ||||
* | | #12, add/edit hook | Unknwon | 2014-11-13 | |
| | | ||||
* | | fix #622 | Unknwon | 2014-11-13 | |
| | | ||||
* | | #12, API: list user repos, list repo hooks | Unknwon | 2014-11-13 | |
| | | ||||
* | | add personal access token panel #12 | Unknwon | 2014-11-12 | |
| | | ||||
* | | Work on #5 fork and fix #608 | Unknwon | 2014-11-05 | |
| | | ||||
* | | fix session API broken and SQL pretection | Unknwon | 2014-11-04 | |
| | | ||||
* | | force the use of InnoDB as db engine for all tables, fixes #59 | luto | 2014-10-28 | |
|/ | ||||
* | Safe work | Unknwon | 2014-10-25 | |
| | ||||
* | Fix fork repo and macaron API broken | Unknwon | 2014-10-24 | |
| | ||||
* | update slack hook to use new format | Christopher Brickley | 2014-10-24 | |
| | ||||
* | Able to fork repo to individuals | Unknwon | 2014-10-19 | |
| | ||||
* | Merge pull request #560 from evolvedlight/master | 无闻 | 2014-10-18 | |
|\ | | | | | First cut of fork repo | |||
| * | Merge remote-tracking branch 'upstream/dev' | evolvedlight | 2014-10-13 | |
| |\ | | | | | | | | | | | | | Conflicts: models/repo.go | |||
| * | | More changes | evolvedlight | 2014-10-13 | |
| | | | ||||
| * | | Got the fork count working | evolvedlight | 2014-10-10 | |
| | | | ||||
| * | | Initial cut of git fork | evolvedlight | 2014-10-04 | |
| | | |