summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Fix Hash syntax to work for both Ruby 2.1 and 2.3sh-fix-ruby-2-1Stan Hu2016-10-151-2/+2
* Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ceJacob Schatz2016-10-151-0/+4
|\
| * Merge branch 'dz-handle-unmatched-routes' into 'master' Dmitriy Zaporozhets2016-10-151-0/+4
| |\
| | * Handle unmatched routing with not_found methodDmitriy Zaporozhets2016-10-151-0/+4
* | | Revert "Improve tabbing usability for sign in page"login-ui-improvementsBryce Johnson2016-10-151-10/+0
* | | Clean up stray Sign up ref.Bryce Johnson2016-10-151-1/+1
* | | Back off the array spreading, bc poltergeist freaks out.Bryce Johnson2016-10-151-4/+3
* | | Convert dispatcher to es6.Bryce Johnson2016-10-151-0/+0
* | | Add exists to users routes and fix endpoint.Bryce Johnson2016-10-151-1/+1
* | | Attempt to fix username validation ruby.Bryce Johnson2016-10-151-1/+1
* | | Clean up layouts/devise.html.Bryce Johnson2016-10-151-2/+2
* | | Use Ruby 1.9 syntax in tab_single def and usage.Bryce Johnson2016-10-157-8/+7
* | | Fixup invalid refs.Bryce Johnson2016-10-152-2/+2
* | | Convert field error NodeList to an Array.Bryce Johnson2016-10-151-2/+2
* | | Use native dom in dispatcher field error init.Bryce Johnson2016-10-151-3/+4
* | | Improve method naming in gl_field_errors.Bryce Johnson2016-10-151-21/+22
* | | Stringify username before passing to ActiveRecord.Bryce Johnson2016-10-151-1/+1
* | | Add accessor for current val for convenience.Bryce Johnson2016-10-151-5/+9
* | | Safely scope siblings of validated input.Bryce Johnson2016-10-151-2/+15
* | | Remove superfluous comment.Bryce Johnson2016-10-151-1/+0
* | | Prevent unneccessary loading of UsernameValidator.Bryce Johnson2016-10-151-1/+0
* | | Fix syntax error -- missing comma in _new_crowd.Bryce Johnson2016-10-151-1/+1
* | | Fix nesting on sessions/new.Bryce Johnson2016-10-151-8/+7
* | | Unbreak all the tests relying on one login-box.Bryce Johnson2016-10-152-2/+2
* | | Properly implement focus on first invalid.Bryce Johnson2016-10-151-11/+6
* | | Fix omniauth box styling.Bryce Johnson2016-10-151-1/+1
* | | Add third box shadow to validation focus, for depth.Bryce Johnson2016-10-151-53/+37
* | | Add submit button contain with custom margin.Bryce Johnson2016-10-153-2/+6
* | | Make style fixes, make all submit buttons full-width btn-block.Bryce Johnson2016-10-152-2/+7
* | | Include correct validation error with username invalid.Bryce Johnson2016-10-151-2/+1
* | | Fix errors, get validation running for signup box and sign in.Bryce Johnson2016-10-153-28/+38
* | | Refactor gl field errors for simpler state management.Bryce Johnson2016-10-151-45/+89
* | | Clean up username_validator private vars and members.Bryce Johnson2016-10-151-44/+47
* | | Add padding to fixed footer, to more quickly support scrolling.Bryce Johnson2016-10-151-0/+4
* | | Make UX upgrades to SignIn/Register views.Bryce Johnson2016-10-1526-162/+557
|/ /
* | Enforce TrailingSemicolon and EmptyLineBetweenBlocks in scss-lint23319-enable-trailingsemicolon-on-scss-lintClement Ho2016-10-1452-296/+743
* | Merge branch '18844-missing-subnavs-on-some-pages' into 'master' Fatih Acet2016-10-1416-200/+268
|\ \
| * | Added subnav to labels edit+new and milestones edit+new+show18844-missing-subnavs-on-some-pagesLuke Bennett2016-10-0716-200/+268
* | | Merge branch '23147-file-viewer-header-has-hover-style' into 'master' Fatih Acet2016-10-143-9/+21
|\ \ \
| * | | Improved specifity of toggleable file headers23147-file-viewer-header-has-hover-styleLuke Bennett2016-10-143-9/+21
* | | | Merge branch '23279-tabbing-over-the-login-screen-should-go-from-password-to-...Annabel Dunstone Gray2016-10-142-2/+12
|\ \ \ \
| * | | | Improve tabbing usability for sign in page23279-tabbing-over-the-login-screen-should-go-from-password-to-submitClement Ho2016-10-132-2/+12
* | | | | Merge branch '23167-min-row-height' into 'master' Fatih Acet2016-10-1410-27/+40
|\ \ \ \ \
| * | | | | Set height on MR builds rows23167-min-row-heightAnnabel Dunstone Gray2016-10-102-15/+21
| * | | | | Set height on build page rowsAnnabel Dunstone Gray2016-10-102-1/+8
| * | | | | Replace generic table withAnnabel Dunstone Gray2016-10-1010-13/+13
* | | | | | Merge branch 'mr-tabs-affix' into 'master' Fatih Acet2016-10-143-1/+51
|\ \ \ \ \ \
| * | | | | | Don't run affix tabs in test envmr-tabs-affixPhil Hughes2016-10-101-1/+1
| * | | | | | Fixed testsPhil Hughes2016-10-061-6/+9
| * | | | | | Merge request tabs stick when scrolling pagePhil Hughes2016-10-063-1/+48