Art4
|
d5f5ebbd8a
|
fix code style
|
2025-02-14 15:05:12 +00:00 |
|
Art4
|
62d27de3b0
|
Create events for bbcode hooks
|
2025-02-14 15:03:29 +00:00 |
|
Art4
|
81b6ed9fc2
|
fix code style
|
2025-02-14 13:02:28 +00:00 |
|
Art4
|
a6ab7dd6f1
|
create event for smilie hook
|
2025-02-14 13:00:21 +00:00 |
|
Art4
|
0b3915322b
|
Create event for page_info_data hook
|
2025-02-14 12:26:50 +00:00 |
|
Art4
|
ce4e77fbb6
|
Fix code style
|
2025-02-14 12:15:17 +00:00 |
|
Art4
|
b9a401454d
|
Create event for oembed_fetch_url hook
|
2025-02-14 12:11:17 +00:00 |
|
Art4
|
aff117284b
|
create event for item_photo_menu hook
|
2025-02-14 10:33:17 +00:00 |
|
Art4
|
b3ef18bed7
|
create event for render_location hook
|
2025-02-14 10:19:55 +00:00 |
|
Art4
|
85fceaa16e
|
Remove not needed hook call
|
2025-02-14 09:47:30 +00:00 |
|
Art4
|
ca3edb866a
|
Create Event for display_item hook
|
2025-02-14 09:42:57 +00:00 |
|
Art4
|
02976067c3
|
Fix code style
|
2025-02-14 08:39:58 +00:00 |
|
Art4
|
d4ba28a997
|
create event for conversation_start hook
|
2025-02-14 08:38:59 +00:00 |
|
Art4
|
4bdd5f6bbe
|
Fix code style
|
2025-02-14 08:14:27 +00:00 |
|
Art4
|
7260f29292
|
Create Event for jot_tool hook
|
2025-02-14 08:12:59 +00:00 |
|
Art4
|
134d85b9c1
|
Fix code style
|
2025-02-14 07:24:47 +00:00 |
|
Art4
|
3295b9055f
|
Create event for network_to_name hook
|
2025-02-13 15:29:52 +00:00 |
|
Art4
|
caef97752a
|
Merge branch 'develop' into replace-hooks-with-eventdispatcher
|
2025-02-12 21:13:24 +00:00 |
|
Art4
|
dd6f479401
|
Merge branch 'develop' into replace-hooks-with-eventdispatcher
|
2025-02-11 09:59:13 +00:00 |
|
Art4
|
7d792600b4
|
Merge branch 'develop' into introduce-phpmd
|
2025-02-11 07:57:29 +00:00 |
|
Hypolite Petovan
|
17207dbb67
|
Merge pull request #14770 from Art4/new-addonproxy
New AddonHelper
|
2025-02-10 07:53:24 -05:00 |
|
Art4
|
eeab1144cf
|
Fix active tab
|
2025-02-10 12:43:16 +00:00 |
|
Michael
|
f3af47ca5b
|
Fix codestyle
|
2025-02-09 20:24:34 +00:00 |
|
Michael
|
3c3c69dfd8
|
Issue 12771: Fix interrupted video playback
|
2025-02-09 20:20:36 +00:00 |
|
Art4
|
23ce65c5d0
|
Fix code style
|
2025-02-08 22:00:30 +00:00 |
|
Art4
|
18369854b7
|
Implement route_collection hook as CollectRoutesEvent
|
2025-02-08 21:59:28 +00:00 |
|
Art4
|
7298ad29c1
|
Implement photo_upload_form hook as Event
|
2025-02-08 21:04:35 +00:00 |
|
Art4
|
f4624b0591
|
Fix cs
|
2025-02-08 16:38:01 +00:00 |
|
Art4
|
742cde89e6
|
Implement home_init hook as Event
|
2025-02-08 16:33:07 +00:00 |
|
Art4
|
aabf9a8b01
|
Replace hooks post_local_start, post_local and post_local_end with EventDispatcher
|
2025-02-08 08:17:30 +00:00 |
|
Art4
|
649ddf7ab9
|
Add events for post_local, post_local_start and post_local_end
|
2025-02-08 07:58:33 +00:00 |
|
Art4
|
5beeda612a
|
Merge branch 'develop' into deprecate-strategies-via-addons
|
2025-02-07 15:24:37 +00:00 |
|
Art4
|
1ea2df569e
|
Deprecate strategies via addons
|
2025-02-07 15:06:11 +00:00 |
|
Art4
|
e5416ca4a9
|
Deprecate providing LoggerInterface via addon strategies
|
2025-02-07 14:50:56 +00:00 |
|
Art4
|
c7b1961d02
|
Fix return type of randomDigits
|
2025-02-06 08:30:05 +00:00 |
|
Art4
|
c6ee2c461c
|
Revert "Refactor Crypto::randomDigits()"
This reverts commit 940884e4bd .
|
2025-02-06 08:29:14 +00:00 |
|
Michael
|
a2e9247936
|
Fix notices and missing template variables
|
2025-02-06 05:41:30 +00:00 |
|
Art4
|
d086a982f9
|
Merge branch 'develop' into new-addonproxy
|
2025-02-05 19:20:27 +00:00 |
|
Hypolite Petovan
|
9e7a527327
|
Merge pull request #14784 from ne20002/feat/wizard
use env variables in install wizard for values if available
|
2025-02-05 11:22:31 -05:00 |
|
Hypolite Petovan
|
c77c6140fd
|
Merge pull request #14779 from annando/issue-14746
Issue 14746: Improved description
|
2025-02-05 11:08:05 -05:00 |
|
Hypolite Petovan
|
a378a85c04
|
Merge pull request #14640 from Art4/introduce-eventdispatcher
[EventDispatcher] Proof of concept
|
2025-02-05 10:42:10 -05:00 |
|
ne20002
|
7f8ac7aaea
|
use env variables in install wizard for values if available
|
2025-02-05 14:56:05 +00:00 |
|
Michael
|
22b8be6a8c
|
Fix codestyle
|
2025-02-05 09:45:46 +00:00 |
|
Michael
|
74bfa7721d
|
Issue 14746: Improved description
|
2025-02-05 09:38:39 +00:00 |
|
Art4
|
732c32cb0e
|
Fix code style
|
2025-02-04 19:20:13 +00:00 |
|
Art4
|
9f7774faab
|
Merge branch 'develop' into new-addonproxy
|
2025-02-04 19:19:16 +00:00 |
|
Art4
|
f634ec4758
|
Move HookEventBridge into Friendica\Core\Hooks namespace
|
2025-02-04 13:23:50 -05:00 |
|
Art4
|
0837ad647a
|
Fix code style
|
2025-02-04 13:23:50 -05:00 |
|
Art4
|
70a6c6ed01
|
Change code style
|
2025-02-04 13:22:55 -05:00 |
|
Art4
|
d9a2d676d2
|
Replace Hook with EventDispatcher in Feature class
|
2025-02-04 13:22:55 -05:00 |
|