summaryrefslogtreecommitdiff
path: root/app/assets
Commit message (Expand)AuthorAgeFilesLines
* Fix header and project home ui for mobileDmitriy Zaporozhets2014-11-193-1/+15
* Improve dashboard page for mobileDmitriy Zaporozhets2014-11-191-2/+19
* Increase md typography font sizeDmitriy Zaporozhets2014-11-192-6/+3
* Improve fork to namespaces featureDmitriy Zaporozhets2014-11-143-0/+32
* remove unused jsskv2014-11-062-6/+0
* Light gray bg for white code scheme if used in comments and wikiDmitriy Zaporozhets2014-11-051-0/+8
* Merge pull request #8182 from cirosantilli/dry-css-behaviorValeriy Sizov2014-11-041-8/+18
|\
| * Factor behaviors.scss constantsCiro Santilli2014-10-271-8/+18
* | Merge branch 'feature_password_strength_indicator' into 'master'Dmitriy Zaporozhets2014-10-303-0/+49
|\ \
| * | Refactored password_strength configurationPatricio Cano2014-10-281-14/+10
| * | Changed colors to match GitLab's red & green and softened the yellow.Patricio Cano2014-10-241-3/+3
| * | Moved require from application.js to password_strength.jsPatricio Cano2014-10-242-1/+1
| * | Corrected the layout of the strength indicator to be more consistent througho...Patricio Cano2014-10-232-5/+13
| * | Updated the IDs of the fields, so that it wouldn't mess with many testsPatricio Cano2014-10-221-1/+1
| * | Merge branch 'master' into feature_password_strength_indicatorPatricio Cano2014-10-2230-88/+41
| |\ \
| * | | Added a password strength indicatorPatricio Cano2014-10-221-5/+6
| * | | Added a password strength indicatorPatricio Cano2014-10-133-0/+44
* | | | Merge pull request #7572 from mr-vinn/application-js-fixDmitriy Zaporozhets2014-10-281-1/+1
|\ \ \ \
| * | | | Handle undefined text area valuesVinnie Okada2014-08-221-1/+1
* | | | | Merge pull request #8127 from cirosantilli/user-select-js-only-neededDmitriy Zaporozhets2014-10-283-35/+43
|\ \ \ \ \
| * | | | | Run user select Js only where neededCiro Santilli2014-10-273-35/+43
* | | | | | Merge pull request #8120 from cirosantilli/profile-js-only-neededDmitriy Zaporozhets2014-10-273-23/+29
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Only run profile js on pages that need itCiro Santilli2014-10-213-23/+29
* | | | | | Merge pull request #8125 from cirosantilli/namespace-select-js-only-neededDmitriy Zaporozhets2014-10-272-22/+27
|\ \ \ \ \ \
| * | | | | | Only run namespace select js when neededCiro Santilli2014-10-212-22/+27
* | | | | | | Merge pull request #8123 from cirosantilli/project-js-only-neededDmitriy Zaporozhets2014-10-274-62/+66
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Better js -> URL map to reduce unneeded executionCiro Santilli2014-10-214-62/+66
| |/ / / / /
* | | | | | Merge pull request #8114 from cirosantilli/rm-global-avatar-jsRobert Schilling2014-10-233-11/+11
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Only run avatar chooser Js on pages that need itCiro Santilli2014-10-213-11/+11
| |/ / / /
* | | | | Merge branch 'master' into 'master'Dmitriy Zaporozhets2014-10-221-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | fonts: Added "DejaVu Sans Mono" and "Ubuntu Mono"Tobias Bieniek2014-10-061-1/+1
* | | | | Export all coffee classes with @Ciro Santilli2014-10-2027-84/+29
| |/ / / |/| | |
* | | | Merge branch 'improve-ci-widgets' into 'master'Dmitriy Zaporozhets2014-10-171-0/+6
|\ \ \ \
| * | | | Improve visual detection of CI statusDmitriy Zaporozhets2014-10-171-0/+6
* | | | | Increase participants block marginDmitriy Zaporozhets2014-10-171-1/+1
|/ / / /
* | | | Make accept MR widget looks similar to panelsDmitriy Zaporozhets2014-10-141-2/+4
| |_|/ |/| |
* | | Remove border radius because it has wrong backgroundDmitriy Zaporozhets2014-10-081-2/+0
* | | Restyle colorful panel boxesDmitriy Zaporozhets2014-10-085-32/+24
* | | Apply ConfirmDangerModal for project transfer/remove actionsDmitriy Zaporozhets2014-10-081-0/+7
* | | ConfirmDangerModal window added. It will be used for confirmation of dangerou...Dmitriy Zaporozhets2014-10-081-0/+20
* | | Merge pull request #7979 from mr-vinn/refactor-tasksDmitriy Zaporozhets2014-10-083-41/+34
|\ \ \
| * | | Rename coffeescript fileVinnie Okada2014-10-071-0/+0
| * | | Refactor task list tests and coffeescriptVinnie Okada2014-10-063-41/+34
* | | | Style merge request CI widget to match MR/Issue boxDmitriy Zaporozhets2014-10-072-9/+43
|/ / /
* | | Add task lists to issues and merge requestsVinnie Okada2014-10-054-0/+54
|/ /
* | Make nav links bold since some desktops does not render 500 properlyDmitriy Zaporozhets2014-10-031-1/+1
* | Improve subnavigation styleDmitriy Zaporozhets2014-10-031-33/+6
* | Merge branch 'cirosantilli-factor-commit-msg-textarea'Dmitriy Zaporozhets2014-10-031-1/+1
|\ \
| * \ Merge branch 'factor-commit-msg-textarea' of https://github.com/cirosantilli/...Dmitriy Zaporozhets2014-10-031-1/+1
| |\ \
| | * | Factor commit message textareas.Ciro Santilli2014-10-021-1/+1