| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug fixed for issues (#156) | Lunny Xiao | 2016-11-12 | 1 | -14/+6 |
* | use in instead string join (#155) | Lunny Xiao | 2016-11-12 | 1 | -1/+1 |
* | Normalize files with gofmt | Thibault Meyer | 2016-11-11 | 1 | -1/+1 |
* | Fix import path of go-sdk (#141) | Sandro Santilli | 2016-11-11 | 1 | -1/+1 |
* | Merge remote-tracking branch 'upstream/master' into feature/rewrite-xorm-queries | Thibault Meyer | 2016-11-10 | 1 | -4/+4 |
|\ |
|
| * | Update import paths from github.com/go-gitea to code.gitea.io (#135) | Sandro Santilli | 2016-11-10 | 1 | -4/+4 |
* | | Rewrite XORM queries | Thibault Meyer | 2016-11-10 | 1 | -14/+41 |
|/ |
|
* | Merge pull request #18 from LefsFlarey/issue/3675 | Lunny Xiao | 2016-11-09 | 1 | -4/+4 |
|\ |
|
| * | Fix err not being nil | Flare | 2016-11-09 | 1 | -0/+1 |
| * | Still print error if user does not exist | Flare | 2016-11-05 | 1 | -0/+4 |
| * | Fix 500 error caused by deleted users on issues (#3675) | Flare | 2016-09-20 | 1 | -7/+2 |
* | | More MixedCase consts | Sandro Santilli | 2016-11-07 | 1 | -13/+13 |
* | | ACCESS_MODE_* -> AccessMode* | Sandro Santilli | 2016-11-07 | 1 | -1/+1 |
* | | Use MixedCase constant names | Sandro Santilli | 2016-11-07 | 1 | -15/+15 |
* | | Replaced go-gogs-client with go-sdk imports | Thomas Boerger | 2016-11-07 | 1 | -1/+1 |
* | | Change import reference to match gitea instead of gogs (#37) | Rémy Boulanouar | 2016-11-03 | 1 | -3/+3 |
|/ |
|
* | Web editor: support upload files | Unknwon | 2016-08-30 | 1 | -10/+5 |
* | #2966 code cleanup | Unknwon | 2016-08-26 | 1 | -49/+72 |
* | #3383 code cleanup | Unknwon | 2016-08-24 | 1 | -58/+49 |
* | Fix PR-webhook issue where Label-data is stale (#3486) (#3510) | Kim "BKC" Carlbäcker | 2016-08-24 | 1 | -2/+10 |
* | General code quality improvement | Unknwon | 2016-08-16 | 1 | -1/+0 |
* | #2246 add HTMLURL to webhook type | Unknwon | 2016-08-16 | 1 | -32/+54 |
* | models/repo_editor: improve code quality | Unknwon | 2016-08-15 | 1 | -2/+2 |
* | models/issue: improve quality and performance of NewIssue function | Unknwon | 2016-08-15 | 1 | -80/+99 |
* | Fix empty repository panic on send test webhook | Unknwon | 2016-08-15 | 1 | -16/+2 |
* | Code clean up for new config options | Unknwon | 2016-08-14 | 1 | -2/+2 |
* | Squashed commit of the following: | Richard Mahn | 2016-08-14 | 1 | -10/+5 |
* | #2246 fully support of webhooks for pull request | Unknwon | 2016-08-14 | 1 | -62/+300 |
* | #3417 wrong dashboard issue count for create by you | Unknwon | 2016-08-09 | 1 | -1/+1 |
* | Fix for #3401 Links of pull request comment email should use pulls URL (#3403) | lstahlman | 2016-08-08 | 1 | -1/+7 |
* | #3290 better code structure and batch minor improvements | Unknwon | 2016-08-03 | 1 | -17/+41 |
* | #3327 fix wrong table name in Join | Unknwon | 2016-07-26 | 1 | -1/+1 |
* | #1384 add pagination for repositories | Unknwon | 2016-07-24 | 1 | -1/+1 |
* | Refactor User.Id to User.ID | Unknwon | 2016-07-24 | 1 | -6/+6 |
* | Use struct for UI settings | Unknwon | 2016-07-24 | 1 | -4/+4 |
* | Remove redundant Unix timestamp method call | Unknwon | 2016-07-23 | 1 | -7/+7 |
* | #3291 fix SQLite3 session read/update conflict on create new issue | Unknwon | 2016-07-21 | 1 | -7/+11 |
* | Updated Issues and Issues Stats functions to include table aliases. This addr... | lstahlman | 2016-07-17 | 1 | -21/+21 |
* | #2854 fix no mail notification when issue is closed/reopened | Unknwon | 2016-07-16 | 1 | -27/+46 |
* | Fix #3154 (#3155) | Robin Lambertz | 2016-06-27 | 1 | -2/+2 |
* | models/release: filter input to prevent command line argument vulnerability | Unknwon | 2016-05-06 | 1 | -4/+4 |
* | #2895 minor fix for bug of xorm | Unknwon | 2016-04-26 | 1 | -28/+32 |
* | Made the issue stats query more secure with parameterized placeholders (#2895) | Thomas Boerger | 2016-04-26 | 1 | -65/+88 |
* | Fix XORM IN condition table name parse | Unknwon | 2016-03-27 | 1 | -1/+1 |
* | Followup fix for previous query fix | Thomas Boerger | 2016-03-28 | 1 | -2/+2 |
* | Made the issues query more secure and simpler | Thomas Boerger | 2016-03-27 | 1 | -16/+5 |
* | Try to make the SQL queries cleaner and more secure | Thomas Boerger | 2016-03-27 | 1 | -13/+2 |
* | #1692 add CRUD issue APIs | Unknwon | 2016-03-13 | 1 | -21/+65 |
* | Updated and created were appended with _unix. Fresh databases have only the n... | Marin Jankovski | 2016-03-11 | 1 | -4/+4 |
* | #2302 Replace time.Time with Unix Timestamp (int64) | Unknwon | 2016-03-09 | 1 | -15/+59 |