Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix #318. Switch to JS(ON) implementation for issue/comment creation. | Justin Nuß | 2014-07-25 | 2 | -2/+8 |
| | |||||
* | Fix #321. Allow empty comments as long as there are attachments. | Justin Nuß | 2014-07-25 | 1 | -0/+4 |
| | |||||
* | Allow disabling uploads | Justin Nuß | 2014-07-24 | 2 | -0/+8 |
| | |||||
* | Add file upload for attachments | Justin Nuß | 2014-07-24 | 2 | -20/+10 |
| | |||||
* | Show attachments in issues/comments and add preview for images | Justin Nuß | 2014-07-24 | 1 | -8/+20 |
| | |||||
* | Fix missing . (dot) in issue templates | Justin Nuß | 2014-07-24 | 2 | -2/+2 |
| | |||||
* | Merge branch 'dev' into feature/attachments | Justin Nuß | 2014-07-24 | 1 | -0/+12 |
|\ | | | | | | | | | | | Conflicts: models/issue.go routers/repo/issue.go | ||||
| * | Update template and style, only close commit if commit is in same repository | Justin Nuß | 2014-07-24 | 1 | -0/+12 |
| | | |||||
* | | Add delete route for attachments, remove upload buttons from issues/comments | Justin Nuß | 2014-07-24 | 2 | -0/+8 |
| | | |||||
* | | WIP: Allow attachments for issues, not only comments | Justin Nuß | 2014-07-23 | 2 | -0/+11 |
| | | |||||
* | | WIP: Allow attachments for comments | Justin Nuß | 2014-07-23 | 1 | -0/+11 |
|/ | |||||
* | Merge pull request #297 from nuss-justin/issue/288 | 无闻 | 2014-07-22 | 1 | -0/+4 |
|\ | | | | | Fix issue #288. Only show label form if repository collaborator/admin | ||||
| * | Fix issue #288. Only show label form if repository collaborator/admin | Justin Nuß | 2014-07-22 | 1 | -0/+4 |
| | | |||||
* | | Merge pull request #296 from nuss-justin/dev | 无闻 | 2014-07-22 | 1 | -0/+2 |
|\ \ | | | | | | | Fix issue 280 & unwatch button in Firefox | ||||
| * | | Hide watch/unwatch button if not loggedin | Justin Nuß | 2014-07-22 | 1 | -0/+2 |
| |/ | |||||
* / | Fix issue #259. Allow links in the repository description | Justin Nuß | 2014-07-22 | 1 | -1/+1 |
|/ | |||||
* | fix #273 | Unknown | 2014-07-04 | 2 | -0/+6 |
| | |||||
* | Fix bug that collaborators are able to modify settings of repository | Unknown | 2014-07-04 | 1 | -1/+1 |
| | |||||
* | Finish organization homepage | Unknown | 2014-06-28 | 1 | -12/+5 |
| | |||||
* | Migrate repository by organization | Unknown | 2014-06-25 | 1 | -2/+30 |
| | |||||
* | Work on create organization repo and #257 | Unknown | 2014-06-25 | 1 | -6/+1 |
| | |||||
* | select owner when creating repository | fuxiaohei | 2014-06-25 | 1 | -3/+3 |
| | |||||
* | Mirror update on create repo page | Unknown | 2014-06-25 | 1 | -1/+10 |
| | |||||
* | select owner when creating repository | fuxiaohei | 2014-06-25 | 1 | -1/+1 |
| | |||||
* | Mirror fix on create repo | Unknown | 2014-06-25 | 1 | -5/+10 |
| | |||||
* | select owner when creating repository | fuxiaohei | 2014-06-25 | 1 | -1/+20 |
| | |||||
* | Use constants to name template file | Unknown | 2014-06-22 | 3 | -0/+0 |
| | |||||
* | In progress of name template name constant | Unknown | 2014-06-22 | 9 | -0/+824 |
| | |||||
* | Add tar.gz download button and other mirror updates | Unknown | 2014-06-08 | 1 | -0/+1 |
| | |||||
* | fix firefox zclip bug | FuXiaoHei | 2014-05-21 | 1 | -1/+1 |
| | |||||
* | Add dropdown-menu-right class to the repo-watching dropdown | Jason | 2014-05-18 | 1 | -1/+1 |
| | | | | | The dropdown menu was dropping down to the right and appearing outside of the page container. This made it not visible at smaller browser widths. This commit makes it drop down into the page container, instead of out, and keeps it visible at all screen sizes. | ||||
* | Fix #183 | Unknown | 2014-05-13 | 1 | -0/+3 |
| | |||||
* | Fix #166 | Unknown | 2014-05-13 | 1 | -2/+2 |
| | |||||
* | Fix #166 | Unknown | 2014-05-12 | 2 | -3/+3 |
| | |||||
* | add milestone list page | FuXiaoHei | 2014-05-07 | 1 | -2/+4 |
| | |||||
* | Fix #98, support web hook | Unknown | 2014-05-06 | 2 | -2/+2 |
| | |||||
* | Finish edit and remove web hook | Unknown | 2014-05-05 | 3 | -17/+17 |
| | |||||
* | Finish add web hook | Unknown | 2014-05-05 | 3 | -18/+15 |
| | |||||
* | User code clean and ui improve | Unknown | 2014-05-05 | 1 | -0/+2 |
| | |||||
* | Clean api code | Unknown | 2014-05-05 | 2 | -45/+47 |
| | |||||
* | some ui fix | FuXiaoHei | 2014-05-05 | 1 | -0/+4 |
| | |||||
* | finish webhook ui, | FuXiaoHei | 2014-05-05 | 1 | -0/+70 |
| | | | | some ui fix | ||||
* | add webhooks page ui | FuXiaoHei | 2014-05-02 | 3 | -1/+95 |
| | |||||
* | Fix panic when no master branch | Unknown | 2014-05-01 | 1 | -1/+1 |
| | |||||
* | Collaborator | Unknown | 2014-05-01 | 3 | -24/+18 |
| | |||||
* | fix profile ui | FuXiaoHei | 2014-05-01 | 2 | -2/+2 |
| | |||||
* | add collaboration page ui | FuXiaoHei | 2014-05-01 | 2 | -4/+55 |
| | |||||
* | Prepare for v0.3.1 hotfix | Unknown | 2014-04-28 | 1 | -3/+1 |
| | |||||
* | Merge pull request #135 from clee/show-parents | 无闻 | 2014-04-27 | 1 | -1/+8 |
|\ | | | | | Show parents in commit diff page | ||||
| * | Show parents in commit diff page | Chris Lee | 2014-04-27 | 1 | -1/+8 |
| | |