summaryrefslogtreecommitdiffstats
path: root/modules/middleware
Commit message (Collapse)AuthorAgeFilesLines
* Remove GoGet option from repository and handle it with ?go-get=1 insteadPeter Smit2015-02-171-2/+1
| | | | 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.
* modules/middleware/auth.go: remove uncheck login for watch a repo #929Unknwon2015-02-101-5/+0
|
* able to disable SSH for #883Unknwon2015-02-071-0/+1
|
* code fix for #908, and work for #884Unknwon2015-02-061-0/+2
|
* modules/midlleware: little auth code fix, #777Unknwon2015-01-301-1/+0
|
* modules/midlleware: little auth code fixUnknwon2015-01-301-1/+2
|
* modes/repo: incorrect SSH clone URL for #742Unknwon2014-12-132-28/+23
|
* api: able to create repo and fix #726Unknwon2014-12-122-3/+3
| | | | | - POST /user/repos - POST /org/:org/repos
* Fix spelling errors in comments.Joseph Crail2014-12-061-1/+1
|
* Fix #543Unknwon2014-11-241-0/+6
|
* Fix #643Unknwon2014-11-201-0/+2
|
* more APIs on #12Unknwon2014-11-182-3/+13
|
* fox #620Unknwon2014-11-171-1/+1
|
* GetFile apiUnknwon2014-11-161-0/+11
|
* #12, use go-gogs-clientUnknwon2014-11-141-7/+7
|
* #12, add/edit hookUnknwon2014-11-131-0/+9
|
* #12, API: list user repos, list repo hooksUnknwon2014-11-131-0/+96
|
* add personal access token panel #12Unknwon2014-11-121-1/+1
|
* work on #616 and update localesUnknwon2014-11-101-20/+0
|
* continue work on #255Unknwon2014-11-071-68/+0
|
* work on #609Unknwon2014-11-071-0/+21
|
* Fix #605, fix #255, fix #101Unknwon2014-11-062-70/+167
|
* Able to fork repo to individualsUnknwon2014-10-191-1/+11
|
* Fix API brokenUnknwon2014-10-181-1/+1
|
* Use binding middlewareUnknwon2014-10-151-472/+0
|
* Add raw, history file button, and other mirror fixesUnknwon2014-10-111-6/+0
|
* Update with macaronUnknwon2014-10-061-2/+0
|
* Fix #264Unknwon2014-10-061-0/+10
|
* Fix #515Unknwon2014-09-301-3/+2
|
* UI: Confirmation boxUnknwon2014-09-281-18/+0
|
* 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-212-2/+2
|
* Add suburl supportUnknwon2014-09-194-14/+14
|
* Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵Martin van Beurden2014-09-184-14/+15
| | | | | | | | | | | | | | 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
|
* Fix #425Unknwon2014-09-021-1/+1
|
* Bug fix on organizationUnknwon2014-08-271-0/+3
|
* Finish new edit team page, add member to teamUnknwon2014-08-243-8/+30
|
* Finish team list, create new team, join/leave team pageUnknwon2014-08-162-4/+24
|
* Finish new organization members and invitation pageUnknwon2014-08-153-6/+22
|
* Page: `/org/:orgname/settings`Unknwon2014-08-143-9/+67
|
* Finish new home page of organizationUnknwon2014-08-102-7/+5
|
* Finish new reset password, etc.Unknwon2014-08-091-1/+3
|
* Page: Manage social accountsUnknwon2014-08-091-2/+4
|
* Fix bare repo bugUnknwon2014-08-051-2/+0
|
* Finish new repo settings pageUnknwon2014-08-021-2/+2
|
* Convert captcha, cache, csrf as middlewaresUnknwon2014-07-312-41/+15
|
* Mirror fix on templateUnknwon2014-07-301-1/+1
|