summaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
...
* Psych::DisallowedClass exception when loading default plugin settings (#37450...Go MAEDA2022-07-211-1/+1
* Don't use YAML.unsafe_load (#37450).Go MAEDA2022-07-201-2/+1
* Mark edited journal notes as "Edited" (#31505).Go MAEDA2022-07-171-0/+2
* Make the only enabled activity in a project the default one for time entry (#...Go MAEDA2022-07-172-0/+10
* Fix RuboCop offense Lint/NonAtomicFileOperation (#36919).Go MAEDA2022-06-301-3/+1
* Fix chained custom field filter doesn't work for User fields (#36940).Marius Balteanu2022-06-271-1/+1
* Revert undesired change (#37349).Marius Balteanu2022-06-271-1/+1
* Fix filter for chained User custom fields returns 500 internal server error w...Marius Balteanu2022-06-271-2/+2
* Refactor @TimeEntryActivity.default()@ method (#33914).Marius Balteanu2022-06-201-2/+3
* Fix time entry activity is not set as default when the default activity exist...Marius Balteanu2022-06-202-1/+10
* Respect field visibility when filtering/sorting by associated issue fields (#...Marius Balteanu2022-06-162-2/+6
* Respect field visibility when showing associated issue fields (#37255).Marius Balteanu2022-06-161-2/+4
* Setting @--no-permission-check@ in the mail receiver should not allow creatin...Marius Balteanu2022-06-161-3/+17
* Improved @fixed_version_id@ validation (#37171).Marius Balteanu2022-06-161-2/+2
* Ensure @category_id@ is valid within the issue's project (#37171).Marius Balteanu2022-06-161-0/+6
* The done ratio of a parent issue may not be 100% even if all subtasks have a ...Go MAEDA2022-06-081-6/+7
* Reduce extra queries in @ProjectQuery.default@ (#37135).Marius Balteanu2022-05-281-3/+6
* Issue#last_notes fallback does not respect notes visibility (#37155).Marius Balteanu2022-05-281-1/+1
* Background job for project deletion (#36691).Marius Balteanu2022-05-172-1/+7
* Attachment activity provider SQL optimization (#37057).Go MAEDA2022-05-141-0/+1
* Allow imported time entries to override the selected project with the actual ...Marius Balteanu2022-04-031-2/+6
* Reuse ProjectQuery filters on the admin project list (#33422).Marius Balteanu2022-04-011-2/+34
* Include roles of built-in "Non member users" and "Anonymous users" members wh...Marius Balteanu2022-03-271-0/+9
* Allow to filter issues by its version status with shared versions (#36824, #3...Marius Balteanu2022-03-241-2/+4
* Increase email address length limit from 60 to 254 (#36825).Go MAEDA2022-03-231-1/+1
* Add tasks to prune registered users after a certain number of days (#30998).Go MAEDA2022-03-221-0/+4
* Skip validation of required custom fields when creating a project if user doe...Marius Balteanu2022-03-211-0/+11
* Do not fire a query to get user default query when user has no default query ...Go MAEDA2022-03-211-1/+1
* Reverts r21480 (#36503).Go MAEDA2022-03-211-1/+1
* Do not fire a query to get user default query when user has no default query ...Marius Balteanu2022-03-201-1/+1
* Automatically add the user to the watchers list after contributing to an issu...Marius Balteanu2022-03-192-1/+20
* Deprecate and rename rss_* methods to atom_* methods (#15118).Marius Balteanu2022-03-192-8/+20
* Replace Member.find_or_new with ActiveRecord's find_or_initialize_by (#36730).Go MAEDA2022-03-142-12/+2
* Improve performance of adding or removing members of a group (#36696).Go MAEDA2022-03-052-27/+24
* Add habtm relation between roles and queries_roles (#36416).Marius Balteanu2022-02-281-0/+2
* Destroy overridden time entry activities and rows from the habtm join table @...Marius Balteanu2022-02-241-2/+2
* Allow users to be mentioned using @ in issues and wiki pages (#13919):Marius Balteanu2022-02-234-7/+23
* Fix time entries of sub-projects are not listed when activity is specified in...Marius Balteanu2022-02-201-1/+1
* Fix import with issue relations and invalid issues hangs without any error me...Marius Balteanu2022-02-201-1/+5
* Return 404 if revision URL doesn't exist (#36561).Marius Balteanu2022-02-181-5/+1
* Add "required for administrators" option to Two-factor authentication setting...Marius Balteanu2022-02-012-1/+6
* Improve readability of @must_activate_twofa?@ function (#31920).Marius Balteanu2022-01-291-4/+4
* Reduce extra database queries in IssueQuery.default (#7360, #36503).Go MAEDA2022-01-231-3/+9
* Update session token only once per minute (#29041).Go MAEDA2022-01-221-1/+8
* Mailer.with_synched_deliveries doesn't correctly detect other async Queue ada...Go MAEDA2022-01-121-3/+1
* Fix wrong variable name in Import#set_default_settings (#34718).Go MAEDA2022-01-071-1/+1
* RuboCop: fix Style/RedundantSort in app/models/import.rb (#34718).Go MAEDA2022-01-071-1/+1
* Auto guess file encoding when importing CSV file (#34718).Go MAEDA2022-01-071-1/+9
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-0282-82/+82
* Fix that encoding drop-down in the import settings defaults to US-ASCII inste...Go MAEDA2022-01-021-0/+1