- Mar 02, 2020
-
-
GitLab Bot authored
-
- Oct 22, 2019
-
-
GitLab Bot authored
-
- Jul 03, 2019
-
-
Heinrich Lee Yu authored
We don't need to find the filename from the remote URL
-
- Jan 24, 2019
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Dec 21, 2018
-
-
Michael Kozono authored
Specifically, the `ListAllMyBuckets` permission. This works if you know the directory exists. See more: * https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/23981 * https://stackoverflow.com/a/12288581/1992201
-
- Nov 12, 2018
-
-
Jarka Kadlecova authored
Extract code to make it easier reusable - introduce AttributesRewriter and ContentRewriter - support group entites when rewriting content - make Uploader copy_to working for Namespaces
-
- Jul 18, 2018
-
-
Jan Provaznik authored
-
- Jul 13, 2018
-
-
James Lopez authored
-
- Jul 03, 2018
-
-
Stan Hu authored
-
Micael Bergeron authored
-
- Jun 07, 2018
-
-
Robert Speicher authored
-
- Mar 08, 2018
-
-
File uploads on objects storage should use hashed storage Closes #4952 See merge request gitlab-org/gitlab-ee!4597
-
- Mar 02, 2018
-
-
Micael Bergeron authored
-
- Mar 01, 2018
-
-
Micael Bergeron authored
-
- Feb 28, 2018
-
-
Kamil Trzcińśki authored
This reverts commit 54a575f1, reversing changes made to c63af942.
-
Sean McGivern authored
Move uploads to object storage Closes #4163 See merge request gitlab-org/gitlab-ee!3867
-
- Feb 07, 2018
-
-
Nick Thomas authored
-
- Feb 06, 2018
-
-
Micael Bergeron authored
-
Micael Bergeron authored
it will also automatically prune empty directories for `FileUploader`-based uploaders.
-
- Feb 02, 2018
-
-
Micael Bergeron authored
-
Micael Bergeron authored
-
- Feb 01, 2018
-
-
Micael Bergeron authored
-
- Jan 31, 2018
-
-
Takuya Noguchi authored
-
- Nov 21, 2017
-
-
Gabriel Mazetto authored
-
- Oct 30, 2017
-
-
Gabriel Mazetto authored
-
- Aug 02, 2017
-
-
Robert Speicher authored
-
- Aug 01, 2017
-
-
Robert Speicher authored
-
- Jun 08, 2017
-
-
Ran: - git format-patch v9.2.2..v9.2.5 --stdout > patchfile.patch - git checkout -b 9-2-5-security-patch origin/v9.2.2 - git apply patchfile.patch - git commit - [Got the sha ref for the commit] - git checkout -b upstream-9-2-security master - git cherry-pick <SHA of the patchfile commit> - [Resolved conflicts] - git cherry-pick --continue
-
DJ Mountney authored
Ran: - git format-patch v9.2.2..v9.2.5 --stdout > patchfile.patch - git checkout -b 9-2-5-security-patch origin/v9.2.2 - git apply patchfile.patch - git commit - [Got the sha ref for the commit] - git checkout -b upstream-9-2-security master - git cherry-pick <SHA of the patchfile commit> - [Resolved conflicts] - git cherry-pick --continue
-
- Mar 06, 2017
-
-
Robert Speicher authored
-
Robert Speicher authored
-
- Feb 24, 2017
-
-
Robert Speicher authored
- Moves a duplicate `file_storage?` definition into the common `GitlabUploader` ancestor. - Get the `uploads` base directory from a class method rather than hard-coding it where it's needed. This will be used in a subsequent MR to store Uploads in the database. - Improves the specs for uploaders.
-
- Jan 03, 2017
-
-
Jacob Vosmaer (GitLab) authored
-
- Dec 15, 2016
-
-
Jacob Vosmaer (GitLab) authored
-
- Jul 20, 2016
-
-
Rémy Coutable authored
Handle videos in: - MD preview in notes: commit, issue/MR, MR diff - New notes in: commit, issue/MR, MR diff - Persisted notes in: commit, issue/MR, MR diff Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Jul 19, 2016
-
-
Eric Hayes authored
* Registered video MIME types * Currently supporting browser-supported formats with extensions that match the mime type
-