summaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Collapse)AuthorAgeFilesLines
* Fix random string generator (#384)Denis Denisov2016-12-205-17/+46
| | | | | | | | | | | * Remove unused custom-alphabet feature of random string generator Fix random string generator Random string generator should return error if it fails to read random data via crypto/rand * Fixes variable (un)initialization mixed assign Update test GetRandomString
* serve video files using the HTML5 video tag (#418)Nico Mandery2016-12-201-0/+2
| | | | | | * serve video files using the HTML5 video tag * lint fix: add comment to IsVideoFile
* fixed vulnerabilities on deleting release (#399)Lunny Xiao2016-12-161-1/+1
|
* fixed vulnerabilities (#392)Lunny Xiao2016-12-152-2/+3
|
* Bug fix for edit-hook API endpointEthan Koenig2016-12-091-2/+8
|
* Bug fixes for repo permissions in APIEthan Koenig2016-12-073-12/+26
| | | | Also move duplicated code into repo.APIFormat(..)
* Integrate templates into bindata optionally (#314)Thomas Boerger2016-12-063-6/+6
| | | Integrated optional bindata for the templates
* [API] Pull Requests (#248)Kim "BKC" Carlbäcker2016-12-022-0/+448
|
* LintingKim "BKC" Carlbäcker2016-12-021-2/+2
|
* GitHub API Compliance (& linting)Kim "BKC" Carlbäcker2016-12-023-8/+31
|
* Add undocumented endpoint for /repositories/:idKim "BKC" Carlbäcker2016-12-022-0/+17
|
* Added rel="noopener" to target="_blank" hrefs (#327)Bwko2016-12-021-1/+1
| | | | | | * Added rel="noopener" to target="_blank" hrefs * Replaced gogs.io/docs with docs.gitea.io
* Resolved #296 (#324)Lunny Xiao2016-12-011-20/+34
| | | | | | * resolved #296 * Indentation fixed
* resolved #310: hide fork to self (#323)Lunny Xiao2016-12-011-0/+1
|
* Get rid of bin folder within makefile, enabled TiDB (#319)Thomas Boerger2016-12-011-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | * Get rid of the bin folder within the build process Signed-off-by: Thomas Boerger <thomas@webhippie.de> * Dropped latest make task, it is unused Signed-off-by: Thomas Boerger <thomas@webhippie.de> * Added tidb tag to drone config Signed-off-by: Thomas Boerger <thomas@webhippie.de> * Dropped the cert build tag Signed-off-by: Thomas Boerger <thomas@webhippie.de> * Dropped useless minwinsvc build tag Signed-off-by: Thomas Boerger <thomas@webhippie.de> * Dropped the useless build tags from drone config Signed-off-by: Thomas Boerger <thomas@webhippie.de>
* Fix breakage from vendor-updateKim "BKC" Carlbäcker2016-11-293-3/+3
|
* golint fixed for modules/authLunny Xiao2016-11-275-11/+11
|
* Fixes typosBwko2016-11-274-4/+4
|
* Merge pull request #270 from andreynering/gitea/http-headers-downloadAndrey Nering2016-11-271-7/+13
|\ | | | | Fix HTTP headers for issue attachment download
| * Fix Chrome not liking commasAndrey Nering2016-11-261-0/+4
| |
| * Fix HTTP headers for issue attachment downloadAndrey Nering2016-11-261-7/+9
| | | | | | | | | | - Download filename was wrong for files other than images. Example: It was `download` instead of `file.pdf` - PDF was downloading instead of showing on browser
* | Golint fixed for modules/setting (#262)Lunny Xiao2016-11-2722-88/+88
|/ | | | | | * golint fixed for modules/setting * typo fixed and renamed UNIXSOCKET to UnixSocket
* Merge pull request #254 from lunny/lunny/golint_modules_contextThomas Boerger2016-11-251-1/+1
|\ | | | | Golint fixed for modules/context
| * Golint fixed for modules/contextLunny Xiao2016-11-251-1/+1
| |
* | Golint fixed for modules/templateLunny Xiao2016-11-252-2/+2
|/
* 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
| |
* | Move init functions from routers/install to routers/init (#230)Lunny Xiao2016-11-242-69/+82
| | | | | | | | | | | | * move init functions from routers/install to routers/init * copyright typo
* | golint fixed for routers (#208)Lunny Xiao2016-11-2435-155/+354
| |
* | golint fixed for routers/repo/branch.go (#206)Lunny Xiao2016-11-221-2/+3
|/
* golint fixed for routers/repo/wiki.go (#203)Lunny Xiao2016-11-211-12/+21
|
* golint fixed for routers/repo/middlewares.go (#204)Lunny Xiao2016-11-211-0/+2
|
* golint fixed for routers/repo/view.go (#205)Lunny Xiao2016-11-211-7/+12
|
* go lint fixed for routers/adminLunny Xiao2016-11-216-51/+73
|
* Fix for anonymous users to switch viewsBwko2016-11-191-3/+5
|
* Fix panic when no user is signed inBwko2016-11-191-0/+4
| | | | See #188
* golint fixed for parts of routers root, dev, user and org dirs (#167)Lunny Xiao2016-11-1811-132/+225
| | | | | | | | * golint fixed for parts of routers root, dev and org dirs * add user/auth.go golint fixed * rename unnecessary exported to unexported and user dir golint fixed
* API endpoints for starsEthan Koenig2016-11-163-34/+92
|
* Allow updating draft releases while keeping them as draftSandro Santilli2016-11-141-0/+1
| | | | Closes #162
* Remember diff view style (#163)Andrey Nering2016-11-133-3/+21
|
* Normalize files with gofmtThibault Meyer2016-11-117-10/+10
|
* Fix import path of go-sdk (#141)Sandro Santilli2016-11-1125-26/+26
| | | | From code.gitea.io/go-sdk/gitea To code.gitea.io/sdk/gitea
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-1058-300/+300
| | | | | | | - 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
* Check unhandled errors (#128)Matthias Loibl2016-11-101-3/+14
|
* Merge pull request #121 from joubertredrat/feature-last-loginLunny Xiao2016-11-101-0/+7
|\ | | | | Last Login for admin manage your users
| * Support to last login featureJoubert RedRat2016-11-091-0/+7
| |
* | Ordering organizations and users by nameThibault Meyer2016-11-102-3/+3
| |
* | Merge pull request #17 from LefsFlarey/issue/3666Matthias Loibl2016-11-081-1/+1
|\ \ | |/ |/| Fixed 404 caused by unexpected question mark
| * Fixed 404 caused by unexpected question markFlare2016-11-081-1/+1
| | | | | | | | This fixes 404 caused when creating new files or wiki pages with question marks. Amended to force CI rebuild
* | Merge pull request #73 from bkcsoft/gt/2164-release-paginationLunny Xiao2016-11-081-1/+8
|\ \ | | | | | | Add Pagination to Releases-page (and de-duplicate pagination templates)