Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support CRLF when splitting code lines for display (#1862) | silverwind | 2017-06-10 | 1 | -1/+1 |
| | | | | | | | | | | | | * Support CRLF when splitting code lines for display * refactor, fix mixed match * fmt * split on both LF and CRLF, use raw literals in regexes * simplify | ||||
* | Prevent accidential selection of line numbers in code view (#1860) | silverwind | 2017-06-05 | 1 | -0/+4 |
| | |||||
* | Remove annoying difference in button heights. (#1853) | Hussain Khalil | 2017-06-03 | 1 | -1/+0 |
| | | | | | | | | | | * Remove annoying difference in button heights. Why was that even there? See before & after: http://imgur.com/a/yKdUR * (2/2) Remove annoying difference in button heights | ||||
* | Remove sha1 hash display in repository table and add latest commit GPG check ↵ | Lauris BH | 2017-05-05 | 1 | -23/+27 |
| | | | | (#1678) | ||||
* | Fix CSS for wiki markdown (#1660) | Jonas Östanbäck | 2017-05-03 | 1 | -1/+1 |
| | |||||
* | Fix #1418 (#1456) | Antoine GIRARD | 2017-04-07 | 1 | -53/+11 |
| | |||||
* | Simplify settings pages with item list (#1389) | Antoine GIRARD | 2017-03-30 | 1 | -19/+23 |
| | | | | | | | | | | * Remove point column on ssh key setting page * Remove un-used css * Some cleaning * Use octicon-key | ||||
* | GPG commit validation (#1150) | Antoine GIRARD | 2017-03-22 | 1 | -2/+37 |
| | | | | | | | | | | | | * GPG commit validation * Add translation + some little fix * Move hash calc after retrieving of potential key + missing translation * Add some little test | ||||
* | Batch updates for issues (#926) | Ethan Koenig | 2017-03-15 | 1 | -0/+4 |
| | |||||
* | Added webkit-font-smoothing (#763) | Bwko | 2017-01-27 | 1 | -0/+2 |
| | |||||
* | Fix unified diff view styling (#585) | Manuel Kuhlmann | 2017-01-05 | 1 | -18/+30 |
| | | | Signed-off-by: Manuel Kuhlmann <manuel@mkuhlmann.org> | ||||
* | Fix diff split view coloring (#553) (#584) | Manuel Kuhlmann | 2017-01-05 | 1 | -26/+24 |
| | | | Signed-off-by: Manuel Kuhlmann <manuel@mkuhlmann.org> | ||||
* | Implementation of Folder Jumping | Sl@ny | 2016-12-28 | 1 | -0/+3 |
| | |||||
* | CSS: Stronger colors for diffs | Andrey Nering | 2016-11-06 | 1 | -18/+2 |
| | |||||
* | Update locales | Unknwon | 2016-09-01 | 1 | -0/+1 |
| | |||||
* | UI: fix block selection on code for empty line are not highlighted | Unknwon | 2016-08-30 | 1 | -3/+3 |
| | |||||
* | Web editor: support upload files | Unknwon | 2016-08-30 | 1 | -3/+3 |
| | |||||
* | Web editor: fix cannot create new file in subdirectory | Unknwon | 2016-08-29 | 1 | -1/+1 |
| | |||||
* | Code quality improvement on JS | Unknwon | 2016-08-17 | 1 | -5/+0 |
| | |||||
* | Web editor: temporarily disable upload and quick fix for edit and new | Unknwon | 2016-08-15 | 1 | -0/+107 |
| | | | | Try to merge into develop branch ASAP, then continue minor fixes afterwards. | ||||
* | #2246 fully support of webhooks for pull request | Unknwon | 2016-08-14 | 1 | -0/+13 |
| | |||||
* | On showing diff/file, use the tab_width specified on .editorconfig, if any ↵ | Andrey Nering | 2016-08-11 | 1 | -0/+10 |
| | | | | | (#3241) Closes #3182 | ||||
* | Do not show non-image attachment in a <img> tag. Fixes #3215 (#3311) | Andrey Nering | 2016-08-11 | 1 | -0/+7 |
| | |||||
* | Render the Code view on the server (minus syntax highlighting) (#2942) | Rory McNamara | 2016-08-09 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | * render code view server side * remove debug print * fix multiline selection bug * change string concatenation to bytes.Buffer for efficiency * Fix newlines added by previous for hljs * fix selection highlighting * make css changes in .less | ||||
* | Lighter icon colors for repo files (#3351) | silverwind | 2016-08-03 | 1 | -1/+5 |
| | | | | | | * Lighter icon colors for repo files * also color submodule icon | ||||
* | Fix issue event octicon CSS | Unknwon | 2016-07-26 | 1 | -1/+5 |
| | |||||
* | #1601 support delete issue comment | Unknwon | 2016-07-26 | 1 | -4/+7 |
| | |||||
* | #3076 detect invalid tag name git error | Unknwon | 2016-07-23 | 1 | -0/+4 |
| | |||||
* | Upgrade octicon to 4.3.0 | Unknwon | 2016-07-16 | 1 | -3/+13 |
| | |||||
* | Fix empty space surrounding hidden issue labels (#3200) | chriswatt | 2016-06-24 | 1 | -2/+4 |
| | |||||
* | Fixed #2909 (#2979) | Kim Carlbäcker | 2016-04-19 | 1 | -2/+3 |
| | |||||
* | use monospace font for wiki and issue textareas (fix #2869) | Matthias Niess | 2016-03-23 | 1 | -6/+11 |
| | |||||
* | Improve repository lable style | Unknwon | 2016-03-15 | 1 | -0/+1 |
| | | | | | - add border-radius to filter list items - use color as background of label for issue/pull view page | ||||
* | #1146 finsih UI work for access mode of collaborators | Unknwon | 2016-03-05 | 1 | -2/+3 |
| | | | | | Collaborators have write access as default, and can be changed via repository collaboration settings page to change between read, write and admin. | ||||
* | Minor fix for #2710 | Unknwon | 2016-02-27 | 1 | -0/+3 |
| | |||||
* | Image attachments keep aspect ratio | ChubbyNinja | 2016-02-26 | 1 | -1/+26 |
| | |||||
* | Remove border-bottom for tabs header divider | Unknwon | 2016-02-19 | 1 | -0/+4 |
| | |||||
* | Add grey bg to tabs on repo page | chriswatt | 2016-02-14 | 1 | -0/+5 |
| | |||||
* | Make issue title smaller | Florian Kaiser | 2016-02-07 | 1 | -1/+1 |
| | |||||
* | Rename #avatararrow to #avatar-arrow | chriswatt | 2016-02-07 | 1 | -5/+5 |
| | |||||
* | Add avatar arrow to pull request form | chriswatt | 2016-02-07 | 1 | -1/+8 |
| | |||||
* | Add avatar arrows to new both new issue comment forms | chriswatt | 2016-02-07 | 1 | -20/+35 |
| | |||||
* | Add small user arrows on issue comments pointing to users avatar | chriswatt | 2016-02-05 | 1 | -0/+21 |
| | |||||
* | Minor fix for #2444 | Unknwon | 2016-02-01 | 1 | -0/+7 |
| | |||||
* | Minor fix | l2dy | 2016-01-10 | 1 | -1/+1 |
| | |||||
* | minor fix to #2335 | Unknwon | 2016-01-09 | 1 | -8/+12 |
| | |||||
* | Highlighting differences of lines in the diff view. | Andrey Nering | 2016-01-06 | 1 | -0/+8 |
| | |||||
* | Implement Split Diff-View | Kim "BKC" Carlbäcker | 2016-01-05 | 1 | -0/+24 |
| | | | | - Unified/Inline Diff-View Selectable | ||||
* | #2283 set text/plain for non-binary files in raw mode | Unknwon | 2015-12-25 | 1 | -1/+1 |
| | |||||
* | #1692 APIs: Users Followers | Unknwon | 2015-12-21 | 1 | -29/+30 |
| | | | | | - User profile un/follow - List user's followers/following |