| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged r15238. | Jean-Philippe Lang | 2016-03-13 | 1 | -1/+1 |
* | Files upload restriction by files extensions (#20008). | Jean-Philippe Lang | 2015-11-01 | 1 | -1/+26 |
* | Remove attachment after transaction commit (#20388). | Jean-Philippe Lang | 2015-09-30 | 1 | -1/+1 |
* | Wrong syntax for resizing inline images may throw a 500 error (#20278). | Jean-Philippe Lang | 2015-08-02 | 1 | -1/+1 |
* | Copyright update. | Jean-Philippe Lang | 2015-01-11 | 1 | -1/+1 |
* | Attachment content type not set when uploading attachment (#18667). | Jean-Philippe Lang | 2014-12-21 | 1 | -4/+5 |
* | Edit attachments after upload (#1326). | Jean-Philippe Lang | 2014-11-29 | 1 | -0/+37 |
* | Removed unused instance variable. | Jean-Philippe Lang | 2014-10-28 | 1 | -1/+1 |
* | Code cleanup. | Jean-Philippe Lang | 2014-10-28 | 1 | -3/+3 |
* | Removed unneeded :foreign_key option on belongs_to associations. | Jean-Philippe Lang | 2014-10-22 | 1 | -1/+1 |
* | Merged rails-4.1 branch (#14534). | Jean-Philippe Lang | 2014-10-22 | 1 | -7/+8 |
* | update copyright year (#15977) | Toshi MARUYAMA | 2014-01-29 | 1 | -1/+1 |
* | Log errors when moving attachments (#15295). | Jean-Philippe Lang | 2013-11-09 | 1 | -7/+18 |
* | NoMethodError when uploading a file without logger (#14977). | Jean-Philippe Lang | 2013-10-05 | 1 | -1/+1 |
* | Strip eols from file names (#14819). | Jean-Philippe Lang | 2013-09-11 | 1 | -2/+2 |
* | remove trailing white-space from app/models/attachment.rb | Toshi MARUYAMA | 2013-01-26 | 1 | -1/+1 |
* | Copyright for 2013 (#12788). | Jean-Philippe Lang | 2013-01-12 | 1 | -1/+1 |
* | Store attachments in subdirectories (#5298). | Jean-Philippe Lang | 2012-12-13 | 1 | -7/+38 |
* | Merged ajax_upload branch (#3957). | Jean-Philippe Lang | 2012-12-10 | 1 | -2/+10 |
* | Adds a macro for inserting thumbnails in formatted text (#3510). | Jean-Philippe Lang | 2012-07-16 | 1 | -2/+10 |
* | Adds Attachment#title. | Jean-Philippe Lang | 2012-07-16 | 1 | -0/+8 |
* | Validate attachment description length (#11365). | Jean-Philippe Lang | 2012-07-15 | 1 | -0/+1 |
* | Displays thumbnails of attached images of the issue view (#1006). | Jean-Philippe Lang | 2012-07-07 | 1 | -1/+32 |
* | Code cleanup. | Jean-Philippe Lang | 2012-05-25 | 1 | -1/+1 |
* | Code cleanup. | Jean-Philippe Lang | 2012-05-25 | 1 | -3/+2 |
* | Use Mail instead of TMail in MailHandler. | Jean-Philippe Lang | 2012-05-05 | 1 | -4/+9 |
* | Code cleanup. | Jean-Philippe Lang | 2012-04-28 | 1 | -2/+2 |
* | Fix no longer required with Rails 3. | Jean-Philippe Lang | 2012-04-28 | 1 | -9/+0 |
* | Uploading of attachments which filename contains non-ASCII chars fails with R... | Jean-Philippe Lang | 2012-04-06 | 1 | -0/+1 |
* | remove trailing white-spaces from app/models/attachment.rb | Toshi MARUYAMA | 2012-02-26 | 1 | -3/+3 |
* | Better message for file size validation error. | Jean-Philippe Lang | 2012-02-23 | 1 | -1/+1 |
* | Adds support for adding attachments to issues through the REST API (#8171). | Jean-Philippe Lang | 2012-02-23 | 1 | -5/+16 |
* | Adds a rake test that removes old unattached uploads (#10253). | Jean-Philippe Lang | 2012-02-16 | 1 | -1/+1 |
* | Better handling of attachments when issue validation fails (#10253). | Jean-Philippe Lang | 2012-02-16 | 1 | -24/+37 |
* | Copy attachments on issue and project copy (#3055). | Jean-Philippe Lang | 2012-01-20 | 1 | -4/+22 |
* | Limit the characters stripped by Attachment#sanitize_filename (#4324). | Jean-Philippe Lang | 2011-11-24 | 1 | -4/+2 |
* | move logic to use latest image file attachment to class method for common use... | Toshi MARUYAMA | 2011-11-24 | 1 | -0/+6 |
* | fix inconsistent image filename extensions (#9638) | Toshi MARUYAMA | 2011-11-23 | 1 | -1/+1 |
* | Rails3: replace deprecated 'after_destroy' method at Attachment model. | Toshi MARUYAMA | 2011-08-30 | 1 | -1/+2 |
* | Rails3: replace deprecated 'before_save' method at Attachment model. | Toshi MARUYAMA | 2011-08-30 | 1 | -1/+3 |
* | Rails3: replace deprecate 'validate' instance method to declared validation m... | Toshi MARUYAMA | 2011-08-29 | 1 | -1/+2 |
* | remove trailing white-spaces from app/models/attachment.rb. | Toshi MARUYAMA | 2011-08-22 | 1 | -1/+1 |
* | Fixed: file uploads broken by r6312 (#8912). | Jean-Philippe Lang | 2011-07-29 | 1 | -1/+2 |
* | Fixed: MailHandler does not include JournalDetail for attached files (#7966). | Jean-Philippe Lang | 2011-07-24 | 1 | -1/+2 |
* | replace RAILS_ROOT to Rails.root of attachments storage path. | Toshi MARUYAMA | 2011-06-15 | 1 | -1/+1 |
* | remove trailing white-spaces from Attachment model source. | Toshi MARUYAMA | 2011-05-15 | 1 | -22/+22 |
* | Makes the folder for attachments storage configurable in config/configuration... | Jean-Philippe Lang | 2011-01-23 | 1 | -1/+1 |
* | Unused variable | Eric Davis | 2010-06-19 | 1 | -1/+0 |
* | Fix a nil error when a Project cannot save attachments. | Eric Davis | 2010-06-19 | 1 | -1/+7 |
* | Refactor: Decouple failed attachments and the flash messages | Eric Davis | 2010-03-03 | 1 | -7/+2 |