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
Felix Schäfer 7e99e2714b 404 on board index when no board configured. #64 14 years ago
..
account_controller.rb Set the httponly flag on the autologin cookie. 14 years ago
activities_controller.rb Takes more parameters into account to determine activity freshness (#7188). 14 years ago
admin_controller.rb
application_controller.rb [#129] Replace public strings using Redmine with ChiliProject 14 years ago
attachments_controller.rb
auth_sources_controller.rb Refactor AuthSourcesController to support non-LDAP sources. #1131 15 years ago
auto_completes_controller.rb Make sure there's no nil result in auto_complete. 14 years ago
boards_controller.rb 404 on board index when no board configured. #64 14 years ago
calendars_controller.rb Reverted r4381. 14 years ago
comments_controller.rb Refactor: move #destroy_comment method to CommentsController#destroy 14 years ago
context_menus_controller.rb Find visible issues only in ContextMenusController#issues. 14 years ago
custom_fields_controller.rb
documents_controller.rb
enumerations_controller.rb
files_controller.rb Fixed: error on mail notification when adding an invalid file (#6452). 14 years ago
gantts_controller.rb Reverted r4381. 14 years ago
groups_controller.rb Added a warning when a new user or group membership is invalid. #3834 14 years ago
issue_categories_controller.rb
issue_moves_controller.rb Allow adding notes when moving issues 14 years ago
issue_relations_controller.rb Fixed: Relations are not displayed after adding/removing an issue relation (#7463). 14 years ago
issue_statuses_controller.rb
issues_controller.rb Moves relations fetching from views to the controller and skip invalid relations (#7385). 14 years ago
journals_controller.rb Fixes a data disclosure issue introduced in r3941. 14 years ago
ldap_auth_sources_controller.rb Refactor AuthSourcesController to support non-LDAP sources. #1131 15 years ago
mail_handler_controller.rb
members_controller.rb Hide the role forms when editing or adding Project members. #5452 15 years ago
messages_controller.rb
my_controller.rb Code cleanup. 14 years ago
news_controller.rb Refactor and add tests for News #index API (#7072). 14 years ago
previews_controller.rb Refactor: move NewsController#preview to PreviewsController#news 14 years ago
project_enumerations_controller.rb Refactor: convert ProjectEnumerations to a resource on a project. 14 years ago
projects_controller.rb Changes ProjectsController#modules param name and add tests. 14 years ago
queries_controller.rb Refactor: Move method to Query model 15 years ago
reports_controller.rb Fixed: private subprojects names may be revealed on issue summary report (#5360). 15 years ago
repositories_controller.rb scm: use format_revision() for history, view and annotate (#3724). 14 years ago
roles_controller.rb
search_controller.rb Typecast issue ids when searched for. 15 years ago
settings_controller.rb Reload themes so that new themes can be used without restarting Redmine (#5712). 14 years ago
sys_controller.rb
time_entry_reports_controller.rb Refactor: extract TimelogController#report to a new controller class 14 years ago
timelog_controller.rb Fixed: 404 when entering time with blank issue id (#7099). 14 years ago
trackers_controller.rb
users_controller.rb Adds support for requesting information about current user using /users/current (#7141). 14 years ago
versions_controller.rb Fixed: "Template is missing" error when validation fails on version edit (#6766). 14 years ago
watchers_controller.rb Fix for Ruby 1.9 strings. 15 years ago
welcome_controller.rb
wiki_controller.rb Fixed: Missing template wiki/update.erb error introduced in r4272 (#6987). 14 years ago
wikis_controller.rb
workflows_controller.rb