summaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Collapse)AuthorAgeFilesLines
* 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)
| * | Add Pagination to Releases-pageKim "BKC" Carlbäcker2016-11-071-1/+8
| | |
* | | Fix type in unused constant name (#111)Sandro Santilli2016-11-073-46/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Write LDAP, SMTP, PAM, DLDAP back to all uppercase * Fix type in unused constant name * Other MixCased fixes * Complete MixerCasing of template constants * Re uppercase LTS and LDAPS suffixes * Uppercase JSON suffix in constant names * Proper case LoginNoType * Prefix unexported template path constants with "tpl"
* | | moreSandro Santilli2016-11-072-2/+2
| | |
* | | And othersSandro Santilli2016-11-077-14/+14
| | |
* | | Security protocolsSandro Santilli2016-11-071-5/+5
| | |
* | | More mixageSandro Santilli2016-11-071-9/+9
| | |
* | | More overlooksSandro Santilli2016-11-071-1/+1
| | |
* | | More...Sandro Santilli2016-11-075-13/+13
| | |
* | | More MixedCase constsSandro Santilli2016-11-072-9/+9
| | |
* | | ACCESS_MODE_* -> AccessMode*Sandro Santilli2016-11-074-10/+10
| | |
* | | More MixedCase constsSandro Santilli2016-11-072-6/+6
| | |