Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Show all orgs on user profile, except the private one's | Florian Kaiser | 2016-01-30 | 1 | -1/+21 |
| | |||||
* | #2497 incorrect error handle for team name | Unknwon | 2016-01-29 | 2 | -11/+37 |
| | |||||
* | Record error when fail to health check repository | Unknwon | 2016-01-28 | 1 | -1/+1 |
| | |||||
* | Minor fix for #2494 | Unknwon | 2016-01-28 | 2 | -6/+6 |
| | | | | - Change tooltip size from mini to tiny in profile page | ||||
* | Merge pull request #2494 from mhartkorn/pullreq-name-change | Unknwon | 2016-01-28 | 2 | -0/+13 |
|\ | | | | | Change user name in Pull Requests to avoid errors (fixes #2495) | ||||
| * | Change user name in Pull Requests | Martin Hartkorn | 2016-01-27 | 2 | -0/+13 |
| | | |||||
* | | Refactoring of inline diff computing to prevent empty diff box. Fix #2489 | Andrey Nering | 2016-01-27 | 1 | -31/+30 |
|/ | |||||
* | Fixed Webhook URL-length Issue #2465 | Kim "BKC" Carlbäcker | 2016-01-27 | 1 | -1/+1 |
| | |||||
* | #2179 use Go sub-repo ssh to verify public key content | Unknwon | 2016-01-15 | 1 | -37/+10 |
| | |||||
* | URL fix for #2287 | Unknwon | 2016-01-15 | 1 | -0/+4 |
| | |||||
* | Fix username display in lower-cased for comment in Dashboard | Antoine GIRARD | 2016-01-12 | 1 | -3/+3 |
| | |||||
* | #2287 Truncate repository name if too long | Unknwon | 2016-01-11 | 2 | -20/+27 |
| | |||||
* | #2349 fix convert type | Unknwon | 2016-01-11 | 1 | -3/+3 |
| | |||||
* | #2349 try to handle []int8 case | Unknwon | 2016-01-11 | 1 | -1/+12 |
| | |||||
* | Fix test case after 86bce4a2ae9915fad63c742cb68fcd0a5e64a223. | Andrey Nering | 2016-01-09 | 1 | -3/+3 |
| | |||||
* | roll back a small change | Unknwon | 2016-01-09 | 1 | -1/+2 |
| | |||||
* | minor fix to #2335 | Unknwon | 2016-01-09 | 1 | -23/+32 |
| | |||||
* | Merge pull request #2335 from andreynering/highlight-diff | Unknwon | 2016-01-09 | 2 | -7/+165 |
|\ | | | | | Highlight diff | ||||
| * | Fix: now highlights in diff view are getting the correct lines. | Andrey Nering | 2016-01-08 | 2 | -22/+59 |
| | | |||||
| * | Semantic fixes. | Andrey Nering | 2016-01-07 | 1 | -11/+11 |
| | | |||||
| * | Declaring specific types for enums constants. | Andrey Nering | 2016-01-06 | 1 | -14/+21 |
| | | | | | | | | | | This makes the code more strict since you can't assign or compare values of different types without proper cast. | ||||
| * | Highlighting differences of lines in the diff view. | Andrey Nering | 2016-01-06 | 2 | -0/+114 |
| | | |||||
* | | typo fix | zhuharev | 2016-01-06 | 1 | -2/+2 |
|/ | |||||
* | #2185 fall back to use custom chardet lib | Unknwon | 2015-12-31 | 1 | -2/+2 |
| | |||||
* | #2273 URL consistency on webhook payload | Unknwon | 2015-12-25 | 1 | -1/+1 |
| | |||||
* | Merge pull request #2262 from angus-g/fixes/user-following-migration | Unknwon | 2015-12-24 | 1 | -1/+1 |
|\ | | | | | Add default for NumFollowing field (fixes #2261) | ||||
| * | Add default for NumFollowing field (fixes #2261) | Angus Gibson | 2015-12-22 | 1 | -1/+1 |
| | | | | | | | | | | We set the default value for the non-NULL field NumFollowing of the User model to 0, which stops an error when the ORM tries to sync. | ||||
* | | Merge pull request #2257 from Jofkos/patch-1 | Unknwon | 2015-12-24 | 1 | -3/+5 |
|\ \ | |/ |/| | Wiki pages containing question marks in their name weren't loading | ||||
| * | Removed empty line, multi return args | Jofkos | 2015-12-20 | 1 | -3/+3 |
| | | |||||
| * | Wiki pages containing question marks in their name weren't loading | Jofkos | 2015-12-20 | 1 | -2/+4 |
| | | | | | | (untested) | ||||
* | | #1692 APIs: Users Followers | Unknwon | 2015-12-21 | 2 | -72/+114 |
|/ | | | | | - User profile un/follow - List user's followers/following | ||||
* | fix #1436 | Unknwon | 2015-12-19 | 1 | -23/+5 |
| | |||||
* | #1692 add organization APIs | Unknwon | 2015-12-17 | 2 | -5/+10 |
| | |||||
* | #1692 add user email APIs | Unknwon | 2015-12-15 | 1 | -10/+36 |
| | |||||
* | fix #2205 | Unknwon | 2015-12-15 | 1 | -6/+10 |
| | |||||
* | rename import path | Unknwon | 2015-12-15 | 9 | -9/+9 |
| | |||||
* | fix possible disclosure | Unknwon | 2015-12-14 | 2 | -6/+39 |
| | |||||
* | fix huge diff hangs | Unknwon | 2015-12-14 | 1 | -0/+2 |
| | |||||
* | #2176 fix 500 on /watchers & /stars for pg | Unknwon | 2015-12-14 | 1 | -4/+14 |
| | |||||
* | #2185 use Go sub-repo to detect encoding | Unknwon | 2015-12-13 | 1 | -2/+2 |
| | |||||
* | #2167 able to identify git version on Windows | Unknwon | 2015-12-13 | 1 | -1/+1 |
| | |||||
* | #2152 fix SMTP authentication makes invalid assumption on protocol | Unknwon | 2015-12-11 | 1 | -1/+6 |
| | |||||
* | #2155 fix org max repo limit default to -1 | Unknwon | 2015-12-11 | 1 | -0/+1 |
| | |||||
* | #2155 The owner has reached maximum creation limit of 0 repositories | Unknwon | 2015-12-11 | 1 | -2/+3 |
| | |||||
* | #2147 fix rewrites authorized_keys when builtin SSH server is enabled | Unknwon | 2015-12-11 | 1 | -0/+10 |
| | |||||
* | #2114 External URL for wiki | Unknwon | 2015-12-11 | 1 | -0/+2 |
| | |||||
* | Drop 0.5.x support | Unknwon | 2015-12-10 | 1 | -296/+11 |
| | |||||
* | #1938 #1374 disable password change for non-local users | Unknwon | 2015-12-10 | 2 | -32/+37 |
| | |||||
* | fix bool check for repo max limit and fix hang when push repo with tons of ↵ | Unknwon | 2015-12-10 | 3 | -6/+5 |
| | | | | commits | ||||
* | fix user repo limit default value | Unknwon | 2015-12-10 | 1 | -1/+1 |
| |