summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* "Add news" button in cross-project News tab (#33167).Go MAEDA2021-03-254-9/+18
* Fix hard-coded error messages in ApplicationController (#33232).Go MAEDA2021-03-251-2/+2
* Restore Copy button to its original location (#34714).Go MAEDA2021-03-251-2/+2
* Show project tree instead of subprojects in the project selector when you cre...Go MAEDA2021-03-251-1/+1
* Case-insensitive matching fails for Unicode filenames when referring to attac...Go MAEDA2021-03-201-1/+3
* Unnecessary database access when IssueQuery class is defined (#33290).Go MAEDA2021-03-191-13/+28
* Allow selecting encoding when exporting permission reports as CSV (#13767).Go MAEDA2021-03-182-2/+12
* Show project ID instead of name in issue journal details if the project is no...Go MAEDA2021-03-181-1/+2
* "Copy link" feature for issue and issue journal (#34703).Go MAEDA2021-03-183-1/+12
* Reverts r20653.Go MAEDA2021-03-181-2/+2
* Introduces an additional check before removing a deduplicated file (#34479).Go MAEDA2021-03-171-5/+4
* Reverts r20654.Go MAEDA2021-03-171-6/+6
* Delete spent time custom field values not visible by the user after assignmen...Go MAEDA2021-03-151-1/+8
* Do not display in issue edit page spent time custom fields not visible by the...Go MAEDA2021-03-151-1/+1
* Update JavaScript filename (#33906).Go MAEDA2021-03-151-1/+1
* Ability to add watchers to forum threads (#3390).Go MAEDA2021-03-153-4/+21
* Fix that column header is clickable even when the column is not actually sort...Go MAEDA2021-03-141-1/+1
* Fix that users can delete their own accounts unconditionally via REST API (#1...Go MAEDA2021-03-131-0/+2
* Export permissions report to CSV (#13767).Go MAEDA2021-03-123-1/+39
* Allow manually fetching changesets (#8875).Go MAEDA2021-03-112-0/+8
* Ability to set default value for "I don't want to be notified of changes that...Go MAEDA2021-03-102-1/+3
* The order of thumbnails in journals does not match the order of file name lis...Go MAEDA2021-03-091-1/+1
* Allow newlines and quote characters within mail body delimiters (#34794).Go MAEDA2021-03-091-1/+12
* Project settings tab contains two items with the same id (#34032).Go MAEDA2021-03-081-1/+1
* Move some action links for issues and journals to the dropdown menu (#34714).Go MAEDA2021-03-072-13/+15
* Unable to autoload constant Version.table_name if gems use Version class (#33...Go MAEDA2021-03-031-2/+2
* Fix RuboCop offense Style/BlockDelimiters due to r20755 (#33820).Go MAEDA2021-02-271-2/+2
* Display more detailed error message when attempting to import malformed CSV f...Go MAEDA2021-02-271-1/+1
* Auto complete wiki page links (#33820).Go MAEDA2021-02-252-1/+30
* Projects API should not return invisible trackers (#30121).Go MAEDA2021-02-231-1/+1
* Add an interface to filter activities by user (#33602).Go MAEDA2021-02-212-1/+11
* Remove unsupported encodings ISO-2022-KR and ISCII91 from Setting::ENCODINGS ...Go MAEDA2021-02-171-2/+0
* Allow to use watch_by filter in the global issues list (#34700).Go MAEDA2021-02-111-1/+1
* Ignore from search module params sent with empty values (#34615).Go MAEDA2021-02-061-1/+1
* Fix redirect loop when both enabling two-factor authentication and changing p...Go MAEDA2021-02-021-1/+1
* Fix project selector on global new issue page not showing all visible project...Go MAEDA2021-02-011-1/+1
* Show a warning message for watchers who cannot view the object (#33329).Go MAEDA2021-01-241-0/+3
* Do not propose watchers that are not allowed to see the object (#33329).Go MAEDA2021-01-241-1/+6
* Some fixes for r20321:Go MAEDA2021-01-182-12/+48
* Web browser freezes when displaying a workflow page with a large number of is...Go MAEDA2021-01-171-1/+1
* Drag and drop file upload to file type custom field (#30776).Go MAEDA2021-01-131-2/+3
* Add class 'error' to custom fields with validation errors (#32764, #34580).Go MAEDA2021-01-113-3/+4
* Show only valid projects on issue form when the issue is a subtask (#33419).Go MAEDA2021-01-014-15/+52
* Make archived projects visually distinguishable in nested projects lists (#34...Go MAEDA2020-12-301-0/+1
* Subprojects issues are not displayed on main project when all subprojects are...Go MAEDA2020-12-271-4/+4
* Create custom field by copy (#34307).Go MAEDA2020-12-264-0/+25
* Don't show "Two-factor authentication" on new user form (#1237, #34495).Go MAEDA2020-12-251-1/+1
* Allow issue relation autocomplete to select multiple values (#33418).Go MAEDA2020-12-251-1/+1
* Bulk addition of related issues (#33418).Go MAEDA2020-12-253-12/+55
* Users API should return twofa_scheme only for administrators (#34242).Go MAEDA2020-12-231-1/+1