summaryrefslogtreecommitdiffstats
path: root/app/models/attachment.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged rails-5.1 branch (#23630).Jean-Philippe Lang2017-07-231-1/+0
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Preview files by default instead of downloading them (#25988).Jean-Philippe Lang2017-06-101-1/+5
* Prevent deadlocks by only locking the exact records we need to have locked (#...Jean-Philippe Lang2017-04-131-8/+14
* Delete the file after the change is committed (#25215).Jean-Philippe Lang2017-04-031-2/+6
* Adds file equality check to deduplication hook (#25215).Jean-Philippe Lang2017-04-031-3/+10
* Reuse existing identical disk files for new attachments (#25215).Jean-Philippe Lang2017-04-031-0/+19
* Change MD5 table header to Checksum (#25240).Jean-Philippe Lang2017-04-031-0/+5
* Adds a rake task to update attachments digests to SHA256 (#25240).Jean-Philippe Lang2017-04-031-1/+22
* Changes the digest used for attachments to SHA256 (#25240).Jean-Philippe Lang2017-04-031-5/+5
* Fixes uploading of empty files (#25115).Jean-Philippe Lang2017-02-281-3/+1
* Restrict the length attachment filenames on disk (#24186).Jean-Philippe Lang2016-12-161-1/+1
* Option to specify allowed extensions for a file custom field (#6719).Jean-Philippe Lang2016-10-231-6/+21
* Add support for updating attachments over REST API (#22356).Jean-Philippe Lang2016-10-011-0/+3
* 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