summaryrefslogtreecommitdiffstats
path: root/public/less
Commit message (Collapse)AuthorAgeFilesLines
...
* Minor fix on top menu dropdown icon positionUnknwon2016-08-111-0/+3
|
* On showing diff/file, use the tab_width specified on .editorconfig, if any ↵Andrey Nering2016-08-111-0/+10
| | | | | (#3241) Closes #3182
* Do not show non-image attachment in a <img> tag. Fixes #3215 (#3311)Andrey Nering2016-08-111-0/+7
|
* Render the Code view on the server (minus syntax highlighting) (#2942)Rory McNamara2016-08-091-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)silverwind2016-08-031-1/+5
| | | | | | * Lighter icon colors for repo files * also color submodule icon
* Fix issue event octicon CSSUnknwon2016-07-261-1/+5
|
* #1601 support delete issue commentUnknwon2016-07-261-4/+7
|
* #1384 add pagination for repositoriesUnknwon2016-07-241-2/+5
|
* #3076 detect invalid tag name git errorUnknwon2016-07-231-0/+4
|
* Upgrade octicon to 4.3.0Unknwon2016-07-164-23/+25
|
* Apply font for Japanese / Chinese (more) (#3266)Laica Lunasys2016-07-151-0/+3
|
* Fix empty space surrounding hidden issue labels (#3200)chriswatt2016-06-241-2/+4
|
* Add new language supportUnknwon2016-04-251-0/+6
| | | | - Update language choose dropdown to fit more languages
* Fixed #2909 (#2979)Kim Carlbäcker2016-04-192-2/+20
|
* use monospace font for wiki and issue textareas (fix #2869)Matthias Niess2016-03-231-6/+11
|
* Improve repository lable styleUnknwon2016-03-151-0/+1
| | | | | - add border-radius to filter list items - use color as background of label for issue/pull view page
* Add APIContextUnknwon2016-03-131-0/+3
|
* Add Japanese FontsMATTENN2016-03-121-1/+1
| | | | | By adding a Japanese font in the less file, easier to see the display in Japanese.
* #13 finish user and repository searchUnknwon2016-03-111-0/+38
| | | | Both are possible on explore and admin panel
* #2623 fix wrong font for webhook historyUnknwon2016-03-051-1/+1
|
* #1146 finsih UI work for access mode of collaboratorsUnknwon2016-03-052-3/+15
| | | | | 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 #2710Unknwon2016-02-271-0/+3
|
* Image attachments keep aspect ratioChubbyNinja2016-02-261-1/+26
|
* Minor fix for #2660Unknwon2016-02-241-1/+7
|
* Remove border-bottom for tabs header dividerUnknwon2016-02-191-0/+4
|
* Fix chmod for several files in conf/locale/ and public/Florian Kaiser2016-02-181-0/+0
|
* Add grey bg to tabs on repo pagechriswatt2016-02-142-1/+6
|
* Make issue title smallerFlorian Kaiser2016-02-071-1/+1
|
* Merge pull request #2528 from andreynering/diff-sintax-highlight-733Unknwon2016-02-071-1/+7
|\ | | | | Enable syntax highlighting on diff view
| * Enable sintax highlighting on diff view. Close #733Andrey Nering2016-02-041-1/+7
| |
* | Rename #avatararrow to #avatar-arrowchriswatt2016-02-071-5/+5
| |
* | Add avatar arrow to pull request formchriswatt2016-02-071-1/+8
| |
* | Add avatar arrows to new both new issue comment formschriswatt2016-02-071-20/+35
| |
* | Add small user arrows on issue comments pointing to users avatarchriswatt2016-02-051-0/+21
|/
* Minor fix for #2444Unknwon2016-02-011-0/+7
|
* Update and reorganize front-end resourcesUnknwon2016-01-302-225/+0
|
* Split view fixedKim "BKC" Carlbäcker2016-01-271-0/+8
|
* Minor fix for #2396Unknwon2016-01-251-0/+4
|
* URL fix for #2287Unknwon2016-01-151-0/+7
|
* #2287 Truncate repository name if too longUnknwon2016-01-112-0/+23
|
* Minor fixl2dy2016-01-101-1/+1
|
* minor fix to #2335Unknwon2016-01-091-8/+12
|
* Highlighting differences of lines in the diff view.Andrey Nering2016-01-061-0/+8
|
* Merge pull request #2296 from bkcsoft/feature/split-diffUnknwon2016-01-062-0/+31
|\ | | | | Implement Split Diff-View
| * Changed name from inline to unifiedKim "BKC" Carlbäcker2016-01-051-4/+4
| |
| * Implement Split Diff-ViewKim "BKC" Carlbäcker2016-01-052-0/+31
| | | | | | | | - Unified/Inline Diff-View Selectable
* | Making scroll always visible.Andrey Nering2016-01-041-0/+1
|/
* #2283 set text/plain for non-binary files in raw modeUnknwon2015-12-251-1/+1
|
* #2264 use monospaced font for commit IDs in news feedsUnknwon2015-12-241-0/+3
|
* #1692 APIs: Users FollowersUnknwon2015-12-212-31/+59
| | | | | - User profile un/follow - List user's followers/following