Commit graph

33 commits

Author SHA1 Message Date
sparkyx
4cee79c1f2 OTP : 2FA Authentication
Improve : tighten the security + cosmetic
set double authentication : create, send link, usable with Google Authenticator and FreeOTP

1. OTP : prevent direct access without going throught the 2FA mechanism
2. Go back to the url where you were disconnected
3. Cosmetic
2025-08-05 10:50:49 +02:00
sparkyx
d39ac28002 Task #0002402: TVA : préférence , permettre de choisir l'ID ou le code 2024-12-29 14:54:22 +01:00
sparkyx
3ea69c3113 NEW #0002205 Mode maintenance 2023-01-14 12:59:26 +01:00
sparkyx
ae868936af rename user.class.php and User by noalyss_user.class.php and Noalyss_User 2022-10-27 13:36:28 +02:00
sparkyx
ad0110ca33 For plugin , send a NOCONX when the session is expired instead of stopping 2022-03-05 10:31:07 +01:00
sparkyx
a7b8d81250 Tache #0001875: Demande amélioration calendrier
Code cleaning
2021-01-16 12:58:08 +01:00
Dany wm De Bontridder
1f458a4f01 Task #0001869: Session key : clef de session 2020-12-22 20:38:16 +01:00
Dany De Bontridder
2e74ca5bdf Code cleaning : split database into database (for noalyss) and databasecore ,
with the functions
2019-07-24 22:47:32 +02:00
Dany De Bontridder
dc84b68414 Task #0001529: Réécriture de code , placer les icones dans Icon_Action 2018-01-16 21:07:04 +01:00
Dany De Bontridder
9090302a33 Rewriting Change class Own by Noalyss_Parameter_Folder 2018-01-10 10:54:04 +01:00
Dany De Bontridder
f84a96033e new coding convention , Change File name : class_ becomes file.class.php 2017-07-08 09:46:41 +02:00
Dany De Bontridder
324fdd408c translate + documentation 2015-10-15 20:53:53 +02:00
Dany De Bontridder
89b025ddd0 documentation 2015-10-13 12:36:14 +02:00
Dany De Bontridder
bca89e2765 Use Dossier::connect 2015-09-15 11:32:04 +02:00
Dany De Bontridder
083ba483cc restructure files and folders 2015-09-15 07:26:33 +02:00
Dany De Bontridder
1ddde7c2ab Use a variable for an absolute path for performance reason
NOALYSS_INCLUDE
NOALYSS_HOME
NOALYSS_PLUGIN
New logo and cosmetic
2015-08-12 12:43:10 +02:00
Dany De Bontridder
8f265c7bbc Use a variable for an absolute path for performance reason
NOALYSS_INCLUDE
NOALYSS_HOME
NOALYSS_PLUGIN
2015-08-11 11:05:54 +02:00
Dany De Bontridder
11ffcf6bd9 translation 2015-06-13 11:05:14 +02:00
Dany De Bontridder
b3098d084b Task #1044 - Implementation de Test 2014-11-30 13:02:43 +01:00
Dany De Bontridder
22e7ce9f52 fix bug 2014-11-07 22:55:27 +01:00
Dany De Bontridder
24f936bcf0 Changement de PhpCompta par NOALYSS 2014-02-08 20:57:05 +01:00
Dany De Bontridder
6d2f0949ef Task #0000877: Renforcement protection 2013-09-13 19:17:32 +00:00
Dany De Bontridder
ead69f843d Task #0000839: Réécriture de la procédure d'installation
Inclu en premier lieu constant.php pour avoir la bonne valeur dans include_path
Tous les tags <? ont été changés en <?php pour les servers mutualisés
2013-05-16 22:13:12 +00:00
Dany De Bontridder
5ad8a720b4 In ajax before calling plugin set properly $cn,$g_user and $g_parameter 2012-06-21 02:42:01 +00:00
Dany De Bontridder
dcd1095130 start to use $cn as global database connx 2012-06-15 18:37:18 +00:00
Dany De Bontridder
652cf8d4c7 Code quality : use as often as possible global $g_user instead of recreating a new User object 2012-06-13 12:52:31 +00:00
Dany De Bontridder
1f2522a579 use mb_substr instead of substr + force to work internally in UTF8 2012-05-27 21:35:52 +00:00
Dany De Bontridder
58f3e38e84 Extension : change for security, now based on MENU_REF
Update the script to put the extension into menu_ref + profile_menu
2011-11-08 23:04:55 +00:00
Dany De Bontridder
ff9bf479c0 remove useless ?> 2010-09-25 14:45:36 +00:00
Dany De Bontridder
0e5fcddfc1 Reformat the code with
- astyle --style=ansi
Broke : the <<<<EOF
.
2010-09-14 15:27:31 +00:00
Dany De Bontridder
82e05f0342 The code used to identify for the plugin is now renamed by plugin_code 2010-05-13 13:36:02 +00:00
Dany De Bontridder
2059ddb70e Remove $_REQUEST[PHPSESSID] it is now replaced by the cookie
a flag in .htaccess must be set
php_flag session.use_only_cookies on
php_flag session.use_cookies 1
2010-05-11 23:30:03 +00:00
Dany De Bontridder
b43f4c87b4 Merged revisions 2905-2938 via svnmerge from
svn+ssh://danydb@svn/svn/phpcompta/branches/rel500

