0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 11, 2024 — May 11, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
When using Backbone.js and Backbone.emulateHTTP = true, the _method variable is all caps so must be lower-cased to work here. More... over 13 years ago
Merge pull request #58 from diegorivera/patch-1 More... over 13 years ago
Merge pull request #78 from dfreerksen/master More... over 13 years ago
Combine both URI segment and GET params instead of using one or the other More... over 13 years ago
Random space fixes. Whoop. More... over 13 years ago
re-implement fix for empty node on XML output format, for false = 0, true = 1. More... over 13 years ago
Merge pull request #61 from Philo01/patch-1 More... over 13 years ago
fix empty node on XML output format if value is equal to "false". More... over 13 years ago
restored back to version 2.5.0 More... over 13 years ago
fix </status> still empty when having a false value in XML output format. More... over 13 years ago
Separate each piece of the WWW-Authenticate header for digest requests with a comma. More... over 13 years ago
Merge pull request #65 from jerel/master More... over 13 years ago
Tweaked IP whitelisting a bit to make it more flexible. It can now be used in addition to other auth or as a replacement. More... over 13 years ago
Merge pull request #66 from ggoforth/patch-1 More... over 13 years ago
fixed php error caused by not setting $output in the case of $this->response(array()) More... over 13 years ago
Changed visibility of _check_whitelist_auth() to protected. More... over 13 years ago
Added an IP address whitelist auth option. More... over 13 years ago
Updated README with Changelog. More... over 13 years ago
Merge pull request #62 from onema/master More... over 13 years ago
Serialized data transfer was not working due to an spelling mistake in the original code. https://github.com/philsturgeon/codeigniter-restserver/pull/61 More... over 13 years ago
Merge branch 'develop' More... over 13 years ago
Merge branch 'develop-tweaks' into develop More... over 13 years ago
Limits where allowing an extra call. This fixes that issue. More... over 13 years ago
If log is enabled, all request with an invalid API key will be logged. More... over 13 years ago
Bug fix when using default format serialized: $config['rest_default_format'] = 'serialized'; Or when trying to access http://domain.com/users/format/serialized. More... over 13 years ago
Edited application/libraries/REST_Controller.php via GitHub More... over 13 years ago
Merge pull request #54 from rebizu/master More... over 13 years ago
Added missing codeigniter file system/core/Security.php More... over 13 years ago
Merge pull request #40 from absfarah/master More... over 13 years ago
Merge pull request #51 from fborraccetti/master More... over 13 years ago