Unknwon
7af7ee836c
finish attachments when create issue
10 years ago
Unknwon
987969eb73
finish create issue attachment UI
10 years ago
Unknwon
4c75ab3a82
UI: create issue with title and content
10 years ago
Unknwon
36fa23ed16
WIP: create PR - choose branch
10 years ago
Unknwon
c95ef7c546
improve fork process
10 years ago
Unknwon
8307824880
fix private repo cannot trigger hook by SSH
10 years ago
Unknwon
94654a8bf1
remove Index field of milestone
10 years ago
Unknwon
96b4e298b7
better version checker
10 years ago
Unknwon
6f6ad6f3c9
#334 : Add Deployment Key Support
10 years ago
Unknwon
85096fabbc
Merge branch 'develop' of github.com:gogits/gogs into feature/milestone
# Conflicts:
# gogs.go
# models/issue.go
# templates/.VERSION
10 years ago
Unknwon
04f1db0139
finish new milestone page
10 years ago
Unknwon
8504baffed
milestone: edit
10 years ago
Unknwon
893b66bcac
allow anonymous SSH clone
10 years ago
Unknwon
a8b859a626
milestone: pagination
10 years ago
Unknwon
fb2d1e450d
milestone: list view
10 years ago
Unknwon
78e08ddc96
fix check template version
10 years ago
Unknwon
6a1aa7e5cb
fix disable router log option
10 years ago
Unknwon
8633079f87
fix #1227
10 years ago
Unknwon
e593017bb4
fix #1305
10 years ago
Unknwon
d286033e38
#835 : Realtime webhooks
10 years ago
Unknwon
fd3451f0cc
Merge branch 'develop' of github.com:gogits/gogs into feature/page_issues
10 years ago
Unknwon
a667ee5e04
Merge branch 'master' of github.com:gogits/gogs into develop
10 years ago
无闻
23e64b10c2
Merge pull request #1336 from technosophos/master
Fix minor spelling issues.
10 years ago
无闻
3b103d6808
Merge pull request #1358 from nice-software/wip/certCommonName
Add CommonName to the self signed certificate
10 years ago
Unknwon
dfcb8673b9
UI: basic label list
- create new label
10 years ago
Unknwon
7dd092c0f7
UI: basci issue list without filters
- fix isRead check
- fix paging
10 years ago
Unknwon
7d0bd2ce90
#1128 : API calls are not hidden behind sign in
10 years ago
Paolo Borelli
a6c06d22bb
Add CommonName to the self signed certificate
Without a CN the self signed certificate is considered
invalid by chrome.
You can check with: openssl x509 -in cert.pem -subject -noout
10 years ago
Matt Butcher
c57d2f5536
Fix minor spelling issues.
10 years ago
Luka Dornhecker
d6a25eca06
remove extra space in ssh authentication message
11 years ago
Unknwon
37c89d978f
#1101 Anyone can see organization pages even without logging in when sign in required
11 years ago
Unknwon
fe78ea76a4
Put default config into binary
11 years ago
Unknwon
12b2a0ec8b
#1079 : Custom robots.txt should be send with plaintext content-type
11 years ago
Unknwon
4bcbfc2916
#851 : Edit Account does not take into consideration password rules
11 years ago
Unknwon
0fa1c5ae0f
#1040 : dashboard no longer accessible when repo is missing
11 years ago
Unknwon
5d625e884f
cmd/serve.go: remove useless code
11 years ago
Unknwon
3efc1e134e
models: mirror fix on #964
11 years ago
Peter Smit
c85b68a2c9
Merge branch 'access' into access_rewriteserv
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
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
c3076b44c4
Rewrite/simplify gogs serve
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
8414dd270e
models: fix XORM API break
cmd/web.go: check version after load config
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
Unknwon
4f24a5ef7d
first pass work on migration #925
11 years ago