summaryrefslogtreecommitdiffstats
path: root/app/controllers/boards_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix "ArgumentError: Invalid response name: unprocessable_entity" with Rack 3....Go MAEDA2024-06-121-1/+1
* Fix RuboCop offense Rails/HttpStatus (#39889).Go MAEDA2024-05-181-2/+2
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* Remove unnecessary use of instance variables in CSV and Atom response handler...Go MAEDA2024-01-241-2/+2
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Deprecate and rename rss_* methods to atom_* methods (#15118).Marius Balteanu2022-03-191-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 BoardsControllerToshi MARUYAMA2020-11-181-3/+3
* use "do end" instead of {} at BoardsControllerToshi MARUYAMA2020-11-081-6/+6
* 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
* code cleanup: rubocop: fix Layout/AccessModifierIndentation and Layout/EmptyL...Toshi MARUYAMA2019-10-221-1/+2
* 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
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Set inverse_of on project boards association.Jean-Philippe Lang2017-06-101-1/+1
* Adds a flash message when deleting a board (#24535).Jean-Philippe Lang2017-01-081-1/+3
* Use head instead of render :nothing => true.Jean-Philippe Lang2016-07-171-2/+2
* Use .before_action instead of .before_filter.Jean-Philippe Lang2016-07-141-1/+1
* Sort messages by ids to avoid the left join.Jean-Philippe Lang2016-06-201-5/+4
* Forum list can be reordered with drag and drop (#12909).Jean-Philippe Lang2016-04-181-2/+11
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* remove unneeded "references" of joinsToshi MARUYAMA2014-10-241-1/+0
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-4/+5
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Preload boards projects.Jean-Philippe Lang2013-06-121-1/+1
* Use #per_page instead of #items_per_page.Jean-Philippe Lang2013-02-171-1/+1
* Fixed that messages are not sorted by last reply (#12243).Jean-Philippe Lang2013-02-171-2/+3
* replace tabs to spaces at app/controllers/boards_controller.rbToshi MARUYAMA2013-02-171-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Deprecation warnings (#12774).Jean-Philippe Lang2013-01-081-2/+2
* Use named routes in controllers.Jean-Philippe Lang2012-12-111-1/+1
* Replaces find(:first/:all) calls.Jean-Philippe Lang2012-12-031-7/+12
* Eager loading and no extra count query.Jean-Philippe Lang2012-07-311-1/+1
* Fixed that sticky messages are not displayed first (#11170).Jean-Philippe Lang2012-06-161-2/+2
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Fixed test_show_with_permission_should_display_the_new_message_form broken by...Jean-Philippe Lang2012-04-061-1/+1
* Prevent mass-assignment when adding/updating a forum (#10390).Jean-Philippe Lang2012-03-061-3/+6
* Removes all #verify calls in controllers. Verification is handled at routing ...Jean-Philippe Lang2012-03-031-3/+0
* Controller cleanup.Jean-Philippe Lang2011-12-011-10/+1
* Resourcified boards.Jean-Philippe Lang2011-12-011-6/+17
* remove trailing white-spaces from app/controllers/boards_controller.rb.Toshi MARUYAMA2011-08-301-6/+6
* Separation of RSS/API auth actions.Jean-Philippe Lang2011-07-091-3/+3
* Allow key authentication for Boards. #6132Eric Davis2010-08-161-0/+1
* Refactor: Split methodEric Davis2010-03-041-1/+6
* Refactor: Extract methodEric Davis2010-03-041-3/+7