aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-05-17First attemptCamil Staps5-73/+86
2015-05-14Support array as config.allowed_originCamil Staps1-1/+12
2015-05-14Own Model class; new namespaces Database and Controllers; RFC2822 datesCamil Staps19-46/+75
2015-05-13Password reminders startCamil Staps6-3/+141
2015-05-12Fixed security issue: safer random token generator using opensslCamil Staps1-1/+1
2015-05-12CleanupCamil Staps12-46/+13
2015-05-12Access-control-allow-{methods,headers} headersCamil Staps1-0/+2
2015-05-12Authentication with tokensCamil Staps3-2/+107
2015-05-10Cleanup; show user_token-token field on store request (POST)Camil Staps3-22/+49
2015-05-10UserTokensCamil Staps4-0/+91
2015-05-07LoginException; RedirectExceptionCamil Staps4-0/+26
2015-05-07Fixed last commitCamil Staps1-6/+0
2015-05-07Login endpointCamil Staps3-23/+30
2015-05-07Validation exception; user/login endpointCamil Staps4-28/+57
2015-05-07Validate register inputCamil Staps1-0/+12
2015-05-07Allow origin for requests config optionCamil Staps2-1/+5
2015-04-27JsonPCamil Staps1-0/+13
2015-04-27Cleanup commentsCamil Staps1-1/+0
2015-04-26Competitions; CompetitionTypes; Participants; better routing; administrators;...Camil Staps19-16/+401
2015-04-26user routesCamil Staps3-24/+32
2015-04-26user.create endpointCamil Staps3-4/+29
2015-04-26Only HTTPS allowedCamil Staps1-3/+5
2015-04-26Fixed basic authenticationCamil Staps7-68/+5
2015-02-23migrations have package's namespace for compatibilityCamil Staps3-0/+108
2015-02-23Added namespace to migrations for compatibility with other packagesCamil Staps3-108/+0
2015-02-22Got basic HTTP authentication workingCamil Staps3-9/+14
2015-02-21filtersCamil Staps3-4/+10
2015-02-21trying to get auth workCamil Staps5-6/+68
2015-02-21Basic controllers and authenticationCamil Staps11-25/+94
2015-02-20added migrations, created basic app relying on dingoCamil Staps6-1/+126
2015-02-19Added basic laravel packageCamil Staps6-0/+45