Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [refactor] replace int with httpStatusCodes (#15282) | 6543 | 2021-04-05 | 1 | -1/+2 |
| | | | | | | | | | | | * replace "200" (int) with "http.StatusOK" (const) * ctx.Error & ctx.HTML * ctx.JSON Part1 * ctx.JSON Part2 * ctx.JSON Part3 | ||||
* | migrate from com.* to alternatives (#14103) | 6543 | 2020-12-25 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | * remove github.com/unknwon/com from models * dont use "com.ToStr()" * replace "com.ToStr" with "fmt.Sprint" where its easy to do * more refactor * fix test * just "proxy" Copy func for now * as per @lunny | ||||
* | Use gitea forked macaron (#7933) | Tamal Saha | 2019-08-23 | 1 | -1/+1 |
| | | | Signed-off-by: Tamal Saha <tamal@appscode.com> | ||||
* | Unifies pagination template usage (#6531) (#6533) | Mario Lubenka | 2019-04-20 | 1 | -4/+6 |
| | |||||
* | Handle refactor (#3339) | Morgan Bazalgette | 2018-01-10 | 1 | -2/+2 |
| | | | | | | * Replace all ctx.Handle with ctx.ServerError or ctx.NotFound * Change Handle(403) to NotFound, avoid using macaron's NotFound | ||||
* | Golint fixed for modules/setting (#262) | Lunny Xiao | 2016-11-27 | 1 | -1/+1 |
| | | | | | | * golint fixed for modules/setting * typo fixed and renamed UNIXSOCKET to UnixSocket | ||||
* | go lint fixed for routers/admin | Lunny Xiao | 2016-11-21 | 1 | -2/+5 |
| | |||||
* | Update import paths from github.com/go-gitea to code.gitea.io (#135) | Sandro Santilli | 2016-11-10 | 1 | -5/+5 |
| | | | | | | | - 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 | ||||
* | Change import reference to match gitea instead of gogs (#37) | Rémy Boulanouar | 2016-11-03 | 1 | -5/+5 |
| | |||||
* | Use struct for UI settings | Unknwon | 2016-07-24 | 1 | -2/+2 |
| | |||||
* | Rename module: middleware -> context | Unknwon | 2016-03-11 | 1 | -4/+4 |
| | |||||
* | #2052 advanced select ops for system notices | Unknwon | 2015-12-05 | 1 | -8/+17 |
| | |||||
* | #2052 Ability to batch delete system notices | Unknwon | 2015-12-01 | 1 | -1/+12 |
| | |||||
* | fix #1930 | Unknwon | 2015-11-12 | 1 | -1/+1 |
| | |||||
* | #1689 minor fixes and update locale | Unknwon | 2015-09-25 | 1 | -5/+5 |
| | |||||
* | Fix indent | Antoine GIRARD | 2015-09-25 | 1 | -1/+1 |
| | |||||
* | New admin notice UI based on user list example | Antoine GIRARD | 2015-09-25 | 1 | -5/+12 |
| | |||||
* | Fix #532, add system notice | Unknwon | 2014-10-08 | 1 | -0/+46 |