| Commit message (Expand) | Author | Age | Files | Lines |
* | Use named routes in base layout and account sidebar (#35075). | Go MAEDA | 2021-04-15 | 1 | -3/+2 |
* | Clean-up workflows controller (#33337). | Go MAEDA | 2021-04-13 | 1 | -4/+11 |
* | Update copyright year in source files to 2021 (#33069). | Go MAEDA | 2021-03-25 | 1 | -1/+1 |
* | "Add news" button in cross-project News tab (#33167). | Go MAEDA | 2021-03-25 | 1 | -1/+1 |
* | Allow manually fetching changesets (#8875). | Go MAEDA | 2021-03-11 | 1 | -0/+1 |
* | Auto complete wiki page links (#33820). | Go MAEDA | 2021-02-25 | 1 | -1/+4 |
* | shorten long line of config/routes.rb | Toshi MARUYAMA | 2020-11-13 | 1 | -3/+6 |
* | Backup codes for 2fa auth (#1237). | Go MAEDA | 2020-08-29 | 1 | -0/+4 |
* | Adds a setting to disable/enable/require 2fa auth (#1237). | Go MAEDA | 2020-08-29 | 1 | -0/+2 |
* | Adds two factor authentication support (#1237). | Go MAEDA | 2020-08-29 | 1 | -0/+10 |
* | Import user accounts from CSV file (#33102). | Go MAEDA | 2020-05-30 | 1 | -0/+1 |
* | Download all attachments at once (#7056). | Go MAEDA | 2020-03-21 | 1 | -0/+1 |
* | Update copyright year in source files to 2020 (#33069). | Go MAEDA | 2020-03-03 | 1 | -1/+1 |
* | Specific action for updating role permissions. | Jean-Philippe Lang | 2019-10-25 | 1 | -1/+2 |
* | Load changesets and time entries tabs async (#3058). | Jean-Philippe Lang | 2019-06-20 | 1 | -0/+1 |
* | Enables API access to /my/account for updating user account data (#31399). | Go MAEDA | 2019-06-16 | 1 | -1/+1 |
* | scm: fix error when *.yml and *.txt show (#31141, #30850) | Toshi MARUYAMA | 2019-05-30 | 1 | -4/+13 |
* | Update copyright year. | Go MAEDA | 2019-05-25 | 1 | -1/+1 |
* | Don't rescue Exception class (#31387). | Go MAEDA | 2019-05-25 | 1 | -1/+1 |
* | Adds favorites and recently used projects lists to project jump box (#31355). | Go MAEDA | 2019-05-20 | 1 | -0/+1 |
* | Import time entries (#28234). | Go MAEDA | 2019-05-09 | 1 | -0/+1 |
* | Generalize issues imports (#28234). | Go MAEDA | 2019-05-09 | 1 | -1/+1 |
* | Enable frozen_string_literal for all files under config directory (#26561). | Go MAEDA | 2019-03-17 | 1 | -1/+1 |
* | Unified diff link broken on specific file/revision diff view (#30850). | Jean-Philippe Lang | 2019-03-15 | 1 | -2/+2 |
* | Add "frozen_string_literal: false" for all files (#26561). | Go MAEDA | 2019-03-15 | 1 | -0/+2 |
* | Adds preview option to the wiki toolbar (#27758). | Jean-Philippe Lang | 2018-09-26 | 1 | -2/+1 |
* | Allow project bulk edit of time entries (#26534). | Go MAEDA | 2018-09-14 | 1 | -1/+3 |
* | Removes repository routes without repository_id (#26522). | Jean-Philippe Lang | 2018-06-16 | 1 | -23/+0 |
* | remove unused WikisController#edit (#26579) | Toshi MARUYAMA | 2017-11-05 | 1 | -1/+0 |
* | Removes the Modules tab in project settings (#26488). | Jean-Philippe Lang | 2017-07-26 | 1 | -1/+0 |
* | Merged rails-5.1 branch (#23630). | Jean-Philippe Lang | 2017-07-23 | 1 | -18/+12 |
* | Update copyright. | Jean-Philippe Lang | 2017-06-25 | 1 | -1/+1 |
* | Redmine::Plugin.directory is an absolute path (#24007). | Jean-Philippe Lang | 2017-06-17 | 1 | -1/+1 |
* | Plugin directory is configurable (#24007). | Jean-Philippe Lang | 2017-06-10 | 1 | -1/+1 |
* | Moves project quick search to a dedicated action. | Jean-Philippe Lang | 2017-05-13 | 1 | -0/+4 |
* | Removes MyControllerTest#page_layout (#25297). | Jean-Philippe Lang | 2017-03-09 | 1 | -1/+0 |
* | Don't preload all query filters (#24787). | Jean-Philippe Lang | 2017-01-09 | 1 | -0/+1 |
* | Don't render memberships forms, use #edit instead. | Jean-Philippe Lang | 2017-01-07 | 1 | -1/+1 |
* | Issue subject is not updated when you select another issue on time entry form... | Jean-Philippe Lang | 2016-11-18 | 1 | -0/+4 |
* | My page - Spent time: configurable number of days to display (#8761). | Jean-Philippe Lang | 2016-10-30 | 1 | -0/+1 |
* | Add support for updating attachments over REST API (#22356). | Jean-Philippe Lang | 2016-10-01 | 1 | -1/+1 |
* | Rename AttachmentsController#edit and #update to #edit_all and #update_all (#... | Jean-Philippe Lang | 2016-10-01 | 1 | -2/+2 |
* | Remove special behaviour for listing issue time entries, use a filter for that. | Jean-Philippe Lang | 2016-07-12 | 1 | -5/+1 |
* | Removes dynamic :action in routes. | Jean-Philippe Lang | 2016-07-11 | 1 | -22/+29 |
* | Adds "New wiki page" link to create a new wiki page (#5536). | Jean-Philippe Lang | 2016-04-22 | 1 | -1/+2 |
* | Allow addition of watchers via bulk edit context menu (#5754). | Jean-Philippe Lang | 2016-04-09 | 1 | -1/+1 |
* | Updates copyright for 2016. | Jean-Philippe Lang | 2016-03-13 | 1 | -1/+1 |
* | Use regular edit/update actions and named routes for JournalsController. | Jean-Philippe Lang | 2016-01-21 | 1 | -2/+5 |
* | Adds Enumeration custom field format (#21060). | Jean-Philippe Lang | 2015-10-25 | 1 | -1/+4 |
* | Named routed for RSS/API keys (#20997). | Jean-Philippe Lang | 2015-10-15 | 1 | -3/+3 |