gitlab-org--gitlab-foss/spec/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
..
workers/object_storage apply feedback 2018-05-09 19:57:08 +00:00
attachment_uploader_spec.rb remove some lint 2018-03-26 09:07:46 -04:00
avatar_uploader_spec.rb remove some lint 2018-03-26 09:07:46 -04:00
favicon_uploader_spec.rb create favicon overlay on the client 2018-06-05 16:20:21 +02:00
file_mover_spec.rb personal snippets will now comply with `background_upload` 2018-03-26 08:33:53 -04:00
file_uploader_spec.rb Merge branch 'poc-upload-hashing-path' into 'master' 2018-03-08 09:25:56 -05:00
gitlab_uploader_spec.rb Port LFS direct_upload from EE 2018-03-27 10:32:48 +02:00
job_artifact_uploader_spec.rb another round of EE code removal 2018-03-02 13:21:03 -05:00
legacy_artifact_uploader_spec.rb Revert "Merge branch '3867-port-to-ce' into 'master'" 2018-02-28 21:09:34 +01:00
lfs_object_uploader_spec.rb Fix file_store for artifacts and lfs when saving 2018-05-01 22:27:54 +02:00
namespace_file_uploader_spec.rb remove some lint 2018-03-26 09:07:46 -04:00
object_storage_spec.rb Support presigned multipart uploads 2018-06-04 13:04:29 +02:00
personal_file_uploader_spec.rb remove some lint 2018-03-26 09:07:46 -04:00
records_uploads_spec.rb Revert "Merge branch '3867-port-to-ce' into 'master'" 2018-02-28 21:09:34 +01:00
uploader_helper_spec.rb Add `RecordsUploads` module to record Upload records via callbacks 2017-03-06 14:41:09 -05:00