........
  r2906 | danydb | 2010-01-27 15:16:08 +0100 (Wed, 27 Jan 2010) | 2 lines
  
  Cosmetic for html popup
........
  r2907 | danydb | 2010-01-27 15:28:03 +0100 (Wed, 27 Jan 2010) | 5 lines
  
  Fix typo translation
  
  Fix Bug  : cannot save extension in IE, probably because the same scripts are included several times
........
  r2908 | danydb | 2010-01-28 13:56:37 +0100 (Thu, 28 Jan 2010) | 5 lines
  
  Fix Bug In getNodeText when retrieving data for Internet Explorer, 
  it fails if the xmlNode.firstChild.nodeValue does not contains data. 
  It is directly set to undefined
........
  r2909 | danydb | 2010-01-29 12:20:24 +0100 (Fri, 29 Jan 2010) | 2 lines
  
  Generate invoice : update the comment of the entry only if there were no comment
........
  r2910 | danydb | 2010-01-29 19:39:11 +0100 (Fri, 29 Jan 2010) | 6 lines
  
  Improve User
  ============
  Status only plugin means that the user can use only the plugin and can't access to 
  anything else.
........
  r2911 | danydb | 2010-01-29 19:42:38 +0100 (Fri, 29 Jan 2010) | 1 line
  
  Bug import Dexia
........
  r2912 | danydb | 2010-01-31 16:24:22 +0100 (Sun, 31 Jan 2010) | 3 lines
  
  For insert_jrnx, the desc is now in the function, we don't need anymore to update after inserting
........
  r2913 | danydb | 2010-01-31 16:33:55 +0100 (Sun, 31 Jan 2010) | 4 lines
  
  Fix bug : cannot see operation in quick_writing 
     cause : the p_action must be set to ALL, it wasn't for quick_writing
........
  r2914 | danydb | 2010-02-02 14:52:37 +0100 (Tue, 02 Feb 2010) | 4 lines
  
  Code cleaning
  Bug : in ledger of sale, we have twice the possibility to add~ or generate document, and only for invoice (type 4)
  Solution : fix the function Acc_Ledger_Purchase::extra_info (type of document = 10), remove extra code
........
  r2915 | danydb | 2010-02-05 01:01:11 +0100 (Fri, 05 Feb 2010) | 4 lines
  
  Improve : search_card you can also find a card thanks is tva_num
  Documentation doxygen improved
........
  r2916 | danydb | 2010-02-05 11:18:36 +0100 (Fri, 05 Feb 2010) | 2 lines
  
  when inserting into ledger_sold the test to check the attach was wrong
