Commit Graph

37 Commits

Author SHA1 Message Date
Phyks 612a715efc Fix i18n 2014-08-31 18:49:52 +02:00
Phyks 7f547b94d9 Start nice i18n
* Set everything up

TODO: Replace all strings by i18n strings in templates and PHP code.
2014-08-30 23:57:12 +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 40472cdcee Fix rights 2014-08-30 22:35:01 +02:00
Phyks (Lucas Verney) 16f52bfc6a Bugfixes
Correction of issues #1 and #2
2014-01-05 14:36:50 +01:00
Phyks e3109398d9 Forgot to edit some fields after previous update... :/ 2013-12-29 18:41:55 +01: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 7a3d414536 Bug correction in global payback
Bug correction in global paybacks, should now work fine.
2013-11-04 21:12:22 +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 95d84c1a55 Bug corrections in index and install 2013-09-29 19:57:37 +02:00
Phyks 8d9a2bc1f1 Manage paybacks should be working. 2013-09-23 23:43:53 +02:00
Phyks d508288f20 Manage paybacks page for english tpl + checking write access on db_backups during install. 2013-09-23 23:18:21 +02:00
Phyks 970553a599 Bug correction in payback system 2013-09-14 23:21:49 +02:00
Phyks 0f12c0d21e Updated forgotten fields in install.php 2013-09-13 19:51:09 +02:00
Phyks 58b1765d8b Bug correction in install.php : design 2013-09-13 19:44:49 +02:00
Phyks 978b518f78 Started to work on Payback system 2013-09-10 23:07:47 +02:00
Phyks 285661b00a Started i18n system 2013-09-05 23:46:51 +02:00
Phyks 94c46e4ef5 Templates handling improved 2013-09-05 20:09:03 +02:00
Phyks c29104ba83 Toggle to set password visible 2013-09-04 23:15:28 +02:00
Phyks 109aae4cbe Small improvements 2013-08-26 09:52:04 +02:00
Phyks 2e2233eb81 Added a check that tables don't exist in install.php + don't version tmp/ 2013-08-26 09:29:30 +02:00
Phyks c276d719cd CSRF protection
Added a simple CSRF protection
2013-08-24 23:54:21 +02:00
Phyks f468fef559 Updated connexion form
(may not work - not tested)

* Remember me option
* IP ban system (if IP differs from session stored one)
* Ban system if too many attempts
2013-08-24 23:28:56 +02:00
Phyks 25425649f7 Correction of a bug in install.php 2013-08-23 00:22:30 +02:00
Phyks c63e7116b3 Improve "add invoice" form 2013-08-22 23:14:14 +02:00
Phyks 90d533dd1c Delete invoice ability. Need to think about storage system to finish invoice system... 2013-08-17 19:28:42 +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 33e43a6baf Update install.php 2013-08-09 23:34:33 +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 bb664e34a4 Install.php looks nicer 2013-08-07 23:53:46 +02:00
Phyks 561af52a31 Starting to create the classes 2013-08-07 23:29:57 +02:00
Phyks 02ebd593c4 Started to rebuild the app
* Install.php page started
* Will use RainTPL for templates handling
2013-08-07 20:32:44 +02:00