Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | rename fields | Unknwon | 2015-11-03 |
| | |||
* | #1511 Allow local import only for admin users | Unknwon | 2015-11-03 |
| | |||
* | minor fix on #1863 | Unknwon | 2015-10-31 |
| | |||
* | Add go-source directive to repo pages | Nathan Zadoks | 2015-10-30 |
| | | | | This makes Gogs repos work with godoc.org: https://github.com/golang/gddo/wiki/Source-Code-Links | ||
* | fix import path, fix #1782 | Unknwon | 2015-10-15 |
| | |||
* | unified API error response | Unknwon | 2015-10-08 |
| | |||
* | new quick start page | Unknwon | 2015-10-02 |
| | |||
* | Fix `go get` not working when there is a username or repository name with ↵ | Howl | 2015-09-23 |
| | | | | some uppercase letters. | ||
* | finish initial version of pull request | Unknwon | 2015-09-02 |
| | |||
* | PR: nothing to commit and has pull request check | Unknwon | 2015-09-02 |
| | |||
* | #1021 Forked repo unavailable after deleting original repo | Unknwon | 2015-09-01 |
| | |||
* | rename fields | Unknwon | 2015-08-31 |
| | |||
* | able edit issue labels/milestone/assignee | Unknwon | 2015-08-15 |
| | |||
* | WIP: create PR - choose branch | Unknwon | 2015-08-08 |
| | |||
* | 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 |
| | | |||
| * | minor fix on #1432 | Unknwon | 2015-08-04 |
| | | |||
| * | browser supports copy detection | Fernando San Julián | 2015-08-03 |
| | | |||
* | | milestone: list view | Unknwon | 2015-08-03 |
|/ | |||
* | #1040: dashboard no longer accessible when repo is missing | Unknwon | 2015-03-16 |
| | |||
* | Merge branch 'access' of github.com:gogits/gogs into access | Unknwon | 2015-02-22 |
|\ | |||
| * | 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. | ||
* | | 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 | ||
| * | Remove GoGet option from repository and handle it with ?go-get=1 instead | Peter Smit | 2015-02-17 |
| | | | | | | | | The normal go get protocol is to show the go-import meta tag when ?go-get=1 is appended to the url. This commit implements that behaviour and cleans the go-get option from the repository settings page. | ||
* | | fix mirror issues uncaught #941 | Unknwon | 2015-02-13 |
| | | |||
* | | 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. | ||
* | | able to disable SSH for #883 | Unknwon | 2015-02-07 |
|/ | |||
* | modes/repo: incorrect SSH clone URL for #742 | Unknwon | 2014-12-13 |
| | |||
* | api: able to create repo and fix #726 | Unknwon | 2014-12-12 |
| | | | | | - POST /user/repos - POST /org/:org/repos | ||
* | Fix spelling errors in comments. | Joseph Crail | 2014-12-06 |
| | |||
* | Fix #643 | Unknwon | 2014-11-20 |
| | |||
* | fox #620 | Unknwon | 2014-11-17 |
| | |||
* | GetFile api | Unknwon | 2014-11-16 |
| | |||
* | #12, use go-gogs-client | Unknwon | 2014-11-14 |
| | |||
* | #12, API: list user repos, list repo hooks | Unknwon | 2014-11-13 |
| | |||
* | continue work on #255 | Unknwon | 2014-11-07 |
| | |||
* | Fix #605, fix #255, fix #101 | Unknwon | 2014-11-06 |
| | |||
* | Able to fork repo to individuals | Unknwon | 2014-10-19 |
| | |||
* | Fix #264 | Unknwon | 2014-10-06 |
| | |||
* | Fix #515 | Unknwon | 2014-09-30 |
| | |||
* | Fix download archive issue | Unknwon | 2014-09-24 |
| | |||
* | Page: Repository home page | Unknwon | 2014-09-23 |
| | |||
* | Fix #495 and cannot view repository by tag | Unknwon | 2014-09-23 |
| | |||
* | Set cookiepath to AppSubUrl | Martin van Beurden | 2014-09-21 |
| | |||
* | Add suburl support | Unknwon | 2014-09-19 |
| | |||
* | Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵ | Martin van Beurden | 2014-09-18 |
| | | | | | | | | | | | | | | http://mydomain.com/gogs/ Conflicts: modules/setting/setting.go Conflicts: templates/repo/release/list.tmpl templates/user/dashboard/dashboard.tmpl Conflicts: routers/repo/setting.go |