0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 16 hours ago. based on code collected 1 day ago.
May 17, 2023 — May 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix empty node on XML output format if value is equal to "false". More... over 12 years ago
restored back to version 2.5.0 More... over 12 years ago
fix </status> still empty when having a false value in XML output format. More... over 12 years ago
Separate each piece of the WWW-Authenticate header for digest requests with a comma. More... over 12 years ago
Merge pull request #65 from jerel/master More... over 12 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 12 years ago
Merge pull request #66 from ggoforth/patch-1 More... over 12 years ago
fixed php error caused by not setting $output in the case of $this->response(array()) More... over 12 years ago
Changed visibility of _check_whitelist_auth() to protected. More... over 12 years ago
Added an IP address whitelist auth option. More... over 12 years ago
Updated README with Changelog. More... over 12 years ago
Merge pull request #62 from onema/master More... over 12 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 12 years ago
Merge branch 'develop' More... over 12 years ago
Merge branch 'develop-tweaks' into develop More... over 12 years ago
Limits where allowing an extra call. This fixes that issue. More... over 12 years ago
If log is enabled, all request with an invalid API key will be logged. More... over 12 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 12 years ago
Edited application/libraries/REST_Controller.php via GitHub More... over 12 years ago
Merge pull request #54 from rebizu/master More... over 12 years ago
Added missing codeigniter file system/core/Security.php More... over 12 years ago
Merge pull request #40 from absfarah/master More... over 12 years ago
Merge pull request #51 from fborraccetti/master More... over 12 years ago
remove load library security no more needed with ci 2.0.3 More... over 12 years ago
Updated CodeIgniter files to 2.0.3 (Aug 20, 2011 release) More... over 12 years ago
Merge pull request #44 from rhbecker/master More... almost 13 years ago
Changed all visibility 'private' to 'protected'. More... almost 13 years ago
Merge pull request #41 from brickattack/master More... almost 13 years ago
Fixed some errors to get keys example working More... almost 13 years ago
Need to reference the api key variable name set in the rest config file and use that for the if condition for comparison. More... almost 13 years ago