Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-04-20Add latest changes from gitlab-org/gitlab@14-10-stable-eev14.10.0-rc42GitLab Bot
2022-02-18Add latest changes from gitlab-org/gitlab@14-8-stable-eev14.8.0-rc42GitLab Bot
2020-10-21Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot
2020-01-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-09Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2018-09-26Enable even more frozen string in app/controllersgfyoung
Enables frozen string for some vestigial files as well as the following: * app/controllers/projects/**/*.rb * app/controllers/sherlock/**/*.rb * app/controllers/snippets/**/*.rb * app/controllers/users/**/*.rb Partially addresses #47424.
2018-06-18Add workhorse authorize method for project/group uploadsJan Provaznik
This method can be used by workhorse to get presigned URLs used for direct upload of files.
2018-02-01port of 594e6a0a625^..f74c90f68c6Micaël Bergeron
2017-12-07Support uploads for groupsJarka Kadlecova
2017-09-19Do not perform hard check (presence of file on storage)Kamil Trzcinski
Instead perform soft check (the column set to indicate that file does exist)
2017-05-02Support uploaders for personal snippets commentsJarka Kadlecova
2017-02-10Don't perform Devise trackable updates on blocked User recordsRobert Speicher
2017-02-03replace `find_with_namespace` with `find_by_full_path`Adam Pahlevi
add complete changelog for !8949
2016-07-19First support of videos in issues, MRs and notesEric Hayes
* Registered video MIME types * Currently supporting browser-supported formats with extensions that match the mime type
2016-03-22Address feedbackDouwe Maan
2016-03-20Tweaks, refactoring, and specsDouwe Maan
2015-10-13Only render 404 page from /publicValery Sizov
2015-04-30Add a page title to every page.Douwe Maan
2015-04-23Simplify the `skip_before_filter` logic for UploadsControllerRobert Speicher
2015-04-20Fixed the Rails/ActionFilter copJeroen van Baarsen
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
2015-04-17Explain skip_before_filter workaround.Douwe Maan
2015-04-17Correctly handle blocked users.Douwe Maan
2015-04-16remove access control for imagesHannes Rosenögger
This commit removes the access control for uploaded images. This is needed to display the images in emails again.
2015-02-20Fix URL to uploaded file.Douwe Maan
2015-02-20Merge branch 'extend_markdown_upload' into generic-uploadsDouwe Maan
# Conflicts: # app/controllers/files_controller.rb # app/controllers/projects/uploads_controller.rb # app/uploaders/attachment_uploader.rb
2015-02-20Satisfy Rubocop.Douwe Maan
2015-02-20Use controllers to serve uploads, with XSS prevention and access control.Douwe Maan
2015-02-18Refactor.Douwe Maan
2015-02-18implement Project::UploadsControllerHannes Rosenögger