summaryrefslogtreecommitdiffstats
path: root/app/controllers/timelog_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Use query name as the file name when exporting queries (#16207).Go MAEDA2022-08-241-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
* Remove unused argument from Redmine::Helpers::TimeReport (#33079).Go MAEDA2021-08-191-1/+1
* Gracefully handle invalid query parameters for custom fields (#35312).Go MAEDA2021-05-281-0/+6
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* remove spaces inside {} of TimelogControllerToshi MARUYAMA2020-10-111-7/+7
* use "do end" instead of {} at TimelogControllerToshi MARUYAMA2020-10-051-16/+16
* add empty line after guard clause to TimelogControllerToshi MARUYAMA2020-10-031-0/+1
* shorten long line of TimelogControllerToshi MARUYAMA2020-10-031-7/+22
* Creating time tracking entry for other user through rest API fails with 403 (...Jean-Philippe Lang2020-04-051-9/+0
* Reverted r19669 and r19670 (#32774).Jean-Philippe Lang2020-04-051-11/+2
* Creating time tracking entry for other user through rest API fails with 403 (...Jean-Philippe Lang2020-04-051-2/+3
* Creating time tracking entry for other user through rest API fails with 403 (...Jean-Philippe Lang2020-04-051-0/+8
* 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
* Adds a permission to log time for another user (#3848).Jean-Philippe Lang2018-12-161-3/+11
* Column Project is no longer added by default to the list of default columns f...Jean-Philippe Lang2018-09-231-1/+1
* Allow project bulk edit of time entries (#26534).Go MAEDA2018-09-141-1/+11
* Time entry creation: preserve 'spent on' value when using 'Create and Continu...Go MAEDA2018-08-021-0/+1
* Set default configuration for the timelog list (#26356).Jean-Philippe Lang2017-07-121-1/+1
* Use ApplicationController#find_optional_project instead.Jean-Philippe Lang2017-06-261-9/+1
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Better handling of update failures when bulk editing time entries.Jean-Philippe Lang2017-04-041-18/+21
* Get rid of sort_helper when using queries.Jean-Philippe Lang2017-03-131-5/+1
* Redmine loses filters after deleting a spent time (#14817).Jean-Philippe Lang2016-12-111-1/+1
* Show action not allowed for time entries in closed projects (#24297).Jean-Philippe Lang2016-11-181-3/+7
* Bulk edit for shows activities not available for the time entry's project (#2...Jean-Philippe Lang2016-11-181-2/+5
* Preload project and user.Jean-Philippe Lang2016-10-291-1/+2
* Preload project and user.Jean-Philippe Lang2016-10-291-1/+1
* Don't bulk edit file custom fields (#6719).Jean-Philippe Lang2016-10-231-1/+1
* New "Spent time" menu tab when spent time module is enabled on project (#23311).Jean-Philippe Lang2016-08-201-1/+1
* Adds issue tracker and status columns and filters on spent time list (#23401).Jean-Philippe Lang2016-08-201-1/+0
* Use head instead of render :nothing => true.Jean-Philippe Lang2016-07-171-1/+1
* Use .before_action instead of .before_filter.Jean-Philippe Lang2016-07-141-6/+6
* Make time entries groupable (#16843).Jean-Philippe Lang2016-07-131-1/+0
* Remove special behaviour for listing issue time entries, use a filter for that.Jean-Philippe Lang2016-07-121-8/+11
* Makes spent time queries savable (#14790).Jean-Philippe Lang2016-07-121-3/+6
* Code cleanup (#23054).Jean-Philippe Lang2016-06-151-17/+1
* Clearing time entry custom fields while bulk editing results in values set to...Jean-Philippe Lang2016-06-151-1/+10
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Can't bulk edit own time entries with "Edit own time entries" (#18580).Jean-Philippe Lang2015-05-091-0/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Use logger.info? (#18605).Jean-Philippe Lang2014-12-141-1/+1
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-5/+5