Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor fix for #2444 | Unknwon | 2016-02-01 | 2 | -0/+11 |
| | |||||
* | Fix syntax highlighting for markdown code blocks on issue ↵ | Florian Kaiser | 2016-02-01 | 1 | -0/+3 |
| | | | | description/comment save | ||||
* | Merge pull request #2537 from fnkr/remember-clone-protocol | Unknwon | 2016-02-01 | 1 | -0/+16 |
|\ | | | | | Remember last selected clone protocol | ||||
| * | Select HTTPS if remembered clone protocol is SSH but SSH is disabled now | Florian Kaiser | 2016-02-01 | 1 | -1/+3 |
| | | |||||
| * | Remember last selected clone protocol, and establish uniform order (https, ssh) | Florian Kaiser | 2016-02-01 | 1 | -0/+14 |
| | | |||||
* | | Make highlighted markdown code blocks work on issue pages | Florian Kaiser | 2016-02-01 | 1 | -0/+3 |
|/ | |||||
* | Update and reorganize front-end resources | Unknwon | 2016-01-30 | 42 | -3968/+661 |
| | |||||
* | Split view fixed | Kim "BKC" Carlbäcker | 2016-01-27 | 2 | -0/+11 |
| | |||||
* | Minor fix for #2396 | Unknwon | 2016-01-25 | 2 | -0/+7 |
| | |||||
* | URL fix for #2287 | Unknwon | 2016-01-15 | 2 | -0/+14 |
| | |||||
* | #2287 Truncate repository name if too long | Unknwon | 2016-01-11 | 3 | -0/+38 |
| | |||||
* | Minor fix | l2dy | 2016-01-10 | 2 | -2/+2 |
| | |||||
* | minor fix to #2335 | Unknwon | 2016-01-09 | 2 | -16/+21 |
| | |||||
* | Highlighting differences of lines in the diff view. | Andrey Nering | 2016-01-06 | 2 | -0/+14 |
| | |||||
* | Merge pull request #2296 from bkcsoft/feature/split-diff | Unknwon | 2016-01-06 | 3 | -0/+57 |
|\ | | | | | Implement Split Diff-View | ||||
| * | Changed name from inline to unified | Kim "BKC" Carlbäcker | 2016-01-05 | 2 | -12/+5 |
| | | |||||
| * | Implement Split Diff-View | Kim "BKC" Carlbäcker | 2016-01-05 | 3 | -0/+64 |
| | | | | | | | | - Unified/Inline Diff-View Selectable | ||||
* | | Making scroll always visible. | Andrey Nering | 2016-01-04 | 2 | -0/+2 |
|/ | |||||
* | #2283 set text/plain for non-binary files in raw mode | Unknwon | 2015-12-25 | 2 | -2/+2 |
| | |||||
* | #2264 use monospaced font for commit IDs in news feeds | Unknwon | 2015-12-24 | 2 | -0/+6 |
| | |||||
* | #1692 APIs: Users Followers | Unknwon | 2015-12-21 | 3 | -57/+100 |
| | | | | | - User profile un/follow - List user's followers/following | ||||
* | emojify.js: ignore_emoticons | Unknwon | 2015-12-14 | 1 | -1/+2 |
| | |||||
* | #2171 fix wiki preview does not work on Firefox | Unknwon | 2015-12-13 | 1 | -4/+1 |
| | |||||
* | update hightlight.js | Unknwon | 2015-12-13 | 6 | -130/+107 |
| | |||||
* | fix #1720 | Unknwon | 2015-12-13 | 2 | -40/+27 |
| | |||||
* | fix markdown header margin-top | Unknwon | 2015-12-12 | 2 | -3/+14 |
| | |||||
* | prepare release | Unknwon | 2015-12-12 | 3 | -6/+7 |
| | |||||
* | #2159 use icon+tooltip to replace text | Unknwon | 2015-12-12 | 2 | -0/+9 |
| | |||||
* | #2156 admin able to edit organization max repo creation | Unknwon | 2015-12-11 | 2 | -2/+0 |
| | |||||
* | #2154 fix form submit error | Unknwon | 2015-12-11 | 2 | -2/+2 |
| | |||||
* | Drop 0.5.x support | Unknwon | 2015-12-10 | 1 | -2/+2 |
| | |||||
* | fix markdown table header CSS | Unknwon | 2015-12-10 | 2 | -3/+3 |
| | |||||
* | Dropdown on commits page to choose branch #1846 | Angus Gibson | 2015-12-09 | 1 | -3/+4 |
| | | | | | | I've mostly duplicated the dropdown code from repo/home.tmpl, which basically only required a change to the URL. This could probably be broken out into something more modular. | ||||
* | LESS: Use tabs for indent in all files | Adam Strzelecki | 2015-12-07 | 13 | -841/+841 |
| | | | | This does not change any content and generated gogs.css is still the same. | ||||
* | Render commit msg as header + verbatim description | Adam Strzelecki | 2015-12-07 | 2 | -9/+26 |
| | | | | | | | | | Most commit in Git are expected to follow standard of single header line, followed by description paragraphs, separated by empty line from previous block. Previously Gogs were treating everything as single header. Now we are trying to render only first line as header, but following lines (description chunks) as a verbatim. | ||||
* | fix #2105 and fix #1857 | Unknwon | 2015-12-05 | 1 | -0/+13 |
| | |||||
* | #2052 advanced select ops for system notices | Unknwon | 2015-12-05 | 3 | -24/+91 |
| | |||||
* | fix #1829 and fix #890 | Unknwon | 2015-12-04 | 2 | -0/+7 |
| | |||||
* | minor JS and UI fix | Unknwon | 2015-12-03 | 3 | -1/+4 |
| | |||||
* | Merge pull request #2094 from nanoant/patch/less-pronounced-sha-labels | Unknwon | 2015-12-03 | 2 | -0/+6 |
|\ | | | | | UI: Use more subtle grey SHA1 labels | ||||
| * | UI: More subtle strips on commits list | Adam Strzelecki | 2015-12-03 | 2 | -0/+6 |
| | | | | | | | | | | | | With grey SHA1 labels, we should consider having also more subtle strips on commits list. As current strips blend too much with grey SHA1 labels and top bar, making hard to distinguish headers from content. | ||||
* | | UI: Remove CSS rule making last-commit SHA bold | Adam Strzelecki | 2015-12-03 | 2 | -7/+0 |
|/ | | | | This removes remains from old design, that was not cleaned by previous #2068 PR. | ||||
* | fix #2087 | Unknwon | 2015-12-03 | 2 | -2/+2 |
| | |||||
* | more UI minor fixes | Unknwon | 2015-12-02 | 2 | -10/+15 |
| | |||||
* | Merge pull request #2088 from nanoant/patch/further-layout-fixes | Unknwon | 2015-12-02 | 3 | -6/+5 |
|\ | | | | | Further layout fixes | ||||
| * | CSS: Octicons 16px fix outside of _octicons.less | Adam Strzelecki | 2015-12-03 | 3 | -6/+5 |
| | | | | | | | | | | | | Otherwise the fix will be overwritten by next _octicons.less update. This is follow-up for 22b0dfbb35f10f22ef0485e289f44532d7a71863. | ||||
* | | minor CSS fix | Unknwon | 2015-12-02 | 2 | -0/+21 |
| | | |||||
* | | minor CSS fix for #2068 | Unknwon | 2015-12-02 | 2 | -0/+2 |
|/ | |||||
* | UI: Display last-commit header without 2nd column | Adam Strzelecki | 2015-12-03 | 2 | -0/+10 |
| | | | | | | | | This uses a CSS trick making first th to be relative block with width equal to first two columns, effectively working around inability to use colspan="2" on first row that was breaking "fixed-layout" for tables. Also use grey header for last-commit SHA1 tag. | ||||
* | UI: Keep repo URL action right of ref combo & path | Adam Strzelecki | 2015-12-02 | 2 | -30/+0 |
| | | | | | | | Just use secondary menu instead custom ".head.meta", which simplifies code. Also do not display repo URL action when we are in subdirectory or viewing a file. |