Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix #1965 - the hyperlink and the display name of the branch | Arthur Ouyang | 2015-11-19 |
| | | | | The hyperlink and the display name of the branch if the branch is in a folder or the branch name has '#' | ||
* | UI: long organization name in create repository owner list | Unknwon | 2015-11-18 |
| | |||
* | minor fix for #1992 | Unknwon | 2015-11-18 |
| | |||
* | fix old naming | Gibheer | 2015-11-18 |
| | | | | | This is the old naming of the variable and I forgot to fix it. It now works and is tested. | ||
* | fix #1957 - disable version display | Gibheer | 2015-11-18 |
| | | | | | This allows the admin to disable the version information about gogs and go in use in the footer. | ||
* | add admin op: delete missing repos | Unknwon | 2015-11-18 |
| | |||
* | fix #1987 | Unknwon | 2015-11-18 |
| | |||
* | fix #1988 | Unknwon | 2015-11-18 |
| | |||
* | fix #1448 | Unknwon | 2015-11-17 |
| | |||
* | new watchers, stars and forks UI | Unknwon | 2015-11-16 |
| | |||
* | #1922 Pull request fail to merge with BIN | Unknwon | 2015-11-16 |
| | |||
* | octicon fix in feeds | Unknwon | 2015-11-16 |
| | |||
* | fix #1960 | Unknwon | 2015-11-16 |
| | |||
* | work on #1961 | Unknwon | 2015-11-16 |
| | |||
* | fix #1958 | Unknwon | 2015-11-15 |
| | |||
* | minor fix for #1949 | Unknwon | 2015-11-15 |
| | |||
* | fix api broken | Unknwon | 2015-11-15 |
| | |||
* | Merge pull request #1949 from TheHowl/develop | Unknwon | 2015-11-15 |
|\ | | | | | Fix bad issue links in non-readme markdown files | ||
| * | Safely detect urlPrefix in the format /:owner/:repo | Howl | 2015-11-15 |
| | | |||
| * | Fix bad issue links in non-readme markdown files | Howl | 2015-11-15 |
| | | |||
* | | #1931 Test patch does not checkout correct base branch | Unknwon | 2015-11-15 |
| | | |||
* | | fix #1948 | Unknwon | 2015-11-15 |
|/ | |||
* | minor UI fix and fix ssh race | Unknwon | 2015-11-14 |
| | |||
* | clean up | Unknwon | 2015-11-14 |
| | |||
* | new repo ui | Unknwon | 2015-11-14 |
| | | | | | | - copy link button: #1396, #1168, #1668, - synxtax highlight: #1712, #1549, #1315, #670 - z-index: #1942 | ||
* | clean up | Unknwon | 2015-11-13 |
| | |||
* | Show custom avatars in commits | Unknwon | 2015-11-13 |
| | |||
* | save custom avatar as PNG | Unknwon | 2015-11-13 |
| | |||
* | prepare release | Unknwon | 2015-11-12 |
| | |||
* | fix #1572 fix file histrory paging issue | Unknwon | 2015-11-10 |
| | |||
* | fix 1540 and experimental SSH server support | Unknwon | 2015-11-08 |
| | |||
* | go vet and fix #1890 | Unknwon | 2015-11-08 |
| | |||
* | fix #1902 | Unknwon | 2015-11-07 |
| | |||
* | #1433 images with links in Markdown | Unknwon | 2015-11-06 |
| | | | | - #1904 minor fix on image link | ||
* | #1896 fatal when no needed update task | Unknwon | 2015-11-04 |
| | |||
* | rename fields | Unknwon | 2015-11-03 |
| | |||
* | #1511 Allow local import only for admin users | Unknwon | 2015-11-03 |
| | |||
* | #1838 update merge base before generate new patch | Unknwon | 2015-11-03 |
| | |||
* | update locales | Unknwon | 2015-11-03 |
| | |||
* | add Makefile | Unknwon | 2015-11-03 |
| | |||
* | #1078 not show bin when rename a file | Unknwon | 2015-11-03 |
| | |||
* | fix problem with #1879 | Unknwon | 2015-11-02 |
| | |||
* | Merge pull request #1871 from Gibheer/config_minimum_key_sizes | 无闻 | 2015-11-01 |
|\ | | | | | move minimum key sizes to config | ||
| * | move minimum key sizes to config | Gibheer | 2015-10-30 |
| | | | | | | | | | | This moves the minimum key sizes into the config file, so that anyone can modify the restrictions. | ||
* | | fix #1831 | Unknwon | 2015-11-01 |
| | | |||
* | | fix #1697 | Unknwon | 2015-10-31 |
| | | |||
* | | minor fix for #1865 | Unknwon | 2015-10-31 |
| | | |||
* | | minor fix on #1863 | Unknwon | 2015-10-31 |
| | | |||
* | | Merge pull request #1863 from nathan7/go-source-meta | 无闻 | 2015-10-31 |
|\ \ | | | | | | | Add go-source directive to repo pages | ||
| * | | Add go-source directive to repo pages | Nathan Zadoks | 2015-10-30 |
| | | | | | | | | | | | | This makes Gogs repos work with godoc.org: https://github.com/golang/gddo/wiki/Source-Code-Links |