summaryrefslogtreecommitdiffstats
path: root/app/controllers/documents_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-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
* Fix that "Successful deletion" notice is not displayed after deleting some ty...Go MAEDA2020-04-041-0/+1
* Reverts r19569 (#33071).Go MAEDA2020-03-141-2/+0
* Require sudo mode for actions to delete contents (#33071).Go MAEDA2020-03-101-0/+2
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* cleanup: rubocop: fix Layout/SpaceAfterComma in app/controllers/documents_con...Toshi MARUYAMA2019-11-241-1/+1
* 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
* Show recent documents first (#29725).Jean-Philippe Lang2019-03-151-1/+2
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Send emails asynchronously (#26791).Jean-Philippe Lang2018-10-101-1/+1
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Use .before_action instead of .before_filter.Jean-Philippe Lang2016-07-141-4/+4
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Adds custom fields to documents (#7249).Jean-Philippe Lang2015-02-141-0/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-3/+3
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Use named routes in controllers.Jean-Philippe Lang2012-12-111-4/+4
* Replaces find(:first/:all) calls.Jean-Philippe Lang2012-12-031-1/+1
* Replaces find(:all) calls.Jean-Philippe Lang2012-12-021-1/+1
* replace Mailer deliver syntax to Rails3 styleToshi MARUYAMA2012-05-051-1/+3
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Prevent mass-assignment when adding/updating a document (#10390).Jean-Philippe Lang2012-03-061-3/+6
* Preserve uploaded files when on documents.Jean-Philippe Lang2012-02-231-2/+2
* Resourcified documents.Jean-Philippe Lang2011-11-301-6/+16
* Removed #find_project already defined as #find_project_by_project_id in paren...Jean-Philippe Lang2011-11-301-8/+1
* Reverted r8007.Jean-Philippe Lang2011-11-301-0/+7
* Removed #find_project already defined in parent class.Jean-Philippe Lang2011-11-301-7/+0
* remove trailing white-spaces from app/controllers/documents_controller.rb.Toshi MARUYAMA2011-08-301-11/+11
* Do not show inactive document categories where not necessary (#8573).Jean-Baptiste Barth2011-06-131-1/+1
* Refactor: Change the different find_object filters to share a common method.Eric Davis2010-03-171-7/+2
* Refactor: Split the find_object methods to prep for a larger refactoring.Eric Davis2010-03-161-2/+2
* Refactor: Decouple failed attachments and the flash messagesEric Davis2010-03-031-2/+2
* Refactor: Moved ApplicationController#attach_files to the Attachment modelEric Davis2010-03-021-3/+6
* Show last update datetime (last attachment added) on document list (#4232).Jean-Philippe Lang2009-11-261-1/+1
* Contextual quick search (#3263).Jean-Philippe Lang2009-10-211-0/+1
* Changed Enumerations to use a Single Table InheritanceEric Davis2009-05-301-1/+1
* Added observers to watch model objects for mail delivery instead of calling M...Eric Davis2009-03-281-1/+0
* Replaces Enumeration.get_values and Enumeration.default with named scopes.Jean-Philippe Lang2009-02-151-1/+1
* Fixed: default category ignored when adding a document (#2328).Jean-Philippe Lang2008-12-121-0/+1
* AttachmentsController now handles attachments deletion.Jean-Philippe Lang2008-12-091-5/+0
* Moves @layout 'base'@ to ApplicationController.Jean-Philippe Lang2008-08-101-1/+0
* Move VersionsController#download to AttachmentsController.Jean-Philippe Lang2008-07-221-9/+0
* Adds an optional description to attachments.Jean-Philippe Lang2008-02-291-0/+2
* Non-ascii attachement filename fix for IE.Jean-Philippe Lang2008-01-101-1/+2