summaryrefslogtreecommitdiff
path: root/app/assets/javascripts
Commit message (Collapse)AuthorAgeFilesLines
* Uses the correct variable names for this situation.issue-sidebar-mobileJacob Schatz2016-03-041-2/+2
|
* Only save right sidebar position cookie if user did the collapsing.Jacob Schatz2016-03-042-6/+7
|
* Fix bugs with open and close buttonsJacob Schatz2016-03-041-20/+6
|
* Small outside aside shrink sidebar button for mobile only.Jacob Schatz2016-03-041-0/+13
|
* Open sidebar button on mobile.Jacob Schatz2016-03-041-2/+2
|
* Merge branch 'issue_13300' into 'master' Jacob Schatz2016-03-041-2/+25
|\ | | | | | | | | | | | | | | | | Increase the notes polling timeout over time Originally by @roperzh at https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2821 Fixes #13300 See merge request !3071
| * Use camelCase for variable namesissue_13300Alfredo Sumaran2016-03-031-9/+9
| |
| * Set @max_polling_steps to 4 so the last interval will be 120 secondsAlfredo Sumaran2016-03-031-1/+1
| |
| * Provide @max_polling_steps instead of @limit_polling_intervalAlfredo Sumaran2016-03-031-2/+3
| |
| * Prevent multiple refreshes if a refresh is happeningAlfredo Sumaran2016-03-031-0/+4
| |
| * Increase the notes polling timeout over timeRoberto Dip2016-03-031-2/+20
| | | | | | | | | | | | | | | | | | A file called notes is loaded every ~15 seconds which checks for updates to content on the page. This commit increases the polling timeout over time (15, 30, 60, 120 seconds) and resets it to 15 seconds if the AJAX call returns new notes Fixes issue #13300
* | Move SSH key JS to Profile CS classRobert Speicher2016-03-031-0/+9
|/
* Correcly updates the status of the comment buttons on reloadPhil Hughes2016-03-031-3/+3
| | | | Closes #5534
* Refactor projects listDmitriy Zaporozhets2016-03-034-58/+27
| | | | | | | | | | | | | | | | 1. Fix double bottom border if pagination 2. Fix broken search on forks page 4. Remove duplicate js logic 4. Remove unused show all link 5. Remove duplicate “no project” message in different views After this merge request you can easily render shared projects template with all necessary html/js included to make searchable list with pagination. All you need to provide is controller that returns projects list with seach nad pagination and render html form with project-filter-form id and text field with filter_projects name. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge branch 'improve-user-tabs' into 'master' Jacob Schatz2016-03-034-5/+157
|\ | | | | | | | | | | | | Add routes and actions for dynamic tab loading. Closes #13588 and #13584 See merge request !2961
| * Re-use previous lineimprove-user-tabsAlfredo Sumaran2016-03-021-5/+4
| |
| * Remove unnecesary assignmentAlfredo Sumaran2016-03-021-1/+0
| |
| * Set actions dinamically and offer defaultAction as a optional parameterAlfredo Sumaran2016-03-021-11/+11
| |
| * Provide defaults and make sure we everything is container into a parent elementAlfredo Sumaran2016-03-022-12/+21
| |
| * Turn off existing event listenersAlfredo Sumaran2016-03-021-0/+4
| |
| * Remove trailing slashesAlfredo Sumaran2016-03-021-1/+3
| |
| * Group similar conditionalsAlfredo Sumaran2016-03-021-7/+1
| |
| * Merge branch 'master' into improve-user-tabsAlfredo Sumaran2016-03-013-3/+2
| |\
| * | Add inline documentationAlfredo Sumaran2016-03-011-0/+51
| | |
| * | Rename attribute from url to href for consistencyAlfredo Sumaran2016-03-011-1/+1
| | |
| * | Remove unneded method callAlfredo Sumaran2016-03-011-1/+0
| | | | | | | | | | | | @activateTab will call @setTab via .tab('show') this will trigger the method binded to this event which is @tabShown
| * | Make url and actions to be the same nameAlfredo Sumaran2016-03-011-2/+2
| | |
| * | Activate tab according URLAlfredo Sumaran2016-03-011-10/+16
| | |
| * | Pass options to UserTabsAlfredo Sumaran2016-03-011-2/+2
| | |
| * | Initialize User class on the viewAlfredo Sumaran2016-03-011-2/+0
| | |
| * | Handle default tabAlfredo Sumaran2016-02-291-15/+43
| | |
| * | Activities will load when the according tab is openedAlfredo Sumaran2016-02-291-1/+0
| | |
| * | Select just the first matched elementAlfredo Sumaran2016-02-291-1/+2
| | | | | | | | | | | | This a generic selector. It was also affecting spinner icon of the tabs
| * | Handle user tabsAlfredo Sumaran2016-02-291-0/+5
| | |
| * | Create user_tabs.js.coffeeAlfredo Sumaran2016-02-291-0/+58
| | |
| * | Delete unnecesary scriptAlfredo Sumaran2016-02-291-1/+0
| | |
| * | Add routes and actions for dynamic tab loadingJosh Frye2016-02-291-0/+1
| | |
* | | Contextually teach the user about the quick submit hotkeyRobert Speicher2016-03-021-0/+19
| | | | | | | | | | | | | | | | | | When a user tabs to the submit button (i.e., the "wrong" way), we display a tooltip with the quick submit hotkey so they can learn the "right" way.
* | | Change `js-quick-submit` behavior to expect the class on the formRobert Speicher2016-03-021-9/+16
| | | | | | | | | | | | | | | Now it will work on any field inside that form, and it's easier to scope new behavior, which is what we're adding next!
* | | Profile settingsPhil Hughes2016-03-021-2/+1
| | | | | | | | | | | | Closes #13853
* | | Fix help keyboard shortcut for relative URL setupsArtem Sidorenko2016-03-011-1/+3
| |/ |/|
* | Merge branch 'master' into issue_13212issue_13212Alfredo Sumaran2016-02-292-3/+1
|\ \
| * | Removed NGProgressremoved-ngprogressPhil Hughes2016-02-292-3/+1
| |/ | | | | | | | | | | In an effort to get the JS file size down, i've removed NGProgress and replaced with TurboLinks own loading indicator Ref #13820
* | Apply nice date when diff page loadsAlfredo Sumaran2016-02-291-0/+1
|/
* Merge branch 'master' into avatar-croppingavatar-croppingAlfredo Sumaran2016-02-263-3/+21
|\
| * Fix syntax error in autosave coffeescript.coffeescript_syntax_errorMarin Jankovski2016-02-261-3/+3
| |
| * Merge branch 'feature/jschatz1/sidebar-sizing' into 'master' Jacob Schatz2016-02-241-0/+6
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sidebar overlaps content when screen is below 1200px. When screen is below 1200px, the sidebar overlaps. When screen is above 1200px, the sidebar pushes content out. z-index change to make sure hamburger stays on top. Fixes #12717 ![screensize](/uploads/9a21fa06d583a49d6ebbf1ada34c6792/screensize.gif) ![screensize-small](/uploads/7c25f46e962248a40840562a01c83f8f/screensize-small.gif) Also sorry I couldn't get the collapse button in the screen cap. It's there. See merge request !2620
| | * Initialize navigation shortcuts on project's files pagefeature/jschatz1/sidebar-sizingAlfredo Sumaran2016-02-231-0/+1
| | |
| | * Ability to toggle sidebar on smaller screensAlfredo Sumaran2016-02-231-7/+3
| | |
| | * Update scrollbars after toggle sidebarAlfredo Sumaran2016-02-231-0/+6
| | |