summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update secure_headers.rb with feedback.cs-csp-take-twoConnor Shea2017-05-021-11/+11
* Minor fixes.Connor Shea2017-05-021-2/+2
* Clean up the code a bit.Connor Shea2017-05-021-7/+6
* Fix a few more bugs with dev mode.Connor Shea2017-05-021-2/+9
* Update the config to match GitLab.com and fix a bunch of potential problems i...Connor Shea2017-05-021-14/+23
* Update secure_headers config to match what's currently used on GitLab.com.Connor Shea2017-05-021-7/+1
* Disable blocking mixed content.Connor Shea2017-05-023-20/+19
* Add CSP headers to GitLab.Connor Shea2017-05-023-0/+116
* Merge branch 'fix-gitaly-not-found' into 'master' Douwe Maan2017-05-023-79/+92
|\
| * Re-enable ref operations with gitaly after not-found fixfix-gitaly-not-foundAlejandro Rodríguez2017-05-023-79/+92
* | Merge branch 'rs-described_class-cop-2' into 'master' Douwe Maan2017-05-0242-144/+145
|\ \
| * | Auto-correct `RSpec/DescribedClass` violationsrs-described_class-cop-2Robert Speicher2017-05-0140-141/+141
| * | Enable `RSpec/DescribedClass` copRobert Speicher2017-05-012-3/+4
* | | Merge branch 'remove-unused-initializer' into 'master' Douwe Maan2017-05-021-5/+0
|\ \ \
| * | | Remove unused initializerremove-unused-initializerSean McGivern2017-05-021-5/+0
* | | | Merge branch '30272-bvl-reject-more-namespaces' into 'master' Douwe Maan2017-05-0234-135/+1624
|\ \ \ \
| * | | | Don't validate reserved words if the format doesn't match30272-bvl-reject-more-namespacesBob Van Landuyt2017-05-021-0/+1
| * | | | Refresh the markdown cache if it was `nil`Bob Van Landuyt2017-05-022-0/+9
| * | | | Add some documentation for the new migration helpersBob Van Landuyt2017-05-021-0/+25
| * | | | Update commentsBob Van Landuyt2017-05-022-5/+26
| * | | | Add a better error message when a certain path is missingBob Van Landuyt2017-05-021-3/+34
| * | | | Update path validation & specsBob Van Landuyt2017-05-022-16/+58
| * | | | Reuse Gitlab::Regex.full_namespace_regex in the DynamicPathValidatorBob Van Landuyt2017-05-024-28/+34
| * | | | Rename child namespaces in migrationhelpersBob Van Landuyt2017-05-015-16/+40
| * | | | Reject group-routes as names of child namespacesBob Van Landuyt2017-05-015-43/+147
| * | | | Reject paths following namespace for paths including 2 `*`Bob Van Landuyt2017-05-012-14/+16
| * | | | Allow `graphs` & `refs` project namesBob Van Landuyt2017-05-011-2/+0
| * | | | Clear html cache for a projects milestonesBob Van Landuyt2017-05-012-0/+14
| * | | | Remove dependecy on `User`Bob Van Landuyt2017-05-011-20/+0
| * | | | Move ReservedPathsMigration into V1 namespaceBob Van Landuyt2017-05-0116-378/+391
| * | | | Minor style adjustmentsBob Van Landuyt2017-05-014-28/+45
| * | | | Use `%r{}` regexes to avoid having to escape `/`Bob Van Landuyt2017-05-012-6/+6
| * | | | Clear cached markdown after renaming projectsBob Van Landuyt2017-05-016-6/+88
| * | | | Rename Projects & Namespaces based on entire pathsBob Van Landuyt2017-05-016-9/+38
| * | | | The dynamic path validator can block out partial pathsBob Van Landuyt2017-05-016-95/+120
| * | | | Rename namespaces called `Users`Bob Van Landuyt2017-05-011-0/+1
| * | | | Make path validation case-insensitiveBob Van Landuyt2017-05-012-1/+8
| * | | | Use objects for renaming namespaces and projectsBob Van Landuyt2017-05-0110-248/+306
| * | | | Add a WIP spec for clearing the cacheBob Van Landuyt2017-05-012-0/+4
| * | | | Rename projects in a migrationhelperBob Van Landuyt2017-05-016-62/+201
| * | | | Make renaming records in the database reusableBob Van Landuyt2017-05-015-94/+174
| * | | | Rename forbidden paths in a single migrationBob Van Landuyt2017-05-016-958/+39
| * | | | Rename namespace-paths in a migration helperBob Van Landuyt2017-05-015-0/+469
| * | | | Reject `-` as a pathBob Van Landuyt2017-05-011-0/+1
| * | | | Move `replace_sql` into `Database::MigrationHelpers`Bob Van Landuyt2017-05-012-0/+56
| * | | | Rename `NamespaceValidator` to `DynamicPathValidator`Bob Van Landuyt2017-05-018-10/+13
| * | | | Use the namespace validator for validating all pathsBob Van Landuyt2017-05-013-29/+2
| * | | | Check `has_parent?` for determining validation typeBob Van Landuyt2017-05-013-3/+8
| * | | | Split off validating full pathsBob Van Landuyt2017-05-012-6/+28
| * | | | Improve detection of reserved words from routesBob Van Landuyt2017-05-012-27/+69