Redmine/app/controllers
Jean-Philippe Lang c8b627dfc7 Mitigates vulnerability in API authentication introduced in r3218.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6187 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-07-06 19:02:58 +00:00
..
account_controller.rb Set the httponly flag on the autologin cookie. 2011-01-23 11:40:07 +00:00
activities_controller.rb remove trailing white-spaces and an empty line from activities controller source. 2011-05-18 07:12:04 +00:00
admin_controller.rb code clean up AdminController. 2011-04-25 23:21:34 +00:00
application_controller.rb Mitigates vulnerability in API authentication introduced in r3218. 2011-07-06 19:02:58 +00:00
attachments_controller.rb remove trailing white-spaces from attachments controller source. 2011-05-18 07:12:27 +00:00
auth_sources_controller.rb Refactor AuthSourcesController to support non-LDAP sources. #1131 2010-05-23 03:16:31 +00:00
auto_completes_controller.rb Make sure there's no nil result in auto_complete. 2010-12-12 16:06:43 +00:00
boards_controller.rb Allow key authentication for Boards. #6132 2010-08-16 23:39:27 +00:00
calendars_controller.rb Converted issue filters to non-AJAX GET requests (#1965). 2011-04-01 14:34:44 +00:00
comments_controller.rb Refactor: move #destroy_comment method to CommentsController#destroy 2010-09-23 15:20:19 +00:00
context_menus_controller.rb Do not show inactive issue priorities where not necessary (#8573). 2011-06-13 19:43:40 +00:00
custom_fields_controller.rb Fix potential Execution After Redirect bugs. 2011-05-01 23:15:03 +00:00
documents_controller.rb Do not show inactive document categories where not necessary (#8573). 2011-06-13 20:33:06 +00:00
enumerations_controller.rb Fix potential Execution After Redirect bugs. 2011-05-01 23:15:03 +00:00
files_controller.rb remove trailing white-spaces from files controller source. 2011-05-18 07:12:48 +00:00
gantts_controller.rb Converted issue filters to non-AJAX GET requests (#1965). 2011-04-01 14:34:44 +00:00
groups_controller.rb Fixed: list of users for adding to a group may be empty if 100 first users have been added (#8029). 2011-04-01 16:47:30 +00:00
issue_categories_controller.rb Fix potential Execution After Redirect bugs. 2011-05-01 23:15:03 +00:00
issue_moves_controller.rb remove trailing white-spaces from issue moves controller source. 2011-05-17 03:59:02 +00:00
issue_relations_controller.rb Makes relations resource shallow (#7366). 2011-07-05 16:47:34 +00:00
issue_statuses_controller.rb Removed hard coded English string. 2010-02-12 19:15:39 +00:00
issues_controller.rb Do not show inactive issue priorities where not necessary (#8573). 2011-06-13 19:43:40 +00:00
journals_controller.rb Fixed: error on JournalsController#index when custom fields are present (#7795). 2011-03-06 16:04:35 +00:00
ldap_auth_sources_controller.rb Refactor AuthSourcesController to support non-LDAP sources. #1131 2010-05-23 03:16:31 +00:00
mail_handler_controller.rb remove trailing white-spaces from mail handler controller source. 2011-05-18 07:13:08 +00:00
members_controller.rb Hide the role forms when editing or adding Project members. #5452 2010-06-19 19:51:43 +00:00
messages_controller.rb Refactor: Decouple failed attachments and the flash messages 2010-03-03 17:05:00 +00:00
my_controller.rb Code cleanup. 2010-12-12 14:25:23 +00:00
news_controller.rb Adds email notifications support for news comments (#2074). 2011-03-04 14:32:58 +00:00
previews_controller.rb Adds support for preview when editing an issue note (#5520). 2011-03-28 21:45:30 +00:00
project_enumerations_controller.rb Refactor: convert ProjectEnumerations to a resource on a project. 2010-09-10 16:00:49 +00:00
projects_controller.rb Fixed: selected modules are not activated when copying a project (#8244). 2011-04-29 07:26:45 +00:00
queries_controller.rb Makes custom queries available through the REST API (#5737). 2011-07-06 16:57:04 +00:00
reports_controller.rb Fixed: private subprojects names may be revealed on issue summary report (#5360). 2010-04-27 16:43:52 +00:00
repositories_controller.rb Do not cache I18n strings when truncating a long diff (#5089). 2011-06-13 22:09:01 +00:00
roles_controller.rb Fix potential Execution After Redirect bugs. 2011-05-01 23:15:03 +00:00
search_controller.rb Typecast issue ids when searched for. 2010-06-20 20:01:32 +00:00
settings_controller.rb remove trailing white-spaces from settings controller source. 2011-05-18 02:18:47 +00:00
sys_controller.rb remove trailing white-spaces from sys controller source. 2011-05-25 04:39:33 +00:00
time_entry_reports_controller.rb Refactor: extract TimelogController#report to a new controller class 2010-10-05 16:07:17 +00:00
timelog_controller.rb Fixed: GET /time_entries.xml ignores limit/offset parameters (#8356). 2011-05-22 10:48:59 +00:00
trackers_controller.rb New strings to localization (#5225) 2010-04-03 11:54:24 +00:00
users_controller.rb Removed calls to deprecated Project.visible_by method. 2011-04-05 12:57:18 +00:00
versions_controller.rb Makes versions resource shallow (#7403). 2011-07-05 16:29:06 +00:00
watchers_controller.rb Cleaner way to handle the replacement of watch links (#8071). 2011-04-05 12:09:15 +00:00
welcome_controller.rb Renamed Project#public named_scope so it will not override Ruby's public method 2009-10-21 03:21:31 +00:00
wiki_controller.rb remove trailing white-spaces from wiki controller source. 2011-05-17 04:34:44 +00:00
wikis_controller.rb Refactor: Pull up several #find_project methods to ApplicationController 2010-02-05 16:57:02 +00:00
workflows_controller.rb Allow additional workflow transitions for issue author and assignee (#2732). 2011-02-20 15:38:07 +00:00