gitlab-org--gitlab-foss/app/uploaders
Alexis Reigel 9e14f437b6
create favicon overlay on the client
the initial reason for this change was that graphicsmagick does not
support writing to ico files. this fact lead to a chain of changes:

1. use png instead of ico (browser support is good enough)
2. render the overlays on the client using the canvas API. this way we
   only need to store the original favion and generate the overlay versions
   dynamically.
   this change also enables (next step) to simplify the handling of the
   stock favicons as well, as we don't need to generate all the versions
   upfront.
2018-06-05 16:20:21 +02:00
..
attachment_uploader.rb fixing some broken merges 2018-03-02 16:19:17 -05:00
avatar_uploader.rb Merge branch '4163-move-uploads-to-object-storage' into 'master' 2018-02-28 20:58:15 +01:00
favicon_uploader.rb create favicon overlay on the client 2018-06-05 16:20:21 +02:00
file_mover.rb personal snippets will now comply with background_upload 2018-03-26 08:33:53 -04:00
file_uploader.rb Merge branch 'poc-upload-hashing-path' into 'master' 2018-03-08 09:25:56 -05:00
gitlab_uploader.rb Resolve "Avatar URLs are wrong when using a CDN path and Object Storage" 2018-04-23 16:59:53 +00:00
job_artifact_uploader.rb Update ProjectStatistics#build_artifacts_size synchronously without summing (#41059) 2018-04-19 18:35:40 +10:00
legacy_artifact_uploader.rb Add direct_upload setting for artifacts 2018-04-05 15:01:14 +02:00
lfs_object_uploader.rb Backport ee-40781-os-to-ce 2018-03-22 08:49:04 -04:00
namespace_file_uploader.rb Merge branch 'poc-upload-hashing-path' into 'master' 2018-03-08 09:25:56 -05:00
object_storage.rb Support presigned multipart uploads 2018-06-04 13:04:29 +02:00
personal_file_uploader.rb Merge branch 'poc-upload-hashing-path' into 'master' 2018-03-08 09:25:56 -05:00
records_uploads.rb Merge branch 'fix/sm/atomic-migration' into 'master' 2018-02-28 21:28:26 +01:00
uploader_helper.rb send ico files with inline disposition 2018-06-05 16:20:20 +02:00
workhorse.rb Merge branch '4163-move-uploads-to-object-storage' into 'master' 2018-02-28 20:58:15 +01:00