Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | WIP: create PR - choose branch | Unknwon | 2015-08-08 | |
| | ||||
* | improve fork process | Unknwon | 2015-08-08 | |
| | ||||
* | fix private repo cannot trigger hook by SSH | Unknwon | 2015-08-08 | |
| | ||||
* | remove Index field of milestone | Unknwon | 2015-08-06 | |
| | ||||
* | better version checker | Unknwon | 2015-08-06 | |
| | ||||
* | #334: Add Deployment Key Support | Unknwon | 2015-08-06 | |
| | ||||
* | Merge branch 'develop' of github.com:gogits/gogs into feature/milestone | Unknwon | 2015-08-05 | |
|\ | | | | | | | | | | | | | # Conflicts: # gogs.go # models/issue.go # templates/.VERSION | |||
| * | allow anonymous SSH clone | Unknwon | 2015-08-05 | |
| | | ||||
* | | finish new milestone page | Unknwon | 2015-08-05 | |
| | | ||||
* | | milestone: edit | Unknwon | 2015-08-05 | |
| | | ||||
* | | milestone: pagination | Unknwon | 2015-08-04 | |
| | | ||||
* | | milestone: list view | Unknwon | 2015-08-03 | |
|/ | ||||
* | fix check template version | Unknwon | 2015-08-02 | |
| | ||||
* | fix disable router log option | Unknwon | 2015-07-31 | |
| | ||||
* | fix #1227 | Unknwon | 2015-07-31 | |
| | ||||
* | fix #1305 | Unknwon | 2015-07-28 | |
| | ||||
* | #835: Realtime webhooks | Unknwon | 2015-07-25 | |
| | ||||
* | Merge branch 'develop' of github.com:gogits/gogs into feature/page_issues | Unknwon | 2015-07-25 | |
|\ | ||||
| * | Merge branch 'master' of github.com:gogits/gogs into develop | Unknwon | 2015-07-25 | |
| |\ | ||||
| | * | Merge pull request #1336 from technosophos/master | 无闻 | 2015-07-25 | |
| | |\ | | | | | | | | | Fix minor spelling issues. | |||
| | | * | Fix minor spelling issues. | Matt Butcher | 2015-06-18 | |
| | | | | ||||
| * | | | Merge pull request #1358 from nice-software/wip/certCommonName | 无闻 | 2015-07-25 | |
| |\ \ \ | | |/ / | |/| | | Add CommonName to the self signed certificate | |||
| | * | | Add CommonName to the self signed certificate | Paolo Borelli | 2015-07-11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Without a CN the self signed certificate is considered invalid by chrome. You can check with: openssl x509 -in cert.pem -subject -noout | |||
* | | | | UI: basic label list | Unknwon | 2015-07-24 | |
| | | | | | | | | | | | | | | | | - create new label | |||
* | | | | UI: basci issue list without filters | Unknwon | 2015-07-24 | |
|/ / / | | | | | | | | | | | | | - fix isRead check - fix paging | |||
* / / | #1128: API calls are not hidden behind sign in | Unknwon | 2015-07-15 | |
|/ / | ||||
* / | remove extra space in ssh authentication message | Luka Dornhecker | 2015-04-02 | |
|/ | ||||
* | #1101 Anyone can see organization pages even without logging in when sign in ↵ | Unknwon | 2015-03-23 | |
| | | | | required | |||
* | Put default config into binary | Unknwon | 2015-03-18 | |
| | ||||
* | #1079: Custom robots.txt should be send with plaintext content-type | Unknwon | 2015-03-18 | |
| | ||||
* | #851: Edit Account does not take into consideration password rules | Unknwon | 2015-03-17 | |
| | ||||
* | #1040: dashboard no longer accessible when repo is missing | Unknwon | 2015-03-16 | |
| | ||||
* | cmd/serve.go: remove useless code | Unknwon | 2015-03-01 | |
| | ||||
* | models: mirror fix on #964 | Unknwon | 2015-02-28 | |
| | ||||
* | Merge branch 'access' into access_rewriteserv | Peter Smit | 2015-02-23 | |
|\ | ||||
| * | Merge branch 'access' of github.com:gogits/gogs into access | Unknwon | 2015-02-22 | |
| |\ | ||||
| | * | Merge pull request #959 from phsmit/access_update | 无闻 | 2015-02-21 | |
| | |\ | | | | | | | | | Updating context and fixing permission issues | |||
| | | * | Updating context and fixing permission issues | Peter Smit | 2015-02-16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 | |
| | |/ | ||||
| * | | Merge branch 'dev' of github.com:gogits/gogs into access | Unknwon | 2015-02-22 | |
| |\ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | 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 | |
| | | | | | | | | | | | | - modules/middleware/context.go: add HandleAPI method | |||
| | * | models: fix XORM API break | Unknwon | 2015-02-14 | |
| | | | | | | | | | | | | cmd/web.go: check version after load config | |||
* | | | Rewrite/simplify gogs serve | Peter Smit | 2015-02-16 | |
|/ / | ||||
* | | code fix #941 caution: undertest | Unknwon | 2015-02-13 | |
| | | ||||
* | | Merge remote-tracking branch 'mine/access_refactor' into access_refactor | Peter Smit | 2015-02-12 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |
| | | | ||||
| * | | Refactoring of the Access Table | Peter Smit | 2015-02-06 | |
| | | | | | | | | | | | | | | | | | | 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 | |
| | | | | | | | | | | | | | | | | | | 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 | |
| |/ |/| | ||||
* | | Improve argument parsing for serve command | Peter Smit | 2015-02-09 | |
| | |