Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | finish new milestone page | Unknwon | 2015-08-05 | 5 | -28/+69 |
| | |||||
* | clean files | Unknwon | 2015-08-05 | 2 | -61/+5 |
| | |||||
* | milestone: edit | Unknwon | 2015-08-05 | 3 | -44/+15 |
| | |||||
* | clean file | Unknwon | 2015-08-05 | 2 | -63/+1 |
| | |||||
* | fix new milestone button visibility | Unknwon | 2015-08-05 | 1 | -1/+2 |
| | |||||
* | milestone: create page | Unknwon | 2015-08-05 | 5 | -184/+121 |
| | |||||
* | milestone: pagination | Unknwon | 2015-08-04 | 4 | -65/+29 |
| | |||||
* | fix template | Unknwon | 2015-08-03 | 1 | -2/+2 |
| | |||||
* | milestone: list view | Unknwon | 2015-08-03 | 5 | -86/+160 |
| | |||||
* | autofocus for new and edit issue forms | Fernando San Julián | 2015-07-31 | 1 | -1/+1 |
| | |||||
* | pagination in repo issues page only if needed | Fernando San Julián | 2015-07-30 | 1 | -1/+3 |
| | |||||
* | Use EscapePound in link hrefs in diff/file views | Vladimir Vissoultchev | 2015-07-28 | 3 | -12/+13 |
| | |||||
* | Merge pull request #1402 from wqweto/develop | 无闻 | 2015-07-28 | 2 | -3/+3 |
|\ | | | | | Allow file and directory names to contain percent character | ||||
| * | Allow file and directory names to contain percent character | Vladimir Vissoultchev | 2015-07-28 | 2 | -3/+3 |
| | | |||||
* | | better paging | Unknwon | 2015-07-28 | 1 | -2/+17 |
|/ | |||||
* | fix paging links and issue count | Unknwon | 2015-07-25 | 1 | -2/+2 |
| | |||||
* | new issue and label page | Unknwon | 2015-07-25 | 1 | -13/+17 |
| | |||||
* | Merge branch 'develop' of github.com:gogits/gogs into feature/page_issues | Unknwon | 2015-07-25 | 1 | -0/+5 |
|\ | |||||
| * | Merge pull request #1275 from jstasiak/develop | 无闻 | 2015-07-25 | 1 | -0/+5 |
| |\ | | | | | | | Add file permalink button | ||||
| | * | Add file permalink button | Jakub Stasiak | 2015-07-13 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | The button appears when a file is viewed in a branch or a tag. It points to a URL containing the branch's (or tag's) current commit id so that it'll always point to the same content. | ||||
* | | | UI: CURD labels | Unknwon | 2015-07-24 | 2 | -18/+79 |
| | | | | | | | | | | | | - fix update lable break connection with repository | ||||
* | | | UI: basic label list | Unknwon | 2015-07-24 | 6 | -82/+79 |
| | | | | | | | | | | | | - create new label | ||||
* | | | UI: basci issue list without filters | Unknwon | 2015-07-24 | 6 | -117/+21 |
| | | | | | | | | | | | | | | | - fix isRead check - fix paging | ||||
* | | | UI: issues - finish basic frame | Unknwon | 2015-07-24 | 22 | -197/+318 |
|/ / | |||||
* / | fix suburl for js | Unknwon | 2015-07-16 | 1 | -1/+1 |
|/ | |||||
* | UI: install - new version | Unknwon | 2015-07-08 | 1 | -1/+1 |
| | |||||
* | #1114 'New Release' always visible | Unknwon | 2015-03-24 | 1 | -0/+2 |
| | |||||
* | UI compatibility | Unknwon | 2015-03-21 | 6 | -12/+12 |
| | |||||
* | #1082: missing link for help | Unknwon | 2015-03-18 | 1 | -1/+1 |
| | |||||
* | Revert "Merge pull request #1047 from ndarilek/accessibility-fixes" | Unknwon | 2015-03-15 | 1 | -8/+6 |
| | | | | | This reverts commit c226e92284c7b4b405352814155dd5da3458e029, reversing changes made to 80b23854bc6d2b7466b5cdef112db100372e1e0a. | ||||
* | Add additional accessibility text to repository navbar. | Nolan Darilek | 2015-03-14 | 1 | -6/+8 |
| | |||||
* | remove unused scripts and simplify migrate form definition | Unknwon | 2015-03-11 | 1 | -2/+2 |
| | |||||
* | Handle submodules without a .gitmodules entry - fix #1023 | Filippo Valsorda | 2015-03-10 | 1 | -0/+4 |
| | |||||
* | Merge branch 'access' of github.com:gogits/gogs into access | Unknwon | 2015-02-22 | 3 | -3/+3 |
|\ | |||||
| * | Updating context and fixing permission issues | Peter Smit | 2015-02-16 | 3 | -3/+3 |
| | | | | | | | | | | | | The boolean flags in the repo context have been replaced with mode and two methods Also, the permissions have been brought more in line with https://help.github.com/articles/permission-levels-for-an-organization-repository/ , Admin Team members are able to change settings of their repositories. | ||||
* | | routers: able to migrate repo from local path | Unknwon | 2015-02-22 | 1 | -2/+2 |
| | | | | | | | | - modules/middleware/context.go: add HandleAPI method | ||||
* | | fix typo mistake | Alexey Makhov | 2015-02-19 | 1 | -1/+1 |
| | | |||||
* | | remove not using vars | Alexey Makhov | 2015-02-19 | 1 | -3/+3 |
| | | |||||
* | | gitlab-like hash naming | Alexey Makhov | 2015-02-19 | 1 | -3/+3 |
| | | |||||
* | | Merge branch 'dev' of https://github.com/gogits/gogs into dev | Stefan-Code | 2015-02-18 | 1 | -5/+0 |
|\ \ | |||||
| * | | Remove GoGet option from repository and handle it with ?go-get=1 instead | Peter Smit | 2015-02-17 | 1 | -5/+0 |
| |/ | | | | | | | The normal go get protocol is to show the go-import meta tag when ?go-get=1 is appended to the url. This commit implements that behaviour and cleans the go-get option from the repository settings page. | ||||
* / | changed repo-clone-url behaviour for bare repo | Stefan-Code | 2015-02-18 | 1 | -2/+2 |
|/ | |||||
* | Changes to repo-header-download-drop, different repo-clone-url input behaviour | Stefan-Code | 2015-02-11 | 1 | -2/+2 |
| | |||||
* | Merge pull request #911 from TonyTsangHK/dev | 无闻 | 2015-02-09 | 1 | -0/+4 |
|\ | | | | | Link to previous commited source file (diff.view_file button) instead of returning 404 for deleted files. | ||||
| * | Link to previous commited source file (diff.view_file button) instead of ↵ | Tony Tsang | 2015-02-06 | 1 | -0/+4 |
| | | | | | | | | returning 404 for deleted files. | ||||
* | | able to disable SSH for #883 | Unknwon | 2015-02-07 | 1 | -3/+5 |
|/ | |||||
* | public/ng/js: script fix on #901 | Unknwon | 2015-02-04 | 1 | -2/+2 |
| | |||||
* | little fix | Alexey Makhov | 2015-02-04 | 1 | -2/+2 |
| | |||||
* | add multifile support to diff view highlighting | Alexey Makhov | 2015-02-04 | 1 | -8/+8 |
| | |||||
* | fix diff lines highlighting | Alexey Makhov | 2015-02-04 | 1 | -5/+5 |
| |