Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Made the issue stats query more secure with parameterized placeholders (#2895) | Thomas Boerger | 2016-04-26 | |
| | ||||
* | Support alphanumeric issue style (ABC-1234) for external issue tracker (#2992) | Cosmin Stroe | 2016-04-22 | |
| | ||||
* | Set utf-8 charset for text files when serving raw content (#2898) | Tamás Molnár | 2016-04-20 | |
| | ||||
* | api/admin: add/remove organization team repository | Unknwon | 2016-04-04 | |
| | ||||
* | Fix XORM IN condition table name parse | Unknwon | 2016-03-27 | |
| | ||||
* | #2842 add quotes to attachment file name | Unknwon | 2016-03-25 | |
| | ||||
* | #1692 add admin APIs to add/remove a user from teams | Unknwon | 2016-03-25 | |
| | ||||
* | Fix status code | Unknwon | 2016-03-21 | |
| | ||||
* | Change list teams API to non-admin specific | Unknwon | 2016-03-21 | |
| | ||||
* | #1692 api: admin list and create team under organization | Unknwon | 2016-03-21 | |
| | ||||
* | Add route for #2846 | Unknwon | 2016-03-21 | |
| | ||||
* | #13 fix admin can't search private repos | Unknwon | 2016-03-15 | |
| | | | | - update glide info | |||
* | Merge pull request #2823 from zacheryph/feature/local-only-password-reset | Unknwon | 2016-03-14 | |
|\ | | | | | Prevent `Forgot Password` for non local users | |||
| * | ensure we don’t try changing LDAP passswords | Zachery Hostens | 2016-03-14 | |
| | | ||||
* | | #1692 add CRUD issue APIs | Unknwon | 2016-03-13 | |
| | | | | | | | | | | - Fix go-gogs-client#10 - Related to #809 | |||
* | | Convert all API handers to use *context.APIContext | Unknwon | 2016-03-13 | |
| | | ||||
* | | #1891 attempt to fix invalid csrf token | Unknwon | 2016-03-12 | |
| | | ||||
* | | #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 | |
|/ | ||||
* | Updated and created were appended with _unix. Fresh databases have only the ↵ | Marin Jankovski | 2016-03-11 | |
| | | | | newly named fields. | |||
* | readd 'dashboard' to title | Alec S | 2016-03-10 | |
| | ||||
* | Merge branch 'develop' of github.com:gogits/gogs into develop | Alec S | 2016-03-09 | |
|\ | ||||
| * | Allowing site admins to view private repositories in org/home | Jan Christophersen | 2016-03-08 | |
| | | ||||
* | | fix indentation | Alec S | 2016-03-09 | |
| | | ||||
* | | Remove dashboard keyword from title | Alec S | 2016-03-09 | |
| | | ||||
* | | change page titles for user and org dashes | Alec S | 2016-03-09 | |
|/ | ||||
* | Fix pull request availability check | Unknwon | 2016-03-06 | |
| | ||||
* | Remove duplicated of code | Unknwon | 2016-03-06 | |
| | ||||
* | Added: Ability to delete org avatar. | Tamás Molnár | 2016-03-06 | |
| | ||||
* | #1146 finish new access rights for collaborators | Unknwon | 2016-03-05 | |
| | ||||
* | #1146 finsih UI work for access mode of collaborators | Unknwon | 2016-03-05 | |
| | | | | | Collaborators have write access as default, and can be changed via repository collaboration settings page to change between read, write and admin. | |||
* | #1157 some avatar setting changes | Unknwon | 2016-03-05 | |
| | | | | - Allow to delete current avatar | |||
* | #1597 fix premission logic check of pull request | Unknwon | 2016-03-04 | |
| | ||||
* | #1597 support pull requests in same repository | Unknwon | 2016-03-04 | |
| | ||||
* | Minor fixes for #2746 | Unknwon | 2016-03-04 | |
| | ||||
* | Add ability to delete single wiki pages. | Josh Frye | 2016-03-04 | |
| | ||||
* | Minor fixes for #2745 | Unknwon | 2016-03-03 | |
| | ||||
* | Repo setting to delete and disable wiki | Josh Frye | 2016-03-03 | |
| | ||||
* | #1891 attempt to fix expected invalid CSRF token | Unknwon | 2016-03-03 | |
| | | | | - Remove unused config settings `[picture] service` | |||
* | Post work for #2637 | Unknwon | 2016-02-27 | |
| | | | | Improve test cases, config settings, also show SSH config settings on admin config panel. | |||
* | Merge pull request #2694 from mhartkorn/pullrefs | Unknwon | 2016-02-26 | |
|\ | | | | | Improved Pull Request refs | |||
| * | Call PushToBaseRepo() also on Pull Request creation and not only on git push | Martin Hartkorn | 2016-02-24 | |
| | | ||||
* | | #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 | |
| | | ||||
* | | Test mailer button. Addresses #1531 | Josh Frye | 2016-02-24 | |
|/ | ||||
* | #1821 add actions for close and reopen issues | Unknwon | 2016-02-22 | |
| | ||||
* | Make markdown as an independent module | Unknwon | 2016-02-20 | |
| | ||||
* | Move cron module to independent package | Unknwon | 2016-02-20 | |
| | | | | Make it easier to keep track of upstream changes and bug fixes | |||
* | Fix #857 | Unknwon | 2016-02-20 | |
| |