summaryrefslogtreecommitdiffstats
path: root/routers/admin/notice.go
Commit message (Collapse)AuthorAgeFilesLines
* [refactor] replace int with httpStatusCodes (#15282)65432021-04-051-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)65432020-12-251-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 Saha2019-08-231-1/+1
| | | Signed-off-by: Tamal Saha <tamal@appscode.com>
* Unifies pagination template usage (#6531) (#6533)Mario Lubenka2019-04-201-4/+6
|
* Handle refactor (#3339)Morgan Bazalgette2018-01-101-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 Xiao2016-11-271-1/+1
| | | | | | * golint fixed for modules/setting * typo fixed and renamed UNIXSOCKET to UnixSocket
* go lint fixed for routers/adminLunny Xiao2016-11-211-2/+5
|
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-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 Boulanouar2016-11-031-5/+5
|
* Use struct for UI settingsUnknwon2016-07-241-2/+2
|
* Rename module: middleware -> contextUnknwon2016-03-111-4/+4
|
* #2052 advanced select ops for system noticesUnknwon2015-12-051-8/+17
|
* #2052 Ability to batch delete system noticesUnknwon2015-12-011-1/+12
|
* fix #1930Unknwon2015-11-121-1/+1
|
* #1689 minor fixes and update localeUnknwon2015-09-251-5/+5
|
* Fix indentAntoine GIRARD2015-09-251-1/+1
|
* New admin notice UI based on user list exampleAntoine GIRARD2015-09-251-5/+12
|
* Fix #532, add system noticeUnknwon2014-10-081-0/+46