Art4
|
7cc37ff2cb
|
Inject AppHelper into App::load() via parameter
|
2025-01-22 13:17:53 +00:00 |
|
Art4
|
e57424ec35
|
Inject profiler into App::load() via parameter
|
2025-01-22 12:46:24 +00:00 |
|
Art4
|
6c0a2eaefc
|
Inject config into App::loadDefaultTimezone() via parameter
|
2025-01-22 12:36:14 +00:00 |
|
Art4
|
fdb14f23f2
|
Inject config into App::load() via parameter
|
2025-01-22 12:13:57 +00:00 |
|
Art4
|
52c6f93c9a
|
Inject Mode into App::runFrontend() via parameter
|
2025-01-22 12:11:06 +00:00 |
|
Art4
|
76aec2d575
|
Inject Mode into App::load() via parameter
|
2025-01-22 12:06:53 +00:00 |
|
Art4
|
064b70f4c0
|
Move Mode::setExecutor() call inside App::runFrontend()
|
2025-01-22 11:59:24 +00:00 |
|
Art4
|
bf28afb651
|
Remove dependency for ServerRequestInterface in App::load()
|
2025-01-22 11:56:23 +00:00 |
|
Art4
|
b9f5a4f745
|
Rename back App::load()
|
2025-01-22 10:53:34 +00:00 |
|
Michael Vogel
|
bb252e326f
|
Merge pull request #14688 from Art4/refactor-logger-class-with-logger-object
Replace Logger class with LoggerInterface implementation
|
2025-01-22 07:20:26 +01:00 |
|
Tobias Diekershoff
|
3080250888
|
Merge pull request #14715 from MarekBenjamin/bugfix/photoalbum-button-appeareance
fix photo albums button appeareance for dark appereance in frio theme
|
2025-01-22 06:22:22 +01:00 |
|
Marek Bachmann
|
8c8067c624
|
fixed button readabilid in media browser for dark appereance in frio theme
|
2025-01-21 19:27:15 +00:00 |
|
Tobias Diekershoff
|
ee25c69cd7
|
Merge pull request #14708 from annando/exception
Fix exception "Argument #2 ($jsonld) must be of type array, string given"
|
2025-01-19 17:36:54 +01:00 |
|
Michael
|
d2b1eaaaa9
|
Fix codestyle
|
2025-01-19 13:26:22 +00:00 |
|
Michael
|
d42b31bee6
|
Fix exception "Argument #2 ($jsonld) must be of type array, string given"
|
2025-01-19 13:24:59 +00:00 |
|
Tobias Diekershoff
|
cd79d26ed5
|
Merge pull request #14703 from annando/atp-archive
Improved handling of archive posts
|
2025-01-16 06:36:09 +01:00 |
|
Michael
|
860dbacf1b
|
Fixed codestyle
|
2025-01-15 21:52:44 +00:00 |
|
Michael
|
aad362fee3
|
Improved handling of archive poszs
|
2025-01-15 21:51:10 +00:00 |
|
Art4
|
04161a0a5f
|
Merge branch 'develop' into refactor-logger-class-with-logger-object
|
2025-01-14 09:16:06 +00:00 |
|
Tobias Diekershoff
|
f3106097af
|
Merge pull request #14697 from annando/updatecontact
Only update a contact when it should be updated
|
2025-01-14 07:36:33 +01:00 |
|
Michael
|
8345ada757
|
Fixed codestyle
|
2025-01-14 06:06:39 +00:00 |
|
Michael
|
dc382b5288
|
Changed contact update rule / added logging
|
2025-01-14 06:06:28 +00:00 |
|
Art4
|
1a391fc9c3
|
Merge branch 'develop' into refactor-logger-class-with-logger-object
|
2025-01-13 19:19:45 +00:00 |
|
Hypolite Petovan
|
47946b1cb7
|
Merge pull request #14682 from Art4/refactor-logger
Create LoggerManager
|
2025-01-13 13:31:35 -05:00 |
|
Art4
|
3eab8eb3dd
|
Merge branch 'develop' into refactor-logger
|
2025-01-13 16:54:48 +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
|
c1dde29ef6
|
Add description for LegacyLoggerFactory
|
2025-01-13 15:17:20 +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
|
abe6bf7947
|
Replace Logger with DI::logger() in OnePoll Worker classes
|
2025-01-13 13:21:19 +00:00 |
|
Art4
|
90a76ec60b
|
Replace Logger with DI::logger() in Notifier Worker classes
|
2025-01-13 13:20:33 +00:00 |
|
Art4
|
8fe3383976
|
Replace Logger with DI::logger() in many Worker classes
|
2025-01-13 13:19:24 +00:00 |
|
Art4
|
1762d1e72d
|
Replace Logger with DI::logger() in Remove Worker classes
|
2025-01-13 13:13:50 +00:00 |
|
Art4
|
c90b485089
|
Replace Logger with DI::logger() in Process Worker classes
|
2025-01-13 13:07:14 +00:00 |
|
Art4
|
bcf784254f
|
Replace Logger with DI::logger() in Expire Worker classes
|
2025-01-13 13:06:00 +00:00 |
|
Art4
|
c2f65af8bf
|
Replace Logger with DI::logger() in Update Worker classes
|
2025-01-13 13:04:29 +00:00 |
|
Art4
|
0ce0aa4d2c
|
Replace Logger with DI::logger() in Util classes
|
2025-01-13 12:53:09 +00:00 |
|
Art4
|
9306a56da0
|
Replace Logger with DI::logger() in Security classes
|
2025-01-13 12:47:34 +00:00 |
|
Art4
|
bc53c9b208
|
Replace Logger with DI::logger() in ActivityPub Protocol classes
|
2025-01-13 12:45:38 +00:00 |
|
Art4
|
6de75e4b9b
|
Replace Logger with DI::logger() in ZOT Protocol class
|
2025-01-13 12:40:44 +00:00 |
|
Art4
|
ab1e0638fb
|
Replace Logger with DI::logger() in Relay Protocol class
|
2025-01-13 12:39:50 +00:00 |
|
Art4
|
bf8df261ad
|
Replace Logger with DI::logger() in Feed Protocol class
|
2025-01-13 12:39:20 +00:00 |
|
Art4
|
d4afcc0b7e
|
Replace Logger with DI::logger() in Email Protocol class
|
2025-01-13 12:38:48 +00:00 |
|
Art4
|
6ead2d1738
|
Replace Logger with DI::logger() in Diaspora Protocol class
|
2025-01-13 12:37:44 +00:00 |
|
Art4
|
abc456e587
|
Replace Logger with DI::logger() in Delivery Protocol class
|
2025-01-13 12:37:29 +00:00 |
|
Art4
|
5d6be2aeb4
|
Replace Logger with DI::logger() in DFRN Protocol class
|
2025-01-13 12:36:39 +00:00 |
|
Art4
|
c335754dec
|
Change static methods to dynamic in Mastodon Search class
|
2025-01-13 12:07:05 +00:00 |
|
Art4
|
33b5ba35d4
|
Replace Logger with DI::logger() in Object classes
|
2025-01-13 12:01:48 +00:00 |
|
Art4
|
0b20a9c923
|
Replace Logger with DI::logger() in Network classes
|
2025-01-13 11:58:35 +00:00 |
|