summaryrefslogtreecommitdiff
path: root/app/assets/javascripts
Commit message (Collapse)AuthorAgeFilesLines
* Remove password strength indicatorJacob Vosmaer2015-01-152-32/+0
| | | | | | | | We were having the following issues: - the indicator would sometimes stay red even if the password that was entered was long enough; - the indicator had a middle yellow signal: what does that mean? - the red/green backgrounds were not color-blind-friendly.
* Refactor zen mode. Make it works in diffsDmitriy Zaporozhets2015-01-152-3/+10
|
* Explicitly enable drag-n-drop for issue/mr/wiki markdown formsDmitriy Zaporozhets2015-01-141-0/+3
|
* Clone comment form on edit. Fixes bug with disappearing textarea or cancel ↵Dmitriy Zaporozhets2015-01-141-3/+6
| | | | of edit
* Huge set of fixes for comments logicDmitriy Zaporozhets2015-01-141-2/+9
|
* Fix image drag-n-drop to diff commentsDmitriy Zaporozhets2015-01-143-241/+244
|
* Fix anchors being hidden under fixed navbar issueDmitriy Zaporozhets2015-01-141-0/+10
|
* Revert "Scroll the readme anchors below the navbar."Dmitriy Zaporozhets2015-01-142-29/+0
| | | | This reverts commit b1792d9e4c28366ecc896e36d22099ab564c150f.
* Revert "When anchor is clicked set the correct condition."Dmitriy Zaporozhets2015-01-142-10/+6
| | | | This reverts commit 5140bd88247125e24090a45be920b509b0fcf958.
* When anchor is clicked set the correct condition.Marin Jankovski2015-01-132-6/+10
|
* Scroll the readme anchors below the navbar.Marin Jankovski2015-01-132-0/+29
|
* Make automerge via satelliteDmitriy Zaporozhets2015-01-091-0/+13
|
* Group selectbox jsDmitriy Zaporozhets2014-12-301-0/+41
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Helper for ajax group selectboxDmitriy Zaporozhets2014-12-301-0/+29
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge branch 'master' into developer_can_push_to_protected_branches_optionMarin Jankovski2014-12-291-0/+3
|\ | | | | | | | | Conflicts: db/schema.rb
| * Set of UI changes mostly for issue and merge requestDmitriy Zaporozhets2014-12-251-0/+3
| | | | | | | | | | | | | | | | | | | | * return edit/close buttons to old position (right of title) * make 'Issue #1' header smaller * move mr commits to separate tab * change inline/side diff switcher to buttons from tabs * make issue sidebar start with dicsussion block Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Update on the correct checkbox.Marin Jankovski2014-12-261-15/+17
| |
* | Update branch status with ajax call.Marin Jankovski2014-12-261-0/+19
|/
* Fix diff commentsDmitriy Zaporozhets2014-12-241-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix issueable context update and fix testsDmitriy Zaporozhets2014-12-222-4/+4
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge branch 'master' into sidebar-navDmitriy Zaporozhets2014-12-213-58/+48
|\ | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: app/views/layouts/group.html.haml
| * transfer error handlerskv-headless2014-12-151-6/+0
| |
| * Merge branch 'upstream-master' into markdown-previewVinnie Okada2014-12-0739-243/+244
| |\ | | | | | | | | | | | | Conflicts: spec/routing/project_routing_spec.rb
| * | Use GET instead of POST for Markdown previewsVinnie Okada2014-10-161-1/+1
| | |
| * | Add Markdown preview to more formsVinnie Okada2014-10-152-52/+48
| | | | | | | | | | | | | | | Enable Markdown previews when creating and editing issues, merge requests, and milestones, and when editing notes.
* | | Restyle group page and event filterDmitriy Zaporozhets2014-12-161-1/+1
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Fix graph and settings highlightDmitriy Zaporozhets2014-12-151-2/+2
| |/ |/| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Improve fork to namespaces featureDmitriy Zaporozhets2014-11-142-0/+7
| | | | | | | | | | | | | | | | * Show namespace thumbnail differently if project was already forked * Show loading spinner when click on fork * Fork link navigates to personal namespace only if no manageable groups exists Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | remove unused jsskv2014-11-062-6/+0
| |
* | Merge branch 'feature_password_strength_indicator' into 'master'Dmitriy Zaporozhets2014-10-302-0/+32
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a password strength indicator to SIGN UP and PROFILE pages Fixes #1647 Added a password strength indicator to the sign up page. You can see how it looks in the following screenshot. In the sign up page, it checks if the password contains the username and alerts the user about it. If the user still wants to proceed with creating his account, nothing will stop him. This is merely a message. The indicator changes the input background color based on the strength like this: ![new_full](https://dev.gitlab.org/uploads/gitlab/gitlabhq/0e6da27cfe/new_full.png) The password strength indicator can also be found in the profile edit page. It functions in almost the exact same way, with the exception that it doesn't check if the password contains the username. ![edit_full](https://dev.gitlab.org/uploads/gitlab/gitlabhq/f73001539e/edit_full.png) There are tests included. /cc @job See merge request !1227
| * | Refactored password_strength configurationPatricio Cano2014-10-281-14/+10
| | |
| * | Moved require from application.js to password_strength.jsPatricio Cano2014-10-242-1/+1
| | | | | | | | | | | | | | | Corrected div id for profile password/edit Added first spinach tests
| * | Corrected the layout of the strength indicator to be more consistent ↵Patricio Cano2014-10-231-3/+3
| | | | | | | | | | | | | | | | | | throughout the application. Fixed a test that was looking for an outdated HTML ID
| * | Updated the IDs of the fields, so that it wouldn't mess with many testsPatricio Cano2014-10-221-1/+1
| | | | | | | | | | | | Updated some tests to match new IDs
| * | Merge branch 'master' into feature_password_strength_indicatorPatricio Cano2014-10-2227-84/+29
| |\ \
| * | | Added a password strength indicatorPatricio Cano2014-10-221-5/+6
| | | | | | | | | | | | | | | | | | | | to the reset password view and the change password view after first login. Updated JS to work with the updated views.
| * | | Added a password strength indicatorPatricio Cano2014-10-132-0/+35
| | |/ | |/| | | | | | | to the profile page and the sign_up page, added CSS to best display it and created the custom script to load the meter.
* | | Merge pull request #7572 from mr-vinn/application-js-fixDmitriy Zaporozhets2014-10-281-1/+1
|\ \ \ | | | | | | | | Handle undefined text area values
| * | | Handle undefined text area valuesVinnie Okada2014-08-221-1/+1
| | | | | | | | | | | | | | | | | | | | Check to see if a text area's `val` is defined before trying to call `replace()` on it.
* | | | Merge pull request #8127 from cirosantilli/user-select-js-only-neededDmitriy Zaporozhets2014-10-283-35/+43
|\ \ \ \ | | | | | | | | | | Run user select Js only where needed
| * | | | Run user select Js only where neededCiro Santilli2014-10-273-35/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Transform current implementation into regular Coffescript classes so that the same call method can be reused on the dispatcher as for other classes.
* | | | | Merge pull request #8120 from cirosantilli/profile-js-only-neededDmitriy Zaporozhets2014-10-273-23/+29
|\ \ \ \ \ | |/ / / / |/| | | | Only run profile js on pages that need it
| * | | | 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 needed
| * | | | Only run namespace select js when neededCiro Santilli2014-10-212-22/+27
| | |_|/ | |/| | | | | | | | | | Only needed in admin/projects.
* | | | Merge pull request #8123 from cirosantilli/project-js-only-neededDmitriy Zaporozhets2014-10-274-62/+66
|\ \ \ \ | | | | | | | | | | Better js -> URL projects map to reduce unneeded execution
| * | | | Better js -> URL map to reduce unneeded executionCiro Santilli2014-10-214-62/+66
| |/ / /
* | | | Only run avatar chooser Js on pages that need itCiro Santilli2014-10-213-11/+11
|/ / /
* | | Export all coffee classes with @Ciro Santilli2014-10-2027-84/+29
|/ /
* | Apply ConfirmDangerModal for project transfer/remove actionsDmitriy Zaporozhets2014-10-081-0/+7
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>