Unknwon
f93beaba3b
#1073 #1162 issue ID constraint failed
10 years ago
Unknwon
dd7f3e9f60
#1070 Clearer error message for illegal characters
10 years ago
Unknwon
84ea54669b
auto fix locale file name change
10 years ago
Unknwon
59177db277
#1120 #1132 mirror info not updated when transfer mirro repo
10 years ago
Unknwon
e0b7444703
#1133 add config option [service] DISABLE_MINIMUM_KEY_SIZE_CHECK
10 years ago
Unknwon
964bdbe38d
#1089 change to fake local email account
10 years ago
Unknwon
d7027077ec
#1143 Team member access lost when adding repository collaborator
- fix bug when add a repo to team, all other team members gets access as well
10 years ago
Unknwon
86ebe3cc58
#1124 lower_name of LDAP user not assigned
10 years ago
Unknwon
a62f116b02
#1080 : Remove footer ads/branding from default template
10 years ago
Vitaliy Vasilenko
abb94585bd
add func to autofix couters in repository
10 years ago
Unknwon
9ed0c5eaa1
update gopmfile
10 years ago
Unknwon
fe78ea76a4
Put default config into binary
10 years ago
Unknwon
ca0b8b7cc5
#1064 : X-Gogs-Event header is empty
10 years ago
Unknwon
4ec2e465f9
#1067 : Deleting users should remove them from collaborator lists
- fix delete user but repository watches are not decreased
10 years ago
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