Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix missing-return bug (#2109) | Ethan Koenig | 2017-07-04 | 1 | -0/+1 | |
| | ||||||
* | Always return valid go-get meta, even if unauthorized (#2010) | Kim "BKC" Carlbäcker | 2017-06-26 | 1 | -3/+41 | |
| | | | | | | * Always return valid go-get meta, even if unauthorized * don't leak information | |||||
* | Merge pull request #1829 from ethantkoenig/no_branches | Andrey Nering | 2017-06-12 | 1 | -0/+4 | |
|\ | | | | | Commitless repos should be bare | |||||
| * | Commitless repos should be bare | Ethan Koenig | 2017-05-28 | 1 | -0/+4 | |
| | | ||||||
* | | Fix PR template error (#1834) | Ethan Koenig | 2017-05-30 | 1 | -7/+5 | |
|/ | ||||||
* | fix admin lost permission caused by #947 | Lunny Xiao | 2017-05-19 | 1 | -1/+6 | |
| | ||||||
* | Add units to team (#947) | Lunny Xiao | 2017-05-18 | 1 | -0/+31 | |
| | | | | | | | | | | | | | | | | | | * add units to team * fix lint * finish team setting backend * finished permission controll on routes * fix import blank line * add unit check on ssh/http pull and push and fix test failed * fix fixtures data * remove unused code | |||||
* | Correct grammar in APIEmpty documentation (#1748) | Jonas Östanbäck | 2017-05-18 | 1 | -1/+1 | |
| | | | | | | * Correct grammar in APIEmpty doc * Generate swagger.v1.json | |||||
* | Generate swagger json (#1402) | Antoine GIRARD | 2017-05-02 | 1 | -3/+31 | |
| | | | | | | | - Generate swagger.json into public/ - Add swagger-ui auto-installation - Add footer link to local swagger-ui - Add /swagger url for using app url. - Fix Swagger-UI version via git tag | |||||
* | Do not allow commiting to protected branch from online editor (#1502) | Lauris BH | 2017-05-02 | 1 | -0/+10 | |
| | | | | | | * Do not allow commiting to protected branch from online editor * Add editor integration tests for adding new file and not allowing to add new file to protected branch | |||||
* | fix go get sub package and add domain on installation to let go get work ↵ | Lunny Xiao | 2017-04-21 | 1 | -1/+1 | |
| | | | | | | | | | | defaultly (#1518) * fix go get sub package and add domain on installation to let go get work defaultly * fix import sequence * fix .git problem | |||||
* | Allow ENABLE_OPENID_SIGNUP to depend on DISABLE_REGISTRATION (#1369) | Sandro Santilli | 2017-03-29 | 1 | -1/+1 | |
| | | | | | | | | | | | * Allow ENABLE_OPENID_SIGNUP to depend on DISABLE_REGISTRATION Omit the configuration variable (the default) to be dependent. Fixes #1363 * Move OpenID settings under Service object * Show OpenID SignUp and SignIn status in admin panel / configuration | |||||
* | feat: Only use issue and wiki on repo. (#1297) | Bo-Yi Wu | 2017-03-18 | 1 | -18/+2 | |
| | ||||||
* | Login via OpenID-2.0 (#618) | Sandro Santilli | 2017-03-17 | 1 | -0/+1 | |
| | ||||||
* | Fix nil-dereference bug | Ethan Koenig | 2017-03-15 | 1 | -1/+5 | |
| | ||||||
* | Fix typos in models/ and modules/ (#1248) | Ethan Koenig | 2017-03-15 | 3 | -4/+4 | |
| | ||||||
* | Refactor and fix incorrect comment (#1247) | Ethan Koenig | 2017-03-15 | 1 | -1/+1 | |
| | ||||||
* | Redirects for renamed repos (#807) | Ethan Koenig | 2017-02-05 | 1 | -4/+31 | |
| | | | | | | * Redirects for renamed repos * Remove unused phrase from locales | |||||
* | Add units concept for modulable functions of a repository (#742) | Lunny Xiao | 2017-02-04 | 1 | -0/+15 | |
| | | | | | | | | | | | | | | | | * Add units concept for modulable functions of a repository * remove unused comment codes & fix lints and tests * remove unused comment codes * use struct config instead of map * fix lint * rm wrong files * fix tests | |||||
* | Remove unneeded database loads (#814) | Ethan Koenig | 2017-02-02 | 1 | -3/+1 | |
| | | | Remove unnecessary calls to repo.GetOwner() in context handlers | |||||
* | Repo permission bug fixes (#513) | Ethan Koenig | 2016-12-29 | 1 | -30/+0 | |
| | ||||||
* | [API] Pull Requests (#248) | Kim "BKC" Carlbäcker | 2016-12-02 | 1 | -0/+22 | |
| | ||||||
* | Fixes xss, clickjacking & password autocompletion | Bwko | 2016-11-29 | 1 | -2/+5 | |
| | ||||||
* | Golint fixed for modules/setting (#262) | Lunny Xiao | 2016-11-27 | 5 | -16/+16 | |
| | | | | | | * golint fixed for modules/setting * typo fixed and renamed UNIXSOCKET to UnixSocket | |||||
* | Golint fixed for modules/context | Lunny Xiao | 2016-11-25 | 6 | -2/+19 | |
| | ||||||
* | API endpoints for stars | Ethan Koenig | 2016-11-16 | 1 | -0/+31 | |
| | ||||||
* | fix variable assigned and not used. | Bo-Yi Wu | 2016-11-15 | 1 | -4/+0 | |
| | | | | Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> | |||||
* | Normalize files with gofmt | Thibault Meyer | 2016-11-11 | 2 | -3/+3 | |
| | ||||||
* | Update import paths from github.com/go-gitea to code.gitea.io (#135) | Sandro Santilli | 2016-11-10 | 6 | -17/+17 | |
| | | | | | | | - 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 | |||||
* | ACCESS_MODE_* -> AccessMode* | Sandro Santilli | 2016-11-07 | 2 | -7/+7 | |
| | ||||||
* | Set correct doc url for go-sdk | Thomas Boerger | 2016-11-07 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #50 from 0xbaadf00d/feature/2583-disablehttpcloning | Rachid Zarouali | 2016-11-07 | 1 | -0/+1 | |
|\ | | | | | Disable HTTP cloning | |||||
| * | rename variable + fix wiki link | Thibault Meyer | 2016-10-04 | 1 | -1/+1 | |
| | | ||||||
| * | Can disable GIT interactions by HTTP protocol | Thibault Meyer | 2016-09-18 | 1 | -0/+1 | |
| | | ||||||
* | | 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) | |||||
* | | Fix imports found by goimports. | Matthias Loibl | 2016-11-05 | 5 | -18/+12 | |
| | | ||||||
* | | Change import reference to match gitea instead of gogs (#37) | Rémy Boulanouar | 2016-11-03 | 6 | -16/+16 | |
|/ | ||||||
* | #2018 able to sync now for mirrors | Unknwon | 2016-08-30 | 1 | -1/+1 | |
| | | | | | - Refactor code to use sync.UniqueQueue - Closes #3509 | |||||
* | router/repo: code refactoring | Unknwon | 2016-08-30 | 2 | -9/+15 | |
| | ||||||
* | Web editor: improve code quality | Unknwon | 2016-08-24 | 1 | -4/+4 | |
| | ||||||
* | Minor naming improvement | Unknwon | 2016-08-17 | 1 | -2/+2 | |
| | ||||||
* | On showing diff/file, use the tab_width specified on .editorconfig, if any ↵ | Andrey Nering | 2016-08-11 | 1 | -0/+24 | |
| | | | | | (#3241) Closes #3182 | |||||
* | #3233 code cleanup and minor issue fix | Unknwon | 2016-08-11 | 1 | -1/+0 | |
| | ||||||
* | Wiki mirroring implementation (#3233) | Andrew | 2016-08-11 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | * Implement wiki mirroring, add Update mirrors operation to admin dashboard * bindata.go update after merge * Implement checking Git repo endpoint existence, support for BB included * Remove admin dashboard operation Fix bindata.go * Apply gofmt to repo model file * Try to remove bindata from PR * Revert accepted wiki names change in favor of better system * Remove unused imports | |||||
* | #3399 500 for upstream pulls page if user has forked repository | Unknwon | 2016-08-08 | 1 | -2/+2 | |
| | ||||||
* | #2825 early response 200 when ?go-get=1 | Unknwon | 2016-08-07 | 1 | -1/+32 | |
| | ||||||
* | #1601 support delete issue comment | Unknwon | 2016-07-26 | 1 | -0/+13 | |
| | ||||||
* | Add org.getUserTeams to reduce redundant code | Unknwon | 2016-07-24 | 1 | -1/+2 | |
| | ||||||
* | Refactor User.Id to User.ID | Unknwon | 2016-07-24 | 3 | -7/+7 | |
| | ||||||
* | #2937 able to prohibit user login | Unknwon | 2016-07-16 | 1 | -1/+8 | |
| |