Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | #2916 fix sort' field missing on issue pagination link | Unknwon | 2016-04-04 | |
| | ||||
* | Fix XORM IN condition table name parse | Unknwon | 2016-03-27 | |
| | ||||
* | #2878 print error of JSON unmarshal and always returns a valid object | Unknwon | 2016-03-26 | |
| | ||||
* | #1692 add admin APIs to add/remove a user from teams | Unknwon | 2016-03-25 | |
| | ||||
* | Handle windows deletion when start | Unknwon | 2016-03-23 | |
| | | | | Fix #2872 | |||
* | #1692 api: admin list and create team under organization | Unknwon | 2016-03-21 | |
| | ||||
* | #2850 fix potential SSH commands dislocation | Unknwon | 2016-03-18 | |
| | | | | | | | When use builtin SSH server with concurrent operations, there are probabilities One connection could use the command from another connections. Fix this by set SSH_ORIGINAL_COMMAND for each command, not set in global scope. | |||
* | #2814 LOWER() column value within search | Unknwon | 2016-03-16 | |
| | ||||
* | Improve repository lable style | Unknwon | 2016-03-15 | |
| | | | | | - add border-radius to filter list items - use color as background of label for issue/pull view page | |||
* | #13 fix admin can't search private repos | Unknwon | 2016-03-15 | |
| | | | | - update glide info | |||
* | #1692 add CRUD issue APIs | Unknwon | 2016-03-13 | |
| | | | | | - Fix go-gogs-client#10 - Related to #809 | |||
* | Add APIContext | Unknwon | 2016-03-13 | |
| | ||||
* | #1891 attempt to fix invalid csrf token | Unknwon | 2016-03-12 | |
| | ||||
* | #1286 #2098 Alpha support for custom templates | Unknwon | 2016-03-12 | |
| | | | | No guarantee for compatibility with future changes | |||
* | #13 finish user and repository search | Unknwon | 2016-03-11 | |
| | | | | Both are possible on explore and admin panel | |||
* | Rename module: middleware -> context | Unknwon | 2016-03-11 | |
| | ||||
* | Fix ref comment from commit create empty feed | Unknwon | 2016-03-11 | |
| | ||||
* | #2727 fix incompatible SQL in PostgreSQL | Unknwon | 2016-03-09 | |
| | ||||
* | #2302 Replace time.Time with Unix Timestamp (int64) | Unknwon | 2016-03-09 | |
| | ||||
* | Fix pull request availability check | Unknwon | 2016-03-06 | |
| | ||||
* | Prepare release | Unknwon | 2016-03-06 | |
| | ||||
* | Remove duplicated of code | Unknwon | 2016-03-06 | |
| | ||||
* | Minor fixes for #2766 | Unknwon | 2016-03-06 | |
| | ||||
* | Add Finnish support | Unknwon | 2016-03-05 | |
| | ||||
* | #1146 finish new access rights for collaborators | Unknwon | 2016-03-05 | |
| | ||||
* | Fix grammar in README | Romain Beaumont | 2016-03-05 | |
| | ||||
* | Update README notes | Unknwon | 2016-03-05 | |
| | ||||
* | #1597 fix activitity feeds for pull requests | Unknwon | 2016-03-05 | |
| | ||||
* | #1597 support pull requests in same repository | Unknwon | 2016-03-04 | |
| | ||||
* | 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 | |
| | ||||
* | Minor fix for #2660 | Unknwon | 2016-02-24 | |
| | ||||
* | Prepare to release | 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 | |
| | ||||
* | 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. | |||
* | Merge pull request #2664 from jwdeitch/patch-1 | Unknwon | 2016-02-19 | |
|\ | | | | | Update contributing guidlines link | |||
| * | Update README.md | jwdeitch | 2016-02-19 | |
| | |