Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #2916 fix sort' field missing on issue pagination link | Unknwon | 2016-04-04 | 2 | -4/+4 |
| | |||||
* | Fix XORM IN condition table name parse | Unknwon | 2016-03-27 | 1 | -1/+1 |
| | |||||
* | #2878 print error of JSON unmarshal and always returns a valid object | Unknwon | 2016-03-26 | 1 | -1/+1 |
| | |||||
* | #1692 add admin APIs to add/remove a user from teams | Unknwon | 2016-03-25 | 1 | -1/+1 |
| | |||||
* | Handle windows deletion when start | Unknwon | 2016-03-23 | 1 | -1/+1 |
| | | | | Fix #2872 | ||||
* | #1692 api: admin list and create team under organization | Unknwon | 2016-03-21 | 1 | -1/+1 |
| | |||||
* | Add route for #2846 | Unknwon | 2016-03-21 | 1 | -1/+1 |
| | |||||
* | Remove code for checking ssh-keygen | Unknwon | 2016-03-19 | 1 | -1/+1 |
| | |||||
* | #2850 fix potential SSH commands dislocation | Unknwon | 2016-03-18 | 1 | -1/+1 |
| | | | | | | | 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. | ||||
* | Merge pull request #2845 from moltam/feature/org-member-full-name-avatar | Unknwon | 2016-03-16 | 1 | -1/+1 |
|\ | | | | | Display org member's full name in link title. | ||||
| * | Display org member's full name in link title. | Tamás Molnár | 2016-03-16 | 1 | -1/+1 |
| | | |||||
* | | #2814 LOWER() column value within search | Unknwon | 2016-03-16 | 1 | -1/+1 |
| | | |||||
* | | Improve repository lable style | Unknwon | 2016-03-15 | 3 | -3/+6 |
| | | | | | | | | | | - add border-radius to filter list items - use color as background of label for issue/pull view page | ||||
* | | Merge pull request #2829 from odinuge/htmlmeta | Unknwon | 2016-03-15 | 1 | -2/+2 |
|\ \ | | | | | | | Set description meta tag correctly | ||||
| * | | Fix indent | Odin Ugedal | 2016-03-15 | 1 | -1/+1 |
| | | | |||||
| * | | Make description meta tag golang 1.4 compatible | Odin Ugedal | 2016-03-15 | 1 | -13/+2 |
| | | | |||||
| * | | Set description meta tag correctly | Odin Ugedal | 2016-03-15 | 1 | -2/+13 |
| |/ | | | | | | | | | | | Set the description meta tag correctly when there is no repo description. Also use the ability to trim trailing whitespaces, to make the template cleaner. | ||||
* | | Merge pull request #2830 from odinuge/branchname-compare | Unknwon | 2016-03-15 | 2 | -3/+3 |
|\ \ | | | | | | | Fix problems with '#' in branchname | ||||
| * | | Add prorper escaping of url in issue form | Odin Ugedal | 2016-03-15 | 1 | -1/+1 |
| | | | |||||
| * | | Fix problems with '#' in branchname | Odin Ugedal | 2016-03-15 | 1 | -2/+2 |
| |/ | | | | | | | | | Add proper escaping of '#' in branchname in compare when doing pull requests. This addresses issue #2822. | ||||
* / | #13 fix admin can't search private repos | Unknwon | 2016-03-15 | 1 | -1/+1 |
|/ | | | | - update glide info | ||||
* | Set HTML meta values corresponding to repository | Odin Ugedal | 2016-03-14 | 1 | -2/+2 |
| | | | | | Use the authors name, and the description of the repo in HTML meta. Pages without repository context will display as before. | ||||
* | #1692 add CRUD issue APIs | Unknwon | 2016-03-13 | 1 | -1/+1 |
| | | | | | - Fix go-gogs-client#10 - Related to #809 | ||||
* | #1891 attempt to fix invalid csrf token | Unknwon | 2016-03-12 | 1 | -1/+1 |
| | |||||
* | #1286 #2098 Alpha support for custom templates | Unknwon | 2016-03-12 | 1 | -1/+1 |
| | | | | No guarantee for compatibility with future changes | ||||
* | Minor fixes for #2761 | Unknwon | 2016-03-11 | 1 | -3/+2 |
| | |||||
* | Merge pull request #2761 from soudy/grey-out-merge-commit | Unknwon | 2016-03-11 | 1 | -1/+3 |
|\ | | | | | Grey out merge commits | ||||
| * | Put if statement of grey merge commits on one line | Steven Oud | 2016-03-05 | 1 | -5/+2 |
| | | |||||
| * | Grey out merge commits | Steven Oud | 2016-03-05 | 1 | -0/+5 |
| | | |||||
* | | #13 finish user and repository search | Unknwon | 2016-03-11 | 12 | -98/+116 |
| | | | | | | | | Both are possible on explore and admin panel | ||||
* | | Rename module: middleware -> context | Unknwon | 2016-03-11 | 1 | -1/+1 |
| | | |||||
* | | Fix ref comment from commit create empty feed | Unknwon | 2016-03-11 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #2803 from Rukenshia/develop | Unknwon | 2016-03-10 | 1 | -1/+1 |
|\ \ | | | | | | | Using HTML Description of repositories in the 'Explore' view. Fixes #… | ||||
| * | | Using HTML Description of repositories in the 'Explore' view. Fixes #2800 | Jan Christophersen | 2016-03-10 | 1 | -1/+1 |
| | | | |||||
* | | | #2727 fix incompatible SQL in PostgreSQL | Unknwon | 2016-03-09 | 1 | -1/+1 |
| | | | |||||
* | | | #2302 Replace time.Time with Unix Timestamp (int64) | Unknwon | 2016-03-09 | 1 | -1/+1 |
|/ / | |||||
* | | Update frontend resources | Unknwon | 2016-03-07 | 2 | -4/+4 |
| | | |||||
* | | Fix pull request availability check | Unknwon | 2016-03-06 | 7 | -9/+9 |
| | | |||||
* | | Prepare release | Unknwon | 2016-03-06 | 1 | -1/+1 |
| | | |||||
* | | Minor fix for #2772 | Unknwon | 2016-03-06 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #2772 from OhDaeto/master | Unknwon | 2016-03-06 | 1 | -0/+37 |
|\ \ | | | | | | | Add ru-RU to home template | ||||
| * | | минимальные -> низкие (системные требования) | xDShot | 2016-03-06 | 1 | -1/+1 |
| | | | |||||
| * | | Add ru-RU to home template | Lourens | 2016-03-06 | 1 | -0/+37 |
| | | | |||||
* | | | Remove duplicated of code | Unknwon | 2016-03-06 | 1 | -1/+1 |
| | | | |||||
* | | | Minor fixes for #2766 | Unknwon | 2016-03-06 | 1 | -1/+1 |
| | | | |||||
* | | | Added: Ability to delete org avatar. | Tamás Molnár | 2016-03-06 | 1 | -0/+1 |
|/ / | |||||
* | | #1146 finish new access rights for collaborators | Unknwon | 2016-03-05 | 9 | -132/+136 |
| | | |||||
* | | #1146 finsih UI work for access mode of collaborators | Unknwon | 2016-03-05 | 1 | -8/+35 |
| | | | | | | | | | | Collaborators have write access as default, and can be changed via repository collaboration settings page to change between read, write and admin. | ||||
* | | #1597 fix activitity feeds for pull requests | Unknwon | 2016-03-05 | 2 | -3/+9 |
|/ | |||||
* | #1157 some avatar setting changes | Unknwon | 2016-03-05 | 2 | -3/+3 |
| | | | | - Allow to delete current avatar |