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 e109c9b6b6 Do not reset session when a non logged in user request the login form (#4958). 15 years ago
..
account_controller.rb Do not reset session when a non logged in user request the login form (#4958). 15 years ago
admin_controller.rb Admin info cleanup. 15 years ago
application_controller.rb Refactor: Decouple failed attachments and the flash messages 15 years ago
attachments_controller.rb Fixed: error when downloading a file with no matching mime type (#3782). 15 years ago
auth_sources_controller.rb Refactor: Merged AuthSourcesController#list and #index 15 years ago
boards_controller.rb Refactor: Split method 15 years ago
custom_fields_controller.rb Removes "xxx and return" calls (#4446). 15 years ago
documents_controller.rb Refactor: Decouple failed attachments and the flash messages 15 years ago
enumerations_controller.rb Fixed: error while deleting an in-use enumeration (#4970). 15 years ago
groups_controller.rb Adds an admin layout that displays the admin menu in the sidebar. 15 years ago
issue_categories_controller.rb Moves ProjectsController#add_issue_category to IssueCategoriesController#new. 15 years ago
issue_relations_controller.rb Issue relation: fixes error with postgres when entering a non-numeric id (#4820) + accept hash (#) before id. 15 years ago
issue_statuses_controller.rb Removed hard coded English string. 15 years ago
issues_controller.rb Refactor: Extract method for setting the flash on bulk issue saves. 15 years ago
journals_controller.rb Removes "xxx and return" calls (#4446). 15 years ago
mail_handler_controller.rb Change MailHandler 403 error message. 15 years ago
members_controller.rb Refactor: Pull up several #find_project methods to ApplicationController 15 years ago
messages_controller.rb Refactor: Decouple failed attachments and the flash messages 15 years ago
my_controller.rb Added an API token for each User to use when making API requests. (#3920) 15 years ago
news_controller.rb Allow authenticating with an API token via XML or JSON. (#3920) 15 years ago
projects_controller.rb Adds missing flash messages on project settings (#5043). 15 years ago
queries_controller.rb Allows multiple roles on the same project (#706). Prerequisite for user groups feature. 16 years ago
reports_controller.rb Refactored IssueStatus finder to a before_filter 15 years ago
repositories_controller.rb Refactor: Pull up several #find_project methods to ApplicationController 15 years ago
roles_controller.rb Refactor: Merged RolesController#list and #index 15 years ago
search_controller.rb Move SQL LIKE tokens to acts_as_searchable. 15 years ago
settings_controller.rb Adds an admin layout that displays the admin menu in the sidebar. 15 years ago
sys_controller.rb Adds on optional API key to repositories management controller and reposman.rb. 15 years ago
timelog_controller.rb Removes "xxx and return" calls (#4446). 15 years ago
trackers_controller.rb Refactor: Merged TrackersController#list and #index 15 years ago
users_controller.rb Let administrators see locked user profiles. 15 years ago
versions_controller.rb Moves ProjectsController#add_version to VersionsController#new. 15 years ago
watchers_controller.rb Make sure user can not watch what he is not allowed to view. 15 years ago
welcome_controller.rb Renamed Project#public named_scope so it will not override Ruby's public method 15 years ago
wiki_controller.rb Refactor: Decouple failed attachments and the flash messages 15 years ago
wikis_controller.rb Refactor: Pull up several #find_project methods to ApplicationController 15 years ago
workflows_controller.rb Refactor: Extract methods to before_filters 15 years ago