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
Till Breuer ea276a1257 Integrate I18n-JS in timelines 11 years ago
..
api accept key auth for all API v2 actions 11 years ago
news
time_entries move common code of reports_controller and timelog_controller into a common helper 11 years ago
work_packages let the at.js textarea autocompletion look like the usual work-package auto-completion 11 years ago
account_controller.rb
activities_controller.rb Fixes specs by renaming event properties 11 years ago
admin_controller.rb
application_controller.rb introduce render_400 (bad request) method in application controller 11 years ago
attachments_controller.rb
auth_sources_controller.rb
authentication_controller.rb
boards_controller.rb Fix board edit/update validations, add success flash message 11 years ago
categories_controller.rb
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
journals_controller.rb
ldap_auth_sources_controller.rb
mail_handler_controller.rb
members_controller.rb make clear we don't actually need that param 11 years ago
messages_controller.rb
my_controller.rb
news_controller.rb
planning_element_journals_controller.rb
planning_element_type_colors_controller.rb
project_associations_controller.rb
project_enumerations_controller.rb
project_types_controller.rb
projects_controller.rb remove actions from authorize filter that got moved to CopyProjectsController 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
repositories_controller.rb
roles_controller.rb
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
timelines_controller.rb Integrate I18n-JS in timelines 11 years ago
timelog_controller.rb move common code of reports_controller and timelog_controller into a common helper 11 years ago
types_controller.rb
users_controller.rb Adapts acts as event modifications 11 years ago
versions_controller.rb replaces rjs and inline js with unobstrusive js 11 years ago
watchers_controller.rb
welcome_controller.rb
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
work_package_relations_controller.rb
work_packages_controller.rb use add_work_package instead of add_issue (even in test names) 11 years ago
workflows_controller.rb