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 |
|