Unknwon
ed7f1ae592
fix read access team visibility of private repo
10 years ago
Unknwon
0fa1c5ae0f
#1040 : dashboard no longer accessible when repo is missing
10 years ago
Unknwon
01c427bfbb
#1050 : Bad permissions on authorized_keys after rewrite
10 years ago
Tomcat
1441a336d5
Add mysql unix socket support.
If the host setting looks like a unix socket (leading by char '/'), will use unix(host) as connection string
10 years ago
Unknwon
b702955573
#1024 : OFFLINE_MODE Still Uses Gravatar
10 years ago
Unknwon
9852d11f19
#876 : Update hooks is missing for forked repository
10 years ago
Unknwon
c3e009ad21
#988 : GetRepoLink already contains AppSubUrl
10 years ago
Unknwon
ebfce21513
#1032 : legacy code can have duplicated IDs for same repository
10 years ago
Unknwon
c61a100b93
fix HTTP/HTTPS push update func call panic #1037 and `http: multiple response.WriteHeader calls`
10 years ago
Unknwon
46c5c2abc0
routers/repo/setting.go: fix LDAP cannot validate password #1006
10 years ago
Unknwon
5969cda479
models/migrations: fix update error
10 years ago
Unknwon
4eb5a86dcc
Merge branch 'access' of github.com:gogits/gogs into dev
10 years ago
Unknwon
3efc1e134e
models: mirror fix on #964
10 years ago
无闻
d556ee2f44
Merge pull request #964 from phsmit/access_rewriteserv
Rewrite/simplify gogs serve
10 years ago
Unknwon
164ed7fe1e
Merge branch 'access' of github.com:gogits/gogs into dev
10 years ago
Unknwon
b5ec283915
REAMDE: update
10 years ago
Unknwon
1d80e7bfbd
models: done testing on new access system
10 years ago
Unknwon
08b8901cd9
models: fix issue with transfer repository
README: fix typo
10 years ago
Raphael Randschau
64ca6513c2
Properly calculate the number of open issues per label
10 years ago
无闻
59233609d4
Merge pull request #915 from Lafriks/dev
Get username, name, surname and e-mail from LDAP server
10 years ago
Peter Smit
c85b68a2c9
Merge branch 'access' into access_rewriteserv
10 years ago
Unknwon
56a29ce158
v4 migration, merge 'dev', clean code and mirror fix
10 years ago
Unknwon
8aec9956c1
Merge branch 'access' of github.com:gogits/gogs into access
10 years ago
Unknwon
df64dcfdfd
Merge branch 'access' of github.com:gogits/gogs into access
10 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
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
Peter Smit
c3076b44c4
Rewrite/simplify gogs serve
10 years ago
Peter Smit
0d601634fb
Remove collaborators when removing and transferring repository
10 years ago
Unknwon
8414dd270e
models: fix XORM API break
cmd/web.go: check version after load config
10 years ago
Peter Smit
234fba2c09
Fix access for team mode update
10 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)
10 years ago
Unknwon
cfe7f5e13d
some fixes, but not done yet!
10 years ago
Unknwon
16a8a4a4f7
fix mirror issues uncaught #941
10 years ago
Unknwon
7ae5b92db8
code fix #941 caution: undertest
10 years ago
Unknwon
38d3262e48
models/migrations: finish accessRefactor
10 years ago
无闻
4a6c7e10f2
Merge pull request #941 from phsmit/access_refactor
Access refactor
10 years ago
Unknwon
ee13766710
models/migrations: fix little logic error
10 years ago
Unknwon
eb69b6532c
templates/user/auth/signin.tmpl: hide sign up prompt when registration is disabled #884
10 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
10 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.
10 years ago
Peter Smit
fda8920ff0
Some comments and improvements for migrations
10 years ago
Unknwon
bd119381ba
models/migartions: make Migration as interface and use session
10 years ago
Unknwon
4f24a5ef7d
first pass work on migration #925
10 years ago
Unknwon
9aeb3d3eed
Merge branch 'dev' of github.com:gogits/gogs into access
10 years ago
Unknwon
387df60344
Merge branch 'access' of github.com:gogits/gogs into access
10 years ago
无闻
4d31520521
Merge pull request #925 from phsmit/newcollaboration
Collaboration
10 years ago