Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Webhooks for repo creation/deletion (#1663) | Ethan Koenig | 2017-09-03 | 1 | -4/+4 | |
| | | | | | | | | * Webhooks for repo creation/deletion * add createHookTask * Add handles for GetSlackPayload and GetDiscordPayload | |||||
* | Fix renaming bug (#1786) | Ethan Koenig | 2017-05-24 | 1 | -1/+1 | |
| | ||||||
* | Rename RepoCreationNum -> MaxCreationLimit (#1766) | Jonas Östanbäck | 2017-05-24 | 1 | -1/+1 | |
| | ||||||
* | Add error direclty when user tries to create new repo and limit already hit ↵ | Jonas Östanbäck | 2017-05-20 | 1 | -0/+4 | |
| | | | | (#1767) | |||||
* | Add notice that LFS mirroring is not supported (#1251) | Fabian Zaremba | 2017-03-16 | 1 | -0/+1 | |
| | | | | | | * Add notice that LFS mirroring is not supported * Drop German translation | |||||
* | golint fixed for modules/auth | Lunny Xiao | 2016-11-27 | 1 | -2/+2 | |
| | ||||||
* | Golint fixed for modules/setting (#262) | Lunny Xiao | 2016-11-27 | 1 | -2/+2 | |
| | | | | | | * golint fixed for modules/setting * typo fixed and renamed UNIXSOCKET to UnixSocket | |||||
* | Merge pull request #228 from Bwko/feature/short-hash-download | Thomas Boerger | 2016-11-24 | 1 | -1/+1 | |
|\ | | | | | Added short-hash support to downloads | |||||
| * | Added short-hash support to downloads | Bwko | 2016-11-24 | 1 | -1/+1 | |
| | | ||||||
* | | golint fixed for routers (#208) | Lunny Xiao | 2016-11-24 | 1 | -13/+20 | |
|/ | ||||||
* | Update import paths from github.com/go-gitea to code.gitea.io (#135) | Sandro Santilli | 2016-11-10 | 1 | -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 Santilli | 2016-11-06 | 1 | -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 Boulanouar | 2016-11-03 | 1 | -6/+6 | |
| | ||||||
* | Fix empty repository panic on send test webhook | Unknwon | 2016-08-15 | 1 | -1/+1 | |
| | ||||||
* | Refactor User.Id to User.ID | Unknwon | 2016-07-24 | 1 | -9/+9 | |
| | ||||||
* | Rename module: middleware -> context | Unknwon | 2016-03-11 | 1 | -10/+10 | |
| | ||||||
* | Updated and created were appended with _unix. Fresh databases have only the ↵ | Marin Jankovski | 2016-03-11 | 1 | -1/+1 | |
| | | | | newly named fields. | |||||
* | Admins are allowed to create repos for arbitrary Orgs | Kim "BKC" Carlbäcker | 2016-01-20 | 1 | -1/+1 | |
| | ||||||
* | Update repo.go | ddelpero | 2016-01-07 | 1 | -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 repo | Unknwon | 2016-01-07 | 1 | -1/+7 | |
| | ||||||
* | #1692 APIs: Users Followers | Unknwon | 2015-12-21 | 1 | -5/+1 | |
| | | | | | - User profile un/follow - List user's followers/following | |||||
* | rename import path | Unknwon | 2015-12-15 | 1 | -1/+1 | |
| | ||||||
* | #2167 able to identify git version on Windows | Unknwon | 2015-12-13 | 1 | -1/+2 | |
| | ||||||
* | #1575 Limit repo creation | Unknwon | 2015-12-10 | 1 | -3/+5 | |
| | ||||||
* | move out git module and #1573 send push hook | Unknwon | 2015-12-09 | 1 | -6/+7 | |
| | ||||||
* | #2037 Add "New Mirror" button on Dashboard | Unknwon | 2015-12-09 | 1 | -0/+1 | |
| | ||||||
* | #1984 Better mirror repo management | Unknwon | 2015-12-08 | 1 | -3/+3 | |
| | ||||||
* | better error message | Unknwon | 2015-11-19 | 1 | -2/+5 | |
| | ||||||
* | #1971 more general rule to detect error | Unknwon | 2015-11-19 | 1 | -2/+2 | |
| | ||||||
* | go vet and fix #1890 | Unknwon | 2015-11-08 | 1 | -5/+0 | |
| | ||||||
* | rename fields | Unknwon | 2015-11-03 | 1 | -2/+2 | |
| | ||||||
* | #1511 Allow local import only for admin users | Unknwon | 2015-11-03 | 1 | -19/+16 | |
| | ||||||
* | #1657 allow forcing all private repos | Unknwon | 2015-10-25 | 1 | -5/+13 | |
| | ||||||
* | minor fix on template | Unknwon | 2015-09-07 | 1 | -1/+1 | |
| | ||||||
* | #1585 order owners list by last changed time | Unknwon | 2015-09-07 | 1 | -3/+4 | |
| | ||||||
* | fix #1558 | Unknwon | 2015-09-06 | 1 | -1/+2 | |
| | ||||||
* | #1021 Forked repo unavailable after deleting original repo | Unknwon | 2015-09-01 | 1 | -2/+2 | |
| | ||||||
* | fix repository count of user is messed up | Unknwon | 2015-08-30 | 1 | -8/+0 | |
| | ||||||
* | #965 Remember visibility preference | Unknwon | 2015-08-28 | 1 | -0/+10 | |
| | ||||||
* | #1487 Readme Template | Unknwon | 2015-08-28 | 1 | -69/+37 | |
| | ||||||
* | complate list of gitignores and licenses | Unknwon | 2015-08-28 | 1 | -3/+4 | |
| | ||||||
* | fix autocomplete on migration | Unknwon | 2015-08-15 | 1 | -1/+2 | |
| | ||||||
* | #1180 and #1250: migration | Unknwon | 2015-08-15 | 1 | -1/+1 | |
| | ||||||
* | WIP: create PR - choose branch | Unknwon | 2015-08-08 | 1 | -7/+7 | |
| | ||||||
* | improve fork process | Unknwon | 2015-08-08 | 1 | -111/+2 | |
| | ||||||
* | allow anonymous SSH clone | Unknwon | 2015-08-05 | 1 | -1/+1 | |
| | ||||||
* | UI: issues - finish basic frame | Unknwon | 2015-07-24 | 1 | -1/+7 | |
| | ||||||
* | fix about #1289 | Unknwon | 2015-07-19 | 1 | -44/+31 | |
| | ||||||
* | #1070 Clearer error message for illegal characters | Unknwon | 2015-03-26 | 1 | -27/+43 | |
| | ||||||
* | mirror fix of #1105 | Unknwon | 2015-03-25 | 1 | -1/+5 | |
| |