Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-08-30Allow whitelisting for "external collaborator by default" settingRoger Rüttimann
2018-08-28Merge branch 'Expose-users-id-in-admin-users-show-page' into 'master'Phil Hughes
Expose user's id in /admin/users/ show page. See merge request gitlab-org/gitlab-ce!21297
2018-08-21Expose user's id in /admin/users/ show page.Eva Kadlecová
2018-08-20clarify runners currently online textBen Bodenmiller
2018-08-07Backport of EE changes in ↵Jacopo
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6804
2018-08-07Resolve "System level labels UI broken"André Luís
2018-08-07Resolve "Improve Auto DevOps settings flow for admin and project"Mike Greiling
2018-07-27Create instance_statistics namespace and move convdev index and cohorts to itLuke Bennett
2018-07-27Revert "Merge branch '41416-making-instance-wide-data-tools-more-accessible' ↵Sean McGivern
into 'master'" This reverts merge request !20679
2018-07-26Create instance_statistics namespace and move convdev index and cohorts to itLuke Bennett
2018-07-18Merge branch '47419-Fix-breadcrumbs' into 'master'Phil Hughes
Resolve "broken breadcrumb in admin/user when switching tabs" Closes #47419 See merge request gitlab-org/gitlab-ce!19608
2018-07-17Fix broken breadcrumb in admin/userRobin Naundorf
* Fix broken breadcrumb when switching tabs in admin/user Closes #47419
2018-07-11Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao
2018-07-10Resolve "Disable GCP free credit banner at instance level"Dennis Tang
2018-07-05Enable Capybara/FeatureMethods copWinnie Hellmann
2018-06-26Ignore unknown OAuth sources in ApplicationSettingRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-06-22Bring changes from EELin Jen-Shin
2018-06-08Users can accept terms during registrationBob Van Landuyt
When a user checks the `accept` checkbox, we will track that acceptance as usual. That way they don't need to accept again after they complete the registration. When an unauthenticated user visits the `/-/users/terms` page, there is no button to accept, decline or continue. The 'current-user menu' is also hidden from the top bar.
2018-06-07Merge branch '47182-use-the-default-strings-of-timeago-js' into 'master'Clement Ho
Use the default strings of timeago.js for timeago Closes #47182 See merge request gitlab-org/gitlab-ce!19350
2018-06-05allow only png, ico for favicon uploadsAlexis Reigel
the related omnibus graphicsmagick package only supports those formats. see https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/1975
2018-06-05remove favicon preview on appearance pageAlexis Reigel
2018-06-05create favicon overlay on the clientAlexis Reigel
the initial reason for this change was that graphicsmagick does not support writing to ico files. this fact lead to a chain of changes: 1. use png instead of ico (browser support is good enough) 2. render the overlays on the client using the canvas API. this way we only need to store the original favion and generate the overlay versions dynamically. this change also enables (next step) to simplify the handling of the stock favicons as well, as we don't need to generate all the versions upfront.
2018-06-05whitelist allowed file types for custom faviconsAlexis Reigel
2018-06-05feature spec for managing appearance > faviconAlexis Reigel
2018-06-03Use the default strings of timeago.js for timeagoTakuya Noguchi
2018-05-31Refactor validations and make runner factory by default to be instance-wide ↵Kamil Trzciński
runner
2018-05-31Improve runner_type validations for Ci::RunnerDylan Griffith
2018-05-25Fix pagination spec, forgot to add spaceClement Ho
2018-05-24Replace data-test=page with .js-pagination-pageClement Ho
2018-05-23Merge branch 'master' into bootstrap4Clement Ho
2018-05-21removed "(Beta)" from "Auto DevOps" messagesPaul Slaughter
2018-05-08Fix admin runners specClement Ho
2018-05-08Merge branch 'master' into bootstrap4Clement Ho
2018-05-04Enforces terms in the web applicationBob Van Landuyt
This enforces the terms in the web application. These cases are specced: - Logging in: When terms are enforced, and a user logs in that has not accepted the terms, they are presented with the screen. They get directed to their customized root path afterwards. - Signing up: After signing up, the first screen the user is presented with the screen to accept the terms. After they accept they are directed to the dashboard. - While a session is active: - For a GET: The user will be directed to the terms page first, after they accept the terms, they will be directed to the page they were going to - For any other request: They are directed to the terms, after they accept the terms, they are directed back to the page they came from to retry the request. Any information entered would be persisted in localstorage and available on the page.
2018-05-04Store application wide termsBob Van Landuyt
This allows admins to define terms in the application settings. Every time the terms are adjusted, a new version is stored and becomes the 'active' version. This allows tracking which specific version was accepted by a user.
2018-05-04Merge branch 'feature/runner-per-group' into 'master'Kamil Trzciński
Shared CI runners for groups See merge request gitlab-org/gitlab-ce!9646
2018-05-03Remove a warning from spec/features/admin/admin_users_spec.rbRobert Speicher
2018-05-03Merge branch 'master' into feature/runner-per-groupDylan Griffith
2018-05-01Fix spec/features/admin/admin_runners_spec.rb + test style improvementsDylan Griffith
2018-04-27Replace time_ago_in_words with JS-based oneTakuya Noguchi
2018-04-24Add data-test=page for testing pagination pages in admin abuse reports specClement Ho
2018-04-23Fix admin projects specClement Ho
2018-04-23denote group runners on admin runners pageAlexis Reigel
2018-04-16Merge branch 'master' into 'bootstrap4'Clement Ho
# Conflicts: # app/views/admin/application_settings/_signin.html.haml
2018-04-13Don't reset application settings oauth providers by mistakeDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-04-13Don't reset application settings import sourcesDmitriy Zaporozhets
If form does not have import sources checkboxes we should not reset import sources to empty. This fixes issue when import sources got reset after user modifies unrelated settings section like GitLab pages Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-04-12Merge branch 'master' into bootstrap4Clement Ho
2018-04-11Add matcher for emojiBob Van Landuyt
2018-04-10[skip ci] Convert panel related class names to cardClement Ho
2018-04-04Move the rest of application settings to expandable blocksDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>