Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #1101 Anyone can see organization pages even without logging in when sign in ↵ | Unknwon | 2015-03-23 | 1 | -1/+1 |
| | | | | required | ||||
* | Put default config into binary | Unknwon | 2015-03-18 | 1 | -2/+12 |
| | |||||
* | #1079: Custom robots.txt should be send with plaintext content-type | Unknwon | 2015-03-18 | 1 | -2/+2 |
| | |||||
* | #851: Edit Account does not take into consideration password rules | Unknwon | 2015-03-17 | 1 | -1/+1 |
| | |||||
* | #1040: dashboard no longer accessible when repo is missing | Unknwon | 2015-03-16 | 1 | -1/+1 |
| | |||||
* | cmd/serve.go: remove useless code | Unknwon | 2015-03-01 | 1 | -2/+0 |
| | |||||
* | models: mirror fix on #964 | Unknwon | 2015-02-28 | 1 | -5/+6 |
| | |||||
* | Merge branch 'access' into access_rewriteserv | Peter Smit | 2015-02-23 | 1 | -6/+5 |
|\ | |||||
| * | Merge branch 'access' of github.com:gogits/gogs into access | Unknwon | 2015-02-22 | 2 | -2/+7 |
| |\ | |||||
| | * | Merge pull request #959 from phsmit/access_update | 无闻 | 2015-02-21 | 1 | -2/+2 |
| | |\ | | | | | | | | | Updating context and fixing permission issues | ||||
| | | * | Updating context and fixing permission issues | Peter Smit | 2015-02-16 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| | * | | Make sure that a mirror can't be written to by http or ssh | Peter Smit | 2015-02-16 | 1 | -0/+5 |
| | |/ | |||||
| * | | Merge branch 'dev' of github.com:gogits/gogs into access | Unknwon | 2015-02-22 | 1 | -4/+3 |
| |\ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | Conflicts: gogs.go models/models.go models/user.go templates/.VERSION templates/org/home.tmpl | ||||
| | * | routers: able to migrate repo from local path | Unknwon | 2015-02-22 | 1 | -2/+2 |
| | | | | | | | | | | | | - modules/middleware/context.go: add HandleAPI method | ||||
| | * | models: fix XORM API break | Unknwon | 2015-02-14 | 1 | -2/+1 |
| | | | | | | | | | | | | cmd/web.go: check version after load config | ||||
* | | | Rewrite/simplify gogs serve | Peter Smit | 2015-02-16 | 1 | -77/+51 |
|/ / | |||||
* | | code fix #941 caution: undertest | Unknwon | 2015-02-13 | 1 | -5/+6 |
| | | |||||
* | | Merge remote-tracking branch 'mine/access_refactor' into access_refactor | Peter Smit | 2015-02-12 | 1 | -7/+7 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | | Change constants to UPPERCASE_WITH_UNDERSCORE style | Peter Smit | 2015-02-09 | 1 | -7/+7 |
| | | | |||||
| * | | Refactoring of the Access Table | Peter Smit | 2015-02-06 | 1 | -21/+20 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
* | | | Refactoring of the Access Table | Peter Smit | 2015-02-12 | 1 | -21/+20 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
* | | | first pass work on migration #925 | Unknwon | 2015-02-11 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Improve argument parsing for serve command | Peter Smit | 2015-02-09 | 1 | -1/+4 |
| | | |||||
* | | cmd: code fix for #905 | Unknwon | 2015-02-08 | 6 | -198/+6 |
| | | | | | | | | | | | | | | - 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) | ||||
* | | Merge pull request #905 from phsmit/conf_on_cli | 无闻 | 2015-02-08 | 4 | -2/+21 |
|\ \ | | | | | | | Add option to provide configuration file on command line | ||||
| * | | Add option to provide configuration file on command line | Peter Smit | 2015-02-05 | 4 | -2/+21 |
| |/ | |||||
* / | able to disable SSH for #883 | Unknwon | 2015-02-07 | 1 | -0/+6 |
|/ | |||||
* | cmd: update csrf version requirement | Unknwon | 2015-02-04 | 1 | -1/+1 |
| | |||||
* | models: code fix on #818 | Unknwon | 2015-02-01 | 1 | -1/+1 |
| | |||||
* | routers: save partial config when install | Unknwon | 2015-02-01 | 1 | -2/+2 |
| | |||||
* | cmd: CMD option for port number of `gogs web` to prevent first time run conflict | Unknwon | 2015-02-01 | 1 | -5/+13 |
| | | | | | - routers: use new binding convention to simplify code - templates: able to set HTTP port number in install page | ||||
* | update with deps | Unknwon | 2015-01-17 | 1 | -3/+3 |
| | |||||
* | prepare for mirror update release | Unknwon | 2015-01-05 | 1 | -2/+2 |
| | |||||
* | use new Redis client | Unknwon | 2015-01-03 | 1 | -2/+2 |
| | |||||
* | add cache version require | Unknwon | 2015-01-02 | 1 | -0/+1 |
| | |||||
* | Optmize git-fsck options and fix #820 | Unknwon | 2015-01-02 | 1 | -0/+2 |
| | |||||
* | fix cache dep API broken | Unknwon | 2014-12-31 | 1 | -3/+3 |
| | |||||
* | fix 500: E-mail already used in user settings page | Unknwon | 2014-12-29 | 1 | -3/+3 |
| | |||||
* | fix API changes | Unknwon | 2014-12-28 | 1 | -4/+1 |
| | |||||
* | fix invite bug(shouldn't include full name to search box) | Unknwon | 2014-12-22 | 1 | -2/+3 |
| | |||||
* | mirror fix and update | Unknwon | 2014-12-20 | 1 | -1/+1 |
| | |||||
* | Merge pull request #755 from phsmit/multiple_emails | 无闻 | 2014-12-20 | 1 | -0/+3 |
|\ | | | | | Multiple emails | ||||
| * | Finish method for having multiple emails/user. | Peter | 2014-12-17 | 1 | -0/+3 |
| | | | | | | | | | | All basics are implemented. Missing are the right (localized) strings and the page markup could have a look at by a frontend guy. | ||||
* | | update locale and mirror code format | Unknwon | 2014-12-19 | 1 | -2/+2 |
|/ | |||||
* | fix binding api broken | Unknwon | 2014-12-15 | 1 | -10/+16 |
| | |||||
* | api: able to create repo and fix #726 | Unknwon | 2014-12-12 | 1 | -5/+8 |
| | | | | | - POST /user/repos - POST /org/:org/repos | ||||
* | mirror code clean | Unknwon | 2014-12-11 | 1 | -2/+1 |
| | |||||
* | increase minimum version vor HTTPS to TLS 1.0 (POODLE, fixes #730) | Henry | 2014-12-11 | 1 | -1/+4 |
| | |||||
* | Finish new UI for release page | Unknwon | 2014-12-10 | 1 | -5/+8 |
| | |||||
* | fix #687 | Unknwon | 2014-11-30 | 1 | -2/+4 |
| |