Unknwon
bc9746281f
cmd: code fix for #905
- routers/admin: add rewrite update hook operation
- conf/locale: update locale file due to ini behavior changes
- cmd/cert_stub.go: remove useless code
- cmd/fix.go: no longer need fix command(at least now)
11 years ago
无闻
42ba809042
Merge pull request #905 from phsmit/conf_on_cli
Add option to provide configuration file on command line
11 years ago
Unknwon
cdd2a75239
routers/repo/http.go: allow HTTP push/pull by token for #845
11 years ago
无闻
9323547d46
Merge pull request #845 from compressed/token_http
allow http push by token - #842
11 years ago
Unknwon
235271d50a
able to disable SSH for #883
11 years ago
Unknwon
be2991163c
models/action.go: add action reopen for #462
- models/issue.go: format comment type names
11 years ago
Unknwon
58c91218ab
models/action.go: mirror fix on #892
- modules/base/markdown.go: fix issue link issue
- routers/repo/view.go: remove useless code
11 years ago
Peter Smit
9dd98a9a0f
Add option to provide configuration file on command line
11 years ago
无闻
53439a38b9
Merge pull request #892 from EtienneBruines/commit_reference
Referencing issues from commit messages is now possible.
11 years ago
Unknwon
94b839cc2d
models: sanitize user full name when update settings
11 years ago
Unknwon
7712805a67
models: mirro code fix for #821
11 years ago
无闻
2c27160655
Merge pull request #821 from phsmit/fix_819
Fix #819 by fetching the repository from db before updating
11 years ago
Etienne Bruines
cedc1822dc
Referencing issues from commit messages is now possible.
Code-wise: the fixing-part of the code now doesn't reference the issue any more, because this is done by the referencing-part of the code, which is called just before.
Fixes #462 , #668 , #732 .
11 years ago
Unknwon
f69e1a635d
models: code fix on #818
11 years ago
无闻
41deac5407
Merge pull request #818 from fzerorubigd/master
add a function to rewrite all public keys on admin request
11 years ago
Unknwon
b293b6eaa6
cmd: CMD option for port number of `gogs web` to prevent first time run conflict
- routers: use new binding convention to simplify code
- templates: able to set HTTP port number in install page
11 years ago
Unknwon
ee6786216a
modules/base: clean code with #838
11 years ago
Peter Smit
4ef3245413
Migration code: errors are not to be forgotten
11 years ago
Peter Smit
2a70d6b723
Clean up migrations code
11 years ago
Peter Smit
bb103e8723
Create db migrations framework
11 years ago
无闻
161774d4fb
Merge pull request #825 from phsmit/ssh2_keys
Implement #798 Flexible ssh-key input
11 years ago
Unknwon
452cca35e0
Merge branch 'encoding' of github.com:gogits/gogs into dev
Conflicts:
.gopmfile
11 years ago
Christopher Brickley
d0827e5d5e
allow http push by token - #842
11 years ago
Unknwon
bb26285a12
fix #827
11 years ago
Peter Smit
6251626de4
Implement #798 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.
11 years ago
Unknwon
c73e9057ae
Optmize git-fsck options and fix #820
11 years ago
Peter Smit
44fa9147b7
Fix #819 by fetching the repository from db before updating
11 years ago
Unknwon
0b56272c13
fix #805
11 years ago
Unknwon
3ea1443885
work on #784
11 years ago
fzerorubigd
c973c91656
add afunction to rewrite all public keys on admin request
refs #763
11 years ago
Unknwon
bd555551ce
fix #801
11 years ago
无闻
477bea574a
Merge pull request #782 from estetsenko/dev
fix for #747
11 years ago
无闻
afdb0c7f9d
Merge pull request #790 from euank/master
Initialize unset git user.email / user.name correctly; fix Dockerfile
11 years ago
Unknwon
63c1f9a23f
fix 500: E-mail already used in user settings page
11 years ago
euank
234a7c19a4
Default values for both user.name and user.email
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).
11 years ago
estetsenko
bae1d65564
bugfix: Unable to assign any issue myself
11 years ago
Peter Smit
3af757ed77
Replace mahonia with the standard functions in the Golang Sub-repositories
11 years ago
Peter Smit
66e2016eeb
Fix for wrong email query
Changing EmailAdress.OwnerId to EmailAddress.Uid should have accompanied this change
11 years ago
无闻
a18decf4cc
Merge pull request #755 from phsmit/multiple_emails
Multiple emails
11 years ago
Peter
20b5c23a19
Small fixes to multiple_emails feature
11 years ago
Unknwon
c4820f119d
work on #754
11 years ago
Peter
6919c80f0b
Add function to the model for email address management (add/delete/activate)
11 years ago
Peter Smit
99599c099f
Add alternative email addresses to the model
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.
11 years ago
Unknwon
b553ea45ee
modes/repo: incorrect SSH clone URL for #742
11 years ago
Unknwon
ac4a10456e
api: able to create repo and fix #726
- POST /user/repos
- POST /org/:org/repos
11 years ago
Unknwon
2f3a7e53cb
fix #735
11 years ago
Unknwon
9a1fe801e5
fix #711
11 years ago
Joseph Crail
39c068400e
Fix spelling errors in comments.
11 years ago
Unknwon
0b785ad967
work on #672
11 years ago
Unknwon
e577f2fff3
fix #706 and other mirror improve
11 years ago