d82d9bc153
Fix minor spelling issues.
2015-06-18 05:01:05 -06:00
1988c0993d
remove extra space in ssh authentication message
2015-04-02 22:22:58 +02:00
27c3c5415f
#1101 Anyone can see organization pages even without logging in when sign in required
2015-03-23 17:58:52 -04:00
e6cf83b8c0
Put default config into binary
2015-03-18 06:37:44 -04:00
8e815abeb0
#1079 : Custom robots.txt should be send with plaintext content-type
2015-03-18 01:29:54 -04:00
33894591a6
#851 : Edit Account does not take into consideration password rules
2015-03-17 03:21:58 -04:00
588f3215c6
#1040 : dashboard no longer accessible when repo is missing
2015-03-16 04:04:27 -04:00
b447d18dca
cmd/serve.go: remove useless code
2015-03-01 18:43:28 -05:00
d446be9f5f
models: mirror fix on #964
2015-02-28 22:24:53 -05:00
556881964f
Merge branch 'access' into access_rewriteserv
2015-02-23 12:34:41 +02:00
10e4b5b6c6
Merge branch 'access' of github.com:gogits/gogs into access
2015-02-22 22:55:35 -05:00
7ccab9cd09
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
059338139c
routers: able to migrate repo from local path
...
- modules/middleware/context.go: add HandleAPI method
2015-02-22 09:49:25 -05:00
fc4dff1b17
Merge pull request #959 from phsmit/access_update
...
Updating context and fixing permission issues
2015-02-21 02:55:30 -05:00
aa68e86206
Rewrite/simplify gogs serve
2015-02-16 16:38:01 +02:00
ed89b39984
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
f9454cc32c
Make sure that a mirror can't be written to by http or ssh
2015-02-16 12:00:06 +02:00
685ed1f807
models: fix XORM API break
...
cmd/web.go: check version after load config
2015-02-14 17:01:33 -05:00
6d0f3a07d4
code fix #941 caution: undertest
2015-02-13 00:58:46 -05:00
6c1ee384f1
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
0a4cda0dd4
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
7e7160eefd
first pass work on migration #925
2015-02-11 21:58:37 -05:00
0d158e569b
Change constants to UPPERCASE_WITH_UNDERSCORE style
2015-02-09 13:36:33 +02:00
b7e26aa5e3
Improve argument parsing for serve command
2015-02-09 12:32:42 +02:00
f15fa9167a
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
cd0ee35b3f
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
2a2596fe61
able to disable SSH for #883
2015-02-07 10:46:57 -05:00
4e79adf6b5
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
1ab09e4f1b
Add option to provide configuration file on command line
2015-02-05 12:17:35 +02:00
4dfffee9fb
cmd: update csrf version requirement
2015-02-04 19:14:09 -05:00
0a2068d7fb
models: code fix on #818
2015-02-01 17:21:56 -05:00
89ea3e1acc
routers: save partial config when install
2015-02-01 14:39:58 -05:00
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
7170011f4d
update with deps
2015-01-17 15:17:53 +08:00
13e35398aa
prepare for mirror update release
2015-01-05 20:37:22 +08:00
d5c6b53571
use new Redis client
2015-01-03 02:54:22 +08:00
f0ca16d78f
add cache version require
2015-01-02 23:59:06 +08:00
c73e9057ae
Optmize git-fsck options and fix #820
2015-01-02 20:14:43 +08:00
0f1ff9b1ad
fix cache dep API broken
2014-12-31 17:08:57 +08:00
63c1f9a23f
fix 500: E-mail already used in user settings page
2014-12-29 20:00:07 +08:00
81a44e4cd0
fix API changes
2014-12-28 20:40:35 +08:00
97b39ae2e4
fix invite bug(shouldn't include full name to search box)
2014-12-22 03:44:49 -05:00
79537467da
mirror fix and update
2014-12-20 22:51:16 -05:00
a18decf4cc
Merge pull request #755 from phsmit/multiple_emails
...
Multiple emails
2014-12-20 22:47:05 -05:00
b231b8c927
update locale and mirror code format
2014-12-19 00:24:17 -05:00
b033f2f535
Finish method for having multiple emails/user.
...
All basics are implemented. Missing are the right (localized) strings
and the page markup could have a look at by a frontend guy.
2014-12-17 17:42:54 +02:00
9803c421f5
fix binding api broken
2014-12-15 01:49:59 -05:00
ac4a10456e
api: able to create repo and fix #726
...
- POST /user/repos
- POST /org/:org/repos
2014-12-12 20:30:32 -05:00
42c7bb7529
mirror code clean
2014-12-11 18:55:09 -05:00
4f4392b83e
increase minimum version vor HTTPS to TLS 1.0 (POODLE, fixes #730 )
2014-12-11 11:14:41 +01:00