| Commit message (Expand) | Author | Age | Files | Lines |
* | Add total estimated hours, spent hours, total spent hours for issues to issue... | Go MAEDA | 2021-06-27 | 1 | -0/+28 |
* | Add missing fixtures to ActivitiesControllerTest (#34933, #35413). | Go MAEDA | 2021-06-25 | 1 | -1/+2 |
* | API to archive/unarchive projects (#35420). | Go MAEDA | 2021-06-24 | 1 | -0/+17 |
* | Reject CSV file without data row when importing (#35137). | Go MAEDA | 2021-06-20 | 2 | -0/+22 |
* | Filter issues by file description (#34715). | Go MAEDA | 2021-06-14 | 1 | -0/+42 |
* | Fix typo in test/fixtures/attachments.yml (#34715). | Go MAEDA | 2021-06-14 | 1 | -1/+1 |
* | Ability to add watchers to Wiki pages (#7652). | Go MAEDA | 2021-05-29 | 4 | -2/+90 |
* | Remove trailing whitespaces in test/fixtures/watchers.yml (#7652). | Go MAEDA | 2021-05-29 | 1 | -4/+4 |
* | "Add news" button on global news index is displayed for users without permiss... | Go MAEDA | 2021-05-29 | 1 | -0/+12 |
* | Render Textile and Markdown files in the repository browser (#16849). | Go MAEDA | 2021-05-28 | 3 | -5/+32 |
* | Gracefully handle invalid query parameters for custom fields (#35312). | Go MAEDA | 2021-05-28 | 1 | -0/+11 |
* | Security notification is not sent when an admin changes the password of a use... | Go MAEDA | 2021-05-24 | 1 | -0/+18 |
* | X-Redmine-Issue-Assignee email header field is empty when the assignee of an ... | Go MAEDA | 2021-05-18 | 1 | -0/+27 |
* | Remove deprecated WikiContent::Version (#35031). | Go MAEDA | 2021-05-15 | 5 | -10/+10 |
* | Markdown text sections broken by thematic breaks (horizontal rules) (#35036). | Go MAEDA | 2021-05-14 | 1 | -0/+69 |
* | Uploading a big file fails with NoMemoryError (#33752). | Go MAEDA | 2021-05-11 | 1 | -0/+22 |
* | Duplicate entries in issue filter values (#35201). | Go MAEDA | 2021-05-07 | 1 | -0/+13 |
* | Use `Time.use_zone` instead of `Time.zone=` (#35208). | Go MAEDA | 2021-05-07 | 1 | -4/+3 |
* | Mail handler bypasses add_issue_notes permission (#35045). | Go MAEDA | 2021-04-25 | 1 | -2/+4 |
* | Allow Unique ID and relation fields to be auto mapped (#35131). | Go MAEDA | 2021-04-23 | 2 | -2/+14 |
* | MailHandler raises NameError exception when generating error message (#35100). | Go MAEDA | 2021-04-22 | 1 | -0/+17 |
* | Filter issues by notes (#5893). | Go MAEDA | 2021-04-21 | 1 | -0/+41 |
* | Include new statuses allowed by workflow in Issues REST API (#24976). | Go MAEDA | 2021-04-19 | 1 | -0/+22 |
* | Users without two-factor authentication enabled cannot sign out when two-fact... | Go MAEDA | 2021-04-16 | 1 | -0/+13 |
* | Validate attachment filenames on every change (#34367). | Go MAEDA | 2021-04-16 | 1 | -0/+13 |
* | Clean-up workflows controller (#33337). | Go MAEDA | 2021-04-13 | 2 | -12/+12 |
* | "Copy link" feature for issues list (#34932). | Go MAEDA | 2021-04-13 | 2 | -0/+12 |
* | Fix user link using @ not working at the end of line (#34894). | Go MAEDA | 2021-04-13 | 1 | -0/+1 |
* | Fix undefined method 'split' when issue_to_id is numeric (#35039). | Go MAEDA | 2021-04-12 | 1 | -1/+22 |
* | Atom feed of the activity page does not contain items after the second page (... | Go MAEDA | 2021-04-12 | 1 | -0/+16 |
* | Roadmap tab is missing if there are only inherited from parent project versio... | Go MAEDA | 2021-04-07 | 1 | -0/+17 |
* | Allow parallel testing (#35030). | Go MAEDA | 2021-04-06 | 1 | -0/+2 |
* | System test fails in Windows due to "/" path separator (#35024). | Go MAEDA | 2021-04-04 | 1 | -1/+1 |
* | Fix a test failure caused by an assert forgotten to be deleted (#29914, #32913). | Go MAEDA | 2021-04-01 | 1 | -1/+0 |
* | Disable TestAdapter on IntegrationTest (#29914, #32936). | Go MAEDA | 2021-04-01 | 1 | -0/+5 |
* | Remove #filename_for_content_disposition for MS browsers (#29914, #32914). | Go MAEDA | 2021-04-01 | 1 | -5/+6 |
* | Add filename header (#29914, #32913). | Go MAEDA | 2021-04-01 | 2 | -6/+7 |
* | Use media_type to get the MIME type of the request (#29914). | Go MAEDA | 2021-04-01 | 1 | -1/+1 |
* | Fix ArgumentError: wrong number of arguments (given 1, expected 3) (#29914). | Go MAEDA | 2021-04-01 | 1 | -1/+5 |
* | Rails 6.1: add header=present to csv tests (#29914, #32921). | Go MAEDA | 2021-04-01 | 6 | -24/+24 |
* | Fix "DEPRECATION WARNING: Passing a path to relative to is deprecated." (#299... | Go MAEDA | 2021-04-01 | 1 | -1/+1 |
* | Fix "ActiveRecord::StaleObjectError: Attempted to update a stale object: Issu... | Go MAEDA | 2021-04-01 | 4 | -7/+8 |
* | Fix sending mail with DeliveryJob is deprecated (#29914, #32908). | Go MAEDA | 2021-04-01 | 1 | -4/+4 |
* | Fix cannot change the default version under settings (#34982). | Go MAEDA | 2021-03-31 | 1 | -0/+22 |
* | Do not journalize attachments that are added during a "Copy Issue" operation ... | Go MAEDA | 2021-03-29 | 1 | -0/+17 |
* | Add missing fixtures to TimeEntryCustomFieldTest (#34976). | Go MAEDA | 2021-03-28 | 1 | -1/+1 |
* | Test for r20852 (#22008). | Go MAEDA | 2021-03-26 | 1 | -0/+107 |
* | Associated Revision API (#22008). | Go MAEDA | 2021-03-26 | 1 | -0/+5 |
* | Support for Git repositories with default branch "main" (#34942). | Go MAEDA | 2021-03-26 | 1 | -0/+19 |
* | Add edit button to Wiki sidebar (#32629). | Go MAEDA | 2021-03-26 | 1 | -0/+8 |