summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'issue-closing-docs' into 'master' Robert Speicher2015-12-082-14/+15
|\ | | | | | | | | | | | | Update documentation about automatic issue closing RE !1933 See merge request !2000
| * Merge branch 'master' into issue-closing-docsissue-closing-docsDouwe Maan2015-12-0862-218/+474
| |\
| * | Update documentation about automatic issue closingDouwe Maan2015-12-072-14/+15
| | |
* | | Merge branch 'rs-clipboard-selector' into 'master' Robert Speicher2015-12-082-2/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Make cross-project reference's clipboard target less naive See !2023 See merge request !2024
| * | | Make cross-project reference's clipboard target less naivers-clipboard-selectorRobert Speicher2015-12-082-2/+2
| | | | | | | | | | | | | | | | See !2023
* | | | Merge branch 'rs-issue-3908' into 'master' Drew Blessing2015-12-083-8/+8
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make tab target selectors less naive Prior, any of the specified IDs could have been hijacked by a table of contents header, breaking the tab functionality. For example, a `## Notes` header would get the id `notes` and prevent the Discussion tab from being activated. Closes #3908 See merge request !2023
| * | | Make tab target selectors less naiveRobert Speicher2015-12-083-8/+8
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | Prior, any of the specified IDs could have been hijacked by a table of contents header, breaking the tab functionality. For example, a `## Notes` header would get the id `notes` and prevent the Discussion tab from being activated. Closes #3908
* | | Merge branch 'ldap_block_when_missing' into 'master' Drew Blessing2015-12-084-2/+16
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Block LDAP user when they are no longer found in the LDAP server Currently, if a user is deleted from LDAP the `Gitlab::Ldap::Access.allowed?` method will return `false`, but the user will not be blocked. This means that the user would be able to continue using GitLab if they are already logged in, or when performing Git over SSH operations. After this change, users will be blocked when they no longer exist in LDAP. There is still a one hour LDAP check cache time in effect, so the change is not immediate. This is noted in the documentation. cc/ @DouweM @dzaporozhets See merge request !2022
| * | | Block LDAP user when they are no longer found in the LDAP serverDrew Blessing2015-12-084-2/+16
| | | |
* | | | Merge branch 'ui-framework-fixes'Dmitriy Zaporozhets2015-12-084-28/+33
|\ \ \ \
| * | | | Small css cleanup and ui dev kit improvementsDmitriy Zaporozhets2015-12-024-27/+16
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | Add cover-block to UI frameworkDmitriy Zaporozhets2015-12-021-3/+19
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | | Merge remote-tracking branch 'origin/ui/misc'Dmitriy Zaporozhets2015-12-0816-48/+67
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | Merge branch 'master' into ui/miscui/miscDouwe Maan2015-12-0862-218/+474
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Remove pointless explanation for user tabsDouwe Maan2015-12-072-16/+8
| | | | |
| * | | | Merge branch 'master' into ui/miscDouwe Maan2015-12-07234-1355/+2617
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge branch 'master' into ui/miscDouwe Maan2015-12-0388-348/+380
| |\ \ \ \
| * | | | | Add tooltips to tag buttonsDouwe Maan2015-12-021-4/+4
| | | | | |
| * | | | | Add tooltip to branch delete buttonDouwe Maan2015-12-021-1/+1
| | | | | |
| * | | | | Add tag delete buttonDouwe Maan2015-12-021-0/+5
| | | | | |
| * | | | | Add permission check for tag list release notes buttonDouwe Maan2015-12-021-3/+4
| | | | | |
| * | | | | Add clipboard button to commit box SHADouwe Maan2015-12-021-1/+2
| | | | | |
| * | | | | "CI build passed", not "CI build success"Douwe Maan2015-12-026-14/+19
| | | | | |
| * | | | | Make tree view "Add file" button smallerDouwe Maan2015-12-021-1/+1
| | | | | |
| * | | | | Only show "Manage group members" in project member list when user has accessDouwe Maan2015-12-021-4/+5
| | | | | |
| * | | | | Move branch list info tags out of main linkDouwe Maan2015-12-021-10/+10
| | | | | |
| * | | | | Extract title from copy/pasted SSH key when it ends in a newlineDouwe Maan2015-12-021-1/+1
| | | | | |
| * | | | | Fix incorrect active state for "Your Projects" tabDouwe Maan2015-12-021-1/+1
| | | | | |
| * | | | | Separate page title segments by middot rather than pipeDouwe Maan2015-12-021-1/+2
| | | | | |
| * | | | | Move "Start new merge request" checkbox closer to New branch fieldDouwe Maan2015-12-022-10/+9
| | | | | |
| * | | | | Use standard style for tabs in profile viewDouwe Maan2015-12-021-1/+13
| | |_|_|/ | |/| | |
* | | | | Merge branch 'update-stats-upon-rake-import' into 'master' Drew Blessing2015-12-082-0/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update project repository size and commit count during import:repos task Closes #3848 See merge request !2011
| * | | | | Update project repository size and commit count during import:repos taskStan Hu2015-12-082-0/+3
|/ / / / / | | | | | | | | | | | | | | | Closes #3848
* | | | | Merge branch 'build-related-fixes' into 'master' Dmitriy Zaporozhets2015-12-0823-62/+66
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Build related UI fixes ## Before ![Screen_Shot_2015-12-08_at_13.15.21](/uploads/b72ed55da1f0ec953d2eb077fa4fbb18/Screen_Shot_2015-12-08_at_13.15.21.png) ## After ![Screen_Shot_2015-12-08_at_13.15.01](/uploads/144d8099e2724a51125e392dcbd43ed4/Screen_Shot_2015-12-08_at_13.15.01.png) See merge request !2015
| * | | | | Fix specbuild-related-fixesDouwe Maan2015-12-081-5/+5
| | | | | |
| * | | | | Add '#' to build page titleDouwe Maan2015-12-081-1/+1
| | | | | |
| * | | | | Get ci_commit in MR controllerDouwe Maan2015-12-083-6/+7
| | | | | |
| * | | | | Link builds list status to build detailsDouwe Maan2015-12-081-1/+6
| | | | | |
| * | | | | Show "#123" instead of "Builds #123" to make column smallerDouwe Maan2015-12-081-2/+2
| | | | | |
| * | | | | Change "Cancel all" to "Cancel running"Douwe Maan2015-12-081-3/+2
| | | | | |
| * | | | | Reduce MR/issue duplicationDouwe Maan2015-12-083-7/+5
| | | | | |
| * | | | | Remove top border from build pageDouwe Maan2015-12-081-7/+5
| | | | | |
| * | | | | Memoize ci_yaml_file.Douwe Maan2015-12-081-1/+1
| | | | | |
| * | | | | Use gray content block for network graph headerDouwe Maan2015-12-081-3/+6
| | | | | |
| * | | | | Fix padding around protected branches wellDouwe Maan2015-12-081-1/+1
| | | | | |
| * | | | | Fix profile private token form actionsDouwe Maan2015-12-081-5/+5
| | | | | |
| * | | | | `builds_enabled` rather than `ci_enabled`Douwe Maan2015-12-082-2/+2
| | | | | |
| * | | | | Render monospace text at 90% of the parent font-sizeDouwe Maan2015-12-082-1/+2
| | | | | |
| * | | | | Use consistent padding for .gitlab-ci.yml info calloutsDouwe Maan2015-12-081-3/+2
| | | | | |
| * | | | | Use consistent padding in panel headingDouwe Maan2015-12-081-2/+4
| | | | | |