OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/app/controllers
Jean-Philippe Lang 66afc8c054 Adds a setting to limit the size of text attachments that can be displayed by the file viewer (default set to 512KB). Larger files are sent for download. 16 years ago
..
account_controller.rb Fixed the bug in the OpenID registration where the form wouldn't take a login 16 years ago
admin_controller.rb Merged nested projects branch. Removes limit on subproject nesting (#594). 16 years ago
application.rb Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2. 16 years ago
attachments_controller.rb Adds a setting to limit the size of text attachments that can be displayed by the file viewer (default set to 512KB). Larger files are sent for download. 16 years ago
auth_sources_controller.rb Moves @layout 'base'@ to ApplicationController. 16 years ago
boards_controller.rb Prevent SQL error with old sessions after r2171. 16 years ago
custom_fields_controller.rb CustomFieldsController#list moved to #index. 16 years ago
documents_controller.rb Replaces Enumeration.get_values and Enumeration.default with named scopes. 16 years ago
enumerations_controller.rb Replaces Enumeration.get_values and Enumeration.default with named scopes. 16 years ago
issue_categories_controller.rb Moves @layout 'base'@ to ApplicationController. 16 years ago
issue_relations_controller.rb Fixed: users should not be able to add relations with issues they're not allowed to view (#2589). 16 years ago
issue_statuses_controller.rb Moves @layout 'base'@ to ApplicationController. 16 years ago
issues_controller.rb Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2. 16 years ago
journals_controller.rb Added plugin hooks around Journal editing 16 years ago
mail_handler_controller.rb Adds a simple API and a standalone script that can be used to forward emails from a local or remote email server to Redmine (#1110). 17 years ago
members_controller.rb Moves @layout 'base'@ to ApplicationController. 16 years ago
messages_controller.rb Adds permissions to let users edit and/or delete their messages (#854, patch by Markus Knittig with slight changes). 16 years ago
my_controller.rb User custom fields can now be set as editable so that users can edit them on 'My account'. 16 years ago
news_controller.rb Moves @layout 'base'@ to ApplicationController. 16 years ago
projects_controller.rb Adds (a maximum of 3) links to project ancestors in the page title (#2788). 16 years ago
queries_controller.rb Moves @layout 'base'@ to ApplicationController. 16 years ago
reports_controller.rb Replaces Enumeration.get_values and Enumeration.default with named scopes. 16 years ago
repositories_controller.rb Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2. 16 years ago
roles_controller.rb Adds a workflow overview screen. 16 years ago
search_controller.rb Merged nested projects branch. Removes limit on subproject nesting (#594). 16 years ago
settings_controller.rb Fixed: TypeError (can't modify frozen string) on settings view (#2700). 16 years ago
sys_controller.rb Replaces the repositories management SOAP API with a simple REST API. 16 years ago
timelog_controller.rb Validates sort_key and sort_order params (#2378). 16 years ago
trackers_controller.rb Adds projects association on tracker form (#2578). 16 years ago
users_controller.rb Send an email to the user when an administrator activates a registered user (#2656). 16 years ago
versions_controller.rb AttachmentsController now handles attachments deletion. 16 years ago
watchers_controller.rb Moves @layout 'base'@ to ApplicationController. 16 years ago
welcome_controller.rb Replaces the obsolete robots.txt with a cached action (#2491). 16 years ago
wiki_controller.rb Adds an helper to render other formats download links. 16 years ago
wikis_controller.rb Moves @layout 'base'@ to ApplicationController. 16 years ago
workflows_controller.rb Adds a workflow overview screen. 16 years ago