summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Destroy overridden time entry activities and rows from the habtm join table @...Marius Balteanu2022-02-242-2/+12
* Disable API authentication with username and password when two-factor authent...Marius Balteanu2022-02-242-1/+17
* Allow users to be mentioned using @ in issues and wiki pages (#13919):Marius Balteanu2022-02-2316-29/+469
* Updates for 4.2.4 release.Marius Balteanu2022-02-202-1/+46
* Fix gantt PNG export ignores imagemagick_convert_command (#35027).Marius Balteanu2022-02-201-0/+3
* Fix time entries of sub-projects are not listed when activity is specified in...Marius Balteanu2022-02-202-1/+25
* Fix import with issue relations and invalid issues hangs without any error me...Marius Balteanu2022-02-203-1/+33
* Traditional Chinese translation update (#36606).Go MAEDA2022-02-201-4/+3
* Update I18n to 1.10 (#36564).Go MAEDA2022-02-201-1/+1
* Fix code copying in common browsers (#36580).Go MAEDA2022-02-1910-36/+54
* Fix WikiContentVersion API returns 500 if author is nil (#36494).Marius Balteanu2022-02-182-1/+12
* Return 404 if revision URL doesn't exist (#36561).Marius Balteanu2022-02-183-6/+8
* Japanese translation update (#36651).Go MAEDA2022-02-181-4/+2
* Reduce database queries when rendering Custom fields box in the project setti...Go MAEDA2022-02-141-1/+2
* Update Rails to 6.1.4.6 (#29914).Go MAEDA2022-02-121-1/+1
* Structured Document list for more flexible UI design with CSS (#17924).Go MAEDA2022-02-085-11/+25
* Update Rouge to 3.28 (#36325).Go MAEDA2022-02-042-2/+14
* Escape HTML in the code highlighter help (#33859).Go MAEDA2022-02-041-8/+20
* Update I18n to 1.9 (#36564).Go MAEDA2022-02-031-1/+1
* Label error_can_not_execute_macro_html in Russian translation is broken (#365...Go MAEDA2022-02-031-0/+1
* Add locales (#35439).Marius Balteanu2022-02-0148-0/+192
* Add "required for administrators" option to Two-factor authentication setting...Marius Balteanu2022-02-015-2/+32
* Fix autocomplete for users fails with 403 error when there are multiple objec...Marius Balteanu2022-02-013-3/+42
* Add test for #34766.Marius Balteanu2022-01-301-0/+7
* Return 406 status code instead of 500 when API request has an invalid format ...Marius Balteanu2022-01-301-1/+3
* Remove sidebar views (#36524).Marius Balteanu2022-01-302-6/+0
* Remove sidebar with invalid query links from imports views (#36524).Marius Balteanu2022-01-305-10/+0
* 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
* Explicitly specify text formatting in the tests (#35952).Marius Balteanu2022-01-228-416/+601
* Updates en help file for common_mark to include the task list items feature (...Marius Balteanu2022-01-221-0/+1
* Fix path to task list items icon (#35742).Marius Balteanu2022-01-221-0/+0
* Enable task list items for Common Mark text formatting (#35742).Marius Balteanu2022-01-227-0/+48
* Fix that I18nTest#test_custom_pluralization_rules randomly fails (#36396, #36...Go MAEDA2022-01-221-1/+3
* Display "Two-factor authentication" on two lines to save some space (#35934).Marius Balteanu2022-01-222-1/+2
* Add "Two-factor authentication" filter and column to Users list in administra...Marius Balteanu2022-01-223-0/+64
* Set default protect from forgery true (#36317).Marius Balteanu2022-01-222-7/+13
* Don't display "No Match Found!" when the inline autocomplete doesn't return a...Marius Balteanu2022-01-221-7/+2
* Update session token only once per minute (#29041).Go MAEDA2022-01-222-1/+21
* Include avatar URL in Users API (#36303).Go MAEDA2022-01-213-2/+14
* Text custom field values are not aligned with their labels when text formatti...Go MAEDA2022-01-201-0/+1
* Duplicate activities in time entry report when project-specific activies exis...Go MAEDA2022-01-192-1/+14
* Update RuboCop to 1.25 (#35136).Go MAEDA2022-01-182-2/+2
* Regenerate .rubocop_todo.yml (#35136).Go MAEDA2022-01-181-49/+3
* Display source project for cross-project associated revisions for issues (#52...Go MAEDA2022-01-183-2/+5
* Make issue tabs DOM more consistent (#36429).Go MAEDA2022-01-173-3/+9
* "Edit" misaligned in project members view (#13199).Go MAEDA2022-01-162-1/+2
* Custom I18n Pluralization rules are not applied correctly (#36396).Go MAEDA2022-01-152-2/+11
* Explicitly set Setting.cross_project_issue_relations to prevent random test f...Go MAEDA2022-01-131-10/+12
* Restore the value of Setting.cross_project_issue_relations to prevent random ...Go MAEDA2022-01-131-27/+27