index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
app
/
controllers
/
application_controller.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adds API response to /trackers to get the list of all available trackers (#71...
Jean-Philippe Lang
2011-11-20
1
-0
/
+13
*
remove hard-coded '.rxml' from ApplicationController 'render_feed' (#6317)
Toshi MARUYAMA
2011-10-04
1
-1
/
+2
*
remove trailing white-spaces from app/controllers/application_controller.rb.
Toshi MARUYAMA
2011-08-22
1
-6
/
+6
*
Remove autologin cookie on unverified request.
Jean-Philippe Lang
2011-07-25
1
-1
/
+4
*
Sets forgery protection filter first.
Jean-Philippe Lang
2011-07-25
1
-1
/
+2
*
Typo in api_key_auth deprecation code (#8773).
Jean-Philippe Lang
2011-07-09
1
-2
/
+2
*
Separation of RSS/API auth actions.
Jean-Philippe Lang
2011-07-09
1
-7
/
+34
*
Mitigates vulnerability in API authentication introduced in r3218.
Jean-Philippe Lang
2011-07-06
1
-1
/
+1
*
Fixed: private queries should not be accessible to other users (#8729).
Jean-Philippe Lang
2011-07-03
1
-0
/
+3
*
remove trailing white-spaces from app/controllers/application_controller.rb.
Toshi MARUYAMA
2011-05-12
1
-35
/
+35
*
Fix potential Execution After Redirect bugs.
Toshi MARUYAMA
2011-05-01
1
-0
/
+1
*
Adds an issues visibility level on roles (#7412).
Jean-Philippe Lang
2011-04-11
1
-2
/
+6
*
Makes the API accepts the X-Redmine-API-Key header to hold the API key.
Jean-Philippe Lang
2010-12-23
1
-3
/
+12
*
Makes API accept offset/limit or page/limit parameters for retrieving collect...
Jean-Philippe Lang
2010-12-23
1
-5
/
+12
*
Restores object count and adds offset/limit attributes to API responses for p...
Jean-Philippe Lang
2010-12-11
1
-0
/
+17
*
Adds a pseudo format to api template names and overrides ActionController#def...
Jean-Philippe Lang
2010-12-04
1
-1
/
+21
*
Adds a reusable method to render API response on validation failure.
Jean-Philippe Lang
2010-12-03
1
-1
/
+13
*
Adds a builder-like template system for rendering xml and json API responses.
Jean-Philippe Lang
2010-12-03
1
-1
/
+1
*
Refactor: merged error rendering methods.
Jean-Philippe Lang
2010-10-23
1
-25
/
+17
*
Improved error message when trying to access an archived project (#2995).
Jean-Philippe Lang
2010-10-23
1
-2
/
+12
*
Added ability to delete issues from different projects through contextual men...
Jean-Baptiste Barth
2010-10-07
1
-1
/
+1
*
Splitted #find_issues filter in ApplicationController to #find_issues and #ch...
Jean-Baptiste Barth
2010-09-29
1
-6
/
+9
*
Refactor: convert ProjectEnumerations to a resource on a project.
Eric Davis
2010-09-10
1
-0
/
+7
*
Use the base layout for all 403, 404, and 500 pages. #6172
Eric Davis
2010-08-19
1
-3
/
+10
*
Refactor: pull up method to ApplicationController.
Eric Davis
2010-08-13
1
-0
/
+15
*
Refactor: Pull up method to ApplicationController.
Eric Davis
2010-08-12
1
-1
/
+17
*
Refactor: extract back_url method to ApplicationController.
Eric Davis
2010-08-04
1
-0
/
+4
*
Allow js formatted responses.
Eric Davis
2010-07-05
1
-0
/
+4
*
Added JSON support to the issues API. #1214
Eric Davis
2010-06-05
1
-0
/
+7
*
Refactor: Pull up #find_optional_project to ApplicationController.
Eric Davis
2010-04-30
1
-0
/
+10
*
Fixed: 500 internal error when browsing any Redmine page in Epiphany (#5401).
Jean-Philippe Lang
2010-04-30
1
-1
/
+2
*
Refactor: pull #query_statement_invalid up to ApplicationController.
Eric Davis
2010-04-29
1
-0
/
+9
*
Fixed: API 401 response does not include WWW-Authenticate header (#5322).
Jean-Philippe Lang
2010-04-17
1
-2
/
+2
*
Refactor: Change the different find_object filters to share a common method.
Eric Davis
2010-03-17
1
-0
/
+14
*
Refactor: Split the find_object methods to prep for a larger refactoring.
Eric Davis
2010-03-16
1
-1
/
+10
*
Refactor: Decouple failed attachments and the flash messages
Eric Davis
2010-03-03
1
-0
/
+5
*
Refactor: Moved ApplicationController#attach_files to the Attachment model
Eric Davis
2010-03-02
1
-21
/
+0
*
Converted the REDMINE_SUPPORTED_SCM constant to a class
Eric Davis
2010-02-16
1
-1
/
+1
*
Refactor: Pull up several #find_project methods to ApplicationController
Eric Davis
2010-02-05
1
-0
/
+7
*
Adds a log message when an API call raises an InvalidAuthenticityToken error.
Jean-Philippe Lang
2010-01-17
1
-0
/
+7
*
XML REST API for Projects (#296).
Jean-Philippe Lang
2010-01-14
1
-0
/
+1
*
XML REST API for issues that provides CRUD operations for Issues (#1214).
Jean-Philippe Lang
2010-01-13
1
-6
/
+23
*
Added an Admin setting to enable/disable the REST web service. (#3920)
Eric Davis
2009-12-23
1
-1
/
+1
*
Added support for HTTP Basic access to the API. (#3920)
Eric Davis
2009-12-23
1
-3
/
+12
*
Allow authenticating with an API token via XML or JSON. (#3920)
Eric Davis
2009-12-23
1
-1
/
+7
*
Removes "xxx and return" calls (#4446).
Jean-Philippe Lang
2009-12-18
1
-2
/
+4
*
Adds an admin layout that displays the admin menu in the sidebar.
Jean-Philippe Lang
2009-12-17
1
-1
/
+1
*
Display an error when authenticity token is invalid.
Jean-Philippe Lang
2009-11-25
1
-0
/
+6
*
Remove broken cookies after upgrade from 0.8.x to prevent an error from Rails...
Jean-Philippe Lang
2009-11-25
1
-1
/
+12
*
Reset session on login/logout (#4248).
Jean-Philippe Lang
2009-11-21
1
-1
/
+1
[next]