Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵ | Martin van Beurden | 2014-09-18 | 2 | -4/+4 |
| | | | | | | | | | | | | | | http://mydomain.com/gogs/ Conflicts: modules/setting/setting.go Conflicts: templates/repo/release/list.tmpl templates/user/dashboard/dashboard.tmpl Conflicts: routers/repo/setting.go | ||||
* | Mirror fix and fix #481 | Unknwon | 2014-09-17 | 1 | -1/+1 |
| | |||||
* | clarify name/username/owner/pusher for webhook | Christopher Brickley | 2014-09-17 | 3 | -9/+34 |
| | |||||
* | Merge branch 'dev' of github.com:gogits/gogs into dev | lunnyxiao | 2014-09-17 | 2 | -8/+25 |
|\ | | | | | | | | | Conflicts: conf/app.ini | ||||
| * | Work #475 and #458 | Unknown | 2014-09-16 | 1 | -4/+11 |
| | | |||||
| * | Work on #476 | Unknwon | 2014-09-16 | 1 | -1/+1 |
| | | |||||
| * | Work on #476 | Unknwon | 2014-09-16 | 1 | -2/+7 |
| | | |||||
| * | Fix mirror UI style and work on #475 | Unknwon | 2014-09-16 | 1 | -4/+9 |
| | | |||||
* | | toutf8 improved & add max git diff lines | lunnyxiao | 2014-09-17 | 1 | -12/+22 |
|/ | |||||
* | Prepare 0.5 release | Unknwon | 2014-09-12 | 1 | -22/+10 |
| | |||||
* | Prepare 0.5 release | Unknwon | 2014-09-12 | 1 | -2/+1 |
| | |||||
* | fix https://github.com/go-xorm/xorm/issues/161 | Unknwon | 2014-09-12 | 2 | -6/+13 |
| | |||||
* | Bug: Transfer repository doesn't update the count | Unknwon | 2014-09-12 | 1 | -9/+11 |
| | |||||
* | deliver hooks immediately after commit | Christopher Brickley | 2014-09-10 | 1 | -0/+2 |
| | |||||
* | Fix #452 | Unknwon | 2014-09-09 | 1 | -2/+2 |
| | |||||
* | update specific hook_task, not all | Christopher Brickley | 2014-09-09 | 1 | -1/+1 |
| | |||||
* | add showinfo for xorm | lunnyxiao | 2014-09-08 | 1 | -0/+1 |
| | |||||
* | Merge pull request #442 from compressed/org_hook | 无闻 | 2014-09-07 | 2 | -2/+27 |
|\ | | | | | Organization-level Webhooks | ||||
| * | add organization-level webhooks | Christopher Brickley | 2014-09-05 | 2 | -2/+27 |
| | | |||||
* | | Fix #348 | Unknwon | 2014-09-05 | 1 | -2/+2 |
|/ | |||||
* | Set milestone content field to TEXT orm type | Vyacheslav Bakhmutov | 2014-09-05 | 1 | -1/+1 |
| | |||||
* | Merge pull request #444 from tstorch/database-cleanup | 无闻 | 2014-09-04 | 1 | -29/+15 |
|\ | | | | | Code dedoublication in models/models.go | ||||
| * | Code dedoublication in models/models.go | Tristan Storch | 2014-09-04 | 1 | -29/+15 |
| | | | | | | | | Just some code dedoublication in models/models.go | ||||
* | | Standard git user.name and user.email if not set | Tristan Storch | 2014-09-04 | 1 | -10/+16 |
|/ | | | | | | | | | | | Git user.name and user.email will now be set to the standard values - Gogs - gogitservice@gmail.com if user.name is not set or empty. If user.name is set and user.email not, it will leave it this way. | ||||
* | update docs and mirror bug fix | Unknwon | 2014-09-02 | 1 | -23/+3 |
| | |||||
* | Merge branch 'master' into dev | lunnyxiao | 2014-09-02 | 1 | -3/+10 |
|\ | |||||
| * | bug fixed for migrate and fixed #141 | lunnyxiao | 2014-09-02 | 1 | -3/+10 |
| | | |||||
* | | handle initial commit for compareUrl | Christopher Brickley | 2014-09-01 | 2 | -2/+11 |
| | | |||||
* | | add commit compare functionality | Christopher Brickley | 2014-09-01 | 5 | -20/+42 |
|/ | |||||
* | add Slack API webhook support | Christopher Brickley | 2014-08-31 | 3 | -28/+207 |
| | |||||
* | Merge branch 'master' of github.com:gogits/gogs into dev | Unknwon | 2014-08-31 | 1 | -1/+1 |
|\ | | | | | | | | | Conflicts: dockerfiles/README.md | ||||
* | | Continue working on new admin pages | Unknwon | 2014-08-29 | 2 | -2/+9 |
| | | |||||
* | | Merge branch 'dev' of github.com:gogits/gogs into dev | lunnyxiao | 2014-08-29 | 3 | -14/+31 |
|\ \ | |||||
| * | | Finish new admin dashboard | Unknwon | 2014-08-28 | 3 | -14/+31 |
| | | | |||||
* | | | add migrate api | lunnyxiao | 2014-08-29 | 1 | -0/+1 |
|/ / | |||||
* | | Bug fix on organization | Unknwon | 2014-08-27 | 2 | -18/+119 |
| | | |||||
* | | Merge branch 'dev' of github.com:gogits/gogs into dev | Unknwon | 2014-08-26 | 1 | -4/+4 |
|\ \ | |||||
| * | | Migrate all branches and tags | Vyacheslav Bakhmutov | 2014-08-25 | 1 | -4/+4 |
| | | | |||||
* | | | Finsih add/remove repo in organization | Unknwon | 2014-08-26 | 4 | -70/+220 |
|/ / | |||||
* | | Finish new edit team page, add member to team | Unknwon | 2014-08-24 | 3 | -36/+354 |
| | | |||||
* | | Fix and set git config | Unknwon | 2014-08-23 | 1 | -0/+7 |
| | | |||||
* | | Add/remove member need add/remove access to repositories as well | Unknwon | 2014-08-16 | 2 | -9/+111 |
| | | |||||
* | | Finish team list, create new team, join/leave team page | Unknwon | 2014-08-16 | 1 | -96/+210 |
| | | |||||
* | | Finish new organization members and invitation page | Unknwon | 2014-08-15 | 2 | -4/+100 |
| | | |||||
* | | Finish new home page of organization | Unknwon | 2014-08-10 | 3 | -10/+58 |
| | | |||||
* | | Page: Manage social accounts | Unknwon | 2014-08-09 | 1 | -9/+27 |
| | | |||||
* | | Finish new web hook pages | Unknwon | 2014-08-09 | 2 | -7/+48 |
| | | |||||
* | | Mirror fix on #352 | Unknwon | 2014-08-07 | 1 | -3/+2 |
| | | |||||
* | | Moved defer f.Close() up so there is no chance of returning without closing ↵ | Sebastian Jackel | 2014-08-07 | 1 | -3/+5 |
| | | | | | | | | and handled an error on f.Chmod | ||||
* | | Corrected log message | Sebastian Jackel | 2014-08-07 | 1 | -1/+1 |
| | |