An error occurred fetching the project authors.
- 16 Sep, 2019 1 commit
-
-
GitLab Bot authored
-
- 09 Apr, 2019 1 commit
-
-
Imre Farkas authored
Move Contribution Analytics related spec in spec/features/groups/group_page_with_external_authorization_service_spec to EE
-
- 05 Apr, 2019 2 commits
-
-
Andreas Brandl authored
This reverts merge request !26823
-
Imre Farkas authored
Move Contribution Analytics related spec in spec/features/groups/group_page_with_external_authorization_service_spec to EE
-
- 01 Feb, 2019 1 commit
-
-
Mesut Güneş authored
-
- 13 Oct, 2018 1 commit
-
-
Stan Hu authored
This integration no longer works and does not appear to be supported. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/39697
-
- 02 Oct, 2018 1 commit
-
-
Rémy Coutable authored
This was introduced by https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/7371 for which no QA was run, even though QA files were changed. This is a follow-up to https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/7531. Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 01 Oct, 2018 1 commit
-
-
Oswaldo Ferreira authored
- Creates a new column to hold the single patch limit value on application_settings - Allows updating this value through the application_settings API - Calculates single diff patch collapsing limit based on diff_max_patch_bytes column - Updates diff limit documentation - Adds documentation (with warning) as of how one can update this limit
-
- 19 Sep, 2018 1 commit
-
-
Martin Wortschack authored
-
- 18 Sep, 2018 1 commit
-
-
Martin Wortschack authored
-
- 14 Sep, 2018 2 commits
-
-
Martin Wortschack authored
-
Martin Wortschack authored
-
- 05 Sep, 2018 1 commit
-
-
Martin Wortschack authored
-
- 04 Sep, 2018 2 commits
-
-
Martin Wortschack authored
-
Martin Wortschack authored
-
- 15 Aug, 2018 1 commit
-
-
Nick Thomas authored
-
- 07 Aug, 2018 1 commit
-
-
Phil Hughes authored
This enables JavaScripts projects to have live previews straight in the browser without requiring any local configuration. This uses the CodeSandbox package `sandpack` to compile it all inside of an iframe. This feature is off by default and can be toggled on in the admin settings. Only projects with a `package.json` and a `main` key are supported. Updates happen in real-time with hot-reloading. We just watch for changes to files and then send them to `sandpack` to allow it to reload the iframe. The iframe includes a very simple navigation bar, the text bar is `readonly` to stop users navigating away from the preview and the back and forward buttons just pop/splice the navigation stack which is tracked by a listener on `sandpack` There is a button inside the iframe which allows the user to open the projects inside of CodeSandbox. This button is only visible on **public** projects. On private or internal projects this button get hidden to protect private code being leaked into an external public URL. Closes #47268
-
- 03 Aug, 2018 1 commit
-
-
- 10 Jul, 2018 1 commit
-
-
Dennis Tang authored
-
- 26 Jun, 2018 1 commit
-
-
Micaël Bergeron authored
-
- 22 Jun, 2018 1 commit
-
-
Micaël Bergeron authored
-
- 13 Jun, 2018 1 commit
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 08 Jun, 2018 2 commits
-
-
Bob Van Landuyt authored
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.
-
Andreas Kämmerle authored
-
- 07 May, 2018 2 commits
-
-
Tiago Botelho authored
Adds changelog entry, changes RemoteMirror#sync? to be semantically sound and remove reference to pull mirrors in view
-
Tiago Botelho authored
-
- 04 May, 2018 2 commits
-
-
Bob Van Landuyt authored
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.
-
Bob Van Landuyt authored
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.
-
- 04 Apr, 2018 4 commits
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 02 Apr, 2018 1 commit
-
-
Dmitriy Zaporozhets authored
Also reorganize application settings related to repository in more maninful sections Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 29 Mar, 2018 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 27 Mar, 2018 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 26 Mar, 2018 3 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
* Replace btn-save with btn-success * Add id to each section so it can be directly linked Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
To make design consistent with project settings Next admin area application settings are afected by this commit: * Visibility and access control * Account and limit settings * Sign in * Sign up * Help page * Pages Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 12 Jul, 2017 1 commit
-
-
Phil Hughes authored
`breadcrumb_title` is then overriden when needed
-
- 06 Jul, 2017 1 commit
-
-
Phil Hughes authored
-