summaryrefslogtreecommitdiffstats
path: root/app/controllers/files_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Adds flash messages to files_controller#create (#19793).Jean-Philippe Lang2015-05-091-3/+10
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-2/+4
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Replaces find(:all) calls.Jean-Philippe Lang2012-12-021-2/+2
* replace Mailer deliver syntax to Rails3 styleToshi MARUYAMA2012-05-051-1/+1
* Copyright update.Jean-Philippe Lang2012-05-051-0/+17
* remove trailing white-spaces from files controller source.Toshi MARUYAMA2011-05-181-1/+1
* Fixed: error on mail notification when adding an invalid file (#6452).Jean-Philippe Lang2010-09-261-1/+1
* Refactor: convert FilesController to a restful resource.Eric Davis2010-09-141-2/+2
* Refactor: split FilesController#new into #new and #create.Eric Davis2010-09-131-11/+10
* Refactor: move method, ProjectsController#add_file to FilesController#new.Eric Davis2010-09-011-0/+15
* Refactor: move method, ProjectsController#list_files to FilesController#index.Eric Davis2010-08-311-0/+22