summaryrefslogtreecommitdiffstats
path: root/app/controllers/queries_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Adds description field to custom queries (#9309).Marius Balteanu2024-06-041-0/+1
* 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
* Introduces a UserQuery model for admin/users (#37674).Go MAEDA2022-09-201-0/+4
* Reuse ProjectQuery filters on the admin project list (#33422).Marius Balteanu2022-04-011-3/+14
* 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
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Add buttons to save/edit/delete a custom query to calendar view (#32194).Go MAEDA2019-11-301-0/+6
* Only admin users should be able to manage public queries on the project list ...Jean-Philippe Lang2019-11-201-1/+1
* Filters for Projects page (#29482).Jean-Philippe Lang2019-10-191-1/+5
* 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
* Custom queries are broken by updating with nil parameter values (#29701).Go MAEDA2018-10-041-1/+1
* Highlight "Spent time" in main menu when creating a time entries query.Jean-Philippe Lang2018-06-171-0/+4
* Use ApplicationController#find_optional_project instead.Jean-Philippe Lang2017-06-261-7/+0
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Don't preload all query filters (#24787).Jean-Philippe Lang2017-01-091-1/+20
* Use .before_action instead of .before_filter.Jean-Philippe Lang2016-07-141-2/+2
* Makes spent time queries savable (#14790).Jean-Philippe Lang2016-07-121-4/+13
* Makes QueriesController able to handle other Query subclasses.Jean-Philippe Lang2016-07-111-8/+16
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Cannot create a custom query visibility is "to these roles only" (#20427).Jean-Philippe Lang2015-08-021-0/+1
* Fixed that user with "Manage public queries" permission, can create global pu...Jean-Philippe Lang2015-06-291-11/+18
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-1/+2
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* cleanup syntax of Relation#all at QueriesController#indexToshi MARUYAMA2014-01-101-3/+5
* Ability to save Gantt query filters (#7836).Jean-Philippe Lang2013-07-141-3/+15
* Role based custom queries (#1019).Jean-Philippe Lang2013-07-111-3/+3
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Deprecation warnings (#12774).Jean-Philippe Lang2013-01-081-1/+1
* Renamed #_issues_path to #_project_issues_path.Jean-Philippe Lang2012-12-231-3/+3
* Code cleanup.Jean-Philippe Lang2012-12-111-1/+0
* Use named routes in controllers.Jean-Philippe Lang2012-12-111-3/+3
* Moved build_query_from_params helper to Query#build_from_params.Jean-Philippe Lang2012-12-091-3/+3
* Adds STI to Query model. Issue queries are now IssueQuery instances.Jean-Philippe Lang2012-12-091-5/+5
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Removes all #verify calls in controllers. Verification is handled at routing ...Jean-Philippe Lang2012-03-031-3/+0
* Refactor : convert queries to REST resources (also fixes #9108).Etienne Massip2011-10-241-24/+34
* remove trailing white-spaces from app/controllers/queries_controller.rb.Toshi MARUYAMA2011-08-311-13/+13
* Separation of RSS/API auth actions.Jean-Philippe Lang2011-07-091-1/+1
* Makes custom queries available through the REST API (#5737).Jean-Philippe Lang2011-07-061-3/+23
* Shorten query[column_names] param name.Jean-Philippe Lang2011-04-031-1/+4
* Shortens filter param names.Jean-Philippe Lang2011-04-011-2/+2
* Refactor: Move method to Query modelEric Davis2010-04-191-6/+2
* Fixes permission check in QueriesController (#5181).Jean-Philippe Lang2010-03-241-1/+1
* Allows multiple roles on the same project (#706). Prerequisite for user group...Jean-Philippe Lang2009-05-101-2/+2
* Ticket grouping (#2679).Jean-Philippe Lang2009-04-261-0/+1