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
Unknwon
235271d50a
able to disable SSH for #883
2015-02-07 10:46:57 -05:00
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.
2015-02-06 13:18:11 +02:00
Peter Smit
9dd98a9a0f
Add option to provide configuration file on command line
2015-02-05 12:17:35 +02:00
Unknwon
e9078910cf
cmd: update csrf version requirement
2015-02-04 19:14:09 -05:00
Unknwon
f69e1a635d
models: code fix on #818
2015-02-01 17:21:56 -05:00
Unknwon
89ea3e1acc
routers: save partial config when install
2015-02-01 14:39:58 -05:00
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
2015-02-01 12:41:03 -05:00
Unknwon
7170011f4d
update with deps
2015-01-17 15:17:53 +08:00
Unknwon
13e35398aa
prepare for mirror update release
2015-01-05 20:37:22 +08:00
Unknwon
d5c6b53571
use new Redis client
2015-01-03 02:54:22 +08:00
Unknwon
f0ca16d78f
add cache version require
2015-01-02 23:59:06 +08:00
Unknwon
c73e9057ae
Optmize git-fsck options and fix #820
2015-01-02 20:14:43 +08:00
Unknwon
0f1ff9b1ad
fix cache dep API broken
2014-12-31 17:08:57 +08:00
Unknwon
63c1f9a23f
fix 500: E-mail already used in user settings page
2014-12-29 20:00:07 +08:00