Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #400 from deringer/dev | 无闻 | 2014-08-31 |
|\ | | | | | Add missing 'new migration' link | ||
| * | Add missing 'new migration' link | Michael Dyrynda | 2014-08-31 |
| | | | | | | | | Addresses issue #399 | ||
* | | UI: SSH/HTTPS address switch and copy | Unknwon | 2014-08-31 |
|/ | |||
* | Merge branch 'master' of github.com:gogits/gogs into dev | Unknwon | 2014-08-31 |
|\ | | | | | | | | | Conflicts: dockerfiles/README.md | ||
* | | Removed trailing white spaces | Tristan Storch | 2014-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 all new admin pages. | Unknwon | 2014-08-30 |
| | | |||
* | | Continue working on new admin pages | Unknwon | 2014-08-29 |
| | | |||
* | | Finish new admin users pages | Unknwon | 2014-08-29 |
| | | |||
* | | Finish new admin dashboard | Unknwon | 2014-08-28 |
| | | |||
* | | Mirror issue fix | Unknwon | 2014-08-27 |
| | | |||
* | | Bug fix on organization | Unknwon | 2014-08-27 |
| | | |||
* | | Finsih add/remove repo in organization | Unknwon | 2014-08-26 |
| | | |||
* | | fix #367 | Unknwon | 2014-08-25 |
| | | |||
* | | Finish new edit team page, add member to team | Unknwon | 2014-08-24 |
| | | |||
* | | Fix code style | Unknwon | 2014-08-23 |
| | | |||
* | | Working on organization pages | Unknwon | 2014-08-23 |
| | | |||
* | | Finish team list, create new team, join/leave team page | Unknwon | 2014-08-16 |
| | | |||
* | | Finish new organization members and invitation page | Unknwon | 2014-08-15 |
| | | |||
* | | Finish new organization members and invitation page | Unknwon | 2014-08-15 |
| | | |||
* | | Page: `/org/:orgname/settings` | Unknwon | 2014-08-14 |
| | | |||
* | | Finish new home page of organization | Unknwon | 2014-08-10 |
| | | |||
* | | Finish new reset password, etc. | Unknwon | 2014-08-09 |
| | | |||
* | | Page: Manage social accounts | Unknwon | 2014-08-09 |
| | | |||
* | | UI: Bare repository does not have visual link to settings page | Unknwon | 2014-08-09 |
| | | |||
* | | Finish new web hook pages | Unknwon | 2014-08-09 |
| | | |||
* | | Finish new hooks list page | Unknwon | 2014-08-09 |
| | | |||
* | | Merge branch 'dev' of github.com:gogits/gogs into dev | lunnyxiao | 2014-08-08 |
|\ \ | |||
| * | | Finish new collaboration page | Unknwon | 2014-08-07 |
| | | | |||
| * | | Use toolbox | Unknwon | 2014-08-06 |
| | | | |||
| * | | Fix bare repo bug | Unknwon | 2014-08-05 |
| | | | |||
* | | | bug fixed | lunnyxiao | 2014-08-08 |
|/ / | |||
* | | Finish new repo settings page | Unknwon | 2014-08-02 |
| | | |||
* | | Finish new migrate page | Unknwon | 2014-08-01 |
| | | |||
* | | Convert captcha, cache, csrf as middlewares | Unknwon | 2014-07-31 |
| | | |||
* | | Mirror fix on template | Unknwon | 2014-07-30 |
| | | |||
* | | Reser repo owner to organization when error occurs in repo create page, ↵ | Unknwon | 2014-07-26 |
| | | | | | | | | dashboard news feed page, create organization page | ||
* | | Git installation check, show image in single file view, show short SHA1 ↵ | Unknwon | 2014-07-26 |
| | | | | | | | | instead of 40-length string, complete log module | ||
* | | Huge updates!!!!! Be careful to merge!!!! | Unknwon | 2014-07-26 |
| | | |||
* | | Merge branch 'dev' of github.com:gogits/gogs into dev | Unknwon | 2014-07-26 |
|\ \ | | | | | | | | | | | | | Conflicts: templates/status/500.tmpl | ||
| * | | Change "an error is occurred" to "has occurred" | Ciaran Downey | 2014-07-25 |
| | | | |||
* | | | New UI merge in progress | Unknwon | 2014-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 uploads | Justin Nuß | 2014-07-24 |
| | | |||
* | | Add file upload for attachments | Justin Nuß | 2014-07-24 |
| | | |||
* | | Show attachments in issues/comments and add preview for images | Justin Nuß | 2014-07-24 |
| | | |||
* | | Fix missing . (dot) in issue templates | Justin Nuß | 2014-07-24 |
| | | |||
* | | Merge branch 'dev' into feature/attachments | Justin Nuß | 2014-07-24 |
|\ \ | | | | | | | | | | | | | | | | Conflicts: models/issue.go routers/repo/issue.go | ||
| * | | Update template and style, only close commit if commit is in same repository | Justin Nuß | 2014-07-24 |
| | | |