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
5af7b2864c
Change constants to UPPERCASE_WITH_UNDERSCORE style
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
Peter Smit
5deb52e1b8
Refactoring of the Access Table
This commit does a lot of the work of refactoring the access table in a table with id's instead of strings.
The result does compile, but has not been tested. It may eat your kittens.
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
Peter Smit
c2a69ea61f
Merge branch 'dev' into newcollaboration
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
Peter Smit
fd1df86c44
Fix dashboard issue after collaboration migration
10 years ago
Peter Smit
bef38d9d3f
Fix collaboration migration code
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
76f8904718
Introducing Collaboration Struct
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
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).
10 years ago
estetsenko
bae1d65564
bugfix: Unable to assign any issue myself
10 years ago