0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 17 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
Skip file extension checking on arrayed GET values. More... about 13 years ago
MIME's with character encodings on the end will now work. More... about 13 years ago
Instead of just seeing item, item, item, the singular version of the basenode will be used if possible. [Example](http://d.pr/RS46) More... about 13 years ago
Added Format::to_php(). More... about 13 years ago
Fixed PUT argumewnts. Once again just sending a body query string works. http://d.pr/cY0b More... about 13 years ago
Added $arguments to the remap so people can use them in their controller methods. Use at your own risk as it breaks key/value pairing, but whatever, people seem to want it. More... about 13 years ago
Fixed an error with multidimensional structures being passed through to_array(). More... about 13 years ago
Destatificated the Format class. More... about 13 years ago
Fixed up all .foo extensions to work when no get arguments provided, and moved .html to Format library. More... about 13 years ago
Refactored REST_Controller to use the Format library, spit 401's in the correct format http://d.pr/FDyV and convert request HTTP bodies from known formats into an array. Otherwise it will be left as a string. More... about 13 years ago
Merge branch 'master' of https://github.com/philsturgeon/codeigniter-restserver More... about 13 years ago
Fixed spelling mistake. More... about 13 years ago
Updated key.php example to use config_item('rest_keys_table') instead of hardcoded 'keys' table name. Also removed the vardump (leftover from debugging?) More... about 13 years ago
Updated REST_Controller to use config_item('rest_limits_table') instead of hardcoded 'limits' (which causes an error if you use a different database table name) More... about 13 years ago
Added changelog for 2.4 and added some history to it. More... about 13 years ago
Added status => false to the AJAX error message. More... about 13 years ago
Merge branch 'master' of https://github.com/dfreerksen/codeigniter-restserver More... about 13 years ago
Uniformed some code and chsnges statuc => 0 to status => false (XML can handle boolean nicely now). More... about 13 years ago
Adding ability to only accept AJAX requests More... about 13 years ago
Merge branch 'master' of https://github.com/simon333/codeigniter-restserver More... about 13 years ago
Merge branch 'master' of https://github.com/sskylar/codeigniter-restserver More... about 13 years ago
Now empty data sets will only bail on a 404 if no code is provided. Provide empty data and 200 and it will do exactly that. Suggested by CaioToOn. More... about 13 years ago
Updated welcome controller to 2.0. More... about 13 years ago
Updated CodeIgniter files to 2.0.0 (Jan 28, 2011 release) More... about 13 years ago
Extend CI_Controller instead of Controller in CI 2.0 More... over 13 years ago
Added the ability to choose an overriding auth type per class/method by setting the variable 'auth_override_class_method' in the rest config. More... over 13 years ago
Two small items. 1) Updated rest.php's $config['rest_key_length'] to 40 by default as the sql statement key field is set to 40. 2) Mislabeled key creation method index_put in key.php More... over 13 years ago
Added option of emulating the request-method. This is for example used by MooTools in the Request-class. Changes: - added config option (enable_emulate_request) - modified _detect_method() to allow emulated methods - moved loading the config file to beginning of __construct(), before $this->request->method is set More... over 13 years ago
Fixed UTF-8 characters in XML and loaded Security library so it doesn't fall over when cleaning XSS. More... over 13 years ago
Put my e-cup on the floor. More... over 13 years ago