summaryrefslogtreecommitdiffstats
path: root/app/models/attachment.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r17428 from trunk to 3.3-stable (#29038).Go MAEDA2018-07-021-1/+1
* Merged r16341 (#25115).Jean-Philippe Lang2017-02-281-3/+1
* Don't force download of PDF (#22483).Jean-Philippe Lang2016-05-091-0/+4
* Add inline image preview/display for attachments and repository entries (#220...Jean-Philippe Lang2016-04-111-0/+4
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Removes attachment from disk after rollback on create (#21125).Jean-Philippe Lang2016-01-211-0/+1
* Files upload restriction by files extensions (#20008).Jean-Philippe Lang2015-11-011-1/+26
* Remove attachment after transaction commit (#20388).Jean-Philippe Lang2015-09-301-1/+1
* Wrong syntax for resizing inline images may throw a 500 error (#20278).Jean-Philippe Lang2015-08-021-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Attachment content type not set when uploading attachment (#18667).Jean-Philippe Lang2014-12-211-4/+5
* Edit attachments after upload (#1326).Jean-Philippe Lang2014-11-291-0/+37
* Removed unused instance variable.Jean-Philippe Lang2014-10-281-1/+1
* Code cleanup.Jean-Philippe Lang2014-10-281-3/+3
* Removed unneeded :foreign_key option on belongs_to associations.Jean-Philippe Lang2014-10-221-1/+1
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-7/+8
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Log errors when moving attachments (#15295).Jean-Philippe Lang2013-11-091-7/+18
* NoMethodError when uploading a file without logger (#14977).Jean-Philippe Lang2013-10-051-1/+1
* Strip eols from file names (#14819).Jean-Philippe Lang2013-09-111-2/+2
* remove trailing white-space from app/models/attachment.rbToshi MARUYAMA2013-01-261-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Store attachments in subdirectories (#5298).Jean-Philippe Lang2012-12-131-7/+38
* Merged ajax_upload branch (#3957).Jean-Philippe Lang2012-12-101-2/+10
* Adds a macro for inserting thumbnails in formatted text (#3510).Jean-Philippe Lang2012-07-161-2/+10
* Adds Attachment#title.Jean-Philippe Lang2012-07-161-0/+8
* Validate attachment description length (#11365).Jean-Philippe Lang2012-07-151-0/+1
* Displays thumbnails of attached images of the issue view (#1006).Jean-Philippe Lang2012-07-071-1/+32
* Code cleanup.Jean-Philippe Lang2012-05-251-1/+1
* Code cleanup.Jean-Philippe Lang2012-05-251-3/+2
* Use Mail instead of TMail in MailHandler.Jean-Philippe Lang2012-05-051-4/+9
* Code cleanup.Jean-Philippe Lang2012-04-281-2/+2
* Fix no longer required with Rails 3.Jean-Philippe Lang2012-04-281-9/+0
* Uploading of attachments which filename contains non-ASCII chars fails with R...Jean-Philippe Lang2012-04-061-0/+1
* remove trailing white-spaces from app/models/attachment.rbToshi MARUYAMA2012-02-261-3/+3
* Better message for file size validation error.Jean-Philippe Lang2012-02-231-1/+1
* Adds support for adding attachments to issues through the REST API (#8171).Jean-Philippe Lang2012-02-231-5/+16
* Adds a rake test that removes old unattached uploads (#10253).Jean-Philippe Lang2012-02-161-1/+1
* Better handling of attachments when issue validation fails (#10253).Jean-Philippe Lang2012-02-161-24/+37
* Copy attachments on issue and project copy (#3055).Jean-Philippe Lang2012-01-201-4/+22
* Limit the characters stripped by Attachment#sanitize_filename (#4324).Jean-Philippe Lang2011-11-241-4/+2
* move logic to use latest image file attachment to class method for common use...Toshi MARUYAMA2011-11-241-0/+6
* fix inconsistent image filename extensions (#9638)Toshi MARUYAMA2011-11-231-1/+1
* Rails3: replace deprecated 'after_destroy' method at Attachment model.Toshi MARUYAMA2011-08-301-1/+2
* Rails3: replace deprecated 'before_save' method at Attachment model.Toshi MARUYAMA2011-08-301-1/+3
* Rails3: replace deprecate 'validate' instance method to declared validation m...Toshi MARUYAMA2011-08-291-1/+2
* remove trailing white-spaces from app/models/attachment.rb.Toshi MARUYAMA2011-08-221-1/+1
* Fixed: file uploads broken by r6312 (#8912).Jean-Philippe Lang2011-07-291-1/+2
* Fixed: MailHandler does not include JournalDetail for attached files (#7966).Jean-Philippe Lang2011-07-241-1/+2
* replace RAILS_ROOT to Rails.root of attachments storage path.Toshi MARUYAMA2011-06-151-1/+1