summaryrefslogtreecommitdiffstats
path: root/app/controllers
Commit message (Expand)AuthorAgeFilesLines
* Export a version as changelog text (#36679).Go MAEDA2023-04-131-0/+4
* Fix RuboCop offense Style/InverseMethods: Use `present?` instead of inverting...Go MAEDA2023-03-253-3/+3
* Check if the user has the permission to add notes or edit an issue when addin...Go MAEDA2023-03-021-2/+10
* Exporting UserQuery does not use the query name as file name (#37674, #38182).Go MAEDA2023-03-011-1/+1
* Remove "Unknown user" notification on password request with non-existent emai...Go MAEDA2023-02-071-1/+3
* Fix missing project_id in redirect after clicking "Create and add another" bu...Go MAEDA2023-02-051-0/+1
* Avoid double-render error with ApplicationController#find_optional_project (#...Go MAEDA2023-01-201-1/+4
* Ruby 2.7: Fix RuboCop offense Performance/BindCall (#38134).Go MAEDA2023-01-171-1/+1
* Ruby 2.7: Fix RuboCop offense Performance/MapCompact (#38134).Go MAEDA2023-01-173-3/+3
* Fix RuboCop offense Performance/BlockGivenWithExplicitBlock (#38146).Go MAEDA2023-01-112-4/+4
* Use Group.visible instead of manual visibility check in GroupsController (#38...Go MAEDA2023-01-041-3/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-0152-52/+52
* Fix RuboCop offense Performance/StringInclude in app/controllers/imports_cont...Go MAEDA2022-12-251-1/+1
* Redirect to container URL in case of error in attachments#download_all (#37880).Go MAEDA2022-11-031-1/+18
* Disallow all in /robots.txt if login is required (#37807).Go MAEDA2022-11-011-1/+1
* Always allow access to /robots.txt for Anonymous (#37807).Go MAEDA2022-11-011-0/+2
* Render all visible projects in robots.txt (including closed projects) (#37807).Go MAEDA2022-11-011-1/+1
* Simplify AttachmentsController#find_container (#37772).Go MAEDA2022-10-201-12/+3
* Fix rubocop warning (#37626).Marius Balteanu2022-10-021-1/+1
* Add to do to fix the deprecation warning (#37626).Marius Balteanu2022-10-021-0/+1
* Fix show diff of a javascript file in repository module is displayed without ...Marius Balteanu2022-10-021-1/+1
* Confirm user update / deletion (#37674).Go MAEDA2022-09-201-0/+2
* User bulk destroy (#37674).Go MAEDA2022-09-201-0/+15
* Introduces a UserQuery model for admin/users (#37674).Go MAEDA2022-09-203-34/+45
* Ignore statuses if workflow only defines identity transition (#37636).Go MAEDA2022-09-171-0/+2
* Remove extra call of Attachment#thumbnailable? in AttachmentsController#thumb...Go MAEDA2022-08-301-1/+1
* Use query name as the file name when exporting queries (#16207).Go MAEDA2022-08-242-3/+3
* POST Requests to repository WS fail with "Can't verify CSRF token authenticit...Go MAEDA2022-08-101-0/+3
* Don't load changesets when IssuesController#show processes API requests witho...Go MAEDA2022-07-311-3/+5
* Repository tab is not displayed if no repository is set as the main repositor...Go MAEDA2022-07-271-1/+1
* CSV export of issues report (#37362).Go MAEDA2022-07-211-0/+9
* Mark edited journal notes as "Edited" (#31505).Go MAEDA2022-07-171-1/+3
* Adds projects bulk delete (#36691).Marius Balteanu2022-05-171-4/+21
* Background job for project deletion (#36691).Marius Balteanu2022-05-171-1/+2
* Don't verify CSRF authenticity token in mail handler (#37030).Marius Balteanu2022-05-111-0/+3
* Adds context menu to admin projects list (#33422).Marius Balteanu2022-04-011-0/+13
* Reuse ProjectQuery filters on the admin project list (#33422).Marius Balteanu2022-04-012-10/+25
* Add support for PUT API to journals (#10171).Go MAEDA2022-03-231-0/+2
* Only check for @set_filter@ param when retriving the default query (#7360, 35...Marius Balteanu2022-03-202-2/+2
* Deprecate and rename rss_* methods to atom_* methods (#15118).Marius Balteanu2022-03-1910-22/+39
* Avoid passing ActionController::Parameters outside of MailHandlerController (...Marius Balteanu2022-03-181-1/+26
* 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-231-1/+42
* Return 404 if revision URL doesn't exist (#36561).Marius Balteanu2022-02-181-1/+1
* Fix autocomplete for users fails with 403 error when there are multiple objec...Marius Balteanu2022-02-011-2/+6
* Add "Two-factor authentication" filter and column to Users list in administra...Marius Balteanu2022-01-221-0/+9
* Set default protect from forgery true (#36317).Marius Balteanu2022-01-221-7/+10
* Display source project for cross-project associated revisions for issues (#52...Go MAEDA2022-01-181-1/+1
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-0252-52/+52
* Fixes for Performance/StringIdentifierArgument introduced in RuboCop Performa...Go MAEDA2021-12-291-1/+1