..
inc.Authentication.php
make it work with slim notfound handler
2019-01-09 09:19:46 +01:00
inc.ClassAccessOperation.php
use new method SeedDMS_Core_Document::isType()
2019-09-06 14:54:11 +02:00
inc.ClassAuthentication.php
put authentication into its own class
2016-08-10 15:52:55 +02:00
inc.ClassCalendar.php
pass current user to constructor of Calendar class
2017-02-21 17:29:38 +01:00
inc.ClassController.php
do not include class file more then once if factory is called again
2018-11-23 21:38:23 +01:00
inc.ClassControllerCommon.php
run hook preRun, postRun before and after controller, check for hooks of parent class
2019-08-08 09:07:38 +02:00
inc.ClassDbAuthentication.php
remove guest user check
2016-08-30 07:56:50 +02:00
inc.ClassEmailNotify.php
new optional parameter $attachments for toIndividual()
2019-07-01 09:56:19 +02:00
inc.ClassEmailUtils.php
move replaceMarker from Notify
2015-11-25 17:19:28 +01:00
inc.ClassExtBase.php
fix nasty syntax error
2013-05-02 12:14:54 +02:00
inc.ClassExtensionMgr.php
remove left overs from last installation, check if renaming succeeded
2019-10-11 16:29:53 +02:00
inc.ClassHook.php
check return value of hook
2017-05-02 18:29:47 +02:00
inc.ClassLdapAuthentication.php
propperly check if user exists in database ( Closes #388 )
2018-01-24 09:18:24 +01:00
inc.ClassNotificationService.php
return return value of service function
2018-04-19 19:46:54 +02:00
inc.ClassNotify.php
remove empty line
2016-04-07 08:31:11 +02:00
inc.ClassPasswordHistoryManager.php
put backticks around identifier in sql statements
2017-02-12 08:07:14 +01:00
inc.ClassPasswordStrength.php
reformating of code
2012-12-14 20:41:56 +00:00
inc.ClassSession.php
use new method SeedDMS_Core_[Folder|Document]::isType()
2019-08-08 09:08:27 +02:00
inc.ClassSettings.php
extension config vars are only save to settings.xml if a value is set
2019-10-23 09:08:53 +02:00
inc.ClassUI_Default.php
remove some white space
2017-01-01 14:46:25 +01:00
inc.ClassUI.php
check for decorators in extensions, new way to add views
2019-08-08 09:10:45 +02:00
inc.ClassViewCommon.php
check for hook attached to parent class in hasHook()
2019-10-01 14:06:00 +02:00
inc.DBInit.php
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
2015-06-30 07:53:13 +02:00
inc.Extension.php
better checking for configured class file
2019-08-08 09:12:41 +02:00
inc.Init.php
init code for loading SeedDMS Core files
2014-12-08 14:38:51 +01:00
inc.Language.php
set default for $defaulttext of printMLText() to null
2018-04-04 17:47:32 +02:00
inc.LogInit.php
store log file in contentDir/log/
2018-03-14 07:59:10 +01:00
inc.Settings.php
include autoloader for pkginst
2018-11-23 21:01:55 +01:00
inc.Utils.php
add new class SeedDMS_CSRF for creating time base tokens (currently not used)
2019-07-12 16:40:38 +02:00
inc.Version.php
new version 5.1.13
2019-08-08 09:37:33 +02:00