Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | port of 594e6a0a625^..f74c90f68c6 | Micaël Bergeron | 2018-02-01 | 1 | -7/+14 |
| | |||||
* | Support uploads for groups | Jarka Kadlecova | 2017-12-07 | 1 | -23/+5 |
| | |||||
* | Do not perform hard check (presence of file on storage) | Kamil Trzcinski | 2017-09-19 | 1 | -1/+1 |
| | | | | Instead perform soft check (the column set to indicate that file does exist) | ||||
* | Support uploaders for personal snippets comments12910-uploader-pers-snippet | Jarka Kadlecova | 2017-05-02 | 1 | -24/+8 |
| | |||||
* | Don't perform Devise trackable updates on blocked User recordsrs-warden-blocked-users | Robert Speicher | 2017-02-10 | 1 | -2/+2 |
| | |||||
* | replace `find_with_namespace` with `find_by_full_path` | Adam Pahlevi | 2017-02-03 | 1 | -1/+1 |
| | | | | add complete changelog for !8949 | ||||
* | First support of videos in issues, MRs and notes | Eric Hayes | 2016-07-19 | 1 | -4/+4 |
| | | | | | * Registered video MIME types * Currently supporting browser-supported formats with extensions that match the mime type | ||||
* | Address feedback | Douwe Maan | 2016-03-22 | 1 | -1/+1 |
| | |||||
* | Tweaks, refactoring, and specs | Douwe Maan | 2016-03-20 | 1 | -1/+5 |
| | |||||
* | Only render 404 page from /publicinified_404_error | Valery Sizov | 2015-10-13 | 1 | -1/+1 |
| | |||||
* | Add a page title to every page. | Douwe Maan | 2015-04-30 | 1 | -2/+0 |
| | |||||
* | Simplify the `skip_before_filter` logic for UploadsControllerrs-simplify-uploads-controller | Robert Speicher | 2015-04-23 | 1 | -5/+2 |
| | |||||
* | Fixed the Rails/ActionFilter cop | Jeroen van Baarsen | 2015-04-20 | 1 | -4/+4 |
| | | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | ||||
* | Explain skip_before_filter workaround.haynes/gitlab-ce-remove_access_control_for_images | Douwe Maan | 2015-04-17 | 1 | -2/+5 |
| | |||||
* | Correctly handle blocked users. | Douwe Maan | 2015-04-17 | 1 | -15/+14 |
| | |||||
* | remove access control for images | Hannes Rosenögger | 2015-04-16 | 1 | -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 Maan | 2015-02-20 | 1 | -1/+1 |
| | |||||
* | Merge branch 'extend_markdown_upload' into generic-uploads | Douwe Maan | 2015-02-20 | 1 | -9/+25 |
|\ | | | | | | | | | | | | | # Conflicts: # app/controllers/files_controller.rb # app/controllers/projects/uploads_controller.rb # app/uploaders/attachment_uploader.rb | ||||
| * | Refactor. | Douwe Maan | 2015-02-17 | 1 | -7/+30 |
| | | |||||
| * | implement Project::UploadsController | Hannes Rosenögger | 2015-02-17 | 1 | -0/+16 |
| | |||||
* | Satisfy Rubocop. | Douwe Maan | 2015-02-20 | 1 | -1/+1 |
| | |||||
* | Use controllers to serve uploads, with XSS prevention and access control. | Douwe Maan | 2015-02-20 | 1 | -0/+19 |