| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor SystemHookUrlValidator and specs | George Koltsov | 2019-08-02 | 1 | -14/+2 |
* | Update security/webhooks.md doc page & specs | George Koltsov | 2019-08-02 | 1 | -3/+3 |
* | Add outbound requests setting for system hooks | George Koltsov | 2019-08-02 | 2 | -1/+31 |
* | Allow blank but not nil in validations | Reuben Pereira | 2019-07-31 | 1 | -2/+2 |
* | Add validator for qualidied domain array | Reuben Pereira | 2019-07-23 | 1 | -0/+49 |
* | Lesser Namespace#name validations | Bob Van Landuyt | 2019-07-09 | 1 | -12/+0 |
* | Fix color validation regex | Heinrich Lee Yu | 2019-06-25 | 1 | -1/+1 |
* | Align UrlValidator to validate_url gem implementation. | Thong Kuah | 2019-04-11 | 3 | -112/+123 |
* | Move Contribution Analytics related spec in spec/features/groups/group_page_w... | Imre Farkas | 2019-04-09 | 1 | -0/+86 |
* | Revert "Merge branch 'if-57131-external_auth_to_ce' into 'master'" | Andreas Brandl | 2019-04-05 | 1 | -86/+0 |
* | Move Contribution Analytics related spec in spec/features/groups/group_page_w... | Imre Farkas | 2019-04-05 | 1 | -0/+86 |
* | Renames Cluster#managed? to provided_by_user? | Mayra Cabrera | 2019-03-29 | 1 | -5/+3 |
* | Fix Bitbucket import | Francisco Javier López | 2019-03-14 | 1 | -1/+1 |
* | Merge branch 'fix/email_validator' into 'master' | Stan Hu | 2019-03-09 | 2 | -7/+36 |
|\ |
|
| * | Align EmailValidator to validate_email gem implementation. | Horatiu Eugen Vlad | 2019-03-05 | 2 | -7/+36 |
* | | Arbitrary file read via MergeRequestDiff | Francisco Javier López | 2019-03-04 | 1 | -0/+9 |
* | | Comment why we can't use Gitlab::CurrentSettings | Thong Kuah | 2019-02-20 | 1 | -0/+6 |
* | | Revert "Merge branch 'use_gitlab_current_settings' into 'master'" | Bob Van Landuyt | 2019-02-19 | 1 | -1/+1 |
* | | Use Gitlab::CurrentSettings in UrlValidator | Thong Kuah | 2019-02-19 | 1 | -1/+1 |
|/ |
|
* | Add table and model for error tracking settings | Reuben Pereira | 2019-01-07 | 1 | -1/+3 |
* | Merge branch 'ce-jej/group-saml-sso-button-link-description' into 'master' | Clement Ho | 2018-12-08 | 1 | -0/+1 |
|\ |
|
| * | Allow URLs to be validated as ascii_only | James Edwards-Jones | 2018-12-06 | 1 | -0/+1 |
* | | Add custom validation message for chronic duration attribute | Grzegorz Bizon | 2018-12-05 | 1 | -1/+5 |
|/ |
|
* | Allow UrlValidator to work with attr_encrypted | Nick Thomas | 2018-09-17 | 1 | -3/+11 |
* | Merge branch 'rubocop-code-reuse' into 'master' | Robert Speicher | 2018-09-13 | 1 | -0/+2 |
|\ |
|
| * | Disable existing offenses for the CodeReuse cops | Yorick Peterse | 2018-09-11 | 1 | -0/+2 |
* | | Enable frozen string in vestigial files | gfyoung | 2018-09-11 | 2 | -0/+4 |
|/ |
|
* | Merge branch 'filter-web-hooks-by-branch' into 'master' | Dmitriy Zaporozhets | 2018-09-05 | 1 | -0/+35 |
|\ |
|
| * | Refactor: move active hook filter to TriggerableHooks | Duana Saskia | 2018-09-05 | 1 | -0/+1 |
| * | Filter project hooks by branch | Duana Saskia | 2018-08-13 | 1 | -0/+34 |
* | | Allow whitelisting for "external collaborator by default" setting | Roger Rüttimann | 2018-08-30 | 1 | -0/+15 |
|/ |
|
* | Enable frozen string in apps/validators/*.rb | gfyoung | 2018-06-27 | 19 | -2/+40 |
* | Avoid checking the user format in every url validation | Francisco Javier López | 2018-06-11 | 1 | -3/+11 |
* | Add validation to webhook and service URLs to ensure they are not blocked bec... | Francisco Javier López | 2018-06-01 | 5 | -95/+71 |
* | Rename allow_private_networks to allow_local_network | Douwe Maan | 2018-04-02 | 1 | -5/+3 |
* | Raise more descriptive errors when URLs are blocked | Douwe Maan | 2018-04-02 | 1 | -2/+4 |
* | Adds validators and rack cookie helper | James Edwards-Jones | 2018-04-02 | 2 | -0/+16 |
* | Add HTTPS-only pages | Rob Watson | 2018-03-22 | 1 | -2/+0 |
* | Merge branch 'fj-15329-services-callbacks-ssrf' into 'security-10-6' | Douwe Maan | 2018-03-21 | 1 | -1/+1 |
* | Projects and groups badges API | Francisco Javier López | 2018-03-05 | 1 | -0/+32 |
* | Skip variables duplicates validator if variable is already a duplicate | Matija Čupić | 2018-02-22 | 1 | -0/+2 |
* | Improve validation message and add changelogmc/fix/project-variables-scope | Kamil Trzciński | 2018-02-14 | 1 | -1/+1 |
* | Refactor variable duplicates error message | Matija Čupić | 2018-02-14 | 1 | -1/+1 |
* | Add more information in variable_duplicates validator error message | Matija Čupić | 2018-02-13 | 1 | -1/+3 |
* | Refactor outer anonymous function into a do block | Matija Čupić | 2018-02-13 | 1 | -1/+3 |
* | Disable public send cop in variables duplicates validator | Matija Čupić | 2018-02-13 | 1 | -1/+1 |
* | Extend variables_duplicates validator with scope handling | Matija Čupić | 2018-02-13 | 1 | -2/+13 |
* | Validate User username only on Namespace, and bubble up appropriately | Douwe Maan | 2018-02-06 | 4 | -28/+1 |
* | Second iteration of Move Kubernetes from service to Cluster page | Filipa Lacerda | 2017-12-05 | 1 | -5/+5 |
* | Adds Rubocop rule for line break after guard clause | Jacopo | 2017-11-16 | 2 | -0/+2 |