| Commit message (Expand) | Author | Age | Files | Lines |
* | #1692 add CRUD issue APIs | Unknwon | 2016-03-13 | 16 | -113/+309 |
* | Convert all API handers to use *context.APIContext | Unknwon | 2016-03-13 | 16 | -170/+174 |
* | #1891 attempt to fix invalid csrf token | Unknwon | 2016-03-12 | 1 | -0/+6 |
* | #13 finish user and repository search | Unknwon | 2016-03-11 | 8 | -93/+131 |
* | Rename module: middleware -> context | Unknwon | 2016-03-11 | 45 | -335/+375 |
* | Updated and created were appended with _unix. Fresh databases have only the n... | Marin Jankovski | 2016-03-11 | 1 | -1/+1 |
* | readd 'dashboard' to title | Alec S | 2016-03-10 | 1 | -1/+1 |
* | Merge branch 'develop' of github.com:gogits/gogs into develop | Alec S | 2016-03-09 | 1 | -4/+13 |
|\ |
|
| * | Allowing site admins to view private repositories in org/home | Jan Christophersen | 2016-03-08 | 1 | -4/+13 |
* | | fix indentation | Alec S | 2016-03-09 | 1 | -1/+1 |
* | | Remove dashboard keyword from title | Alec S | 2016-03-09 | 1 | -1/+1 |
* | | change page titles for user and org dashes | Alec S | 2016-03-09 | 1 | -2/+2 |
|/ |
|
* | Fix pull request availability check | Unknwon | 2016-03-06 | 2 | -4/+14 |
* | Remove duplicated of code | Unknwon | 2016-03-06 | 1 | -53/+48 |
* | Added: Ability to delete org avatar. | Tamás Molnár | 2016-03-06 | 2 | -6/+11 |
* | #1146 finish new access rights for collaborators | Unknwon | 2016-03-05 | 3 | -10/+28 |
* | #1146 finsih UI work for access mode of collaborators | Unknwon | 2016-03-05 | 2 | -21/+28 |
* | #1157 some avatar setting changes | Unknwon | 2016-03-05 | 1 | -9/+27 |
* | #1597 fix premission logic check of pull request | Unknwon | 2016-03-04 | 1 | -7/+14 |
* | #1597 support pull requests in same repository | Unknwon | 2016-03-04 | 1 | -22/+45 |
* | Minor fixes for #2746 | Unknwon | 2016-03-04 | 1 | -2/+1 |
* | Add ability to delete single wiki pages. | Josh Frye | 2016-03-04 | 1 | -0/+18 |
* | Minor fixes for #2745 | Unknwon | 2016-03-03 | 1 | -4/+2 |
* | Repo setting to delete and disable wiki | Josh Frye | 2016-03-03 | 1 | -0/+26 |
* | #1891 attempt to fix expected invalid CSRF token | Unknwon | 2016-03-03 | 1 | -1/+0 |
* | Post work for #2637 | Unknwon | 2016-02-27 | 2 | -4/+6 |
* | Merge pull request #2694 from mhartkorn/pullrefs | Unknwon | 2016-02-26 | 1 | -6/+13 |
|\ |
|
| * | Call PushToBaseRepo() also on Pull Request creation and not only on git push | Martin Hartkorn | 2016-02-24 | 1 | -6/+13 |
* | | #2697 fix panic when close issue via commit message | Unknwon | 2016-02-25 | 1 | -2/+1 |
* | | Add new config option for builtin SSH server | Unknwon | 2016-02-25 | 1 | -2/+2 |
* | | Minor fix for #2660 | Unknwon | 2016-02-24 | 1 | -3/+8 |
* | | Test mailer button. Addresses #1531 | Josh Frye | 2016-02-24 | 1 | -0/+8 |
|/ |
|
* | #1821 add actions for close and reopen issues | Unknwon | 2016-02-22 | 1 | -1/+1 |
* | Make markdown as an independent module | Unknwon | 2016-02-20 | 6 | -19/+24 |
* | Move cron module to independent package | Unknwon | 2016-02-20 | 2 | -2/+2 |
* | Fix #857 | Unknwon | 2016-02-20 | 1 | -42/+48 |
* | Merge pull request #2634 from nanoant/patch/ldap-attributes-in-bind | Unknwon | 2016-02-20 | 1 | -0/+1 |
|\ |
|
| * | LDAP: Fetch attributes in Bind DN context option | Adam Strzelecki | 2016-02-20 | 1 | -0/+1 |
* | | Merge pull request #2647 from andreynering/issue-template | Unknwon | 2016-02-20 | 2 | -0/+59 |
|\ \
| |/
|/| |
|
| * | Implement issue and pull request templates. | Andrey Nering | 2016-02-18 | 2 | -0/+59 |
* | | Fix panic when view profile without signin | Unknwon | 2016-02-19 | 1 | -1/+1 |
* | | Merge pull request #2663 from Download-Fritz/MirrorForks | Unknwon | 2016-02-19 | 1 | -4/+4 |
|\ \ |
|
| * | | Rename MustEnablePulls() to MustAllowPulls() and simplify the contained check... | Download-Fritz | 2016-02-19 | 1 | -6/+4 |
| * | | #2505 Allow to fork and disallow to create PRs for mirrors. | Download-Fritz | 2016-02-19 | 1 | -1/+3 |
| |/ |
|
* / | #2650 fix possbility that use email as pusher user name | Unknwon | 2016-02-17 | 1 | -2/+9 |
|/ |
|
* | #2639 add branch prefix for test webhook | Unknwon | 2016-02-17 | 1 | -1/+2 |
* | #2630 fix wrong user avatar link in webhook | Unknwon | 2016-02-15 | 1 | -1/+1 |
* | Minor fix for #2624 | Unknwon | 2016-02-15 | 1 | -5/+3 |
* | Merge pull request #2624 from mhartkorn/convert-mirror-to-repo | Unknwon | 2016-02-15 | 1 | -0/+32 |
|\ |
|
| * | Moved UpdateRepository() to CleanUpMigrateInfo() and correctly delete mirror ... | Martin Hartkorn | 2016-02-15 | 1 | -1/+1 |