summaryrefslogtreecommitdiffstats
path: root/routers/repo/repo.go
Commit message (Collapse)AuthorAgeFilesLines
* Refactor and simplify redirect to url (#3674)Lauris BH2018-03-151-5/+1
|
* Handle refactor (#3339)Morgan Bazalgette2018-01-101-16/+16
| | | | | | * Replace all ctx.Handle with ctx.ServerError or ctx.NotFound * Change Handle(403) to NotFound, avoid using macaron's NotFound
* Fix ignored errors when checking if organization, team member (#3177)Ethan Koenig2017-12-211-1/+11
|
* Support default private when creating or migrating repository (#3239)Lunny Xiao2017-12-201-2/+15
| | | | | | | | | | * support default private when creating or migrating repository * fix fmt * use string constants on repository default private in app.ini * fix fmt
* Fix error message sanitiziation (#3082)Ethan Koenig2017-12-041-2/+6
|
* Make URL scheme unambiguous (#2408)Ethan Koenig2017-10-301-0/+15
| | | | | | | | | | * Make URL scheme unambiguous Redirect old routes to new routes * Fix redirects to new URL scheme, and update template * Fix branches/_new endpoints, and update integration test
* Webhooks for repo creation/deletion (#1663)Ethan Koenig2017-09-031-4/+4
| | | | | | | | * Webhooks for repo creation/deletion * add createHookTask * Add handles for GetSlackPayload and GetDiscordPayload
* Fix renaming bug (#1786)Ethan Koenig2017-05-241-1/+1
|
* Rename RepoCreationNum -> MaxCreationLimit (#1766)Jonas Östanbäck2017-05-241-1/+1
|
* Add error direclty when user tries to create new repo and limit already hit ↵Jonas Östanbäck2017-05-201-0/+4
| | | | (#1767)
* Add notice that LFS mirroring is not supported (#1251)Fabian Zaremba2017-03-161-0/+1
| | | | | | * Add notice that LFS mirroring is not supported * Drop German translation
* golint fixed for modules/authLunny Xiao2016-11-271-2/+2
|
* Golint fixed for modules/setting (#262)Lunny Xiao2016-11-271-2/+2
| | | | | | * golint fixed for modules/setting * typo fixed and renamed UNIXSOCKET to UnixSocket
* Merge pull request #228 from Bwko/feature/short-hash-downloadThomas Boerger2016-11-241-1/+1
|\ | | | | Added short-hash support to downloads
| * Added short-hash support to downloadsBwko2016-11-241-1/+1
| |
* | golint fixed for routers (#208)Lunny Xiao2016-11-241-13/+20
|/
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-8/+8
| | | | | | | - Update import paths from github.com/go-gitea to code.gitea.io - Fix import path for travis See https://docs.travis-ci.com/user/languages/go#Go-Import-Path
* Replace gogits/git-module dependency with go-gitea/git (#94)Sandro Santilli2016-11-061-1/+1
| | | | | | | | * Replace gogits/git-module dependency with go-gitea/git Fixes #92 * Remove git alias for git module import (not needed)
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-6/+6
|
* Fix empty repository panic on send test webhookUnknwon2016-08-151-1/+1
|
* Refactor User.Id to User.IDUnknwon2016-07-241-9/+9
|
* Rename module: middleware -> contextUnknwon2016-03-111-10/+10
|
* Updated and created were appended with _unix. Fresh databases have only the ↵Marin Jankovski2016-03-111-1/+1
| | | | newly named fields.
* Admins are allowed to create repos for arbitrary OrgsKim "BKC" Carlbäcker2016-01-201-1/+1
|
* Update repo.goddelpero2016-01-071-1/+1
| | | | Release download file name doesn't include tag number #2339 Download: Changed to use refName instead of commit.ID for downloaded file name
* #2345 disallow access of some pages for empty repoUnknwon2016-01-071-1/+7
|
* #1692 APIs: Users FollowersUnknwon2015-12-211-5/+1
| | | | | - User profile un/follow - List user's followers/following
* rename import pathUnknwon2015-12-151-1/+1
|
* #2167 able to identify git version on WindowsUnknwon2015-12-131-1/+2
|
* #1575 Limit repo creationUnknwon2015-12-101-3/+5
|
* move out git module and #1573 send push hookUnknwon2015-12-091-6/+7
|
* #2037 Add "New Mirror" button on DashboardUnknwon2015-12-091-0/+1
|
* #1984 Better mirror repo managementUnknwon2015-12-081-3/+3
|
* better error messageUnknwon2015-11-191-2/+5
|
* #1971 more general rule to detect errorUnknwon2015-11-191-2/+2
|
* go vet and fix #1890Unknwon2015-11-081-5/+0
|
* rename fieldsUnknwon2015-11-031-2/+2
|
* #1511 Allow local import only for admin usersUnknwon2015-11-031-19/+16
|
* #1657 allow forcing all private reposUnknwon2015-10-251-5/+13
|
* minor fix on templateUnknwon2015-09-071-1/+1
|
* #1585 order owners list by last changed timeUnknwon2015-09-071-3/+4
|
* fix #1558Unknwon2015-09-061-1/+2
|
* #1021 Forked repo unavailable after deleting original repoUnknwon2015-09-011-2/+2
|
* fix repository count of user is messed upUnknwon2015-08-301-8/+0
|
* #965 Remember visibility preferenceUnknwon2015-08-281-0/+10
|
* #1487 Readme TemplateUnknwon2015-08-281-69/+37
|
* complate list of gitignores and licensesUnknwon2015-08-281-3/+4
|
* fix autocomplete on migrationUnknwon2015-08-151-1/+2
|
* #1180 and #1250: migrationUnknwon2015-08-151-1/+1
|
* WIP: create PR - choose branchUnknwon2015-08-081-7/+7
|