0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 2 hours ago.
May 13, 2024 — May 13, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Escape double quotes per RFC 4180 More... almost 12 years ago
init request/response/rest to suppress PHP warnings More... almost 12 years ago
Allow login via arbitrary library More... almost 12 years ago
Update Format.php More... almost 12 years ago
'key' column value should get from the config variable replace 'key' to config_item('rest_key_column') More... almost 12 years ago
Added extra variable that holds the information about the API user More... almost 12 years ago
changed readme to explain use of DELETE More... almost 12 years ago
Escaping CSV Headings to fix the case of a heading including a comma More... almost 12 years ago
Fixed issue #117 - Undefined property $this->db More... about 12 years ago
Merge pull request #204 from m4ikel/patch-1 More... about 12 years ago
Passing-by-reference deprecated More... about 12 years ago
Removed _format_jsonp which depends on file extension .jsonp or 'format' query param;
CJ
More... about 12 years ago
Added automated jsonp support with validation based on the presence of the 'callback' GET param; Also works should: * the requesting Content-Type is application/json instead of application/javascript; * the format GET param is: json * file extension: .json
CJ
More... about 12 years ago
Added PATCH, HEAD and OPTIONS More... about 12 years ago
Revert "Added PATCH, HEAD and OPTIONS" More... about 12 years ago
Added PATCH, HEAD and OPTIONS More... about 12 years ago
Merge pull request #186 from sekati/master More... about 12 years ago
Merge pull request #189 from caioiglesias/master More... about 12 years ago
http code 204 was causing an error 500 More... over 12 years ago
Add a rest config option to log api params as JSON instead of serialized. More... over 12 years ago
Merge branch 'master' of git://github.com/philsturgeon/codeigniter-restserver More... over 12 years ago
Merge pull request #182 from burakerdem/patch-1 More... over 12 years ago
Merge pull request #183 from burakerdem/master More... over 12 years ago
Fixed sample code at multilingual section. More... over 12 years ago
Fixed SQL to create `logs` table. More... over 12 years ago
Enabled Security More... over 12 years ago
Merge pull request #173 from jrmadsen67/master More... over 12 years ago
two typos in REST_Controller ldap implementation causes whole thing to bork More... over 12 years ago
Merge pull request #149 from johann8384/master More... over 12 years ago
Merge pull request #171 from Repox/master More... over 12 years ago