]> git.mxchange.org Git - friendica.git/shortlog
friendica.git
2025-01-22 Art4Merge branch 'develop' into deprecation-process
2025-01-22 Michael VogelMerge pull request #14688 from Art4/refactor-logger...
2025-01-22 Tobias DiekershoffMerge pull request #14715 from MarekBenjamin/bugfix...
2025-01-21 Marek Bachmannfixed button readabilid in media browser for dark apper...
2025-01-19 Tobias DiekershoffMerge pull request #14708 from annando/exception
2025-01-19 MichaelFix codestyle
2025-01-19 MichaelFix exception "Argument #2 ($jsonld) must be of type...
2025-01-16 Artur WeigandtAdjust fromat
2025-01-16 Tobias DiekershoffMerge pull request #14703 from annando/atp-archive
2025-01-15 MichaelFixed codestyle
2025-01-15 MichaelImproved handling of archive poszs
2025-01-14 Art4Merge branch 'develop' into deprecation-process
2025-01-14 Artur WeigandtIncrease BC to 6 months
2025-01-14 Artur WeigandtUpdate doc/Developers-Intro.md
2025-01-14 Art4Merge branch 'develop' into refactor-logger-class-with...
2025-01-14 Tobias DiekershoffMerge pull request #14697 from annando/updatecontact
2025-01-14 MichaelFixed codestyle
2025-01-14 MichaelChanged contact update rule / added logging
2025-01-13 Artur WeigandtApply suggestions from code review
2025-01-13 Art4add Backward Compatibility Promise
2025-01-13 Art4Merge branch 'develop' into refactor-logger-class-with...
2025-01-13 Hypolite PetovanMerge pull request #14682 from Art4/refactor-logger
2025-01-13 Art4Merge branch 'develop' into refactor-logger
2025-01-13 Art4Clean private static properties of LoggerManager via...
2025-01-13 Art4Clean static private properties of LoggerManager after...
2025-01-13 Art4Add description for LegacyLoggerFactory
2025-01-13 Art4Remove unused import statements
2025-01-13 Art4Remove call of non-existing Logger::init() method in...
2025-01-13 Art4Replace Logger with DI::logger() in OnePoll Worker...
2025-01-13 Art4Replace Logger with DI::logger() in Notifier Worker...
2025-01-13 Art4Replace Logger with DI::logger() in many Worker classes
2025-01-13 Art4Replace Logger with DI::logger() in Remove Worker classes
2025-01-13 Art4Replace Logger with DI::logger() in Process Worker...
2025-01-13 Art4Replace Logger with DI::logger() in Expire Worker classes
2025-01-13 Art4Replace Logger with DI::logger() in Update Worker classes
2025-01-13 Art4Replace Logger with DI::logger() in Util classes
2025-01-13 Art4Replace Logger with DI::logger() in Security classes
2025-01-13 Art4Replace Logger with DI::logger() in ActivityPub Protoco...
2025-01-13 Art4Replace Logger with DI::logger() in ZOT Protocol class
2025-01-13 Art4Replace Logger with DI::logger() in Relay Protocol...
2025-01-13 Art4Replace Logger with DI::logger() in Feed Protocol class
2025-01-13 Art4Replace Logger with DI::logger() in Email Protocol...
2025-01-13 Art4Replace Logger with DI::logger() in Diaspora Protocol...
2025-01-13 Art4Replace Logger with DI::logger() in Delivery Protocol...
2025-01-13 Art4Replace Logger with DI::logger() in DFRN Protocol class
2025-01-13 Art4Change static methods to dynamic in Mastodon Search...
2025-01-13 Art4Replace Logger with DI::logger() in Object classes
2025-01-13 Art4Replace Logger with DI::logger() in Network classes
2025-01-13 Art4Replace Logger with $this->logger in all Module classes
2025-01-13 Art4Replace Logger with $this->logger in Module Twitter...
2025-01-13 Art4Replace Logger with $this->logger in Module Mastodon...
2025-01-13 Art4Replace Logger with $this->logger in Module OAuth classes
2025-01-13 Art4Replace Logger with $this->logger in Module ActivityPub...
2025-01-13 Art4Replace Logger with $this->logger in Module classes
2025-01-13 Art4Replace Logger with $this->logger in Module BaseApi...
2025-01-13 Art4Replace Logger with DI::logger() in Moderation classes
2025-01-13 Art4Replace Logger with DI::logger() in Model classes
2025-01-13 Art4Replace Logger with DI::logger() in Model Contact classes
2025-01-13 Art4Replace Logger with DI::logger() in Factory classes
2025-01-13 Art4Replace Logger with DI::logger() in Model Post classes
2025-01-13 Art4Replace Logger with DI::logger() in Database classes
2025-01-13 Art4Replace Logger with DI::logger() in Worker classes
2025-01-13 Art4Replace Logger with DI::logger() in Core classes
2025-01-13 Art4Replace Logger with DI::logger() in Content namespace
2025-01-13 Art4remove unused Logger imports
2025-01-13 Art4Replace Logger with DI::logger() in mod folder
2025-01-13 Art4Replace Logger with DI::logger() in theme folder
2025-01-13 Art4Replace Logger with DI::logger() in update.php
2025-01-13 Art4Merge branch 'develop' into refactor-logger-class-with...
2025-01-13 Hypolite PetovanMerge pull request #14683 from annando/issue-14681
2025-01-13 Hypolite PetovanMerge pull request #14687 from Art4/fix-console-addon...
2025-01-12 Art4Replace Logger with DI::logger() in Contact namespace
2025-01-12 Art4Replace Logger with DI::logger() in Page and BaseModule...
2025-01-12 Art4Add composer script to partial fix code style
2025-01-12 Art4Fix code style
2025-01-12 Art4Fix list enabled/disabled addons
2025-01-12 Hypolite PetovanMerge pull request #14678 from xundeenergie/dropzone...
2025-01-12 Art4Fix PHP warning
2025-01-12 Art4Rename method to setup logger
2025-01-12 Art4Remove unused Friendica\Core\Logger::enableWorker(...
2025-01-12 Art4Fix PHPStan error, fix code style
2025-01-12 Art4Fix code style
2025-01-12 Art4Add support for WorkerLogger decorator in LoggerManager...
2025-01-12 MichaelIssue 14681: enable path "remote_follow/{nickname}"
2025-01-11 Art4LegacyLoggerFactory uses Logger as factory
2025-01-11 xundeenergieUpdate view/js/dropzone-factory.js
2025-01-11 xundeenergieUpdate view/js/dropzone-factory.js
2025-01-11 xundeenergieUpdate view/js/dropzone-factory.js
2025-01-11 Art4Merge branch 'develop' into refactor-logger
2025-01-11 Hypolite PetovanMerge pull request #14677 from Art4/refactor-container
2025-01-11 Art4Create LoggerManager::changeLogChannel()
2025-01-10 Jakobus Schürzenable dropzone on jot for mentions
2025-01-10 Art4Create LegacyLoggerFactory
2025-01-10 Jakobus Schürzadd placeholder for uploading images
2025-01-10 Art4Rename LoggerFactory into LoggerManager
2025-01-10 Art4Add support for LogLevel and LogChannel
2025-01-10 Art4LoggerFactory can create ProfilerLogger
2025-01-10 Art4Always return NullLogger if debug is disabled
2025-01-10 Art4LoggerFactory returns same object
2025-01-10 Art4Create new LoggerFactory
next