summaryrefslogtreecommitdiffstats
path: root/models
Commit message (Collapse)AuthorAgeFilesLines
* add commit compare functionalityChristopher Brickley2014-09-015-20/+42
|
* add Slack API webhook supportChristopher Brickley2014-08-313-28/+207
|
* Merge branch 'master' of github.com:gogits/gogs into devUnknwon2014-08-311-1/+1
|\ | | | | | | | | Conflicts: dockerfiles/README.md
* | Continue working on new admin pagesUnknwon2014-08-292-2/+9
| |
* | Merge branch 'dev' of github.com:gogits/gogs into devlunnyxiao2014-08-293-14/+31
|\ \
| * | Finish new admin dashboardUnknwon2014-08-283-14/+31
| | |
* | | add migrate apilunnyxiao2014-08-291-0/+1
|/ /
* | Bug fix on organizationUnknwon2014-08-272-18/+119
| |
* | Merge branch 'dev' of github.com:gogits/gogs into devUnknwon2014-08-261-4/+4
|\ \
| * | Migrate all branches and tagsVyacheslav Bakhmutov2014-08-251-4/+4
| | |
* | | Finsih add/remove repo in organizationUnknwon2014-08-264-70/+220
|/ /
* | Finish new edit team page, add member to teamUnknwon2014-08-243-36/+354
| |
* | Fix and set git configUnknwon2014-08-231-0/+7
| |
* | Add/remove member need add/remove access to repositories as wellUnknwon2014-08-162-9/+111
| |
* | Finish team list, create new team, join/leave team pageUnknwon2014-08-161-96/+210
| |
* | Finish new organization members and invitation pageUnknwon2014-08-152-4/+100
| |
* | Finish new home page of organizationUnknwon2014-08-103-10/+58
| |
* | Page: Manage social accountsUnknwon2014-08-091-9/+27
| |
* | Finish new web hook pagesUnknwon2014-08-092-7/+48
| |
* | Mirror fix on #352Unknwon2014-08-071-3/+2
| |
* | Moved defer f.Close() up so there is no chance of returning without closing ↵Sebastian Jackel2014-08-071-3/+5
| | | | | | | | and handled an error on f.Chmod
* | Corrected log messageSebastian Jackel2014-08-071-1/+1
| |
* | Make sure, .ssh directory and authorized_keys file are kept at correct ↵Sebastian Jackel2014-08-071-1/+10
| | | | | | | | permissions
* | Use toolboxUnknwon2014-08-061-0/+4
| |
* | Fix bare repo bugUnknwon2014-08-051-7/+5
| |
* | Finish new repo settings pageUnknwon2014-08-021-0/+7
| |
* | Fix #258Unknwon2014-08-011-5/+1
| |
* | Reser repo owner to organization when error occurs in repo create page, ↵Unknwon2014-07-262-21/+19
| | | | | | | | dashboard news feed page, create organization page
* | Git installation check, show image in single file view, show short SHA1 ↵Unknwon2014-07-262-1/+7
| | | | | | | | instead of 40-length string, complete log module
* | Huge updates!!!!! Be careful to merge!!!!Unknwon2014-07-261-1/+1
| |
* | New UI merge in progressUnknwon2014-07-269-196/+251
| |
* | Merge pull request #310 from nuss-justin/issue/303无闻2014-07-241-2/+2
|\ \ | | | | | | Fix #303. Specify updated columns explicitly.
| * | Fix #303. Specify updated columns explicitly.Justin Nuß2014-07-241-2/+2
| | |
* | | Merge branch 'dev' of https://github.com/gogits/Gogs into trello/244Justin Nuß2014-07-243-17/+184
|\| |
| * | Merge pull request #307 from nuss-justin/feature/attachments无闻2014-07-243-17/+184
| |\ \ | | | | | | | | Feature: Ability to attach files to issues (attachments)
| | * | Change Attachment.Path to TEXT (no maximum size)Justin Nuß2014-07-241-1/+1
| | | |
| | * | Add file upload for attachmentsJustin Nuß2014-07-241-18/+0
| | | |
| | * | Merge branch 'dev' into feature/attachmentsJustin Nuß2014-07-243-11/+208
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: models/issue.go routers/repo/issue.go
| | * | | Add delete route for attachments, remove upload buttons from issues/commentsJustin Nuß2014-07-241-2/+10
| | | | |
| | * | | WIP: Allow attachments for issues, not only commentsJustin Nuß2014-07-231-3/+15
| | | | |
| | * | | WIP: Allow attachments for commentsJustin Nuß2014-07-232-14/+180
| | | | |
* | | | | Mention organisation users when organisation gets mentionedJustin Nuß2014-07-241-0/+42
|/ / / /
* | / / Fix double decrement of issue counterJustin Nuß2014-07-241-12/+0
| |/ / |/| |
* | | Update template and style, only close commit if commit is in same repositoryJustin Nuß2014-07-242-23/+68
| | |
* | | Update closed issues stats for repositoryJustin Nuß2014-07-231-0/+6
| | |
* | | Update progress of milestones when closing/reopening issues and allow ↵Justin Nuß2014-07-233-6/+153
|/ / | | | | | | closing of issues in commit messages
* | Merge pull request #299 from nuss-justin/issue/216无闻2014-07-221-0/+6
|\ \ | | | | | | Fix #216. Change milestones, labels and assigne without reloading the page
| * | Prevent panic when dividing through zeroJustin Nuß2014-07-221-0/+6
| | |
* | | Merge pull request #296 from nuss-justin/dev无闻2014-07-221-1/+11
|\ \ \ | | | | | | | | Fix issue 280 & unwatch button in Firefox
| * | | Fix issue #280. Update milestone counter when creating an issueJustin Nuß2014-07-221-1/+11
| |/ /