aboutsummaryrefslogtreecommitdiff
path: root/public/less
Commit message (Collapse)AuthorAge
* Web editor: fix cannot create new file in subdirectoryUnknwon2016-08-29
|
* css: remove profile avatar heightUnknwon2016-08-28
|
* Code quality improvement on JSUnknwon2016-08-17
|
* Web editor: temporarily disable upload and quick fix for edit and newUnknwon2016-08-15
| | | | Try to merge into develop branch ASAP, then continue minor fixes afterwards.
* #2246 fully support of webhooks for pull requestUnknwon2016-08-14
|
* CSS: remove font “Meiryo Ui”Unknwon2016-08-12
|
* Minor fix on top menu dropdown icon positionUnknwon2016-08-11
|
* On showing diff/file, use the tab_width specified on .editorconfig, if any ↵Andrey Nering2016-08-11
| | | | | (#3241) Closes #3182
* Do not show non-image attachment in a <img> tag. Fixes #3215 (#3311)Andrey Nering2016-08-11
|
* Render the Code view on the server (minus syntax highlighting) (#2942)Rory McNamara2016-08-09
| | | | | | | | | | | | | | | | * 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-03
| | | | | | * Lighter icon colors for repo files * also color submodule icon
* Fix issue event octicon CSSUnknwon2016-07-26
|
* #1601 support delete issue commentUnknwon2016-07-26
|
* #1384 add pagination for repositoriesUnknwon2016-07-24
|
* #3076 detect invalid tag name git errorUnknwon2016-07-23
|
* Upgrade octicon to 4.3.0Unknwon2016-07-16
|
* Apply font for Japanese / Chinese (more) (#3266)Laica Lunasys2016-07-15
|
* Fix empty space surrounding hidden issue labels (#3200)chriswatt2016-06-24
|
* Add new language supportUnknwon2016-04-25
| | | | - Update language choose dropdown to fit more languages
* Fixed #2909 (#2979)Kim Carlbäcker2016-04-19
|
* use monospace font for wiki and issue textareas (fix #2869)Matthias Niess2016-03-23
|
* Improve repository lable styleUnknwon2016-03-15
| | | | | - add border-radius to filter list items - use color as background of label for issue/pull view page
* Add APIContextUnknwon2016-03-13
|
* Add Japanese FontsMATTENN2016-03-12
| | | | | By adding a Japanese font in the less file, easier to see the display in Japanese.
* #13 finish user and repository searchUnknwon2016-03-11
| | | | Both are possible on explore and admin panel
* #2623 fix wrong font for webhook historyUnknwon2016-03-05
|
* #1146 finsih UI work for access mode of collaboratorsUnknwon2016-03-05
| | | | | 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-27
|
* Image attachments keep aspect ratioChubbyNinja2016-02-26
|
* Minor fix for #2660Unknwon2016-02-24
|
* Remove border-bottom for tabs header dividerUnknwon2016-02-19
|
* Fix chmod for several files in conf/locale/ and public/Florian Kaiser2016-02-18
|
* Add grey bg to tabs on repo pagechriswatt2016-02-14
|
* Make issue title smallerFlorian Kaiser2016-02-07
|
* Merge pull request #2528 from andreynering/diff-sintax-highlight-733Unknwon2016-02-07
|\ | | | | Enable syntax highlighting on diff view
| * Enable sintax highlighting on diff view. Close #733Andrey Nering2016-02-04
| |
* | Rename #avatararrow to #avatar-arrowchriswatt2016-02-07
| |
* | Add avatar arrow to pull request formchriswatt2016-02-07
| |
* | Add avatar arrows to new both new issue comment formschriswatt2016-02-07
| |
* | Add small user arrows on issue comments pointing to users avatarchriswatt2016-02-05
|/
* Minor fix for #2444Unknwon2016-02-01
|
* Update and reorganize front-end resourcesUnknwon2016-01-30
|
* Split view fixedKim "BKC" Carlbäcker2016-01-27
|
* Minor fix for #2396Unknwon2016-01-25
|
* URL fix for #2287Unknwon2016-01-15
|
* #2287 Truncate repository name if too longUnknwon2016-01-11
|
* Minor fixl2dy2016-01-10
|
* minor fix to #2335Unknwon2016-01-09
|
* Highlighting differences of lines in the diff view.Andrey Nering2016-01-06
|
* Merge pull request #2296 from bkcsoft/feature/split-diffUnknwon2016-01-06
|\ | | | | Implement Split Diff-View