........
  r2917 | danydb | 2010-02-05 14:45:33 +0100 (Fri, 05 Feb 2010) | 2 lines
  
  Extension : add the possibility to use ajax
........
  r2918 | danydb | 2010-02-06 14:25:22 +0100 (Sat, 06 Feb 2010) | 1 line
  
  rewrite the function encodeJSON, hide and show for doxygen
........
  r2919 | danydb | 2010-02-06 14:26:07 +0100 (Sat, 06 Feb 2010) | 1 line
  
  remove error where _SESSION is expired
........
  r2920 | danydb | 2010-02-06 14:26:49 +0100 (Sat, 06 Feb 2010) | 1 line
  
  In ITva_Select add the display
........
  r2921 | danydb | 2010-02-06 14:27:47 +0100 (Sat, 06 Feb 2010) | 1 line
  
  Cosmetic
........
  r2922 | danydb | 2010-02-06 14:27:49 +0100 (Sat, 06 Feb 2010) | 1 line
  
  IPopup add a new property drag to make the ipopup dragguable or not
........
  r2923 | danydb | 2010-02-06 14:35:28 +0100 (Sat, 06 Feb 2010) | 5 lines
  
  Middle of payment
  =================
  Feature : add or remove middle of payment
........
  r2924 | danydb | 2010-02-06 18:17:15 +0100 (Sat, 06 Feb 2010) | 7 lines
  
  Card
  ----
  A same card can now have 2 different sides (debit or credit)
  usefull to have only one card for a customer and a supplier
........
  r2925 | danydb | 2010-02-06 18:23:03 +0100 (Sat, 06 Feb 2010) | 1 line
  
  Add the sql script for the double accounting
........
  r2926 | danydb | 2010-02-06 19:29:29 +0100 (Sat, 06 Feb 2010) | 2 lines
  
  Update documentation
........
  r2927 | danydb | 2010-02-06 20:37:12 +0100 (Sat, 06 Feb 2010) | 4 lines
  
  Fiche_def
  ========
  Permit to have 2 accouting as class_base
........
  r2928 | danydb | 2010-02-06 20:56:00 +0100 (Sat, 06 Feb 2010) | 1 line
  
  Bug : FK from stock prevent the removal of a card
........
  r2929 | danydb | 2010-02-06 21:14:10 +0100 (Sat, 06 Feb 2010) | 1 line
  
  removeless useless test
........
  r2930 | danydb | 2010-02-07 00:55:03 +0100 (Sun, 07 Feb 2010) | 1 line
  
  Improve appearance extension
........
  r2931 | danydb | 2010-02-07 00:56:28 +0100 (Sun, 07 Feb 2010) | 2 lines
  
  remove debug
........
  r2932 | danydb | 2010-02-07 01:16:51 +0100 (Sun, 07 Feb 2010) | 1 line
  
  Improve appearance extension
........
  r2933 | danydb | 2010-02-07 01:19:08 +0100 (Sun, 07 Feb 2010) | 1 line
  
  Improve appearance extension
........
  r2934 | danydb | 2010-02-07 01:30:31 +0100 (Sun, 07 Feb 2010) | 1 line
  
  Improve appearance extension
........
  r2935 | danydb | 2010-02-07 02:36:25 +0100 (Sun, 07 Feb 2010) | 1 line
  
  Version PHP5.3 : split is obsolete and replace by explode
........
  r2936 | danydb | 2010-02-07 04:56:17 +0100 (Sun, 07 Feb 2010) | 1 line
  
  remove owner
........
  r2937 | danydb | 2010-02-08 22:34:07 +0100 (Mon, 08 Feb 2010) | 1 line
  
  typo
........
  r2938 | danydb | 2010-02-08 22:34:28 +0100 (Mon, 08 Feb 2010) | 1 line
  
  Start translation for Dutch
........
2010-02-10 18:38:16 +00:00