- Oct 13, 2017
-
-
Bob Van Landuyt authored
-
- Aug 30, 2017
-
-
Nick Thomas authored
`allowed_key_types` is removed and the `minimum_<type>_bits` fields are renamed to `<tech>_key_restriction`. A special sentinel value (`-1`) signifies that the key type is disabled. This also feeds through to the UI - checkboxes per key type are out, inline selection of "forbidden" and "allowed" (i.e., no restrictions) are in. As with the previous model, unknown key types are disallowed, even if the underlying ssh daemon happens to support them. The defaults have also been changed from the lowest known bit size to "no restriction". So if someone does happen to have a 768-bit RSA key, it will continue to work on upgrade, at least until the administrator restricts them.
-
Nick Thomas authored
This is an amalgamation of: * Cory Hinshaw: Initial implementation !5552 * Rémy Coutable: Updates !9350 * Nick Thomas: Resolve conflicts and add ED25519 support !13712
-
- Jul 27, 2017
-
-
Bob Van Landuyt authored
In favor of the new `repository_storages`
-
- Jul 13, 2017
-
-
Robin Bobbitt authored
When sign-in is disabled: - skip password expiration checks - prevent password reset requests - don’t show Password tab in User Settings - don’t allow login with username/password for Git over HTTP requests - render 404 on requests to Profiles::PasswordsController
-
- May 10, 2017
-
-
Marcia Ramos authored
-
- Apr 03, 2017
-
-
Adam Niedzielski authored
Implement module for setting "Poll-Interval" response header. Return 429 in ETag caching middleware when polling is disabled.
-
- Mar 07, 2017
-
-
Régis Freyd (GitLab) authored
-
- Mar 02, 2017
-
-
Toon Claes authored
Use strings for the ApplicationSetting properties: - restricted_visibility_levels - default_project_visibility - default_snippet_visibility - default_group_visibility
-
- Mar 01, 2017
-
-
Robert Schilling authored
-
- Feb 06, 2017
-
-
Adam Niedzielski authored
Store the value in application settings. Expose the value to Workhorse.
-
- Jan 12, 2017
-
-
Horacio Sanson authored
This MR enables rendering of PlantUML diagrams in Asciidoc documents. To add a PlantUML diagram all we need is to include a plantuml block like: ``` [plantuml, id="myDiagram", width="100px", height="100px"] -- bob -> alice : ping alice -> bob : pong -- ``` The plantuml block is substituted by an HTML img element with *src* pointing to an external PlantUML server. This MR also add a PlantUML integration section to the Administrator -> Settings page to configure the PlantUML rendering service and to enable/disable it. Closes: #17603
-
- Dec 29, 2016
-
-
Robert Schilling authored
-
- Nov 04, 2016
-
-
Nick Thomas authored
-
- Sep 29, 2016
-
-
DJ Mountney authored
This will allow the Koding app to enable the integration itself once is has authorized an admin user using the application secrets.
-
- Aug 19, 2016
-
-
Benjamin Schwarze authored
-
- Aug 08, 2016
-
-
winniehell authored
-
- Jul 19, 2016
-
-
Patricio Cano authored
-
- Jul 18, 2016
-
-
Patricio Cano authored
Refactor and rename `restricted_signup_domains` to `domain_whitelist` to better conform to its behavior and newly introduced behavior.
-
- Jul 05, 2016
-
-
Patricio Cano authored
-
Patricio Cano authored
-
- Jun 30, 2016
-
-
Alejandro Rodríguez authored
-
- Jun 05, 2016
-
-
Ian Kelling authored
-
- Jun 03, 2016
-
-
James Lopez authored
This reverts commit 3e991230.
-
James Lopez authored
# Conflicts: # app/models/project.rb
-
- May 31, 2016
-
-
Kamil Trzcińśki authored
-
- Mar 31, 2016
-
-
connorshea authored
I’ve removed everything related to the feature based on this commit: ce08f919f34fd8849834365 Resolves #10857.
-
- Jan 18, 2016
-
-
Achilleas Pipinellis authored
-
- Nov 23, 2015
-
-
Anton Davydov authored
-
- Jul 06, 2015
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-