summaryrefslogtreecommitdiffstats
path: root/app/controllers/activities_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r22746 from trunk to 5.0-stable (#40043).Marius Balteanu2024-02-271-1/+1
* 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
* Return 404 when filtering by a non-visible user in activity view (#35789).Marius Balteanu2021-09-061-1/+1
* Atom feed of the activity page does not contain items after the second page (...Go MAEDA2021-04-121-1/+6
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* use "do end" instead of {} at ActivitiesControllerToshi MARUYAMA2020-11-061-4/+4
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-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
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Use regular #authorize method.Jean-Philippe Lang2017-06-261-12/+1
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Use .before_action instead of .before_filter.Jean-Philippe Lang2016-07-141-1/+1
* Replace Date.today with User.current.today (#22320).Jean-Philippe Lang2016-05-071-1/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Activity page to remember user's selection of activities (#1605).Jean-Philippe Lang2015-10-151-1/+14
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Un-inline statement.Jean-Philippe Lang2014-12-051-1/+3
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Force rendering of activity view if activity items count changed.Jean-Philippe Lang2012-06-091-1/+1
* Fixed time zone issues introduced by r9719 (#10996).Jean-Philippe Lang2012-05-261-1/+1
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Separation of RSS/API auth actions.Jean-Philippe Lang2011-07-091-1/+18
* remove trailing white-spaces and an empty line from activities controller sou...Toshi MARUYAMA2011-05-181-7/+6
* Takes more parameters into account to determine activity freshness (#7188).Jean-Philippe Lang2010-12-291-1/+1
* Refactor: extract ProjectsController#activity to a new Activities controller.Eric Davis2010-08-271-0/+59