Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed trailing white spaces | Tristan Storch | 2014-08-30 | 1 | -1/+1 |
| | | | | | | | | | | 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. | ||||
* | Continue working on new admin pages | Unknwon | 2014-08-29 | 1 | -18/+26 |
| | |||||
* | Add migrate repo API | Unknwon | 2014-08-29 | 1 | -2/+7 |
| | |||||
* | Finish new admin users pages | Unknwon | 2014-08-29 | 1 | -1/+1 |
| | |||||
* | Mirror issue fix | Unknwon | 2014-08-27 | 1 | -1/+0 |
| | |||||
* | Bug fix on organization | Unknwon | 2014-08-27 | 1 | -4/+3 |
| | |||||
* | Finsih add/remove repo in organization | Unknwon | 2014-08-26 | 1 | -1/+3 |
| | |||||
* | Finish new edit team page, add member to team | Unknwon | 2014-08-24 | 1 | -2/+4 |
| | |||||
* | Finish team list, create new team, join/leave team page | Unknwon | 2014-08-16 | 1 | -3/+2 |
| | |||||
* | Finish new organization members and invitation page | Unknwon | 2014-08-15 | 1 | -0/+5 |
| | |||||
* | Page: `/org/:orgname/settings` | Unknwon | 2014-08-14 | 1 | -23/+31 |
| | |||||
* | Finish new home page of organization | Unknwon | 2014-08-10 | 1 | -2/+2 |
| | |||||
* | Finish new web hook pages | Unknwon | 2014-08-09 | 2 | -7/+17 |
| | |||||
* | Finish new hooks list page | Unknwon | 2014-08-09 | 1 | -2/+2 |
| | |||||
* | Finish new collaboration page | Unknwon | 2014-08-07 | 1 | -3/+2 |
| | |||||
* | Use toolbox | Unknwon | 2014-08-06 | 1 | -5/+14 |
| | |||||
* | Finish new repo settings page | Unknwon | 2014-08-02 | 1 | -3/+2 |
| | |||||
* | Convert captcha, cache, csrf as middlewares | Unknwon | 2014-07-31 | 1 | -11/+19 |
| | |||||
* | Reser repo owner to organization when error occurs in repo create page, ↵ | Unknwon | 2014-07-26 | 1 | -12/+12 |
| | | | | dashboard news feed page, create organization page | ||||
* | Huge updates!!!!! Be careful to merge!!!! | Unknwon | 2014-07-26 | 1 | -86/+88 |
| | |||||
* | New UI merge in progress | Unknwon | 2014-07-26 | 3 | -173/+192 |
| | |||||
* | Add file upload for attachments | Justin Nuß | 2014-07-24 | 1 | -7/+1 |
| | |||||
* | Show attachments in issues/comments and add preview for images | Justin Nuß | 2014-07-24 | 1 | -8/+7 |
| | |||||
* | Add delete route for attachments, remove upload buttons from issues/comments | Justin Nuß | 2014-07-24 | 1 | -3/+8 |
| | |||||
* | WIP: Allow attachments for comments | Justin Nuß | 2014-07-23 | 1 | -1/+4 |
| | |||||
* | Merge branch 'dev' of github.com:gogits/gogs into dev | Unknown | 2014-07-12 | 1 | -0/+2 |
|\ | |||||
| * | add organization team-single page | fuxiaohei | 2014-07-07 | 1 | -0/+2 |
| | | |||||
* | | Fix #285 | Unknown | 2014-07-12 | 2 | -3/+16 |
|/ | |||||
* | Move debug router location | Unknown | 2014-07-06 | 1 | -3/+1 |
| | |||||
* | Change martini.Static to custom Static function | Unknown | 2014-07-04 | 1 | -2/+2 |
| | |||||
* | Add 'pprof' tag for enabling debugging | Justin Nuß | 2014-07-04 | 1 | -0/+3 |
| | |||||
* | Fix bug that collaborators are able to modify settings of repository | Unknown | 2014-07-04 | 1 | -2/+2 |
| | |||||
* | Finish create organization team | Unknown | 2014-07-02 | 1 | -2/+3 |
| | |||||
* | Merge branch 'master' of github.com:gogits/gogs into dev | Unknown | 2014-06-29 | 2 | -13/+2 |
|\ | |||||
| * | clear comments | Lunny Xiao | 2014-06-29 | 2 | -13/+2 |
| | | |||||
* | | Finish Teams page | Unknown | 2014-06-29 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'dev' of github.com:gogits/gogs into dev | Unknown | 2014-06-28 | 2 | -8/+44 |
|\ | |||||
| * | bug fixed for message tag | Lunny Xiao | 2014-06-28 | 2 | -8/+44 |
| | | |||||
* | | Finish organization homepage | Unknown | 2014-06-28 | 1 | -1/+1 |
|/ | |||||
* | Finish delete organization | Unknown | 2014-06-28 | 1 | -1/+2 |
| | |||||
* | add organization team-create page | fuxiaohei | 2014-06-27 | 1 | -1/+2 |
| | |||||
* | add organization team-create page | fuxiaohei | 2014-06-27 | 1 | -0/+3 |
| | |||||
* | Organization settings page | Unknown | 2014-06-27 | 1 | -2/+3 |
| | |||||
* | Add create organization | Unknown | 2014-06-25 | 2 | -12/+13 |
| | |||||
* | Mirror fix on #248 | Unknown | 2014-06-23 | 1 | -1/+3 |
| | |||||
* | add organization setting page | fuxiaohei | 2014-06-23 | 1 | -0/+1 |
| | |||||
* | add organization dashboard page | fuxiaohei | 2014-06-23 | 1 | -1/+2 |
| | |||||
* | add organization create page | fuxiaohei | 2014-06-23 | 1 | -0/+1 |
| | |||||
* | add organization teams page | fuxiaohei | 2014-06-22 | 1 | -0/+1 |
| | |||||
* | add organization memebers page | fuxiaohei | 2014-06-22 | 1 | -0/+1 |
| |