Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Minor fixes for #2746 | Unknwon | 2016-03-04 |
| | |||
* | #2743 and #2751 fix bad SQL generated by XORM | Unknwon | 2016-03-04 |
| | | | | Use hand-written SQL to do complex query | ||
* | #2748 fix redirect loop with auto-signin | Unknwon | 2016-03-04 |
| | |||
* | Minor fixes for #2745 | Unknwon | 2016-03-03 |
| | |||
* | #1891 attempt to fix expected invalid CSRF token | Unknwon | 2016-03-03 |
| | | | | - Remove unused config settings `[picture] service` | ||
* | #2743 workaround to fix XORM problem | Unknwon | 2016-03-03 |
| | |||
* | #2727 make IN clause compatible with Postgres | Unknwon | 2016-03-01 |
| | |||
* | Allow setting git operations timeouts | Unknwon | 2016-02-29 |
| | | | | | | - Migrate: #2704 #2653 - Clone: #2701 - Mirror, Pull | ||
* | #2700 fix sqlite3 can't create issue with more than one label | Unknwon | 2016-02-29 |
| | |||
* | Post work for #2637 | Unknwon | 2016-02-27 |
| | | | | Improve test cases, config settings, also show SSH config settings on admin config panel. | ||
* | Minor fix for #2710 | Unknwon | 2016-02-27 |
| | |||
* | #2697 fix panic when close issue via commit message | Unknwon | 2016-02-25 |
| | |||
* | Add new config option for builtin SSH server | Unknwon | 2016-02-25 |
| | | | | | | | Config option [server] SSH_LISTEN_PORT to the port the builtin SSH server will be listen. It can be different from SSH_PORT which is supposed to be exposed in the clone URL. This should solve the problem when user runs Gogs inside Docker container and still want to use builtin SSH server. | ||
* | Minor fix for #2660 | Unknwon | 2016-02-24 |
| | |||
* | #2682 fix missing slash for go-get meta | Unknwon | 2016-02-23 |
| | |||
* | #1821 add actions for close and reopen issues | Unknwon | 2016-02-22 |
| | |||
* | Fix wrong place to check disable SSH | Unknwon | 2016-02-21 |
| | |||
* | Minor fix for #2634 | Unknwon | 2016-02-20 |
| | | | | Add AttributesInBind option in new auth source form. | ||
* | Minor fix for #2524 | Unknwon | 2016-02-19 |
| | |||
* | Fix inappropriate markdown post process end tag check | Unknwon | 2016-02-19 |
| | | | | | When <code> is nested inside <pre>, the next end tag token would not able to be the same as outer-most start tag. So we only check outer-most start and end tag token to be the same. | ||
* | #2650 fix possbility that use email as pusher user name | Unknwon | 2016-02-17 |
| | | | | | | | | | | Remove the possibility of using email as user name when user actually push through combination of email and password with HTTP. Also refactor update action function to replcae tons of arguments with single PushUpdateOptions struct. And define the user who pushes code as pusher, therefore variable names shouldn't be confusing any more. | ||
* | #2639 add branch prefix for test webhook | Unknwon | 2016-02-17 |
| | |||
* | Minor fix for #2624 | Unknwon | 2016-02-15 |
| | |||
* | Remove cache avatar support and add its tests | Unknwon | 2016-02-14 |
| | |||
* | Minor fix for #2567 | Unknwon | 2016-02-14 |
| | |||
* | #2569 delete repo local copy when transfer | Unknwon | 2016-02-14 |
| | | | | | | Remote repository path is renamed but does not delete outdated local copy which still has old repository path as remote. | ||
* | #2485 fix payloads mixed up for webhook | Unknwon | 2016-02-10 |
| | | | | | | | | | When repository contains a Slack type hook, it changes original payload content. This patch fixes it by using a local object to store newly created Slack payload instead of assigning back to the same variable. | ||
* | Improve db path prompt when install | Unknwon | 2016-02-07 |
| | |||
* | #2558 delete local wiki copy when rename repo and user | Unknwon | 2016-02-05 |
| | |||
* | #2556 handle space in image URL | Unknwon | 2016-02-04 |
| | |||
* | #2554 reinitialize all repos from the db | Unknwon | 2016-02-04 |
| | | | | - Update locales | ||
* | Add missing patch conflit pattern | Unknwon | 2016-02-03 |
| | |||
* | Fix random avatar does not work on Windows | Unknwon | 2016-02-02 |
| | | | | path.Dir can't handle Windows case, must use filepath.Dir | ||
* | Minor fix for #2444 | Unknwon | 2016-02-01 |
| | |||
* | Fix one user may block entire listen loop for builtin SSH | Unknwon | 2016-02-01 |
| | |||
* | #2229 adjust URL verbose depth for reverse proxy sub-path | Unknwon | 2016-01-31 |
| | |||
* | fix #2529 | Unknwon | 2016-01-31 |
| | |||
* | Update and reorganize front-end resources | Unknwon | 2016-01-30 |
| | |||
* | #2497 incorrect error handle for team name | Unknwon | 2016-01-29 |
| | |||
* | #2491 minor fix for sr on dashboard | Unknwon | 2016-01-29 |
| | |||
* | Minor fix for #2494 | Unknwon | 2016-01-28 |
| | | | | - Change tooltip size from mini to tiny in profile page | ||
* | fix #2416 | Unknwon | 2016-01-26 |
| | |||
* | Minor fix for #2396 | Unknwon | 2016-01-25 |
| | |||
* | #2179 use Go sub-repo ssh to verify public key content | Unknwon | 2016-01-15 |
| | |||
* | minor fix to #2383 | Unknwon | 2016-01-14 |
| | | | | - add tooltip for organization name in profile | ||
* | #2287 Truncate repository name if too long | Unknwon | 2016-01-11 |
| | |||
* | #2349 try to handle []int8 case | Unknwon | 2016-01-11 |
| | |||
* | minor fix to #2335 | Unknwon | 2016-01-09 |
| | |||
* | fix markdown autolink error | Unknwon | 2016-01-09 |
| | |||
* | fix #2360 | Unknwon | 2016-01-08 |
| |