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
Richard c41c72754e Using error handler for all work package service requests. 11 years ago
..
api Fixed 500 passing the note parameter on work package create 11 years ago
news new copyright header #1903 11 years ago
time_entries move common code of reports_controller and timelog_controller into a common helper 11 years ago
work_packages Added responsible for work_package summary 11 years ago
account_controller.rb Rename Redmine::Configuration to OpenProject::Configuration 11 years ago
activities_controller.rb Differs between activity view states 11 years ago
admin_controller.rb new copyright header #1903 11 years ago
application_controller.rb move application controller load hook to the end of the class definition. find explanation why inside. 11 years ago
attachments_controller.rb Refactores function implementation 11 years ago
auth_sources_controller.rb use permitted params for auth_source 11 years ago
authentication_controller.rb new copyright header #1903 11 years ago
boards_controller.rb make those tests pass :) 11 years ago
categories_controller.rb Renames issue category to category 11 years ago
copy_projects_controller.rb fix unchecked dynamic rendering in copy projects controller 11 years ago
custom_fields_controller.rb when having a wrong custom_field_type redirect to general custom_field page 11 years ago
enumerations_controller.rb it should not be possible anymore to update/create enumerations so that they have a non existent type 11 years ago
groups_controller.rb use permitted_params for group_controller 11 years ago
help_controller.rb introduce keyboard shortcuts 11 years ago
journals_controller.rb new copyright header #1903 11 years ago
ldap_auth_sources_controller.rb new copyright header #1903 11 years ago
mail_handler_controller.rb new copyright header #1903 11 years ago
members_controller.rb Fixed wrong pagination links on ajax requests to members controller 11 years ago
messages_controller.rb Fixes message attachment add/remove 11 years ago
my_controller.rb Fixed blocks vanishing after adding blocks to the default layout 11 years ago
news_controller.rb adds the title to news entry links 11 years ago
planning_element_journals_controller.rb new copyright header #1903 11 years ago
planning_element_type_colors_controller.rb new copyright header #1903 11 years ago
project_associations_controller.rb new copyright header #1903 11 years ago
project_enumerations_controller.rb new copyright header #1903 11 years ago
project_types_controller.rb Removes superfluous error messages 11 years ago
projects_controller.rb redirecting to destroy info if not deleting 11 years ago
queries_controller.rb we have to set @query.project before adding filters, so that we can determine which filters the user may set 11 years ago
query_menu_items_controller.rb Add flash notice after successful query_menu_items#create 11 years ago
reported_project_statuses_controller.rb Removes before filters for :require_login. 11 years ago
reportings_controller.rb new copyright header #1903 11 years ago
repositories_controller.rb fixes route globbing for repositories 11 years ago
roles_controller.rb seems that the role params can be omitted when creating a role. restore that behaviour 11 years ago
search_controller.rb pretend to be a nested ressource when searching for stuff 11 years ago
settings_controller.rb streamlines configuration of relative_url_root 11 years ago
statuses_controller.rb verify hhtp verbs in statuses controller 11 years ago
sys_controller.rb new copyright header #1903 11 years ago
timelines_controller.rb Push timeline objects via gon inside views 11 years ago
timelog_controller.rb export timelog csv in utf-8 11 years ago
types_controller.rb moves remaining paginations under api/v2/pagination scope 11 years ago
users_controller.rb refactor the user destroy method. make the case where the user deletes him/herself more clear with a separate variable. 11 years ago
versions_controller.rb replaces rjs and inline js with unobstrusive js 11 years ago
watchers_controller.rb make calls to constantize as safe as possible 11 years ago
welcome_controller.rb new copyright header #1903 11 years ago
wiki_controller.rb Uses permitted params in wiki controller 11 years ago
wiki_menu_items_controller.rb Fix redirect path after wiki menu item creation 11 years ago
wikis_controller.rb new copyright header #1903 11 years ago
work_package_relations_controller.rb Renames issue_to 11 years ago
work_packages_controller.rb Using error handler for all work package service requests. 11 years ago
workflows_controller.rb Renames IssueStatus to Status 11 years ago