Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | finish view issue without comments and ops | Unknwon | 2015-08-12 | |
| | ||||
* | finish attachments when create issue | Unknwon | 2015-08-11 | |
| | ||||
* | finish create issue attachment UI | Unknwon | 2015-08-11 | |
| | ||||
* | finish create issue with milestone and assignee | Unknwon | 2015-08-10 | |
| | ||||
* | finish create issue with milestone | Unknwon | 2015-08-10 | |
| | ||||
* | finish create issue with labels | Unknwon | 2015-08-10 | |
| | ||||
* | add migrate from issue.label_ids to issue_label | Unknwon | 2015-08-10 | |
| | ||||
* | upgrade new issue to SUI v2 | Unknwon | 2015-08-10 | |
| | ||||
* | Merge branch 'develop' of github.com:gogits/gogs into feature/pull_request2 | Unknwon | 2015-08-10 | |
|\ | | | | | | | | | | | | | # Conflicts: # modules/bindata/bindata.go # public/css/gogs.min.css # templates/repo/header.tmpl | |||
| * | finish transforming to v2 | Unknwon | 2015-08-10 | |
| | | ||||
| * | list view: issue, label, milestone | Unknwon | 2015-08-09 | |
| | | ||||
| * | Add check to see if comments on an issue are by the repo owner | James Anderson | 2015-08-08 | |
| | | ||||
* | | UI: create issue with title and content | Unknwon | 2015-08-09 | |
|/ | ||||
* | remove Index field of milestone | Unknwon | 2015-08-06 | |
| | ||||
* | finish new milestone page | Unknwon | 2015-08-05 | |
| | ||||
* | clean files | Unknwon | 2015-08-05 | |
| | ||||
* | milestone: edit | Unknwon | 2015-08-05 | |
| | ||||
* | clean file | Unknwon | 2015-08-05 | |
| | ||||
* | fix new milestone button visibility | Unknwon | 2015-08-05 | |
| | ||||
* | milestone: create page | Unknwon | 2015-08-05 | |
| | ||||
* | milestone: pagination | Unknwon | 2015-08-04 | |
| | ||||
* | fix template | Unknwon | 2015-08-03 | |
| | ||||
* | milestone: list view | Unknwon | 2015-08-03 | |
| | ||||
* | autofocus for new and edit issue forms | Fernando San Julián | 2015-07-31 | |
| | ||||
* | pagination in repo issues page only if needed | Fernando San Julián | 2015-07-30 | |
| | ||||
* | better paging | Unknwon | 2015-07-28 | |
| | ||||
* | fix paging links and issue count | Unknwon | 2015-07-25 | |
| | ||||
* | new issue and label page | Unknwon | 2015-07-25 | |
| | ||||
* | UI: CURD labels | Unknwon | 2015-07-24 | |
| | | | | - fix update lable break connection with repository | |||
* | UI: basic label list | Unknwon | 2015-07-24 | |
| | | | | - create new label | |||
* | UI: basci issue list without filters | Unknwon | 2015-07-24 | |
| | | | | | - fix isRead check - fix paging | |||
* | UI: issues - finish basic frame | Unknwon | 2015-07-24 | |
| | ||||
* | fix suburl for js | Unknwon | 2015-07-16 | |
| | ||||
* | UI: install - new version | Unknwon | 2015-07-08 | |
| | ||||
* | UI compatibility | Unknwon | 2015-03-21 | |
| | ||||
* | fix #828, may cause unintentional break in other features, but security is no.1 | Unknwon | 2015-01-20 | |
| | ||||
* | Fix user links | James Cracknell | 2014-11-28 | |
| | ||||
* | add omitted lang | Vyacheslav Bakhmutov | 2014-10-11 | |
| | ||||
* | add omitted lang | Vyacheslav Bakhmutov | 2014-10-08 | |
| | ||||
* | Add suburl support | Unknwon | 2014-09-19 | |
| | ||||
* | Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵ | Martin van Beurden | 2014-09-18 | |
| | | | | | | | | | | | | | | http://mydomain.com/gogs/ Conflicts: modules/setting/setting.go Conflicts: templates/repo/release/list.tmpl templates/user/dashboard/dashboard.tmpl Conflicts: routers/repo/setting.go | |||
* | 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. | |||
* | Mirror fix on template | Unknwon | 2014-07-30 | |
| | ||||
* | Huge updates!!!!! Be careful to merge!!!! | 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 | |
| |