Marcin Kurczewski
|
77983d8e20
|
Changed and/or to &&/||
|
2014-11-10 19:14:58 +01:00 |
|
Marcin Kurczewski
|
c52ed6a455
|
Abandoned FPDO
Also, fixed tag search by categories
|
2014-10-19 20:09:06 +02:00 |
|
Marcin Kurczewski
|
78759a6557
|
Added migration script
|
2014-10-18 18:48:38 +02:00 |
|
Marcin Kurczewski
|
632bac8661
|
Added "use ..." statements
This version ditches backwards compatibility with PHP earlier than 5.6.
|
2014-10-18 18:48:36 +02:00 |
|
Marcin Kurczewski
|
3268618f26
|
Fixed logging in from multiple computers
|
2014-10-18 18:48:30 +02:00 |
|
Marcin Kurczewski
|
f6df009085
|
Split EntityConverter to separate strategies
Reflection turned out to be bad, since I cannot implement my own method
in entities, like Post::setUser() instead of Post::setUserId().
|
2014-10-18 18:48:22 +02:00 |
|
Marcin Kurczewski
|
4526345e5b
|
Switched to sqlite (closed #38)
|
2014-10-18 18:48:21 +02:00 |
|
Marcin Kurczewski
|
d450f5794e
|
Fixed magic strings in Dao layer
|
2014-10-18 18:48:21 +02:00 |
|
Marcin Kurczewski
|
0548890d97
|
Introduced entity property getters/setters
|
2014-10-18 18:48:21 +02:00 |
|
Marcin Kurczewski
|
7a8badd2ed
|
Fixed logging in users that no longer exist
|
2014-10-18 18:48:18 +02:00 |
|
Marcin Kurczewski
|
db949dd361
|
Added proof of concept for authorization system
|
2014-10-18 18:48:15 +02:00 |
|