- 04 Jun, 2021 12 commits
-
-
Stan Hu authored
This eliminates the need for Workhorse to set `Content-Type` by guessing based on file extension. If `Content-Disposition` is `attachment`, the browser will prompt the user for an action. In Chrome, the user is always prompted to save the file, and the `filename` extension in the `Content-Disposition` header determines the saved file's default extension. Chrome appears to ignore `Content-Type` if `Content-Disposition` is an attachment. In Firefox, the user is prompted with two options: save the file, or open it with a program. Again, the `filename` extension in the `Content-Disposition` header determines the saved file's default extension. In addition, this extension is used to guess which default program should open the file. If the extension isn't present, Firefox falls back to `Content-Type`. Safari combines both approaches. Like Chrome, it only prompts the user to save the file. Like Firefox, it falls back to the extension provided in `Content-Type` if the `Content-Disposition` filename is not present. Hence, Workhorse's setting of `Content-Type` based on extension provides no additional information and may even be a security risk if the `Content-Disposition` is subverted. Changelog: changed
-
Mark Chao authored
Rename base class for issue tracker integrations See merge request gitlab-org/gitlab!63019
-
David Kim authored
Ecosystem: Update usage ping metrics See merge request gitlab-org/gitlab!63035
-
Suzanne Selhorn authored
Full review of Start using Git on the command line See merge request gitlab-org/gitlab!62779
-
Cynthia Ng authored
-
Kerri Miller authored
Wait for requests when expanding diffs in feature spec See merge request gitlab-org/gitlab!63239
-
David Kim authored
Enable cross pipeline artifacts download [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!63074
-
David Kim authored
Rename repository to repository_deprecated See merge request gitlab-org/gitlab!63085
-
David Kim authored
Add project topic to graphql See merge request gitlab-org/gitlab!60397
-
Mark Lapierre authored
E2E: Move label migration validation in to existing spec See merge request gitlab-org/gitlab!62994
-
Andrejs Cunskis authored
-
Robert Speicher authored
Removing reference to renewals@ See merge request gitlab-org/gitlab!63231
-
- 03 Jun, 2021 28 commits
-
-
Simon Knox authored
Add purgeHTML extractor to fix flakiness See merge request gitlab-org/gitlab!63263
-
Mark Lapierre authored
Add spec for incorrect path parsing when name ends with ref See merge request gitlab-org/gitlab!62123
-
Samantha Ming authored
The spec to cover the scenario raised in this issue: https://gitlab.com/gitlab-org/gitlab/-/issues/330947
-
Evan Read authored
Add Note about Praefect database tables not being created on initial reconfigure See merge request gitlab-org/gitlab!62980
-
Sean John Hoyle authored
-
Amy Qualls authored
Improve DAST introduction See merge request gitlab-org/gitlab!62852
-
Russell Dickenson authored
-
Andrew Fontaine authored
Add rollover and description to Iteration Cadence form See merge request gitlab-org/gitlab!62755
-
Paul Slaughter authored
- Previously we only used the defaultExtractor which only looks at words. - We can greatly increase the non-determinism of this by using the bon-a-fide HTML extractor. - This will prevent issues like [this][1]. [1]: https://gitlab.com/gitlab-org/gitlab-foss/-/jobs/1316947507
-
Evan Read authored
documentation: Fix vale issues for (/administration/postgresql/standalone.md) #332393 See merge request gitlab-org/gitlab!63072
-
Miguel Rincon authored
Add sort controls to new Releases page See merge request gitlab-org/gitlab!62848
-
Miguel Rincon authored
Handle enter action of MR comment form See merge request gitlab-org/gitlab!62376
-
Furkan Ayhan authored
-
Craig Norris authored
Moved terms list into separate file See merge request gitlab-org/gitlab!63097
-
Suzanne Selhorn authored
-
Nathan Friend authored
And also fix one more typo in a constant.
-
Nathan Friend authored
This commit fixes some typos in variable names and constants.
-
Nathan Friend authored
This commit updates the Apollo Client version of the Releases index page to include the same sort controls that are on the current page.
-
Suzanne Selhorn authored
Add roles permissions rule as warning, and fix violation See merge request gitlab-org/gitlab!63113
-
Suzanne Selhorn authored
Docs: Fix vale issues for (./administration/geo/setup/database.md) See merge request gitlab-org/gitlab!62987
-
Abhijeet Chatterjee authored
-
Jose Ivan Vargas authored
Add top_nav_menu_sections component See merge request gitlab-org/gitlab!63127
-
Paul Slaughter authored
-
Mark Florian authored
Fix broken startup-css-check [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!63242
-
Mayra Cabrera authored
Remove flaky test from smoke for investigation See merge request gitlab-org/gitlab!63219
-
Tiffany Rea authored
-
Nick Gaskill authored
Add docs for deleting a package file See merge request gitlab-org/gitlab!63096
-
Tim Rizzi authored
-