Commit Graph

42 Commits

Author SHA1 Message Date
Louis Vallat
9d33bf21e6 changed styling on the welcome page 2019-11-28 00:50:09 +01:00
Louis Vallat
8c3aab8c3d added a todo list to track and write everything i still have to do 2019-11-27 00:01:32 +01:00
Louis Vallat
9691de3b8f added a forgotten password page 2019-11-26 23:46:33 +01:00
Louis Vallat
d40b4d6754 same responsive design for the register page 2019-11-21 23:27:02 +01:00
Louis Vallat
2de5e2072a added styling on login page 2019-11-21 20:47:57 +01:00
Louis Vallat
0990e971a0 added index.php and its css 2019-11-20 23:16:27 +01:00
Louis Vallat
71009bd737 added newline under edit form 2019-11-19 09:42:36 +01:00
Louis Vallat
4a2f1bbd51 db ids replaced with public id in the select cupboard when adding a product, and also now users can edit their cupboard 2019-11-17 23:44:38 +01:00
Louis Vallat
6491b7d6bd better formating, didn't change the code nor bring anything to it (aka useless commit) 2019-11-17 17:00:54 +01:00
Louis Vallat
fc91f7697c renamed example_config.json ==> config.json.example so it's easier to figure out how it should be named 2019-11-17 16:52:12 +01:00
Louis Vallat
e97f7ba291 fixed small bug for null expiration date on edition 2019-11-16 23:21:20 +01:00
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
935a7f5ea5 fixed small html typo 2019-11-12 00:36:52 +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
efba13e55c removed useless lines 2019-11-11 15:00:26 +01:00
Louis Vallat
6459b30960 added table display on list products 2019-11-11 14:53:30 +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
52e3f7cc66 better styling so it's clearer 2019-11-11 14:42:07 +01:00
Louis Vallat
8f2965c051 renamed the php files and added buttons in the welcome page 2019-11-11 14:33:54 +01:00
Louis Vallat
7cc6afb56c force login over https. 2019-11-11 13:51:40 +01:00
Louis Vallat
fe1d13d28b users can now list their products 2019-11-10 16:04:46 +01:00
Louis Vallat
a2dd6ddf83 fixed very ugly and ambiguous sql select on products 2019-11-10 16:04:24 +01:00
Louis Vallat
8d6fcfd4ec users can now see their cupboards 2019-11-10 15:55:06 +01:00
Louis Vallat
346f9c6743 fixed the 'get_cupboards_as_array 2019-11-10 15:54:39 +01:00
Louis Vallat
0283fb1bc5 users can now add their cupboards 2019-11-10 15:44:20 +01:00
Louis Vallat
7fb7758df2 fixed the custom session system 2019-11-10 15:36:37 +01:00
Louis Vallat
35f1a02db4 users are redirected to the welcome page when changing their password 2019-11-10 14:12:01 +01:00
Louis Vallat
f220852d32 added a way to add a product 2019-11-10 14:10:10 +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
7bd7ba8f5f now taking the names lengths into account 2019-11-10 13:31:43 +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
6256ca71ce users can now register correctly 2019-11-10 00:14:20 +01:00
Louis Vallat
4141eaf3ea added a better way to store credentials 2019-11-09 23:56:28 +01:00
Louis Vallat
fafedd38f6 added config file in gitignore 2019-11-09 23:39:40 +01:00
Louis Vallat
40519abf95 added a logout page 2019-11-09 23:13:11 +01:00
Louis Vallat
975217fe80 fixed first name not being shown correctly 2019-11-09 22:44:32 +01:00
Louis Vallat
0ce0c5dccb added login and utils functions, to start the project 2019-11-09 22:33:47 +01:00