Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added rel="noopener" to target="_blank" hrefs (#327) | Bwko | 2016-12-02 | 1 | -1/+1 |
| | | | | | | * Added rel="noopener" to target="_blank" hrefs * Replaced gogs.io/docs with docs.gitea.io | ||||
* | Resolved #296 (#324) | Lunny Xiao | 2016-12-01 | 1 | -20/+34 |
| | | | | | | * resolved #296 * Indentation fixed | ||||
* | resolved #310: hide fork to self (#323) | Lunny Xiao | 2016-12-01 | 1 | -0/+1 |
| | |||||
* | Get rid of bin folder within makefile, enabled TiDB (#319) | Thomas Boerger | 2016-12-01 | 1 | -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-update | Kim "BKC" Carlbäcker | 2016-11-29 | 3 | -3/+3 |
| | |||||
* | golint fixed for modules/auth | Lunny Xiao | 2016-11-27 | 5 | -11/+11 |
| | |||||
* | Fixes typos | Bwko | 2016-11-27 | 4 | -4/+4 |
| | |||||
* | Merge pull request #270 from andreynering/gitea/http-headers-download | Andrey Nering | 2016-11-27 | 1 | -7/+13 |
|\ | | | | | Fix HTTP headers for issue attachment download | ||||
| * | Fix Chrome not liking commas | Andrey Nering | 2016-11-26 | 1 | -0/+4 |
| | | |||||
| * | Fix HTTP headers for issue attachment download | Andrey Nering | 2016-11-26 | 1 | -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 Xiao | 2016-11-27 | 22 | -88/+88 |
|/ | | | | | | * golint fixed for modules/setting * typo fixed and renamed UNIXSOCKET to UnixSocket | ||||
* | Merge pull request #254 from lunny/lunny/golint_modules_context | Thomas Boerger | 2016-11-25 | 1 | -1/+1 |
|\ | | | | | Golint fixed for modules/context | ||||
| * | Golint fixed for modules/context | Lunny Xiao | 2016-11-25 | 1 | -1/+1 |
| | | |||||
* | | Golint fixed for modules/template | Lunny Xiao | 2016-11-25 | 2 | -2/+2 |
|/ | |||||
* | Merge pull request #228 from Bwko/feature/short-hash-download | Thomas Boerger | 2016-11-24 | 1 | -1/+1 |
|\ | | | | | Added short-hash support to downloads | ||||
| * | Added short-hash support to downloads | Bwko | 2016-11-24 | 1 | -1/+1 |
| | | |||||
* | | Move init functions from routers/install to routers/init (#230) | Lunny Xiao | 2016-11-24 | 2 | -69/+82 |
| | | | | | | | | | | | | * move init functions from routers/install to routers/init * copyright typo | ||||
* | | golint fixed for routers (#208) | Lunny Xiao | 2016-11-24 | 35 | -155/+354 |
| | | |||||
* | | golint fixed for routers/repo/branch.go (#206) | Lunny Xiao | 2016-11-22 | 1 | -2/+3 |
|/ | |||||
* | golint fixed for routers/repo/wiki.go (#203) | Lunny Xiao | 2016-11-21 | 1 | -12/+21 |
| | |||||
* | golint fixed for routers/repo/middlewares.go (#204) | Lunny Xiao | 2016-11-21 | 1 | -0/+2 |
| | |||||
* | golint fixed for routers/repo/view.go (#205) | Lunny Xiao | 2016-11-21 | 1 | -7/+12 |
| | |||||
* | go lint fixed for routers/admin | Lunny Xiao | 2016-11-21 | 6 | -51/+73 |
| | |||||
* | Fix for anonymous users to switch views | Bwko | 2016-11-19 | 1 | -3/+5 |
| | |||||
* | Fix panic when no user is signed in | Bwko | 2016-11-19 | 1 | -0/+4 |
| | | | | See #188 | ||||
* | golint fixed for parts of routers root, dev, user and org dirs (#167) | Lunny Xiao | 2016-11-18 | 11 | -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 stars | Ethan Koenig | 2016-11-16 | 3 | -34/+92 |
| | |||||
* | Allow updating draft releases while keeping them as draft | Sandro Santilli | 2016-11-14 | 1 | -0/+1 |
| | | | | Closes #162 | ||||
* | Remember diff view style (#163) | Andrey Nering | 2016-11-13 | 3 | -3/+21 |
| | |||||
* | Normalize files with gofmt | Thibault Meyer | 2016-11-11 | 7 | -10/+10 |
| | |||||
* | Fix import path of go-sdk (#141) | Sandro Santilli | 2016-11-11 | 25 | -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 Santilli | 2016-11-10 | 58 | -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 Loibl | 2016-11-10 | 1 | -3/+14 |
| | |||||
* | Merge pull request #121 from joubertredrat/feature-last-login | Lunny Xiao | 2016-11-10 | 1 | -0/+7 |
|\ | | | | | Last Login for admin manage your users | ||||
| * | Support to last login feature | Joubert RedRat | 2016-11-09 | 1 | -0/+7 |
| | | |||||
* | | Ordering organizations and users by name | Thibault Meyer | 2016-11-10 | 2 | -3/+3 |
| | | |||||
* | | Merge pull request #17 from LefsFlarey/issue/3666 | Matthias Loibl | 2016-11-08 | 1 | -1/+1 |
|\ \ | |/ |/| | Fixed 404 caused by unexpected question mark | ||||
| * | Fixed 404 caused by unexpected question mark | Flare | 2016-11-08 | 1 | -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-pagination | Lunny Xiao | 2016-11-08 | 1 | -1/+8 |
|\ \ | | | | | | | Add Pagination to Releases-page (and de-duplicate pagination templates) | ||||
| * | | Add Pagination to Releases-page | Kim "BKC" Carlbäcker | 2016-11-07 | 1 | -1/+8 |
| | | | |||||
* | | | Fix type in unused constant name (#111) | Sandro Santilli | 2016-11-07 | 3 | -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" | ||||
* | | | more | Sandro Santilli | 2016-11-07 | 2 | -2/+2 |
| | | | |||||
* | | | And others | Sandro Santilli | 2016-11-07 | 7 | -14/+14 |
| | | | |||||
* | | | Security protocols | Sandro Santilli | 2016-11-07 | 1 | -5/+5 |
| | | | |||||
* | | | More mixage | Sandro Santilli | 2016-11-07 | 1 | -9/+9 |
| | | | |||||
* | | | More overlooks | Sandro Santilli | 2016-11-07 | 1 | -1/+1 |
| | | | |||||
* | | | More... | Sandro Santilli | 2016-11-07 | 5 | -13/+13 |
| | | | |||||
* | | | More MixedCase consts | Sandro Santilli | 2016-11-07 | 2 | -9/+9 |
| | | | |||||
* | | | ACCESS_MODE_* -> AccessMode* | Sandro Santilli | 2016-11-07 | 4 | -10/+10 |
| | | | |||||
* | | | More MixedCase consts | Sandro Santilli | 2016-11-07 | 2 | -6/+6 |
| | | |