Hypolite Petovan
|
87e3d8c790
|
Merge pull request #14789 from Art4/fix-randomdigits
Fix Crypto::randomDigits()
|
2025-02-06 11:03:08 -05:00 |
|
Art4
|
006ff7be8f
|
Fix tests
|
2025-02-06 08:33:18 +00:00 |
|
Art4
|
c6ee2c461c
|
Revert "Refactor Crypto::randomDigits()"
This reverts commit 940884e4bd .
|
2025-02-06 08:29:14 +00:00 |
|
Art4
|
d71264993d
|
Update docs and scripts to use the correct composer install script
|
2025-02-06 07:43:52 +00:00 |
|
Art4
|
f634ec4758
|
Move HookEventBridge into Friendica\Core\Hooks namespace
|
2025-02-04 13:23:50 -05:00 |
|
Art4
|
d9a2d676d2
|
Replace Hook with EventDispatcher in Feature class
|
2025-02-04 13:22:55 -05:00 |
|
Art4
|
f3ccd198a4
|
Replace Hook with EventDispatcher in Feature class
|
2025-02-04 13:22:54 -05:00 |
|
Art4
|
b9a191f6d8
|
Replace Hook with EventDispatcher in Content Nav class
|
2025-02-04 13:22:54 -05:00 |
|
Art4
|
715248d6a2
|
Add ArrayFilterEvent, replace app_menu hook
|
2025-02-04 13:22:54 -05:00 |
|
Art4
|
16fb80be1f
|
Add missing files
|
2025-02-04 13:22:53 -05:00 |
|
Art4
|
0c406a3696
|
Create ConfigLoadedEvent
|
2025-02-04 13:22:53 -05:00 |
|
Art4
|
2a02f58886
|
Remove unused StaticEventSubscriber interface
|
2025-02-04 13:22:53 -05:00 |
|
Art4
|
9e6f77c4b1
|
EventDispatcher proof of concept
|
2025-02-04 13:22:52 -05:00 |
|
Michael
|
c0723e3d48
|
Fix codestyle
|
2025-01-26 12:59:59 +00:00 |
|
Michael
|
c978c8e027
|
Several accessibility improvements
|
2025-01-26 12:46:18 +00:00 |
|
Art4
|
3698ab5aaa
|
Merge branch 'refactor-logger-class-with-logger-object' into fix-code-style-for-pr-14688
|
2025-01-14 09:29:35 +00:00 |
|
Art4
|
1a391fc9c3
|
Merge branch 'develop' into refactor-logger-class-with-logger-object
|
2025-01-13 19:19:45 +00:00 |
|
Art4
|
f9b7b6a413
|
Clean private static properties of LoggerManager via tearDown method
|
2025-01-13 16:52:05 +00:00 |
|
Art4
|
39088ab003
|
Clean static private properties of LoggerManager after test
|
2025-01-13 16:41:35 +00:00 |
|
Art4
|
0e59dba914
|
Fix code style
|
2025-01-13 13:31:54 +00:00 |
|
Art4
|
d4697a17a3
|
Remove unused import statements
|
2025-01-13 13:27:50 +00:00 |
|
Art4
|
5caa3b13e6
|
Remove call of non-existing Logger::init() method in tests
|
2025-01-13 13:24:40 +00:00 |
|
Art4
|
510f4e02c8
|
Add support for WorkerLogger decorator in LoggerManager, deprecate core Logger class, deprecate DI::workerLogger()
|
2025-01-12 08:21:30 +00:00 |
|
Art4
|
0804413c41
|
LegacyLoggerFactory uses Logger as factory
|
2025-01-11 21:05:35 +00:00 |
|
Art4
|
b40db06ef3
|
Merge branch 'develop' into refactor-logger
|
2025-01-11 17:08:07 +00:00 |
|
Art4
|
48154a090a
|
Create LoggerManager::changeLogChannel()
|
2025-01-11 08:05:50 +00:00 |
|
Art4
|
d9af357663
|
Create LegacyLoggerFactory
|
2025-01-10 21:58:21 +00:00 |
|
Art4
|
2df76617c1
|
Rename LoggerFactory into LoggerManager
|
2025-01-10 15:21:56 +00:00 |
|
Art4
|
96af0e6ebb
|
LoggerFactory can create ProfilerLogger
|
2025-01-10 13:28:42 +00:00 |
|
Art4
|
f65a838594
|
Always return NullLogger if debug is disabled
|
2025-01-10 12:36:13 +00:00 |
|
Art4
|
4a8533aa11
|
LoggerFactory returns same object
|
2025-01-10 10:33:55 +00:00 |
|
Art4
|
9bcb470caa
|
Create new LoggerFactory
|
2025-01-10 10:30:11 +00:00 |
|
Art4
|
7107acb15c
|
Fix namespace for DiceContainer test
|
2025-01-09 19:53:47 +00:00 |
|
Art4
|
f40fb6b099
|
Fix code style
|
2025-01-09 09:21:10 +00:00 |
|
Art4
|
27fa4c0cdf
|
Remove Dice rules for unused $devLogger service
|
2025-01-09 09:16:52 +00:00 |
|
Art4
|
57c96b89a1
|
Remove unused import
|
2025-01-08 23:10:31 +00:00 |
|
Art4
|
c762c62029
|
Remove DiceContainer::fromDice()
|
2025-01-08 23:00:38 +00:00 |
|
Art4
|
320fe18654
|
Create Container interface, add DiceContainer as implementation
|
2025-01-08 22:59:29 +00:00 |
|
Art4
|
316fac0161
|
Add tests for Container::fromBasePath()
|
2025-01-08 22:52:30 +00:00 |
|
Philipp
|
22ce079222
|
Make PHP-CS happy :-)
|
2025-01-05 23:13:45 +01:00 |
|
Philipp
|
560bf345da
|
Add UnitTest for Container
|
2025-01-05 23:13:44 +01:00 |
|
Philipp
|
2238ea8d52
|
Add license
|
2025-01-05 23:13:43 +01:00 |
|
Philipp
|
c726675189
|
Add doc & fix test
|
2025-01-05 23:13:43 +01:00 |
|
Philipp
|
40fbb02149
|
Move Container logic into own class
|
2025-01-05 23:13:41 +01:00 |
|
Art4
|
ae0cab36dc
|
Improve BasePath tests
|
2024-12-23 14:51:58 +00:00 |
|
Art4
|
6f570a08e5
|
declare strict mode in unit tests
|
2024-12-22 18:48:46 +00:00 |
|
Art4
|
75772d874f
|
refactor BasePathTest
|
2024-12-22 18:47:57 +00:00 |
|
Art4
|
ea07b83fd0
|
adjust tests
|
2024-12-20 13:21:35 +00:00 |
|
Art4
|
9ef3fdc857
|
move load() call outside of constructor to remove side effects
|
2024-12-19 21:01:41 +00:00 |
|
Art4
|
23e3af4a09
|
Create tests for App
|
2024-12-19 20:37:56 +00:00 |
|