shareit/app/Http
Bruno Fontes 00c382e1cc
Avoiding issues and refactoring code
I made the code more passive, avoiding issued at taking, returning,
storing alerts or removing alerts from an item.

Now they all check if it is with you before returning/deleting
alert etc. I am not sure if all cases are covered, but they are
better than before. I had one only issued on this on that time,
but I prefer to prioritize safety/security.

I took the opportunitie to move some code from Controllers to
the model itself, as they were changing with the DB.
2018-10-21 13:09:06 -03:00
..
Controllers Avoiding issues and refactoring code 2018-10-21 13:09:06 -03:00
Middleware Refactoring: just including "use App" to make code a bit cleaner 2018-10-02 23:49:16 -03:00
Kernel.php Starting to add localization into PTB 2018-09-26 23:06:38 -03:00