Unknwon
7ad8b3e568
improve fork process
2015-08-08 17:10:34 +08:00
Unknwon
511a55eea4
fix private repo cannot trigger hook by SSH
2015-08-08 01:04:12 +08:00
Unknwon
2c46d48550
remove Index field of milestone
2015-08-06 23:25:35 +08:00
Unknwon
7bea79b2fb
better version checker
2015-08-06 23:03:04 +08:00
Unknwon
a1b1352dbc
#334 : Add Deployment Key Support
2015-08-06 22:48:11 +08:00
Unknwon
5660db8860
Merge branch 'develop' of github.com:gogits/gogs into feature/milestone
...
# Conflicts:
# gogs.go
# models/issue.go
# templates/.VERSION
2015-08-05 20:26:00 +08:00
Unknwon
5b21042ec4
finish new milestone page
2015-08-05 20:23:08 +08:00
Unknwon
5d7294a5a9
milestone: edit
2015-08-05 18:26:18 +08:00
Unknwon
fde6df5f4f
allow anonymous SSH clone
2015-08-05 11:14:17 +08:00
Unknwon
ce2c6db2f9
milestone: pagination
2015-08-04 22:24:04 +08:00
Unknwon
7feed671ad
milestone: list view
2015-08-03 17:42:09 +08:00
Unknwon
5be603e3d4
fix check template version
2015-08-02 11:36:18 +08:00
Unknwon
d943813b5e
fix disable router log option
2015-07-31 15:03:30 +08:00
Unknwon
973f5f922d
fix #1227
2015-07-31 14:25:12 +08:00
Unknwon
984d18fe57
fix #1305
2015-07-28 18:01:39 +08:00
Unknwon
d0cf032a6c
#835 : Realtime webhooks
2015-07-25 21:32:04 +08:00
Unknwon
250daf0b85
Merge branch 'develop' of github.com:gogits/gogs into feature/page_issues
2015-07-25 00:49:40 +08:00
Unknwon
f9322b2fc5
Merge branch 'master' of github.com:gogits/gogs into develop
2015-07-25 00:48:42 +08:00
无闻
a71175ac6c
Merge pull request #1336 from technosophos/master
...
Fix minor spelling issues.
2015-07-25 00:47:09 +08:00
无闻
a65760b823
Merge pull request #1358 from nice-software/wip/certCommonName
...
Add CommonName to the self signed certificate
2015-07-25 00:29:31 +08:00
Unknwon
b0eb1646dc
UI: basic label list
...
- create new label
2015-07-24 21:02:49 +08:00
Unknwon
552bc6c77b
UI: basci issue list without filters
...
- fix isRead check
- fix paging
2015-07-24 16:42:47 +08:00
Unknwon
956f7f8fe8
#1128 : API calls are not hidden behind sign in
2015-07-15 19:17:57 +08:00
Paolo Borelli
995bb32b83
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
2015-07-11 10:34:25 +02:00
Matt Butcher
3bf115d3b3
Fix minor spelling issues.
2015-06-18 05:01:05 -06:00
Luka Dornhecker
8755d12e31
remove extra space in ssh authentication message
2015-04-02 22:22:58 +02:00
Unknwon
ee10eacf0c
#1101 Anyone can see organization pages even without logging in when sign in required
2015-03-23 17:58:52 -04:00
Unknwon
228672407b
Put default config into binary
2015-03-18 06:37:44 -04:00
Unknwon
72c864286c
#1079 : Custom robots.txt should be send with plaintext content-type
2015-03-18 01:29:54 -04:00
Unknwon
06a587d0d0
#851 : Edit Account does not take into consideration password rules
2015-03-17 03:21:58 -04:00
Unknwon
9167d429ca
#1040 : dashboard no longer accessible when repo is missing
2015-03-16 04:04:27 -04:00
Unknwon
5d625e884f
cmd/serve.go: remove useless code
2015-03-01 18:43:28 -05:00
Unknwon
3efc1e134e
models: mirror fix on #964
2015-02-28 22:24:53 -05:00
Peter Smit
c85b68a2c9
Merge branch 'access' into access_rewriteserv
2015-02-23 12:34:41 +02:00
Unknwon
df64dcfdfd
Merge branch 'access' of github.com:gogits/gogs into access
2015-02-22 22:55:35 -05:00
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
2015-02-22 22:51:25 -05:00
Unknwon
51da9e41f0
routers: able to migrate repo from local path
...
- modules/middleware/context.go: add HandleAPI method
2015-02-22 09:49:25 -05:00
无闻
3a2df08119
Merge pull request #959 from phsmit/access_update
...
Updating context and fixing permission issues
2015-02-21 02:55:30 -05:00
Peter Smit
c3076b44c4
Rewrite/simplify gogs serve
2015-02-16 16:38:01 +02:00
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.
2015-02-16 12:51:56 +02:00
Peter Smit
21da931939
Make sure that a mirror can't be written to by http or ssh
2015-02-16 12:00:06 +02:00
Unknwon
8414dd270e
models: fix XORM API break
...
cmd/web.go: check version after load config
2015-02-14 17:01:33 -05:00
Unknwon
7ae5b92db8
code fix #941 caution: undertest
2015-02-13 00:58:46 -05:00
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
2015-02-12 14:25:07 +02:00
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.
2015-02-12 14:14:45 +02:00
Unknwon
4f24a5ef7d
first pass work on migration #925
2015-02-11 21:58:37 -05:00
Peter Smit
5af7b2864c
Change constants to UPPERCASE_WITH_UNDERSCORE style
2015-02-09 13:36:33 +02:00
Peter Smit
8f65fea476
Improve argument parsing for serve command
2015-02-09 12:32:42 +02:00
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)
2015-02-08 21:26:14 -05:00
无闻
42ba809042
Merge pull request #905 from phsmit/conf_on_cli
...
Add option to provide configuration file on command line
2015-02-08 20:22:02 -05:00