Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | |||||
* | | | Use MixedCase constant names | Sandro Santilli | 2016-11-07 | 3 | -8/+8 |
| | | | | | | | | | | | | See https://github.com/golang/go/wiki/CodeReviewComments#mixed-caps | ||||
* | | | Merge pull request #108 from go-gitea/go-sdk | Thomas Boerger | 2016-11-07 | 25 | -26/+26 |
|\ \ \ | | | | | | | | | Replaced gogits go-gogs-client with go-sdk | ||||
| * | | | Replaced go-gogs-client with go-sdk imports | Thomas Boerger | 2016-11-07 | 25 | -25/+25 |
| | | | | |||||
| * | | | Fixed links to sdk docs | Thomas Boerger | 2016-11-07 | 1 | -1/+1 |
| |/ / | |||||
* / / | Replace GOGS with GITEA in variable names | Sandro Santilli | 2016-11-07 | 1 | -1/+1 |
|/ / | | | | | | | | | | | | | | | | | | | | | | | Still use GOGS_WORK_DIR and GOGS_CUSTOM env variables as a fallback if the equivalent GITEA_* are not set, warning user about the need for change. Does not change "gogs" to "gitea" in webhook type name Because "gogs" hook type is part of the API (routes) and used in templates... Closes #87 |