summaryrefslogtreecommitdiffstats
path: root/modules/middleware
Commit message (Collapse)AuthorAgeFilesLines
* WIP: create PR - choose branchUnknwon2015-08-081-9/+33
|
* Merge branch 'develop' of github.com:gogits/gogs into feature/milestoneUnknwon2015-08-052-3/+17
|\ | | | | | | | | | | | | # Conflicts: # gogs.go # models/issue.go # templates/.VERSION
| * allow anonymous SSH cloneUnknwon2015-08-052-3/+3
| |
| * minor fix on #1432Unknwon2015-08-041-18/+6
| |
| * browser supports copy detectionFernando San Julián2015-08-031-0/+26
| |
* | milestone: list viewUnknwon2015-08-031-1/+1
|/
* fix #1169Unknwon2015-07-261-0/+6
| | | | - prevent create reop on existed path
* #1128: API calls are not hidden behind sign inUnknwon2015-07-151-0/+7
|
* #1127: hide user e-mail when API caller isn't signed inUnknwon2015-07-151-0/+1
|
* UI: install - new versionUnknwon2015-07-081-1/+7
|
* Set Content-Type to text/plain for http status 401Linquize2015-03-281-0/+7
| | | | This is because git command line shows the failure reason only if Content-Type is text/plain.
* #1080: Remove footer ads/branding from default templateUnknwon2015-03-231-0/+1
|
* UI compatibilityUnknwon2015-03-211-6/+1
|
* Add setting.AppSubUrl for LANDING_PAGE = exploreChristophe Le Guern2015-03-161-1/+1
| | | Add setting.AppSubUrl in case of different ROOT_URL and LANDING_PAGE = explore
* #1040: dashboard no longer accessible when repo is missingUnknwon2015-03-161-2/+2
|
* Merge branch 'access' of github.com:gogits/gogs into accessUnknwon2015-02-222-53/+49
|\
| * Updating context and fixing permission issuesPeter Smit2015-02-162-53/+49
| | | | | | | | | | | | 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-222-2/+13
|\ \ | |/ |/| | | | | | | | | | | | | Conflicts: gogs.go models/models.go models/user.go templates/.VERSION templates/org/home.tmpl
| * routers: able to migrate repo from local pathUnknwon2015-02-221-0/+12
| | | | | | | | - modules/middleware/context.go: add HandleAPI method
| * 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.
* | fix mirror issues uncaught #941Unknwon2015-02-131-2/+5
| |
* | code fix #941 caution: undertestUnknwon2015-02-131-8/+8
| |
* | Merge remote-tracking branch 'mine/access_refactor' into access_refactorPeter Smit2015-02-122-7/+8
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-092-7/+7
| | |
| * | Refactoring of the Access TablePeter Smit2015-02-062-119/+38
| | | | | | | | | | | | | | | | | | 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-122-119/+38
| |/ |/| | | | | | | | | 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.
* | 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
|