summaryrefslogtreecommitdiff
path: root/app/controllers/projects/uploads_controller.rb
Commit message (Collapse)AuthorAgeFilesLines
* port of 594e6a0a625^..f74c90f68c6Micaël Bergeron2018-02-011-7/+14
|
* Support uploads for groupsJarka Kadlecova2017-12-071-23/+5
|
* Do not perform hard check (presence of file on storage)Kamil Trzcinski2017-09-191-1/+1
| | | | Instead perform soft check (the column set to indicate that file does exist)
* Support uploaders for personal snippets comments12910-uploader-pers-snippetJarka Kadlecova2017-05-021-24/+8
|
* Don't perform Devise trackable updates on blocked User recordsrs-warden-blocked-usersRobert Speicher2017-02-101-2/+2
|
* replace `find_with_namespace` with `find_by_full_path`Adam Pahlevi2017-02-031-1/+1
| | | | add complete changelog for !8949
* First support of videos in issues, MRs and notesEric Hayes2016-07-191-4/+4
| | | | | * Registered video MIME types * Currently supporting browser-supported formats with extensions that match the mime type
* Address feedbackDouwe Maan2016-03-221-1/+1
|
* Tweaks, refactoring, and specsDouwe Maan2016-03-201-1/+5
|
* Only render 404 page from /publicinified_404_errorValery Sizov2015-10-131-1/+1
|
* Add a page title to every page.Douwe Maan2015-04-301-2/+0
|
* Simplify the `skip_before_filter` logic for UploadsControllerrs-simplify-uploads-controllerRobert Speicher2015-04-231-5/+2
|
* Fixed the Rails/ActionFilter copJeroen van Baarsen2015-04-201-4/+4
| | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* Explain skip_before_filter workaround.haynes/gitlab-ce-remove_access_control_for_imagesDouwe Maan2015-04-171-2/+5
|
* Correctly handle blocked users.Douwe Maan2015-04-171-15/+14
|
* remove access control for imagesHannes Rosenögger2015-04-161-6/+25
| | | | | This commit removes the access control for uploaded images. This is needed to display the images in emails again.
* Fix URL to uploaded file.Douwe Maan2015-02-201-1/+1
|
* Merge branch 'extend_markdown_upload' into generic-uploadsDouwe Maan2015-02-201-9/+25
|\ | | | | | | | | | | | | # Conflicts: # app/controllers/files_controller.rb # app/controllers/projects/uploads_controller.rb # app/uploaders/attachment_uploader.rb
| * Refactor.Douwe Maan2015-02-171-7/+30
| |
| * implement Project::UploadsControllerHannes Rosenögger2015-02-171-0/+16
|
* Satisfy Rubocop.Douwe Maan2015-02-201-1/+1
|
* Use controllers to serve uploads, with XSS prevention and access control.Douwe Maan2015-02-201-0/+19