Commit Graph

28 Commits

Author SHA1 Message Date
Arctic Code e80774a2bd Fix UPDATE query... again
My headache is getting worse from all this sql stuff...
2013-07-26 23:55:07 -05:00
Arctic Code 5aaec9e517 Fix HashPass input and sql update command on resetPass 2013-07-26 23:51:25 -05:00
Arctic Code b02ff148f9 Change `users` to `logins` - Forgot to carry over from table change 2013-07-26 23:50:04 -05:00
Arctic Code 5b33d2a443 Add username check to reset pass
This feels slightly more secure
    - Can be direct session username (change password while logged on)
    - Generate key, link it to username, email key for verification
	of lost password
2013-07-26 23:47:51 -05:00
Arctic Code 688a56d184 Fix sql queries and results that I missed
This is what I get for copying and pasting I guess...
2013-07-26 23:40:18 -05:00
Arctic Code ca1532364c Fix queries in reset API key
All of this playing with sql is starting to give me a headache
Beginning test of reset api key
2013-07-26 23:34:49 -05:00
Arctic Code afbab7b3c6 Correct sql for register API user
New API users can now be created - Test sucessful
2013-07-26 23:21:29 -05:00
Arctic Code 7cba62ce3d Fix sql query for register API user
Well kinda... I fixed one problem, but there's more...
I don't know what might be wrong with it. This will take a little
bit of troubleshooting x.x
2013-07-26 23:10:08 -05:00
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