summaryrefslogtreecommitdiffstats
path: root/models/repo.go
Commit message (Collapse)AuthorAgeFilesLines
* Finish new home page of organizationUnknwon2014-08-101-8/+54
|
* Fix bare repo bugUnknwon2014-08-051-7/+5
|
* Fix #258Unknwon2014-08-011-5/+1
|
* Reser repo owner to organization when error occurs in repo create page, ↵Unknwon2014-07-261-16/+16
| | | | dashboard news feed page, create organization page
* Git installation check, show image in single file view, show short SHA1 ↵Unknwon2014-07-261-0/+6
| | | | instead of 40-length string, complete log module
* New UI merge in progressUnknwon2014-07-261-91/+64
|
* Update progress of milestones when closing/reopening issues and allow ↵Justin Nuß2014-07-231-2/+23
| | | | closing of issues in commit messages
* Escape tags and quotes in links.Justin Nuß2014-07-221-1/+8
|
* Fix issue #259. Allow links in the repository descriptionJustin Nuß2014-07-221-1/+11
|
* Fix #285Unknown2014-07-121-3/+10
|
* Paging function for users and repositoriesUnknown2014-07-071-0/+6
|
* Able to set timeout for process monitorUnknown2014-07-061-15/+11
|
* Work on #274Unknown2014-07-041-35/+16
|
* remove debug infoLunny Xiao2014-07-051-12/+3
|
* bug fixedLunny Xiao2014-07-051-10/+38
|
* Merge branch 'dev' of github.com:gogits/gogs into devUnknown2014-07-041-1/+1
|\
| * Add 'pprof' tag for enabling debuggingJustin Nuß2014-07-041-1/+1
| |
* | update nameUnknown2014-07-041-6/+6
|/
* Finish create organization teamUnknown2014-07-021-1/+1
|
* Merge branch 'dev' of github.com:gogits/gogs into devLunny Xiao2014-06-281-199/+273
|\
| * Finish delete organizationUnknown2014-06-281-1/+2
| |
| * Organization settings pageUnknown2014-06-271-1/+1
| |
| * Migrate repository by organizationUnknown2014-06-251-4/+4
| |
| * Mirror bug fix on create repo actionUnknown2014-06-251-0/+1
| |
| * Work on create organization repo and #257Unknown2014-06-251-43/+71
| |
| * Add create organizationUnknown2014-06-251-4/+6
| |
| * Fix #165Unknown2014-06-211-32/+32
| |
| * Basic process managerUnknown2014-06-191-123/+145
| |
| * Support edit release and save as draftUnknown2014-06-121-1/+1
| |
| * Using strings.HasPrefix(...) will misjudgementtoby.zxj2014-06-111-3/+3
| | | | | | | | | | | | | | | | | | | | `strings.HasPrefix(access.RepoName, uname)` can't handle the situation which like following in access table. user_name | repo_name ----------+------------- toby | toby/blog toby | toby/test toby | tobyzxj/blog toby | tobyzxj/test
| * Add gogs fix location commandUnknown2014-06-101-1/+5
| |
| * Add tar.gz download button and other mirror updatesUnknown2014-06-081-31/+26
| |
| * Fix #237Unknown2014-06-031-6/+24
| |
| * Fix #230Unknown2014-06-021-0/+3
| |
* | path bug fixedLunny Xiao2014-06-261-1/+1
|/
* Fix #230Unknown2014-06-011-3/+3
|
* Fix #229Unknown2014-06-011-5/+14
|
* Fixed #209Unknown2014-05-251-16/+20
|
* Code conventionUnknown2014-05-241-2/+2
|
* Fix #186Unknown2014-05-161-3/+3
|
* Fix #185Unknown2014-05-141-3/+21
|
* Litte bug fixUnknown2014-05-141-0/+4
|
* Fix #185Unknown2014-05-141-0/+8
|
* Show collaborative repositories in dashboardUnknown2014-05-121-1/+31
|
* Finish add new milestoneUnknown2014-05-121-22/+25
|
* Fix #174Unknown2014-05-111-8/+36
|
* Assignee back endUnknown2014-05-081-2/+19
|
* Add repo info to web hook postUnknown2014-05-081-0/+5
|
* Bug fixUnknown2014-05-071-1/+1
|
* Bug fixUnknown2014-05-071-2/+2
|