Peter Smit
c3076b44c4
Rewrite/simplify gogs serve
11 years ago
Peter Smit
234fba2c09
Fix access for team mode update
11 years ago
Peter Smit
7c22ddf98d
Rewrite of access migration
The old migration had a few issues:
- It left old column names around
- It did not give the right access levels for owners and admins
Also, this includes a migration that fixes the authorization of owner teams, which was previously ORG_ADMIN (instead of ORG_OWNER)
11 years ago
Unknwon
cfe7f5e13d
some fixes, but not done yet!
11 years ago
Unknwon
16a8a4a4f7
fix mirror issues uncaught #941
11 years ago
Unknwon
7ae5b92db8
code fix #941 caution: undertest
11 years ago
Unknwon
38d3262e48
models/migrations: finish accessRefactor
11 years ago
无闻
4a6c7e10f2
Merge pull request #941 from phsmit/access_refactor
Access refactor
11 years ago
Unknwon
ee13766710
models/migrations: fix little logic error
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
Peter Smit
fda8920ff0
Some comments and improvements for migrations
11 years ago
Unknwon
bd119381ba
models/migartions: make Migration as interface and use session
11 years ago
Unknwon
4f24a5ef7d
first pass work on migration #925
11 years ago
Unknwon
9aeb3d3eed
Merge branch 'dev' of github.com:gogits/gogs into access
11 years ago
Unknwon
387df60344
Merge branch 'access' of github.com:gogits/gogs into access
11 years ago
无闻
4d31520521
Merge pull request #925 from phsmit/newcollaboration
Collaboration
11 years ago
Unknwon
07795ce5be
better naming on #891
11 years ago
Unknwon
f771ec8c6c
models: make code change for session issue with SQLite3 #739
11 years ago
Unknwon
a8ac54ff07
able to allow insecure certification of webhook for #891
11 years ago
Unknwon
85067b08a4
models/repo.go: add update hook when migrate for #789
11 years ago
Peter Smit
5af7b2864c
Change constants to UPPERCASE_WITH_UNDERSCORE style
11 years ago
Peter Smit
6e839cde62
Fix #922
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
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
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
9dd98a9a0f
Add option to provide configuration file on command line
11 years ago
Peter Smit
c2a69ea61f
Merge branch 'dev' into newcollaboration
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
Peter Smit
fd1df86c44
Fix dashboard issue after collaboration migration
11 years ago
Peter Smit
bef38d9d3f
Fix collaboration migration code
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
76f8904718
Introducing Collaboration Struct
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