无闻
59233609d4
Merge pull request #915 from Lafriks/dev
Get username, name, surname and e-mail from LDAP server
10 years ago
Unknwon
f6e65b5e06
models: able to rename user with diff letter cases #981
- templates/org: mirror fix on name output
- routers: add missing error check
10 years ago
Unknwon
9356bd502c
Merge branch 'dev' of github.com:gogits/gogs into dev
10 years ago
Unknwon
700626f527
templates/user/settings/emial.tmpl: little fix on UI
- routers/user: little code format
- conf/locale: update French locale
10 years ago
Raphael Randschau
a868ff0436
Fix #933
Not sure why, but xorm ignores the num_issues and num_closed_issues
columns when updating, even though the values changed.
Listing them explicitly fixes the issue with the wrong issue counts
10 years ago
Peter Smit
2bb8323ab5
Remove GoGet option from repository and handle it with ?go-get=1 instead
The normal go get protocol is to show the go-import meta tag when ?go-get=1 is appended to the url. This commit implements that behaviour and cleans the go-get option from the repository settings page.
10 years ago
Unknwon
8414dd270e
models: fix XORM API break
cmd/web.go: check version after load config
10 years ago
Unknwon
eb69b6532c
templates/user/auth/signin.tmpl: hide sign up prompt when registration is disabled #884
10 years ago
Unknwon
07795ce5be
better naming on #891
10 years ago
Unknwon
f771ec8c6c
models: make code change for session issue with SQLite3 #739
10 years ago
Unknwon
a8ac54ff07
able to allow insecure certification of webhook for #891
10 years ago
Unknwon
85067b08a4
models/repo.go: add update hook when migrate for #789
10 years ago
Peter Smit
6e839cde62
Fix #922
10 years ago
无闻
1c35655750
Merge pull request #911 from TonyTsangHK/dev
Link to previous commited source file (diff.view_file button) instead of returning 404 for deleted files.
10 years ago
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)
10 years ago
无闻
42ba809042
Merge pull request #905 from phsmit/conf_on_cli
Add option to provide configuration file on command line
10 years ago
Lauris BH
8016fb54d8
Get username, name, surname and e-mail from LDAP server
10 years ago
Unknwon
cdd2a75239
routers/repo/http.go: allow HTTP push/pull by token for #845
10 years ago
无闻
9323547d46
Merge pull request #845 from compressed/token_http
allow http push by token - #842
10 years ago
Unknwon
235271d50a
able to disable SSH for #883
10 years ago
Unknwon
be2991163c
models/action.go: add action reopen for #462
- models/issue.go: format comment type names
10 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
10 years ago
Tony Tsang
b6fb5371ce
Link to previous commited source file (diff.view_file button) instead of returning 404 for deleted files.
10 years ago
Peter Smit
9dd98a9a0f
Add option to provide configuration file on command line
10 years ago
无闻
53439a38b9
Merge pull request #892 from EtienneBruines/commit_reference
Referencing issues from commit messages is now possible.
10 years ago
Unknwon
94b839cc2d
models: sanitize user full name when update settings
10 years ago
Unknwon
7712805a67
models: mirro code fix for #821
10 years ago
无闻
2c27160655
Merge pull request #821 from phsmit/fix_819
Fix #819 by fetching the repository from db before updating
10 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 .
10 years ago
Unknwon
f69e1a635d
models: code fix on #818
10 years ago
无闻
41deac5407
Merge pull request #818 from fzerorubigd/master
add a function to rewrite all public keys on admin request
10 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
10 years ago
Unknwon
ee6786216a
modules/base: clean code with #838
10 years ago
Peter Smit
4ef3245413
Migration code: errors are not to be forgotten
10 years ago
Peter Smit
2a70d6b723
Clean up migrations code
10 years ago
Peter Smit
bb103e8723
Create db migrations framework
10 years ago
无闻
161774d4fb
Merge pull request #825 from phsmit/ssh2_keys
Implement #798 Flexible ssh-key input
10 years ago
Unknwon
452cca35e0
Merge branch 'encoding' of github.com:gogits/gogs into dev
Conflicts:
.gopmfile
10 years ago
Christopher Brickley
d0827e5d5e
allow http push by token - #842
10 years ago
Unknwon
bb26285a12
fix #827
10 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.
10 years ago
Unknwon
c73e9057ae
Optmize git-fsck options and fix #820
10 years ago
Peter Smit
44fa9147b7
Fix #819 by fetching the repository from db before updating
10 years ago
Unknwon
0b56272c13
fix #805
10 years ago
Unknwon
3ea1443885
work on #784
10 years ago
fzerorubigd
c973c91656
add afunction to rewrite all public keys on admin request
refs #763
10 years ago
Unknwon
bd555551ce
fix #801
10 years ago
无闻
477bea574a
Merge pull request #782 from estetsenko/dev
fix for #747
10 years ago
无闻
afdb0c7f9d
Merge pull request #790 from euank/master
Initialize unset git user.email / user.name correctly; fix Dockerfile
10 years ago
Unknwon
63c1f9a23f
fix 500: E-mail already used in user settings page
10 years ago