Commit Graph

25 Commits

Author SHA1 Message Date
Phyks 09bbb789c6 Fix user adding 2014-08-31 15:09:50 +02:00
Phyks 337c3d81f0 Further refactoring 2014-08-30 23:39:41 +02:00
Phyks d465f2aab9 Refactor install 2014-08-30 23:21:27 +02:00
Phyks 3047a39acd Updated stay signed in system for a real (working) system
Thanks to Sbgodin for his work on Shaarli and Leed, which I adapted.

Please note that if you already have a working instance of BouffeATUlm,
you have to update manually your database. You have to set a new field
for User database (at the end of the database). This field has to be
called "stay_signed_in_token" and to be VARCHAR(32).
2013-12-26 00:13:54 +01:00
Phyks 82a469404c Bug correction
Corrected some bugs in User class, related to email management. Added a
sendmail function (usage to be done) and small bug fixes in install and
settings.
2013-10-07 16:57:56 +02:00
Phyks 9d73675aea Backend for e-mail notifications. Actual sending of e-mail TODO 2013-09-28 19:31:27 +02:00
Phyks 6558ec10d2 Edit_user JSON view ok 2013-09-06 23:25:46 +02:00
Phyks bf1b454efa Started to write the code to handle json API 2013-09-06 20:10:29 +02:00
Phyks e4fd74e6ee Bug correction in User::isUnique method + Start of caching system 2013-09-01 23:10:05 +02:00
Phyks 17871b984c Bug correction with recent load method refactor 2013-08-29 12:26:28 +02:00
Phyks 73b772aa61 Refactor load method 2013-08-27 15:51:04 +02:00
Phyks af10ae7445 Secure vars to display 2013-08-26 21:21:52 +02:00
Phyks 109aae4cbe Small improvements 2013-08-26 09:52:04 +02:00
Phyks 8272ffb725 Bug corrections 2013-08-25 23:06:47 +02:00
Phyks b9b2d9d5e9 Prevents from adding two users with the same login + bug correction 2013-08-25 00:06:14 +02:00
Phyks 52f6b7fc52 Prefill form for modifications of bills 2013-08-17 19:16:16 +02:00
Phyks 0fcb03ba7c Working on form to add invoices. Added a timezone option in install.php to add timezone support to the script (and throw away some errors) 2013-08-13 19:37:11 +02:00
Phyks 28298c381c Added a display name field to have a different login and displayed name for users 2013-08-13 17:58:14 +02:00
Phyks 2f2d17a4f6 Settings modification working 2013-08-12 09:52:50 +02:00
Phyks 4beabd5df3 Currency choice in install.php + edit user available 2013-08-11 22:25:25 +02:00
Phyks d97292ada3 Started user management interface. Need PHP backend. 2013-08-10 23:58:40 +02:00
Phyks 653f50c33d Password modification working. 2013-08-10 22:33:50 +02:00
Phyks d09760e3da Connexion system working 2013-08-09 00:44:58 +02:00
Phyks c72585c95b Install.php working, Storage and User class on their way 2013-08-08 22:58:13 +02:00
Phyks 561af52a31 Starting to create the classes 2013-08-07 23:29:57 +02:00