summaryrefslogtreecommitdiffstats
path: root/app/controllers/files_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r22746 from trunk to 5.1-stable (#40043).Marius Balteanu2024-02-271-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* remove spaces inside {} of FilesControllerToshi MARUYAMA2020-11-191-3/+3
* use "do end" instead of {} at FilesControllerToshi MARUYAMA2020-11-091-4/+4
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* cleanup: rubocop: fix Layout/BlockEndNewline in app/controllers/files_control...Toshi MARUYAMA2019-11-091-2/+4
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Enable frozen_string_literal for some files under app and lib directory (#265...Go MAEDA2019-03-161-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Use sorted instead of sort (#29406).Go MAEDA2018-12-021-1/+1
* Send emails asynchronously (#26791).Jean-Philippe Lang2018-10-101-1/+1
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* remove trailing white space from app/controllers/files_controller.rbToshi MARUYAMA2017-01-081-1/+1
* Files REST API (#19116).Jean-Philippe Lang2016-12-211-8/+22
* Use .before_action instead of .before_filter.Jean-Philippe Lang2016-07-141-2/+2
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* 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