Commit Graph

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