aboutsummaryrefslogtreecommitdiffstats
path: root/modules/middleware/repo.go
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge remote-tracking branch 'mine/access_refactor' into access_refactorPeter Smit2015-02-121-6/+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 stylePeter Smit2015-02-091-6/+6
| | |
| * | Refactoring of the Access TablePeter Smit2015-02-061-118/+37
| | | | | | | | | | | | | | | | | | 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-121-118/+37
| |/ |/| | | | | | | | | 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-071-0/+1
|/
* modes/repo: incorrect SSH clone URL for #742Unknwon2014-12-131-5/+4
|
* api: able to create repo and fix #726Unknwon2014-12-121-2/+2
| | | | | - POST /user/repos - POST /org/:org/repos
* Fix spelling errors in comments.Joseph Crail2014-12-061-1/+1
|
* Fix #643Unknwon2014-11-201-0/+2
|
* fox #620Unknwon2014-11-171-1/+1
|
* GetFile apiUnknwon2014-11-161-0/+11
|
* #12, use go-gogs-clientUnknwon2014-11-141-7/+7
|
* #12, API: list user repos, list repo hooksUnknwon2014-11-131-0/+96
|
* continue work on #255Unknwon2014-11-071-68/+0
|
* Fix #605, fix #255, fix #101Unknwon2014-11-061-70/+163
|
* Able to fork repo to individualsUnknwon2014-10-191-1/+11
|
* Fix #264Unknwon2014-10-061-0/+10
|
* Fix #515Unknwon2014-09-301-3/+2
|
* Fix download archive issueUnknwon2014-09-241-8/+3
|
* Page: Repository home pageUnknwon2014-09-231-1/+4
|
* Fix #495 and cannot view repository by tagUnknwon2014-09-231-2/+6
|
* Set cookiepath to AppSubUrlMartin van Beurden2014-09-211-1/+1
|
* Add suburl supportUnknwon2014-09-191-6/+6
|
* Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵Martin van Beurden2014-09-181-6/+6
| | | | | | | | | | | | | | 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-121-1/+1
|
* Finish new edit team page, add member to teamUnknwon2014-08-241-4/+19
|
* Finish new organization members and invitation pageUnknwon2014-08-151-1/+1
|
* Page: `/org/:orgname/settings`Unknwon2014-08-141-9/+6
|
* Finish new home page of organizationUnknwon2014-08-101-5/+5
|
* Page: Manage social accountsUnknwon2014-08-091-2/+4
|
* Fix bare repo bugUnknwon2014-08-051-2/+0
|
* Mirror fix on templateUnknwon2014-07-301-1/+1
|
* New UI merge in progressUnknwon2014-07-261-44/+55
|
* Fix issue #278. Fall back to (default) branch for context data, if no branch ↵Justin Nuß2014-07-221-1/+12
| | | | selected
* Able to set timeout for process monitorUnknown2014-07-061-1/+1
|
* Fix bug that collaborators are able to modify settings of repositoryUnknown2014-07-041-1/+1
|
* Fix bug that collaborators are able to modify settings of repositoryUnknown2014-07-041-6/+11
|
* bug fixed for message tagLunny Xiao2014-06-281-3/+4
|
* Finish delete organizationUnknown2014-06-281-0/+1
|
* Add create organizationUnknown2014-06-251-2/+2
|
* Support edit release and save as draftUnknown2014-06-121-6/+2
|
* Fixed #209Unknown2014-05-251-7/+7
|
* Litte bug fixUnknown2014-05-141-1/+1
|
* Fix #183Unknown2014-05-131-0/+5
|
* Fix #166Unknown2014-05-131-1/+0
|
* Finish add new milestoneUnknown2014-05-121-0/+1
|
* Fix #94 and fix #169Unknown2014-05-111-3/+3
|
* Fix #94 and fix #169Unknown2014-05-111-1/+5
|
* Show private repository activities in dashboard if has accessUnknown2014-05-081-2/+2
|
* Assignee back endUnknown2014-05-081-9/+17
|