Commit Graph

16 Commits

Author SHA1 Message Date
Louis Vallat
7b1a2da9d5 implemented editing on products and on cupboards 2019-11-16 23:12:11 +01:00
Louis Vallat
0b1b7f43df added a way to delete products 2019-11-12 10:41:10 +01:00
Louis Vallat
2b9b667bdd added a way to delete cupboards 2019-11-12 00:35:30 +01:00
Louis Vallat
d7556a9edb added 'remember me option' 2019-11-12 00:08:09 +01:00
Louis Vallat
5104f917c2 inner join to left join so if the cupboard is NULL then it still returns it and we can check if it's null 2019-11-11 14:53:08 +01:00
Louis Vallat
7cc6afb56c force login over https. 2019-11-11 13:51:40 +01:00
Louis Vallat
a2dd6ddf83 fixed very ugly and ambiguous sql select on products 2019-11-10 16:04:24 +01:00
Louis Vallat
346f9c6743 fixed the 'get_cupboards_as_array 2019-11-10 15:54:39 +01:00
Louis Vallat
7fb7758df2 fixed the custom session system 2019-11-10 15:36:37 +01:00
Louis Vallat
6618becd17 simplified the process of getting user_infos as the user we want to get some info is the one connected 2019-11-10 14:09:59 +01:00
Louis Vallat
8bd3c81237 users can now change their own password 2019-11-10 13:07:27 +01:00
Louis Vallat
7eb34fae4c remove a return that couldn't be reached in utils.php 2019-11-10 00:18:40 +01:00
Louis Vallat
d175725459 changed manual comparaisons to 2019-11-10 00:17:21 +01:00
Louis Vallat
d0bb2e59b2 forgot to add utils, now it should be better 2019-11-10 00:15:03 +01:00
Louis Vallat
4141eaf3ea added a better way to store credentials 2019-11-09 23:56:28 +01:00
Louis Vallat
0ce0c5dccb added login and utils functions, to start the project 2019-11-09 22:33:47 +01:00