summaryrefslogtreecommitdiffstats
path: root/public
Commit message (Collapse)AuthorAgeFilesLines
* Minor fix for #2444Unknwon2016-02-012-0/+11
|
* Fix syntax highlighting for markdown code blocks on issue ↵Florian Kaiser2016-02-011-0/+3
| | | | description/comment save
* Merge pull request #2537 from fnkr/remember-clone-protocolUnknwon2016-02-011-0/+16
|\ | | | | Remember last selected clone protocol
| * Select HTTPS if remembered clone protocol is SSH but SSH is disabled nowFlorian Kaiser2016-02-011-1/+3
| |
| * Remember last selected clone protocol, and establish uniform order (https, ssh)Florian Kaiser2016-02-011-0/+14
| |
* | Make highlighted markdown code blocks work on issue pagesFlorian Kaiser2016-02-011-0/+3
|/
* Update and reorganize front-end resourcesUnknwon2016-01-3042-3968/+661
|
* Split view fixedKim "BKC" Carlbäcker2016-01-272-0/+11
|
* Minor fix for #2396Unknwon2016-01-252-0/+7
|
* URL fix for #2287Unknwon2016-01-152-0/+14
|
* #2287 Truncate repository name if too longUnknwon2016-01-113-0/+38
|
* Minor fixl2dy2016-01-102-2/+2
|
* minor fix to #2335Unknwon2016-01-092-16/+21
|
* Highlighting differences of lines in the diff view.Andrey Nering2016-01-062-0/+14
|
* Merge pull request #2296 from bkcsoft/feature/split-diffUnknwon2016-01-063-0/+57
|\ | | | | Implement Split Diff-View
| * Changed name from inline to unifiedKim "BKC" Carlbäcker2016-01-052-12/+5
| |
| * Implement Split Diff-ViewKim "BKC" Carlbäcker2016-01-053-0/+64
| | | | | | | | - Unified/Inline Diff-View Selectable
* | Making scroll always visible.Andrey Nering2016-01-042-0/+2
|/
* #2283 set text/plain for non-binary files in raw modeUnknwon2015-12-252-2/+2
|
* #2264 use monospaced font for commit IDs in news feedsUnknwon2015-12-242-0/+6
|
* #1692 APIs: Users FollowersUnknwon2015-12-213-57/+100
| | | | | - User profile un/follow - List user's followers/following
* emojify.js: ignore_emoticonsUnknwon2015-12-141-1/+2
|
* #2171 fix wiki preview does not work on FirefoxUnknwon2015-12-131-4/+1
|
* update hightlight.jsUnknwon2015-12-136-130/+107
|
* fix #1720Unknwon2015-12-132-40/+27
|
* fix markdown header margin-topUnknwon2015-12-122-3/+14
|
* prepare releaseUnknwon2015-12-123-6/+7
|
* #2159 use icon+tooltip to replace textUnknwon2015-12-122-0/+9
|
* #2156 admin able to edit organization max repo creationUnknwon2015-12-112-2/+0
|
* #2154 fix form submit errorUnknwon2015-12-112-2/+2
|
* Drop 0.5.x supportUnknwon2015-12-101-2/+2
|
* fix markdown table header CSSUnknwon2015-12-102-3/+3
|
* Dropdown on commits page to choose branch #1846Angus Gibson2015-12-091-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 filesAdam Strzelecki2015-12-0713-841/+841
| | | | This does not change any content and generated gogs.css is still the same.
* Render commit msg as header + verbatim descriptionAdam Strzelecki2015-12-072-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 #1857Unknwon2015-12-051-0/+13
|
* #2052 advanced select ops for system noticesUnknwon2015-12-053-24/+91
|
* fix #1829 and fix #890Unknwon2015-12-042-0/+7
|
* minor JS and UI fixUnknwon2015-12-033-1/+4
|
* Merge pull request #2094 from nanoant/patch/less-pronounced-sha-labelsUnknwon2015-12-032-0/+6
|\ | | | | UI: Use more subtle grey SHA1 labels
| * UI: More subtle strips on commits listAdam Strzelecki2015-12-032-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 boldAdam Strzelecki2015-12-032-7/+0
|/ | | | This removes remains from old design, that was not cleaned by previous #2068 PR.
* fix #2087Unknwon2015-12-032-2/+2
|
* more UI minor fixesUnknwon2015-12-022-10/+15
|
* Merge pull request #2088 from nanoant/patch/further-layout-fixesUnknwon2015-12-023-6/+5
|\ | | | | Further layout fixes
| * CSS: Octicons 16px fix outside of _octicons.lessAdam Strzelecki2015-12-033-6/+5
| | | | | | | | | | | | Otherwise the fix will be overwritten by next _octicons.less update. This is follow-up for 22b0dfbb35f10f22ef0485e289f44532d7a71863.
* | minor CSS fixUnknwon2015-12-022-0/+21
| |
* | minor CSS fix for #2068Unknwon2015-12-022-0/+2
|/
* UI: Display last-commit header without 2nd columnAdam Strzelecki2015-12-032-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 & pathAdam Strzelecki2015-12-022-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.