summaryrefslogtreecommitdiffstats
path: root/templates/repo
Commit message (Collapse)AuthorAgeFilesLines
* Fix #318. Switch to JS(ON) implementation for issue/comment creation.Justin Nuß2014-07-252-2/+8
|
* Fix #321. Allow empty comments as long as there are attachments.Justin Nuß2014-07-251-0/+4
|
* Allow disabling uploadsJustin Nuß2014-07-242-0/+8
|
* Add file upload for attachmentsJustin Nuß2014-07-242-20/+10
|
* Show attachments in issues/comments and add preview for imagesJustin Nuß2014-07-241-8/+20
|
* Fix missing . (dot) in issue templatesJustin Nuß2014-07-242-2/+2
|
* Merge branch 'dev' into feature/attachmentsJustin Nuß2014-07-241-0/+12
|\ | | | | | | | | | | Conflicts: models/issue.go routers/repo/issue.go
| * Update template and style, only close commit if commit is in same repositoryJustin Nuß2014-07-241-0/+12
| |
* | Add delete route for attachments, remove upload buttons from issues/commentsJustin Nuß2014-07-242-0/+8
| |
* | WIP: Allow attachments for issues, not only commentsJustin Nuß2014-07-232-0/+11
| |
* | WIP: Allow attachments for commentsJustin Nuß2014-07-231-0/+11
|/
* Merge pull request #297 from nuss-justin/issue/288无闻2014-07-221-0/+4
|\ | | | | Fix issue #288. Only show label form if repository collaborator/admin
| * Fix issue #288. Only show label form if repository collaborator/adminJustin Nuß2014-07-221-0/+4
| |
* | Merge pull request #296 from nuss-justin/dev无闻2014-07-221-0/+2
|\ \ | | | | | | Fix issue 280 & unwatch button in Firefox
| * | Hide watch/unwatch button if not loggedinJustin Nuß2014-07-221-0/+2
| |/
* / Fix issue #259. Allow links in the repository descriptionJustin Nuß2014-07-221-1/+1
|/
* fix #273Unknown2014-07-042-0/+6
|
* Fix bug that collaborators are able to modify settings of repositoryUnknown2014-07-041-1/+1
|
* Finish organization homepageUnknown2014-06-281-12/+5
|
* Migrate repository by organizationUnknown2014-06-251-2/+30
|
* Work on create organization repo and #257Unknown2014-06-251-6/+1
|
* select owner when creating repositoryfuxiaohei2014-06-251-3/+3
|
* Mirror update on create repo pageUnknown2014-06-251-1/+10
|
* select owner when creating repositoryfuxiaohei2014-06-251-1/+1
|
* Mirror fix on create repoUnknown2014-06-251-5/+10
|
* select owner when creating repositoryfuxiaohei2014-06-251-1/+20
|
* Use constants to name template fileUnknown2014-06-223-0/+0
|
* In progress of name template name constantUnknown2014-06-229-0/+824
|
* Add tar.gz download button and other mirror updatesUnknown2014-06-081-0/+1
|
* fix firefox zclip bugFuXiaoHei2014-05-211-1/+1
|
* Add dropdown-menu-right class to the repo-watching dropdownJason2014-05-181-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 #183Unknown2014-05-131-0/+3
|
* Fix #166Unknown2014-05-131-2/+2
|
* Fix #166Unknown2014-05-122-3/+3
|
* add milestone list pageFuXiaoHei2014-05-071-2/+4
|
* Fix #98, support web hookUnknown2014-05-062-2/+2
|
* Finish edit and remove web hookUnknown2014-05-053-17/+17
|
* Finish add web hookUnknown2014-05-053-18/+15
|
* User code clean and ui improveUnknown2014-05-051-0/+2
|
* Clean api codeUnknown2014-05-052-45/+47
|
* some ui fixFuXiaoHei2014-05-051-0/+4
|
* finish webhook ui,FuXiaoHei2014-05-051-0/+70
| | | | some ui fix
* add webhooks page uiFuXiaoHei2014-05-023-1/+95
|
* Fix panic when no master branchUnknown2014-05-011-1/+1
|
* CollaboratorUnknown2014-05-013-24/+18
|
* fix profile uiFuXiaoHei2014-05-012-2/+2
|
* add collaboration page uiFuXiaoHei2014-05-012-4/+55
|
* Prepare for v0.3.1 hotfixUnknown2014-04-281-3/+1
|
* Merge pull request #135 from clee/show-parents无闻2014-04-271-1/+8
|\ | | | | Show parents in commit diff page
| * Show parents in commit diff pageChris Lee2014-04-271-1/+8
| |