aboutsummaryrefslogtreecommitdiff
path: root/modules/middleware/repo.go
Commit message (Collapse)AuthorAge
* #1021 Forked repo unavailable after deleting original repoUnknwon2015-09-01
|
* rename fieldsUnknwon2015-08-31
|
* able edit issue labels/milestone/assigneeUnknwon2015-08-15
|
* WIP: create PR - choose branchUnknwon2015-08-08
|
* Merge branch 'develop' of github.com:gogits/gogs into feature/milestoneUnknwon2015-08-05
|\ | | | | | | | | | | | | # Conflicts: # gogs.go # models/issue.go # templates/.VERSION
| * allow anonymous SSH cloneUnknwon2015-08-05
| |
| * minor fix on #1432Unknwon2015-08-04
| |
| * browser supports copy detectionFernando San Julián2015-08-03
| |
* | milestone: list viewUnknwon2015-08-03
|/
* #1040: dashboard no longer accessible when repo is missingUnknwon2015-03-16
|
* Merge branch 'access' of github.com:gogits/gogs into accessUnknwon2015-02-22
|\
| * Updating context and fixing permission issuesPeter Smit2015-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 accessUnknwon2015-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 insteadPeter Smit2015-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 #941Unknwon2015-02-13
| |
* | code fix #941 caution: undertestUnknwon2015-02-13
| |
* | Merge remote-tracking branch 'mine/access_refactor' into access_refactorPeter Smit2015-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 stylePeter Smit2015-02-09
| | |
| * | Refactoring of the Access TablePeter Smit2015-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 TablePeter Smit2015-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 #883Unknwon2015-02-07
|/
* modes/repo: incorrect SSH clone URL for #742Unknwon2014-12-13
|
* api: able to create repo and fix #726Unknwon2014-12-12
| | | | | - POST /user/repos - POST /org/:org/repos
* Fix spelling errors in comments.Joseph Crail2014-12-06
|
* Fix #643Unknwon2014-11-20
|
* fox #620Unknwon2014-11-17
|
* GetFile apiUnknwon2014-11-16
|
* #12, use go-gogs-clientUnknwon2014-11-14
|
* #12, API: list user repos, list repo hooksUnknwon2014-11-13
|
* continue work on #255Unknwon2014-11-07
|
* Fix #605, fix #255, fix #101Unknwon2014-11-06
|
* Able to fork repo to individualsUnknwon2014-10-19
|
* Fix #264Unknwon2014-10-06
|
* Fix #515Unknwon2014-09-30
|
* Fix download archive issueUnknwon2014-09-24
|
* Page: Repository home pageUnknwon2014-09-23
|
* Fix #495 and cannot view repository by tagUnknwon2014-09-23
|
* Set cookiepath to AppSubUrlMartin van Beurden2014-09-21
|
* Add suburl supportUnknwon2014-09-19
|
* Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵Martin van Beurden2014-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
* Prepare 0.5 releaseUnknwon2014-09-12
|
* Finish new edit team page, add member to teamUnknwon2014-08-24
|
* Finish new organization members and invitation pageUnknwon2014-08-15
|
* Page: `/org/:orgname/settings`Unknwon2014-08-14
|
* Finish new home page of organizationUnknwon2014-08-10
|
* Page: Manage social accountsUnknwon2014-08-09
|
* Fix bare repo bugUnknwon2014-08-05
|
* Mirror fix on templateUnknwon2014-07-30
|
* New UI merge in progressUnknwon2014-07-26
|
* Fix issue #278. Fall back to (default) branch for context data, if no branch ↵Justin Nuß2014-07-22
| | | | selected