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
2016-07-24Remove magic comments from Ruby files (!5456)winniehell
2016-07-20Remove VideoJS and clean the integrationRémy Coutable
Handle videos in: - MD preview in notes: commit, issue/MR, MR diff - New notes in: commit, issue/MR, MR diff - Persisted notes in: commit, issue/MR, MR diff Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-07-19Remove duplication, useless rescue, and avoid using ActionViewRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-07-19Get rid of `is_image` in FileUploaderRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
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-07-19squashed - added avatar saver/restorer and specsJames Lopez
added spec for avatar saver avatar saver! added avatar restorer spec fix spec added avatar restorer class fix export service fix warnings, added changelog fix spec some refactoring based on feedback fixed a few issues after testing i/e avatar
2016-06-29Enable Style/SpaceAfterComma Rubocop copGrzegorz Bizon
2016-03-30Remove reduntant `move_to_store` overrideGrzegorz Bizon
2016-03-30Add method that returns markdown in file uploaderGrzegorz Bizon
2016-03-30Get FileUploader into test harness using factoryGrzegorz Bizon
This attempts to get CarrierWave's uploader - `FileUploader` into test harness using a factory. that makes it easier to build an instance of it. Along with !3435 it may be easier to use uploaders in tests
2016-03-30Add markdown pattern for uploads to file uploaderGrzegorz Bizon
2016-03-15Revert "Merge branch 'avatar-cropping' into 'master' "Rémy Coutable
This reverts commit 01160fc06182de89c400af174861f6545ad6ceb8, reversing changes made to 4bff9daf8b6d85e9c78565e21cfaa3f6d36f0282.
2016-02-18Minor changes on avatar cropping internalsJohann Pardanaud
- Avoid multiple calls to `validates` for the avatar attributes. - In a cropping process, don't check if the model inherits `User`, check if it responds to `:avatar_crop_size`.
2016-02-17Improve avatar cropping internals, based on suggestions made by @rspeicher ↵Johann Pardanaud
on !2773
2016-02-16Improve user experience for avatar croppingJohann Pardanaud
- Avoid incomprehensible errors on non-integer cropping values - Set the default cropping area to 80%
2016-02-10Fix failing tests introduced in commit 6d58088Johann Pardanaud
2016-02-10Fix #7959: Fix avatar stretching by providing a cropping featureJohann Pardanaud
2016-01-14Let the CI runner know about builds that this build depends onKamil Trzcinski
This allows us to implement artifacts passing: runner will download artifacts from all prior builds
2016-01-08DRY up upload and download servicesDouwe Maan
2015-12-29Add hotfix that allows to access build artifacts created before 8.3Grzegorz Bizon
This is a temporary hotfix that allows to access build artifacts created before 8.3. See #5257. This needs to be changed after migrating CI build files. Note that `ArtifactUploader` uses `artifacts_path` to create a storage directory before and after parsisting `Ci::Build` instance, before and after moving a file to store (save and fetch a file).
2015-11-23Expose artifacts pathKamil Trzcinski
2015-11-16Merge branch 'refactor-duplication' into 'master' Dmitriy Zaporozhets
Remove some code duplication * remove duplicate code in uploaders * remove duplicate code in NotificationHelper * remove duplicate code in Repository Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> See merge request !1800
2015-11-16Remove duplicate methods in uploadersDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-11-16Add support for git lfs.Marin Jankovski
2015-11-10Move tmp artifacts to shared/artifacts/tmp/. Check for GitLab-Workhorse nowKamil Trzcinski
2015-11-10Implement Build ArtifactsKamil Trzcinski
- Offloads uploading to GitLab Workhorse - Use /authorize request for fast uploading - Added backup recipes for artifacts - Support download acceleration using X-Sendfile
2015-10-14Fix: Images cannot show when projects' path was changedValery Sizov
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-20Split up AttachmentUploader.Douwe Maan
2015-02-19Revert "Fix broken access control and refactor avatar upload"Dmitriy Zaporozhets
This reverts commit 7d5f86f6cbd187e75a6ba164ad6bfd036977dd07.
2015-02-18Use longer upload secret.Douwe Maan
2015-02-18Refactor.Douwe Maan
2015-02-18implement Project::UploadsControllerHannes Rosenögger
2015-02-18Generalize the image upload in markdownHannes Rosenögger
This commit generalizes the image upload via drag and drop so it supports all files. It also adds access control for these files.
2015-02-16Fix broken access control and refactor avatar uploadHannes Rosenögger
This commit moves the note folder from /public/uploads/note to /uploads/note and changes the uploader accordingly. Now it's no longer possible to avoid the access control by modifing the url. The Avatar upload has been refactored to use an own uploader as well to cleanly seperate the two upload types.
2014-12-05Revert "Merge pull request #7349 from srna/patch-1"Marin Jankovski
This reverts commit b37b71d887e8521b8992aa6e4f789a38b393e55a, reversing changes made to 42a1d8083c77d3803320bbbd0ac1559ff32d2519.
2014-10-29Removed + '' +Tomas Srna
2014-07-22Attachment URL with non-/ relative rootTomas Srna
The attachment URL was not working with relative_url_root not equal to '/'. I suggest this fix.
2014-05-26Make existing tests test something, return correct errors.Marin Jankovski
2014-05-23Implements drag and drop upload in creating issuesEarle Bunao & Neil Calabroso
2013-12-11Expire event cache on avatar creation/removalDrew Blessing
2013-08-15Fixes grack authentification under relative_url_rootamouhzi
Ref: https://github.com/gitlabhq/gitlabhq/commit/e6159b8725f99af78f446f8d33fa0e52b7780430 Ref: https://github.com/gitlabhq/gitlabhq/pull/3204 Ref: https://github.com/gitlabhq/gitlabhq/issues/1228 Add Rails' variable in application.rb to support relative url This variable is used by assets compilation and other modules. Note that user needs to change application.rb too Restrict session cookie to the relative path if set. Ref: https://github.com/gitlabhq/gitlabhq/commit/2c2f1e31856a4decdae469974f5bea8245316f7e Fix Update attachment_uploader.rb bug with relative URL See: https://github.com/gitlabhq/gitlabhq/commit/161afda3fa4fca58f396e9c3acbd72bc14490ace Fix Wall relative bug with attachement files (javascript)
2013-05-15Files controller handle redirect to remote storage. Added config block to ↵Dmitriy Zaporozhets
carrierwave init
2013-05-15fixes #3115 and adds support for gif bmp & tiff imagesBen Bodenmiller
when showing image preview check via lowercased extension and adds support for gif bmp & tiff images
2013-02-15skip protection to aws3Dmitriy Zaporozhets
2013-02-11handle attahcment with send_fileDmitriy Zaporozhets
2013-02-11fix attachment uploader for awsDmitriy Zaporozhets
2013-01-05Show images preview in notes. Show line additions/deletions for commitDmitriy Zaporozhets
2012-08-11Fully embrace Ruby 1.9 hash syntaxRobert Speicher
Didn't bother with files in db/, config/, or features/