Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
* | | Make sure, .ssh directory and authorized_keys file are kept at correct ↵ | Sebastian Jackel | 2014-08-07 | 1 | -1/+10 |
| | | | | | | | | permissions | ||||
* | | Use toolbox | Unknwon | 2014-08-06 | 1 | -0/+4 |
| | | |||||
* | | Fix bare repo bug | Unknwon | 2014-08-05 | 1 | -7/+5 |
| | | |||||
* | | Finish new repo settings page | Unknwon | 2014-08-02 | 1 | -0/+7 |
| | | |||||
* | | Fix #258 | Unknwon | 2014-08-01 | 1 | -5/+1 |
| | | |||||
* | | Reser repo owner to organization when error occurs in repo create page, ↵ | Unknwon | 2014-07-26 | 2 | -21/+19 |
| | | | | | | | | dashboard news feed page, create organization page | ||||
* | | Git installation check, show image in single file view, show short SHA1 ↵ | Unknwon | 2014-07-26 | 2 | -1/+7 |
| | | | | | | | | instead of 40-length string, complete log module | ||||
* | | Huge updates!!!!! Be careful to merge!!!! | Unknwon | 2014-07-26 | 1 | -1/+1 |
| | | |||||
* | | New UI merge in progress | Unknwon | 2014-07-26 | 9 | -196/+251 |
| | | |||||
* | | Merge pull request #310 from nuss-justin/issue/303 | 无闻 | 2014-07-24 | 1 | -2/+2 |
|\ \ | | | | | | | Fix #303. Specify updated columns explicitly. | ||||
| * | | Fix #303. Specify updated columns explicitly. | Justin Nuß | 2014-07-24 | 1 | -2/+2 |
| | | | |||||
* | | | Merge branch 'dev' of https://github.com/gogits/Gogs into trello/244 | Justin Nuß | 2014-07-24 | 3 | -17/+184 |
|\| | | |||||
| * | | Merge pull request #307 from nuss-justin/feature/attachments | 无闻 | 2014-07-24 | 3 | -17/+184 |
| |\ \ | | | | | | | | | Feature: Ability to attach files to issues (attachments) | ||||
| | * | | Change Attachment.Path to TEXT (no maximum size) | Justin Nuß | 2014-07-24 | 1 | -1/+1 |
| | | | | |||||
| | * | | Add file upload for attachments | Justin Nuß | 2014-07-24 | 1 | -18/+0 |
| | | | | |||||
| | * | | Merge branch 'dev' into feature/attachments | Justin Nuß | 2014-07-24 | 3 | -11/+208 |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: models/issue.go routers/repo/issue.go | ||||
| | * | | | Add delete route for attachments, remove upload buttons from issues/comments | Justin Nuß | 2014-07-24 | 1 | -2/+10 |
| | | | | | |||||
| | * | | | WIP: Allow attachments for issues, not only comments | Justin Nuß | 2014-07-23 | 1 | -3/+15 |
| | | | | | |||||
| | * | | | WIP: Allow attachments for comments | Justin Nuß | 2014-07-23 | 2 | -14/+180 |
| | | | | | |||||
* | | | | | Mention organisation users when organisation gets mentioned | Justin Nuß | 2014-07-24 | 1 | -0/+42 |
|/ / / / | |||||
* | / / | Fix double decrement of issue counter | Justin Nuß | 2014-07-24 | 1 | -12/+0 |
| |/ / |/| | | |||||
* | | | Update template and style, only close commit if commit is in same repository | Justin Nuß | 2014-07-24 | 2 | -23/+68 |
| | | | |||||
* | | | Update closed issues stats for repository | Justin Nuß | 2014-07-23 | 1 | -0/+6 |
| | | | |||||
* | | | Update progress of milestones when closing/reopening issues and allow ↵ | Justin Nuß | 2014-07-23 | 3 | -6/+153 |
|/ / | | | | | | | closing of issues in commit messages | ||||
* | | Merge pull request #299 from nuss-justin/issue/216 | 无闻 | 2014-07-22 | 1 | -0/+6 |
|\ \ | | | | | | | Fix #216. Change milestones, labels and assigne without reloading the page | ||||
| * | | Prevent panic when dividing through zero | Justin Nuß | 2014-07-22 | 1 | -0/+6 |
| | | | |||||
* | | | Merge pull request #296 from nuss-justin/dev | 无闻 | 2014-07-22 | 1 | -1/+11 |
|\ \ \ | | | | | | | | | Fix issue 280 & unwatch button in Firefox | ||||
| * | | | Fix issue #280. Update milestone counter when creating an issue | Justin Nuß | 2014-07-22 | 1 | -1/+11 |
| |/ / |