index
:
api
HEAD
lumen
lumen-app
master
RESTful PHP API for Botleagues
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-28
Rolling back tryouts
lumen
Camil Staps
2
-7
/
+2
2015-06-28
Lumen
Camil Staps
10
-50
/
+147
2015-05-25
Expose Location header; redirect after storing User
HEAD
master
HEAD
Camil Staps
2
-1
/
+2
2015-05-25
Fixed bug in models without auto_increment column
Camil Staps
3
-12
/
+7
2015-05-24
license in all files
Camil Staps
36
-40
/
+614
2015-05-24
User id -> email in other classes
Camil Staps
10
-32
/
+44
2015-05-24
Using email as id; User & PasswordReminder
Camil Staps
9
-49
/
+66
2015-05-24
Password reminders
Camil Staps
8
-34
/
+136
2015-05-24
Route caching
Camil Staps
1
-0
/
+4
2015-05-24
PHP 5.5 requirement for empty(<some-function>); cleanup
Camil Staps
3
-5
/
+2
2015-05-23
Disable laravel session cookie
Camil Staps
2
-2
/
+3
2015-05-20
readme
Camil Staps
1
-0
/
+2
2015-05-20
see more link for CSRF middleware
Camil Staps
1
-1
/
+1
2015-05-20
nginx example config
Camil Staps
2
-0
/
+29
2015-05-20
added disabling CSRF to installation instructions
Camil Staps
1
-1
/
+9
2015-05-20
Installation instructions
Camil Staps
1
-0
/
+39
2015-05-20
Merge branch 'master' of github:Botleagues/API
Camil Staps
1
-0
/
+2
2015-05-20
Bring back composer.json
Camil Staps
1
-0
/
+24
2015-05-20
Initial commit
Camil Staps
1
-0
/
+2
2015-05-19
Cleanup; exception handling
Camil Staps
1
-12
/
+7
2015-05-18
Exception handlers compatibility without dingo facade; fixed namespaces
Camil Staps
4
-27
/
+41
2015-05-18
Seems to work
Camil Staps
3
-6
/
+4
2015-05-17
First attempt
Camil Staps
8
-116
/
+761
2015-05-14
Support array as config.allowed_origin
Camil Staps
1
-1
/
+12
2015-05-14
Own Model class; new namespaces Database and Controllers; RFC2822 dates
Camil Staps
19
-46
/
+75
2015-05-13
Password reminders start
Camil Staps
6
-3
/
+141
2015-05-12
Fixed security issue: safer random token generator using openssl
Camil Staps
1
-1
/
+1
2015-05-12
Cleanup
Camil Staps
12
-46
/
+13
2015-05-12
Access-control-allow-{methods,headers} headers
Camil Staps
1
-0
/
+2
2015-05-12
Authentication with tokens
Camil Staps
3
-2
/
+107
2015-05-10
Cleanup; show user_token-token field on store request (POST)
Camil Staps
3
-22
/
+49
2015-05-10
UserTokens
Camil Staps
4
-0
/
+91
2015-05-07
LoginException; RedirectException
Camil Staps
4
-0
/
+26
2015-05-07
Fixed last commit
Camil Staps
1
-6
/
+0
2015-05-07
Login endpoint
Camil Staps
3
-23
/
+30
2015-05-07
Validation exception; user/login endpoint
Camil Staps
4
-28
/
+57
2015-05-07
Validate register input
Camil Staps
1
-0
/
+12
2015-05-07
Allow origin for requests config option
Camil Staps
2
-1
/
+5
2015-04-27
JsonP
Camil Staps
1
-0
/
+13
2015-04-27
Cleanup comments
Camil Staps
1
-1
/
+0
2015-04-26
Competitions; CompetitionTypes; Participants; better routing; administrators;...
Camil Staps
19
-16
/
+401
2015-04-26
user routes
Camil Staps
3
-24
/
+32
2015-04-26
user.create endpoint
Camil Staps
3
-4
/
+29
2015-04-26
Only HTTPS allowed
Camil Staps
1
-3
/
+5
2015-04-26
Fixed basic authentication
Camil Staps
7
-68
/
+5
2015-02-23
migrations have package's namespace for compatibility
Camil Staps
3
-0
/
+108
2015-02-23
Added namespace to migrations for compatibility with other packages
Camil Staps
3
-108
/
+0
2015-02-22
Got basic HTTP authentication working
Camil Staps
3
-9
/
+14
2015-02-21
filters
Camil Staps
3
-4
/
+10
2015-02-21
trying to get auth work
Camil Staps
5
-6
/
+68
[next]