Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix bug on transfer repo | Unknwon | 2014-09-25 | 1 | -1/+2 |
| | |||||
* | Fix download archive issue | Unknwon | 2014-09-24 | 1 | -2/+1 |
| | |||||
* | bug fixed for download 404 from repo's home page | lunnyxiao | 2014-09-24 | 1 | -0/+1 |
| | |||||
* | Fix #495 and cannot view repository by tag | Unknwon | 2014-09-23 | 1 | -1/+1 |
| | |||||
* | Feature: Integrate crypto/tls/generate_cert.go command | Unknwon | 2014-09-22 | 1 | -0/+158 |
| | |||||
* | Support custom robots.txt | Unknwon | 2014-09-21 | 1 | -0/+9 |
| | |||||
* | Mirror bug fix | Unknwon | 2014-09-21 | 1 | -3/+4 |
| | |||||
* | Mirror bug fix | Unknwon | 2014-09-21 | 1 | -4/+3 |
| | |||||
* | Set cookiepath to AppSubUrl | Martin van Beurden | 2014-09-21 | 1 | -3/+4 |
| | |||||
* | Add suburl support | Unknwon | 2014-09-19 | 1 | -2/+5 |
| | |||||
* | Fix #468 | Unknwon | 2014-09-15 | 1 | -1/+2 |
| | |||||
* | Fix #464 | Unknwon | 2014-09-15 | 1 | -6/+4 |
| | |||||
* | Organization level webhooks | Unknwon | 2014-09-07 | 2 | -6/+8 |
| | |||||
* | Merge pull request #442 from compressed/org_hook | 无闻 | 2014-09-07 | 1 | -0/+7 |
|\ | | | | | Organization-level Webhooks | ||||
| * | add organization-level webhooks | Christopher Brickley | 2014-09-05 | 1 | -0/+7 |
| | | |||||
* | | Fix #348 | Unknwon | 2014-09-05 | 1 | -0/+1 |
|/ | |||||
* | Set headers in js and go files to X-Csrf-Token | Vyacheslav Bakhmutov | 2014-09-02 | 1 | -0/+1 |
| | |||||
* | add commit compare functionality | Christopher Brickley | 2014-09-01 | 1 | -0/+1 |
| | |||||
* | add Slack API webhook support | Christopher Brickley | 2014-08-31 | 1 | -2/+4 |
| | |||||
* | Removed trailing white spaces | Tristan Storch | 2014-08-30 | 1 | -1/+1 |
| | | | | | | | | | | Removed trailing whitespaces with ```sh for file in `grep -r " $" * | cut -d : -f 1 | sort | uniq | grep -v " "`; do sed -i 's/[ \t]*$//' $file; done ``` and some handwork. | ||||
* | Continue working on new admin pages | Unknwon | 2014-08-29 | 1 | -18/+26 |
| | |||||
* | Add migrate repo API | Unknwon | 2014-08-29 | 1 | -2/+7 |
| | |||||
* | Finish new admin users pages | Unknwon | 2014-08-29 | 1 | -1/+1 |
| | |||||
* | Mirror issue fix | Unknwon | 2014-08-27 | 1 | -1/+0 |
| | |||||
* | Bug fix on organization | Unknwon | 2014-08-27 | 1 | -4/+3 |
| | |||||
* | Finsih add/remove repo in organization | Unknwon | 2014-08-26 | 1 | -1/+3 |
| | |||||
* | Finish new edit team page, add member to team | Unknwon | 2014-08-24 | 1 | -2/+4 |
| | |||||
* | Finish team list, create new team, join/leave team page | Unknwon | 2014-08-16 | 1 | -3/+2 |
| | |||||
* | Finish new organization members and invitation page | Unknwon | 2014-08-15 | 1 | -0/+5 |
| | |||||
* | Page: `/org/:orgname/settings` | Unknwon | 2014-08-14 | 1 | -23/+31 |
| | |||||
* | Finish new home page of organization | Unknwon | 2014-08-10 | 1 | -2/+2 |
| | |||||
* | Finish new web hook pages | Unknwon | 2014-08-09 | 2 | -7/+17 |
| | |||||
* | Finish new hooks list page | Unknwon | 2014-08-09 | 1 | -2/+2 |
| | |||||
* | Finish new collaboration page | Unknwon | 2014-08-07 | 1 | -3/+2 |
| | |||||
* | Use toolbox | Unknwon | 2014-08-06 | 1 | -5/+14 |
| | |||||
* | Finish new repo settings page | Unknwon | 2014-08-02 | 1 | -3/+2 |
| | |||||
* | Convert captcha, cache, csrf as middlewares | Unknwon | 2014-07-31 | 1 | -11/+19 |
| | |||||
* | Reser repo owner to organization when error occurs in repo create page, ↵ | Unknwon | 2014-07-26 | 1 | -12/+12 |
| | | | | dashboard news feed page, create organization page | ||||
* | Huge updates!!!!! Be careful to merge!!!! | Unknwon | 2014-07-26 | 1 | -86/+88 |
| | |||||
* | New UI merge in progress | Unknwon | 2014-07-26 | 3 | -173/+192 |
| | |||||
* | Add file upload for attachments | Justin Nuß | 2014-07-24 | 1 | -7/+1 |
| | |||||
* | Show attachments in issues/comments and add preview for images | Justin Nuß | 2014-07-24 | 1 | -8/+7 |
| | |||||
* | Add delete route for attachments, remove upload buttons from issues/comments | Justin Nuß | 2014-07-24 | 1 | -3/+8 |
| | |||||
* | WIP: Allow attachments for comments | Justin Nuß | 2014-07-23 | 1 | -1/+4 |
| | |||||
* | Merge branch 'dev' of github.com:gogits/gogs into dev | Unknown | 2014-07-12 | 1 | -0/+2 |
|\ | |||||
| * | add organization team-single page | fuxiaohei | 2014-07-07 | 1 | -0/+2 |
| | | |||||
* | | Fix #285 | Unknown | 2014-07-12 | 2 | -3/+16 |
|/ | |||||
* | Move debug router location | Unknown | 2014-07-06 | 1 | -3/+1 |
| | |||||
* | Change martini.Static to custom Static function | Unknown | 2014-07-04 | 1 | -2/+2 |
| | |||||
* | Add 'pprof' tag for enabling debugging | Justin Nuß | 2014-07-04 | 1 | -0/+3 |
| |