Commit Graph

20 Commits

Author SHA1 Message Date
Arctic Code ddcdecbec7 Change return message of API user creation 2013-07-26 22:55:14 -05:00
Arctic Code 17be9fd2f0 Fix sql query for register api user
API User Creation test - Sucessful
2013-07-26 22:52:42 -05:00
Arctic Code c1d70ed10a Correct minor syntax errors and add email check in regUser
regUser tested - Test Sucessful with no modification
regAPI test is next
2013-07-26 22:41:44 -05:00
Arctic Code 1dfa5cc138 Add placeholder to actually delete images
I forgot to put this here - Delete images incomplete
2013-07-26 19:59:04 -05:00
Arctic Code d591e1cac7 Add ability to reset password
This is really insecure... only checks for email address
Maybe I'll design a key generation and email thing
 - (generate random pass, email to user, next login, change password)
 - Or something. This is why I don't normally include a reset password
 -- function
2013-07-24 21:34:05 -05:00
Arctic Code 3f366ff313 Add reset APIKey
Make small modifications to register new api user
2013-07-24 21:16:31 -05:00
Arctic Code 4250d7f6df Remove addslashes from api (again.. check 6d43aa8972) 2013-07-24 20:48:51 -05:00
Arctic Code 5611ba16b9 Add register new API user
Remove addslashes for name cleaning
 - That's something that should be done at the endpoint

Coder's Note: Sometimes I wish it was easier to write commit messages
	from the commandline... Now I have a messy commit history x.x
2013-07-24 20:41:13 -05:00
Arctic Code 1009ea105f Attempt to correct faulty commit message 2013-07-24 20:34:48 -05:00
Arctic Code fd788de8ea Fix case typos in variable names 2013-07-24 20:31:53 -05:00
Arctic Code 6d43aa8972 Add register new API user\n\nRemove addslashes for name cleaning\n - That's something that should be done at the endpoint 2013-07-24 20:27:46 -05:00
Arctic Code 51bdb602c0 Fix API use query for functions 2013-07-24 19:30:05 -05:00
Arctic Code 66d22f1419 Add ability to register users 2013-07-24 19:19:01 -05:00
Arctic Code 2ce9fc4bf5 Fix for delImage and editImg 2013-07-24 19:09:46 -05:00
Arctic Code fbbab52a68 Move files and modify private edit 2013-07-19 23:56:30 -05:00
Arctic Code 9c7ac938f0 Add editImg functino - Switches image from private to public 2013-07-19 23:44:19 -05:00
Arctic Code 82d4d446ec Add delImage function 2013-07-19 23:00:39 -05:00
Arctic Code b96b4b6086 Add image host upload 2013-07-19 22:04:34 -05:00
Arctic Code 3e6d828576 Add report link for manual processing 2013-07-19 21:04:11 -05:00
Arctic Code 7b01ce691f Initial commit
UnPS-GAMA API first release - Not in usable production state
Version 0.0.1
2013-07-18 17:26:53 -05:00