aboutsummaryrefslogtreecommitdiff
path: root/templates/repo
Commit message (Collapse)AuthorAge
...
* UI: SSH/HTTPS address switch and copyUnknwon2014-08-31
|
* Removed trailing white spacesTristan Storch2014-08-30
| | | | | | | | | | 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.
* Finish new admin dashboardUnknwon2014-08-28
|
* Mirror issue fixUnknwon2014-08-27
|
* Finish team list, create new team, join/leave team pageUnknwon2014-08-16
|
* Finish new home page of organizationUnknwon2014-08-10
|
* Page: Manage social accountsUnknwon2014-08-09
|
* UI: Bare repository does not have visual link to settings pageUnknwon2014-08-09
|
* Finish new web hook pagesUnknwon2014-08-09
|
* Finish new hooks list pageUnknwon2014-08-09
|
* Finish new collaboration pageUnknwon2014-08-07
|
* Finish new repo settings pageUnknwon2014-08-02
|
* Finish new migrate pageUnknwon2014-08-01
|
* Mirror fix on templateUnknwon2014-07-30
|
* Reser repo owner to organization when error occurs in repo create page, ↵Unknwon2014-07-26
| | | | dashboard news feed page, create organization page
* Git installation check, show image in single file view, show short SHA1 ↵Unknwon2014-07-26
| | | | instead of 40-length string, complete log module
* Huge updates!!!!! Be careful to merge!!!!Unknwon2014-07-26
|
* New UI merge in progressUnknwon2014-07-26
|
* Fix IE bug and show errors.Justin Nuß2014-07-25
|
* Fix #318. Switch to JS(ON) implementation for issue/comment creation.Justin Nuß2014-07-25
|
* Fix #321. Allow empty comments as long as there are attachments.Justin Nuß2014-07-25
|
* Allow disabling uploadsJustin Nuß2014-07-24
|
* Add file upload for attachmentsJustin Nuß2014-07-24
|
* Show attachments in issues/comments and add preview for imagesJustin Nuß2014-07-24
|
* Fix missing . (dot) in issue templatesJustin Nuß2014-07-24
|
* Merge branch 'dev' into feature/attachmentsJustin Nuß2014-07-24
|\ | | | | | | | | | | Conflicts: models/issue.go routers/repo/issue.go
| * Update template and style, only close commit if commit is in same repositoryJustin Nuß2014-07-24
| |
* | Add delete route for attachments, remove upload buttons from issues/commentsJustin Nuß2014-07-24
| |
* | WIP: Allow attachments for issues, not only commentsJustin Nuß2014-07-23
| |
* | WIP: Allow attachments for commentsJustin Nuß2014-07-23
|/
* Merge pull request #297 from nuss-justin/issue/288无闻2014-07-22
|\ | | | | 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-22
| |
* | Merge pull request #296 from nuss-justin/dev无闻2014-07-22
|\ \ | | | | | | Fix issue 280 & unwatch button in Firefox
| * | Hide watch/unwatch button if not loggedinJustin Nuß2014-07-22
| |/
* / Fix issue #259. Allow links in the repository descriptionJustin Nuß2014-07-22
|/
* fix #273Unknown2014-07-04
|
* Fix bug that collaborators are able to modify settings of repositoryUnknown2014-07-04
|
* Finish organization homepageUnknown2014-06-28
|
* Migrate repository by organizationUnknown2014-06-25
|
* Work on create organization repo and #257Unknown2014-06-25
|
* select owner when creating repositoryfuxiaohei2014-06-25
|
* Mirror update on create repo pageUnknown2014-06-25
|
* select owner when creating repositoryfuxiaohei2014-06-25
|
* Mirror fix on create repoUnknown2014-06-25
|
* select owner when creating repositoryfuxiaohei2014-06-25
|
* Use constants to name template fileUnknown2014-06-22
|
* In progress of name template name constantUnknown2014-06-22
|
* Add tar.gz download button and other mirror updatesUnknown2014-06-08
|
* fix firefox zclip bugFuXiaoHei2014-05-21
|
* Add dropdown-menu-right class to the repo-watching dropdownJason2014-05-18
| | | | | 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.