summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Add class @user-mention@ to user classes when user is linked using @ (#36699,...Marius Balteanu2022-02-241-1/+1
* Update jQuery to 3.6.0 (#35729).Marius Balteanu2022-02-241-1/+1
* Destroy overridden time entry activities and rows from the habtm join table @...Marius Balteanu2022-02-241-2/+2
* Disable API authentication with username and password when two-factor authent...Marius Balteanu2022-02-241-1/+8
* Allow users to be mentioned using @ in issues and wiki pages (#13919):Marius Balteanu2022-02-238-16/+90
* 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
* Fix code copying in common browsers (#36580).Go MAEDA2022-02-193-16/+22
* Fix WikiContentVersion API returns 500 if author is nil (#36494).Marius Balteanu2022-02-181-1/+1
* Return 404 if revision URL doesn't exist (#36561).Marius Balteanu2022-02-182-6/+2
* Reduce database queries when rendering Custom fields box in the project setti...Go MAEDA2022-02-141-1/+2
* Structured Document list for more flexible UI design with CSS (#17924).Go MAEDA2022-02-083-7/+15
* Add "required for administrators" option to Two-factor authentication setting...Marius Balteanu2022-02-013-2/+9
* Fix autocomplete for users fails with 403 error when there are multiple objec...Marius Balteanu2022-02-012-3/+7
* 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
* Display "Two-factor authentication" on two lines to save some space (#35934).Marius Balteanu2022-01-221-1/+1
* Add "Two-factor authentication" filter and column to Users list in administra...Marius Balteanu2022-01-222-0/+20
* Set default protect from forgery true (#36317).Marius Balteanu2022-01-221-7/+10
* Update session token only once per minute (#29041).Go MAEDA2022-01-221-1/+8
* Include avatar URL in Users API (#36303).Go MAEDA2022-01-212-0/+2
* Display source project for cross-project associated revisions for issues (#52...Go MAEDA2022-01-182-2/+4
* Make issue tabs DOM more consistent (#36429).Go MAEDA2022-01-173-3/+9
* "Edit" misaligned in project members view (#13199).Go MAEDA2022-01-161-1/+1
* Mailer.with_synched_deliveries doesn't correctly detect other async Queue ada...Go MAEDA2022-01-121-3/+1
* Permission check of the setting button on the issues page mismatches button s...Go MAEDA2022-01-101-1/+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
* Change Delete button name to Delete issue (#31278).Go MAEDA2022-01-052-2/+2
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-02181-181/+181
* Update copyright year in the footer to 2022 (#36378).Go MAEDA2022-01-021-1/+1
* Fix that encoding drop-down in the import settings defaults to US-ASCII inste...Go MAEDA2022-01-021-0/+1
* Fix that encoding drop-down in the import settings defaults to US-ASCII inste...Go MAEDA2022-01-021-0/+1
* Fixes for Performance/StringIdentifierArgument introduced in RuboCop Performa...Go MAEDA2021-12-294-9/+9
* Use File.exist? instead of deprecated File.exists? (#36358).Go MAEDA2021-12-271-1/+1
* Fixes for Performance/BigDecimalWithNumericArgument introduced in RuboCop Per...Go MAEDA2021-12-251-1/+1
* Saving time tracking activities without any change may turn a system activity...Go MAEDA2021-12-211-1/+1
* Fix a missing closing div due to r21312 (#35755, #36326).Go MAEDA2021-12-161-0/+1
* Lazy load inline images (#36294).Go MAEDA2021-12-141-2/+3
* Drop OpenID support (#35755).Go MAEDA2021-12-148-105/+4
* Include an authentication method name in LDAP connection error messages (#333...Go MAEDA2021-12-131-4/+4
* Issue Summary: add statistics about issues without assignee, version or categ...Go MAEDA2021-12-123-8/+8
* Fix RuboCop offense Layout/ClosingParenthesisIndentation (#35136).Go MAEDA2021-12-101-1/+2
* Psych 4: Psych::DisallowedClass exception when unserializing a setting value ...Go MAEDA2021-11-251-1/+2
* Download all attachments in a journal (#35462).Go MAEDA2021-11-225-3/+16
* Switch to zeitwerk autoloader (#29914, #32938).Marius Balteanu2021-11-175-15/+0
* You can configure default project queries in the following places (#35795):Marius Balteanu2021-11-159-1/+51