Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix session API broken and SQL pretection | Unknwon | 2014-11-04 | 1 | -1/+1 |
| | |||||
* | Safe work | Unknwon | 2014-10-25 | 1 | -6/+13 |
| | |||||
* | Fix fork repo and macaron API broken | Unknwon | 2014-10-24 | 1 | -1/+1 |
| | |||||
* | Able to fork repo to individuals | Unknwon | 2014-10-19 | 1 | -166/+215 |
| | |||||
* | Merge remote-tracking branch 'upstream/dev' | evolvedlight | 2014-10-13 | 1 | -6/+22 |
|\ | | | | | | | | | Conflicts: models/repo.go | ||||
| * | Add raw, history file button, and other mirror fixes | Unknwon | 2014-10-11 | 1 | -1/+1 |
| | | |||||
| * | Webhook delivery locking & Hide repo for org members if they don't have access | Unknwon | 2014-10-09 | 1 | -1/+11 |
| | | |||||
| * | Fix #532, add system notice | Unknwon | 2014-10-08 | 1 | -2/+7 |
| | | |||||
| * | Basic xss prevention | Unknwon | 2014-10-04 | 1 | -2/+3 |
| | | |||||
* | | More changes | evolvedlight | 2014-10-13 | 1 | -0/+13 |
| | | |||||
* | | Got the fork count working | evolvedlight | 2014-10-10 | 1 | -4/+12 |
| | | |||||
* | | Initial cut of git fork | evolvedlight | 2014-10-04 | 1 | -1/+126 |
|/ | |||||
* | Bug: 500 when transfer repository to collaborator | Unknwon | 2014-09-29 | 1 | -4/+12 |
| | |||||
* | Mirror fix on transfer repo | Unknwon | 2014-09-25 | 1 | -15/+10 |
| | |||||
* | Page: User profile | Unknwon | 2014-09-25 | 1 | -2/+6 |
| | |||||
* | Fix bug on transfer repo | Unknwon | 2014-09-25 | 1 | -11/+29 |
| | |||||
* | Page: Commits and fix #249 | Unknwon | 2014-09-23 | 1 | -0/+14 |
| | |||||
* | Mirror fix and fix #481 | Unknwon | 2014-09-17 | 1 | -1/+1 |
| | |||||
* | Work on #476 | Unknwon | 2014-09-16 | 1 | -1/+1 |
| | |||||
* | Work on #476 | Unknwon | 2014-09-16 | 1 | -2/+7 |
| | |||||
* | Bug: Transfer repository doesn't update the count | Unknwon | 2014-09-12 | 1 | -9/+11 |
| | |||||
* | Fix #348 | Unknwon | 2014-09-05 | 1 | -2/+2 |
| | |||||
* | Standard git user.name and user.email if not set | Tristan Storch | 2014-09-04 | 1 | -10/+16 |
| | | | | | | | | | | | Git user.name and user.email will now be set to the standard values - Gogs - gogitservice@gmail.com if user.name is not set or empty. If user.name is set and user.email not, it will leave it this way. | ||||
* | update docs and mirror bug fix | Unknwon | 2014-09-02 | 1 | -23/+3 |
| | |||||
* | bug fixed for migrate and fixed #141 | lunnyxiao | 2014-09-02 | 1 | -3/+10 |
| | |||||
* | Bug fix on organization | Unknwon | 2014-08-27 | 1 | -18/+106 |
| | |||||
* | Merge branch 'dev' of github.com:gogits/gogs into dev | Unknwon | 2014-08-26 | 1 | -4/+4 |
|\ | |||||
| * | Migrate all branches and tags | Vyacheslav Bakhmutov | 2014-08-25 | 1 | -4/+4 |
| | | |||||
* | | Finsih add/remove repo in organization | Unknwon | 2014-08-26 | 1 | -3/+33 |
|/ | |||||
* | Finish new edit team page, add member to team | Unknwon | 2014-08-24 | 1 | -0/+5 |
| | |||||
* | Fix and set git config | Unknwon | 2014-08-23 | 1 | -0/+7 |
| | |||||
* | Add/remove member need add/remove access to repositories as well | Unknwon | 2014-08-16 | 1 | -1/+1 |
| | |||||
* | Finish new home page of organization | Unknwon | 2014-08-10 | 1 | -8/+54 |
| | |||||
* | Fix bare repo bug | Unknwon | 2014-08-05 | 1 | -7/+5 |
| | |||||
* | Fix #258 | Unknwon | 2014-08-01 | 1 | -5/+1 |
| | |||||
* | Reser repo owner to organization when error occurs in repo create page, ↵ | Unknwon | 2014-07-26 | 1 | -16/+16 |
| | | | | dashboard news feed page, create organization page | ||||
* | Git installation check, show image in single file view, show short SHA1 ↵ | Unknwon | 2014-07-26 | 1 | -0/+6 |
| | | | | instead of 40-length string, complete log module | ||||
* | New UI merge in progress | Unknwon | 2014-07-26 | 1 | -91/+64 |
| | |||||
* | Update progress of milestones when closing/reopening issues and allow ↵ | Justin Nuß | 2014-07-23 | 1 | -2/+23 |
| | | | | closing of issues in commit messages | ||||
* | Escape tags and quotes in links. | Justin Nuß | 2014-07-22 | 1 | -1/+8 |
| | |||||
* | Fix issue #259. Allow links in the repository description | Justin Nuß | 2014-07-22 | 1 | -1/+11 |
| | |||||
* | Fix #285 | Unknown | 2014-07-12 | 1 | -3/+10 |
| | |||||
* | Paging function for users and repositories | Unknown | 2014-07-07 | 1 | -0/+6 |
| | |||||
* | Able to set timeout for process monitor | Unknown | 2014-07-06 | 1 | -15/+11 |
| | |||||
* | Work on #274 | Unknown | 2014-07-04 | 1 | -35/+16 |
| | |||||
* | remove debug info | Lunny Xiao | 2014-07-05 | 1 | -12/+3 |
| | |||||
* | bug fixed | Lunny Xiao | 2014-07-05 | 1 | -10/+38 |
| | |||||
* | Merge branch 'dev' of github.com:gogits/gogs into dev | Unknown | 2014-07-04 | 1 | -1/+1 |
|\ | |||||
| * | Add 'pprof' tag for enabling debugging | Justin Nuß | 2014-07-04 | 1 | -1/+1 |
| | | |||||
* | | update name | Unknown | 2014-07-04 | 1 | -6/+6 |
|/ |