| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed unused fixtures. | Jean-Philippe Lang | 2013-02-11 | 14 | -22/+8 |
* | Use POST/DELETE to watch/unwatch an item. | Jean-Philippe Lang | 2013-02-10 | 1 | -1/+1 |
* | Add/remove issue watchers via the REST API (#6727). | Jean-Philippe Lang | 2013-01-30 | 2 | -0/+61 |
* | Use POST instead of GET for logging out (#13022). | Jean-Philippe Lang | 2013-01-30 | 1 | -4/+6 |
* | Make JSONP support optional and disabled by default (#12992). | Jean-Philippe Lang | 2013-01-26 | 1 | -4/+22 |
* | Adds missing copyright. | Jean-Philippe Lang | 2013-01-22 | 4 | -0/+68 |
* | Adds a subclass of ActionDispatch::IntegrationTest for API tests. | Jean-Philippe Lang | 2013-01-22 | 23 | -25/+25 |
* | Adds pagination to users list when adding project or group members (#9549). | Jean-Philippe Lang | 2013-01-18 | 2 | -0/+8 |
* | Attachment name is added in the generated link. | Jean-Philippe Lang | 2013-01-14 | 1 | -1/+1 |
* | Copyright for 2013 (#12788). | Jean-Philippe Lang | 2013-01-12 | 76 | -76/+76 |
* | Plugins cannot route wiki page sub-path (#12749). | Jean-Philippe Lang | 2013-01-11 | 1 | -0/+4 |
* | Fixed that previews are broken by r10957 (#12642). | Jean-Philippe Lang | 2013-01-06 | 1 | -1/+1 |
* | Auto-populate fields while creating a new user with LDAP (#10286). | Jean-Philippe Lang | 2012-12-26 | 1 | -0/+4 |
* | Merged ajax_upload branch (#3957). | Jean-Philippe Lang | 2012-12-10 | 1 | -0/+132 |
* | Replaces find(:first/:all) calls. | Jean-Philippe Lang | 2012-12-03 | 1 | -1/+1 |
* | Replaces find(:first) calls. | Jean-Philippe Lang | 2012-12-03 | 1 | -2/+2 |
* | Use 8+ characters long passwords in tests. | Jean-Philippe Lang | 2012-11-27 | 3 | -11/+11 |
* | Fixed some more test/integration/*_test.rb breaking when run alone (#12285) | Jean-Baptiste Barth | 2012-11-01 | 2 | -1/+2 |
* | REST API for deleting wiki pages (#7082). | Jean-Philippe Lang | 2012-10-28 | 2 | -0/+19 |
* | Adds last edit comments on the wiki page (#7082). | Jean-Philippe Lang | 2012-10-25 | 1 | -0/+1 |
* | Adds ?include=attachments option when retrieving a wiki page with the REST AP... | Jean-Philippe Lang | 2012-10-25 | 1 | -0/+15 |
* | REST API for creating/updating wiki pages (#7082). | Jean-Philippe Lang | 2012-10-25 | 2 | -31/+127 |
* | REST API for retrieving wiki pages (#7082). | Jean-Philippe Lang | 2012-10-25 | 2 | -0/+113 |
* | backout r10707 (#12196) | Toshi MARUYAMA | 2012-10-24 | 1 | -14/+10 |
* | fix "Page not found" on OK button in SCM "View all revisions" page (#12196) | Toshi MARUYAMA | 2012-10-24 | 1 | -10/+14 |
* | Ability to delete a version from a wiki page history (#10852). | Jean-Philippe Lang | 2012-10-23 | 1 | -0/+10 |
* | Wiki page versions routes cleanup. | Jean-Philippe Lang | 2012-10-21 | 1 | -7/+2 |
* | Let the attachment filename be specified on upload (#12125). | Jean-Philippe Lang | 2012-10-18 | 1 | -0/+12 |
* | Makes enumerations available through the REST API. | Jean-Philippe Lang | 2012-10-17 | 2 | -0/+48 |
* | Expose roles details via REST API (#11502). | Jean-Philippe Lang | 2012-10-12 | 2 | -0/+25 |
* | Adds an optional X-Redmine-Switch-User header to let admin users swicth user ... | Jean-Philippe Lang | 2012-10-11 | 1 | -0/+41 |
* | code layout cleanup test/integration/api_test/issues_test.rb | Toshi MARUYAMA | 2012-10-09 | 1 | -27/+57 |
* | add missing fixture to test/integration/api_test/issues_test.rb | Toshi MARUYAMA | 2012-10-09 | 1 | -0/+1 |
* | fix integration hook test name | Toshi MARUYAMA | 2012-10-02 | 1 | -2/+1 |
* | Added a test for JSON upload. | Jean-Philippe Lang | 2012-09-16 | 1 | -0/+17 |
* | Removed test contexts. | Jean-Philippe Lang | 2012-09-16 | 1 | -76/+66 |
* | Adds a view for editing all trackers fields. | Jean-Philippe Lang | 2012-09-02 | 1 | -0/+8 |
* | Respond with 404 on ActionView::MissingTemplate (#11503). | Jean-Philippe Lang | 2012-08-13 | 1 | -0/+5 |
* | Adds sharing attribute to the versions API (#11541). | Jean-Philippe Lang | 2012-07-31 | 1 | -9/+5 |
* | Fixed broken assertion. | Jean-Philippe Lang | 2012-07-28 | 1 | -1/+1 |
* | Adds JSONP support to the API (#11469). | Jean-Philippe Lang | 2012-07-27 | 1 | -0/+54 |
* | Do not user user session for API requests. | Jean-Philippe Lang | 2012-07-27 | 1 | -0/+32 |
* | Use JQuery Datepicker (#11445). | Jean-Philippe Lang | 2012-07-22 | 1 | -0/+17 |
* | Adds a macro for inserting thumbnails in formatted text (#3510). | Jean-Philippe Lang | 2012-07-16 | 1 | -0/+4 |
* | Removed assertion that is susceptible to fail if test runs slowly. | Jean-Philippe Lang | 2012-07-16 | 1 | -2/+0 |
* | Routing tests for r9977. | Jean-Philippe Lang | 2012-07-15 | 1 | -0/+6 |
* | Adds assertions on response status and body. | Jean-Philippe Lang | 2012-07-14 | 1 | -36/+21 |
* | Fixed that 200 API responses have a body containing one space (#11388). | Jean-Philippe Lang | 2012-07-14 | 9 | -0/+23 |
* | Code cleanup. | Jean-Philippe Lang | 2012-07-07 | 1 | -0/+4 |
* | Displays thumbnails of attached images of the issue view (#1006). | Jean-Philippe Lang | 2012-07-07 | 1 | -0/+4 |