summaryrefslogtreecommitdiffstats
path: root/models
Commit message (Collapse)AuthorAgeFilesLines
* models: mirro code fix for #821Unknwon2015-02-021-2/+2
|
* Merge pull request #821 from phsmit/fix_819无闻2015-02-021-0/+5
|\ | | | | Fix #819 by fetching the repository from db before updating
| * Fix #819 by fetching the repository from db before updatingPeter Smit2015-01-021-0/+5
| |
* | models: code fix on #818Unknwon2015-02-011-18/+34
| |
* | Merge pull request #818 from fzerorubigd/master无闻2015-02-011-3/+26
|\ \ | | | | | | add a function to rewrite all public keys on admin request
| * | add afunction to rewrite all public keys on admin requestfzerorubigd2015-01-011-3/+26
| |/ | | | | | | refs #763
* | cmd: CMD option for port number of `gogs web` to prevent first time run conflictUnknwon2015-02-011-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 #838Unknwon2015-01-301-5/+2
| |
* | Migration code: errors are not to be forgottenPeter Smit2015-01-221-2/+6
| |
* | Clean up migrations codePeter Smit2015-01-221-4/+6
| |
* | Create db migrations frameworkPeter Smit2015-01-222-0/+53
| |
* | Merge pull request #825 from phsmit/ssh2_keys无闻2015-01-221-0/+81
|\ \ | | | | | | Implement #798 Flexible ssh-key input
| * | Implement #798 Flexible ssh-key inputPeter Smit2015-01-021-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 devUnknwon2015-01-171-6/+12
|\ \ \ | | | | | | | | | | | | | | | | Conflicts: .gopmfile
| * | | Replace mahonia with the standard functions in the Golang Sub-repositoriesPeter Smit2014-12-221-6/+12
| | | |
* | | | fix #827Unknwon2015-01-061-1/+0
| |/ / |/| |
* | | Optmize git-fsck options and fix #820Unknwon2015-01-021-2/+2
| | |
* | | fix #805Unknwon2015-01-021-3/+17
| | |
* | | work on #784Unknwon2015-01-021-1/+3
| |/ |/|
* | fix #801Unknwon2014-12-311-7/+8
| |
* | Merge pull request #782 from estetsenko/dev无闻2014-12-291-2/+2
|\ \ | | | | | | fix for #747
| * | bugfix: Unable to assign any issue myselfestetsenko2014-12-241-2/+2
| |/
* | Merge pull request #790 from euank/master无闻2014-12-291-14/+11
|\ \ | | | | | | Initialize unset git user.email / user.name correctly; fix Dockerfile
| * | Default values for both user.name and user.emaileuank2014-12-271-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 pageUnknwon2014-12-291-1/+1
| |/ |/|
* | Fix for wrong email queryPeter Smit2014-12-211-1/+1
| | | | | | | | Changing EmailAdress.OwnerId to EmailAddress.Uid should have accompanied this change
* | Merge pull request #755 from phsmit/multiple_emails无闻2014-12-202-9/+175
|\ \ | |/ |/| Multiple emails
| * Small fixes to multiple_emails featurePeter2014-12-201-12/+12
| |
| * Add function to the model for email address management (add/delete/activate)Peter2014-12-171-0/+133
| |
| * Add alternative email addresses to the modelPeter Smit2014-12-172-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 #754Unknwon2014-12-181-1/+1
|/
* modes/repo: incorrect SSH clone URL for #742Unknwon2014-12-131-0/+21
|
* api: able to create repo and fix #726Unknwon2014-12-121-2/+20
| | | | | - POST /user/repos - POST /org/:org/repos
* fix #735Unknwon2014-12-121-0/+1
|
* fix #711Unknwon2014-12-091-0/+25
|
* Fix spelling errors in comments.Joseph Crail2014-12-068-14/+14
|
* work on #672Unknwon2014-12-051-8/+11
|
* fix #706 and other mirror improveUnknwon2014-12-041-22/+40
|
* Use the avatar.HashEmail function instead of hashing email directly. Fixes #700Andrew Burns2014-12-031-1/+7
|
* fix #676Unknwon2014-11-301-1/+8
|
* fix #580Unknwon2014-11-302-11/+41
|
* Fix #652Unknwon2014-11-232-1/+6
|
* Fix 653Unknwon2014-11-221-2/+6
|
* fix #644Unknwon2014-11-212-3/+14
|
* more on change avatarUnknwon2014-11-211-0/+1
|
* custom avatar uploadUnknwon2014-11-212-40/+89
|
* Fix #635Unknwon2014-11-181-0/+12
|
* #634Unknwon2014-11-181-0/+1
|
* quick fixUnknwon2014-11-171-1/+1
|
* lock gopmfileUnknwon2014-11-171-1/+1
|