Molkobain
ff884533f9
Internal: Add utils::ToCamelCase($sInput) function
2019-11-22 18:44:27 +01:00
Pierre Goiffon
c203e6c7be
Fix utils::StartsWith when needle bigger that value
2019-11-22 14:43:33 +01:00
bruno DA SILVA
23fc4bb4f7
n°524 - password policy
2019-11-22 12:23:00 +01:00
Pierre Goiffon
06791b06c4
Fix utils::EndsWith when needle bigger that value
2019-11-21 11:57:24 +01:00
Pierre Goiffon
24eb82d140
N°2361 Deprecate DB*Tracked methods
...
* update methods PHPDoc
* DBInsertTracked update callers
* DBInsertTrackedNoReload update callers
* DBUpdateTracked update callers
* DBDeleteTracked update callers
2019-11-15 17:56:04 +01:00
Eric
4816b2b0fe
N°2311 - Authentication extensibility in iTop (login on specific pages and traces)
2019-11-13 15:08:34 +01:00
bruno DA SILVA
08c1f4f072
autoload rework
...
- bootstrap.inc.php is now included by approot.inc.php
- remove all unescessaries includes of bootstrap.inc.php
- in bootstrap.inc.php autoload can be bypassed using a feature flag because "why not"
2019-11-08 16:51:57 +01:00
Eric
a30345c96c
N°2249 - Supportability - Updater module
2019-11-07 10:00:05 +01:00
bruno DA SILVA
45536cf957
🐛 fix regression introduced by the PR n°98
...
the realpath removed the trailing / wich is required
2019-11-06 10:00:55 +01:00
jbostoen
7c773991e7
Version 20191104-1550
...
* fix setup crashing due to realpath() returning lowercase path on Windows
2019-11-05 08:55:41 +01:00
Eric
9054dcb9ff
N°2517 - Supportability : system report (user name)
2019-11-04 12:06:49 +01:00
Pierre Goiffon
6793fb2a35
N°2293 update PHPDoc on callbacks
2019-10-30 16:26:30 +01:00
Eric
bec4dbafd2
N°2315 - Login screen extensibility API refactor
2019-10-25 14:35:24 +02:00
Eric
ee037acd34
N°2315 - Login screen extensibility API refactor
2019-10-25 08:32:29 +02:00
bruno DA SILVA
e98683ae1c
fix regression introduced in the carbon branch
2019-10-24 16:19:07 +02:00
Eric
c552e73d20
N°2315 - Login screen extensibility API refactor
2019-10-24 14:56:01 +02:00
Eric
047983cb91
🎨 Login screen extensibility
2019-10-23 17:27:04 +02:00
Eric
8455abdfe9
N°2315 - Markup extensibility: interface refactor
2019-10-23 16:49:00 +02:00
Pierre Goiffon
c8b791efd3
Merge remote-tracking branch 'origin/itop-carbon' into develop
...
# Conflicts:
# application/utils.inc.php
# setup/ajax.dataloader.php
2019-10-22 18:27:13 +02:00
Eric
0d8dd0dc17
N°2517 - Supportability - file System integrity
2019-10-17 16:00:14 +02:00
Eric
ec986e0fbc
N°2517 - Supportability - file System integrity
2019-10-17 15:55:33 +02:00
Eric
f0e0c73e9b
N°2517 - Supportability - file System integrity
2019-10-17 15:51:41 +02:00
Pierre Goiffon
385b4f8d4a
🎨 \utils::RealPath Move var init next to its use
2019-10-16 17:33:49 +02:00
Pierre Goiffon
f65f22f333
N°2538 check path validity little improvements
...
* ajax-backup : change code to be more readable
* does a realpath() call on basepath to avoid troubles when havin '/' on Windows
2019-10-16 11:37:50 +02:00
Pierre Goiffon
607d355c61
N°2538 enforce generic method to check path validity
...
Now uses realpath() and StartsWith
2019-10-16 11:13:19 +02:00
Pierre Goiffon
5e641f2273
N°2538 generic method to check path validity
2019-10-15 18:41:07 +02:00
Eric
ed9259df9e
🐛 Fix access to change password page
...
🎨 Code cleanup
2019-10-15 11:43:47 +02:00
Eric
7b36852d7a
N°2261 - Log KPI not available in lnk window
2019-10-11 15:56:32 +02:00
bruno DA SILVA
d1eb674314
n°1617 - meets iTop fence requirements
2019-10-09 18:53:40 +02:00
Pierre Goiffon
4afed39b0e
N°2529 Fix charset sent by logout page
2019-10-09 18:07:08 +02:00
Pierre Goiffon
e9844aed45
Merge branch 'support/2.6.2' into develop
2019-10-07 09:37:03 +02:00
Eric
b7c795c313
N°2240 - Supportability - Maintenance mode
2019-10-02 10:18:07 +02:00
Eric
7f9024465f
N°2311 - Refactor Login FSM for errors
2019-09-30 15:10:29 +02:00
Eric
75dc11b882
N°2311 - Refactor Login FSM for errors
2019-09-30 13:45:50 +02:00
Eric
044623309c
N°2240 - Supportability - Maintenance mode
2019-09-27 17:13:25 +02:00
Eric
7acb53a22f
N°2311 - Refactor Login FSM for errors
2019-09-27 13:12:00 +02:00
Pierre Goiffon
5af33ffe0a
N°2293 Saves changes in DBObjet::DBUpdate, just before the AfterUpdate call
...
This will allow to get changes made in ComputeValues, OnUpdate, etc
2019-09-17 11:59:17 +02:00
Pierre Goiffon
ffd37d7802
🎨 cmdbAbstract : add missing visibility keywords for some function
2019-09-13 11:32:31 +02:00
Stephen Abello
31a34c247c
N°2482 Regression on mandatory external field with only 1 value
2019-09-13 10:42:55 +02:00
Pierre Goiffon
24a0cc2f64
N°2478 Fix install not working anymore when having no env-*
2019-09-12 09:29:24 +02:00
Pierre Goiffon
e9dee86b7c
Remove unecessary require() calls in utils class
...
We still need manual require() for LoginForm and associated
2019-09-11 18:03:44 +02:00
Pierre Goiffon
42d7901828
🎨 some code formatting in utils class
2019-09-11 17:51:23 +02:00
Pierre Goiffon
7f156e961d
N°2478 Fix unattended install
...
* remove require() calls (now we have an autoloader \o/)
* change cache policy in utils::GetConfig
* set config in utils class from ApplicationInstaller
2019-09-11 16:41:50 +02:00
Eric
19d9c69fb8
N°2311 - Login Page extensibility (CSS reworked)
2019-09-10 08:40:28 +02:00
Eric
ee621c1b92
N°2311 - Login Page extensibility
2019-09-06 17:40:29 +02:00
Eric
3fde778c0c
N°2311 - Login Page extensibility
2019-09-06 14:30:42 +02:00
Eric
3e9223a0bc
N°2311 - Preferences extensibility
2019-09-02 17:55:55 +02:00
Eric
b2ab07aa69
N°2311 - Login Page extensibility
2019-08-30 15:07:51 +02:00
Pierre Goiffon
208a8723ff
🎨 Code formatting for iApplicationObjectExtension
2019-08-23 10:24:48 +02:00
Pierre Goiffon
f4c2a9ca7d
N°2293 Some PHPDoc (@since for changes availability)
2019-08-23 10:18:22 +02:00