issues
search
ziebelje
/
cora
A lightweight extendable PHP API core
0
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Get rid of index.php and settings.php (ish)
#64
ghost
opened
9 years ago
0
Disable escaping temporarily?
#63
ghost
opened
9 years ago
0
Add support for JSON columns
#62
ghost
opened
9 years ago
0
Add a cache
#61
ghost
opened
9 years ago
0
Possibly swap out header wrapper in cora.php with headers_list
#60
ghost
opened
10 years ago
0
Missing arguments (based on function definition order) breaks
#59
ghost
opened
10 years ago
0
Consider moving $columns logic out of database and into PHP. Might be faster to take better advantage of caching
#58
ghost
opened
10 years ago
1
Only requesting certain columns also returns the *_id column
#57
ghost
closed
10 years ago
0
Remove protected from CRUD methods
#56
ghost
opened
10 years ago
2
Database queries do not fail on NULL
#55
ghost
closed
10 years ago
3
I think API call aliases with dots in them will break the dot notation for currying
#54
ghost
opened
10 years ago
0
Log request body?
#53
ghost
opened
10 years ago
0
Exceptions occurring really early on break the response because certain objects like database and settings aren't created yet
#52
ghost
opened
10 years ago
3
When debugging is off not enough detail is logged in the database
#51
ghost
opened
10 years ago
1
Consider moving rate limiting and other settings to the database on a per-api_key basis
#50
ghost
opened
10 years ago
1
Undefined index: api_key if api_key not provided
#49
ghost
closed
10 years ago
0
Add new "public API" option
#48
ghost
opened
10 years ago
0
Generate documentation
#47
ghost
opened
10 years ago
0
Move configuration to separate file
#46
ghost
closed
10 years ago
0
Exceptions without error codes are storing '0' as the error_code in the database.
#45
ghost
closed
10 years ago
1
Duplicate entry exception extra info doesn't have a period at the end.
#44
ghost
closed
10 years ago
1
Potentially add more detail to the duplicate entry exception
#43
ghost
closed
10 years ago
1
Transactions not rolling back on exceptions
#42
ghost
closed
10 years ago
0
Doing a select_id and not specifying the primary key column will throw an undefined index error because it needs the primary key selected
#41
ghost
closed
10 years ago
1
Rename 'where_clause' on reads to 'attributes' or something similar
#40
ghost
closed
10 years ago
0
No error when selecting invalid database
#39
ghost
closed
10 years ago
0
Swap out preference for $foo_resource with $this->api('foo', 'method', $arguments)
#38
ghost
closed
10 years ago
0
Turn off "request" inside of the response for debugging
#37
ghost
closed
10 years ago
0
Extend database class so APIs can be database-agnostic
#36
ghost
opened
11 years ago
1
IPv6 Support
#35
ghost
opened
11 years ago
0
Add date or other data to the response
#34
ghost
opened
11 years ago
1
Get rid of dictionaries
#33
ghost
closed
11 years ago
0
Make sure cookies are working properly.
#32
ghost
opened
11 years ago
1
Log certain non-JSON responses
#31
ghost
closed
11 years ago
0
Allow custom JSON responses
#30
ghost
closed
11 years ago
0
Unicode support
#29
ghost
closed
11 years ago
3
Add unit tests
#28
ghost
opened
11 years ago
0
Remove static methods/variables from cora.
#27
ghost
closed
11 years ago
0
cora\get_arguments error if arguments not provided
#26
ghost
closed
11 years ago
0
Log API requests and API calls in separate tables
#25
ghost
closed
11 years ago
1
Move all settings into setting variable inside of cora.php
#24
ghost
closed
11 years ago
0
Limit size of response
#23
ghost
closed
11 years ago
1
Batch Dependencies
#22
ghost
closed
11 years ago
1
Give API calls aliases in batch requests
#21
ghost
closed
11 years ago
0
Figure out currying for batch API calls
#20
ghost
closed
11 years ago
1
Allow API calls to change output headers
#19
ghost
closed
11 years ago
0
add get_external_id() to cora\session?
#18
ghost
closed
10 years ago
1
Add a file class for help with file uploads.
#17
ghost
opened
11 years ago
1
Allow default values for API method parameters
#16
ghost
closed
11 years ago
1
Password ageing?
#15
ghost
closed
11 years ago
1
Next