Filippo Valsorda
0d8a70e957
Handle submodules without a .gitmodules entry - fix #1023
11 years ago
Unknwon
46c5c2abc0
routers/repo/setting.go: fix LDAP cannot validate password #1006
11 years ago
Unknwon
164ed7fe1e
Merge branch 'access' of github.com:gogits/gogs into dev
11 years ago
无闻
f04f360865
Merge pull request #992 from theangryangel/fix/ldap-auth
Attempt 3 to fix LDAP login issues when git pushing after password change
11 years ago
Gogs
1a5a2d876c
Attempt #3 of ldap fixes
11 years ago
Unknwon
08b8901cd9
models: fix issue with transfer repository
README: fix typo
11 years ago
Raphael Randschau
64ca6513c2
Properly calculate the number of open issues per label
11 years ago
Unknwon
56a29ce158
v4 migration, merge 'dev', clean code and mirror fix
11 years ago
Unknwon
df64dcfdfd
Merge branch 'access' of github.com:gogits/gogs into access
11 years ago
Unknwon
5a7bca797c
Merge branch 'dev' of github.com:gogits/gogs into access
Conflicts:
gogs.go
models/models.go
models/user.go
templates/.VERSION
templates/org/home.tmpl
11 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
11 years ago
Unknwon
51da9e41f0
routers: able to migrate repo from local path
- modules/middleware/context.go: add HandleAPI method
11 years ago
无闻
3a2df08119
Merge pull request #959 from phsmit/access_update
Updating context and fixing permission issues
11 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.
11 years ago
Peter Smit
16bfbe24e7
Updating context and fixing permission issues
The boolean flags in the repo context have been replaced with mode and two methods
Also, the permissions have been brought more in line with https://help.github.com/articles/permission-levels-for-an-organization-repository/ , Admin Team members are able to change settings of their repositories.
11 years ago
Peter Smit
21da931939
Make sure that a mirror can't be written to by http or ssh
11 years ago
Unknwon
7ae5b92db8
code fix #941 caution: undertest
11 years ago
Peter Smit
71ea4a71bd
Merge remote-tracking branch 'mine/access_refactor' into access_refactor
Conflicts:
cmd/serve.go
models/access.go
models/migrations/migrations.go
models/org.go
models/repo.go
models/user.go
modules/middleware/org.go
modules/middleware/repo.go
routers/api/v1/repo.go
routers/org/teams.go
routers/repo/http.go
routers/user/home.go
11 years ago
Peter Smit
81083a9415
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.
11 years ago
无闻
4d31520521
Merge pull request #925 from phsmit/newcollaboration
Collaboration
11 years ago
Peter Smit
5af7b2864c
Change constants to UPPERCASE_WITH_UNDERSCORE style
11 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.
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
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
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.
11 years ago
Tony Tsang
b6fb5371ce
Link to previous commited source file (diff.view_file button) instead of returning 404 for deleted files.
11 years ago
Peter Smit
c2a69ea61f
Merge branch 'dev' into newcollaboration
11 years ago
Unknwon
32152d2363
routers/repo: set raw page content type to 'text/plain' #828
11 years ago
Unknwon
37fcc8daf2
modules/base: add RenderCommitMessage with XSS-safe and special links
- update russian locale
11 years ago
Peter Smit
76f8904718
Introducing Collaboration Struct
11 years ago
无闻
edbfbfa66e
Merge pull request #822 from phsmit/fix_807
Fix #807 parse the userinfo with the golang tools
11 years ago
Christopher Brickley
d0827e5d5e
allow http push by token - #842
11 years ago
Unknwon
c73e9057ae
Optmize git-fsck options and fix #820
11 years ago
Peter Smit
d016eaaa09
Fix #807 parse the userinfo with the golang tools
Note, this is now only fixed with Go version >= 1.4.2, see this bug in Go: 07d86b1f2d
11 years ago
Unknwon
677b1ec627
fix #808
11 years ago
Thomas Laroche
e948c7c262
Fix #795
11 years ago
Unknwon
1a5aa5e0c0
fix #741
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
codeskyblue
db6c0ebf76
fix git clone error when repo has upper case name
11 years ago
Unknwon
bc8721fb6c
Finish new UI for release page
11 years ago
Unknwon
9a1fe801e5
fix #711
11 years ago
Joseph Crail
39c068400e
Fix spelling errors in comments.
11 years ago
dennis-smurf
528c075ad6
Added issue link rendering in commit messages
11 years ago
Unknwon
a43164877c
fix #664
11 years ago
fuxiaohei
79dae254cf
add milestone page design
11 years ago
Unknwon
32dcaefafa
fox #620
11 years ago
fuxiaohei
d1a60e3643
add pull-request and labels page design
11 years ago