Michael
a86cd93fb8
Fix class name capitalisation
2023-12-20 19:55:34 +00:00
Michael Vogel
e15e17732d
Merge pull request #13749 from MrPetovan/bug/fatal-errors
...
Also catch TypeError exceptions in Repository\PostMedia
2023-12-20 19:09:08 +01:00
Hypolite Petovan
9024fc1226
Also catch TypeError exceptions in Repository\PostMedia
...
- Address "Uncaught Exception TypeError: "Friendica\Content\Post\Entity\PostMedia::__construct(): Argument #2 ($url) must be of type Psr\Http\Message\UriInterface, null given"
2023-12-20 09:50:49 -05:00
Hypolite Petovan
8fbcdd371e
Merge pull request #13742 from annando/edit-tags
...
Fix lost local tags upon update
2023-12-20 08:38:08 -05:00
Michael
fbcfa46beb
Fix lost local tags upon update
2023-12-19 15:28:20 +00:00
Michael Vogel
6f1fcc9357
Merge pull request #13739 from MrPetovan/task/composer
...
Update Composer dependencies ahead of release
2023-12-19 07:57:41 +01:00
Hypolite Petovan
1f1cad322c
Update Composer dependencies ahead of release
...
- Updating ezyang/htmlpurifier (v4.16.0 => v4.17.0)
- Updating mobiledetect/mobiledetectlib (2.8.41 => 3.74.3)
- Updating patrickschur/language-detection (v5.1.0 => v5.3.0)
- Updating phpseclib/phpseclib (3.0.19 => 3.0.34)
- Updating psr/container (1.1.1 => 2.0.2)
- Updating smarty/smarty (v4.3.1 => v4.3.4)
- Updating bower-asset/base64 (1.2.0 => 1.3.0)
- Updating mockery/mockery (1.5.1 => 1.6.7)
- Updating sebastian/global-state (5.0.5 => 5.0.6)
- Updating sebastian/diff (4.0.4 => 4.0.5)
- Updating theseer/tokenizer (1.2.1 => 1.2.2)
- Updating nikic/php-parser (v4.15.4 => v4.18.0)
- Updating phpunit/php-code-coverage (9.2.26 => 9.2.29)
- Updating phpunit/phpunit (9.6.7 => 9.6.15)
- Updating dasprid/enum (1.0.4 => 1.0.5)
- Updating guzzlehttp/promises (1.5.2 => 1.5.3)
- Updating symfony/polyfill-php72 (v1.27.0 => v1.28.0)
- Updating symfony/polyfill-intl-normalizer (v1.27.0 => v1.28.0)
- Updating symfony/polyfill-intl-idn (v1.27.0 => v1.28.0)
- Updating paragonie/sodium_compat (v1.19.0 => v1.20.0)
- Updating psr/http-client (1.0.2 => 1.0.3)
- Updating composer/ca-bundle (1.3.5 => 1.4.0)
2023-12-18 21:02:06 -05:00
Hypolite Petovan
769b73e8a3
Bump minimum version to run Friendica to PHP 7.4
...
- Update version filter of mobiledetect/mobiledetectlib and psr/container to PHP 7.4 versions
- Remove PHP 7.3 PHPUnit instance
- Remove PHP 7.2 specific PDO exception in tests
2023-12-18 21:02:02 -05:00
Hypolite Petovan
3cfe7d61fc
Merge pull request #13734 from Raroun/Fix-for-Issue-#13403
...
Fix for issue #13403 [Frio] Optical assignment of a contact to a circle not/hardly distinguishable
2023-12-17 21:17:50 -05:00
Hypolite Petovan
47b0302811
Merge pull request #13732 from annando/issue-13731
...
Issue 13731: Fix error concerning invalid user
2023-12-17 21:16:28 -05:00
Hypolite Petovan
02dded6caa
Merge pull request #13730 from Raroun/Fix_for_Issue_#13720
...
Fix for issue #13720 - [frio] Compose-box initially way too small by default
2023-12-17 21:14:04 -05:00
Hypolite Petovan
02a76cfcfd
Merge pull request #13729 from annando/frio-channel
...
Frio: Improved user defined channel page
2023-12-17 21:12:37 -05:00
Hypolite Petovan
cbe6e1dbb3
Merge pull request #13728 from annando/issue-13560
...
Issue 13560: new indexes to improve circle loading time
2023-12-17 21:03:14 -05:00
Raroun
c1b649af94
Update style.css
...
Reduced the icon size from 20 pixels to 15 pixels
i like that the button is on the same heigth as the username, but 20 pixels is just too much there.
2023-12-17 11:34:16 +01:00
Raroun
571339f530
Update entry.tpl
...
added missing "contact-circle-link" css class
2023-12-17 11:03:41 +01:00
Michael
7c7ebd9b86
Issue 13731: Fix error concerning invalid user
2023-12-17 09:56:00 +00:00
Raroun
7eb5a0775c
Update entry.tpl
...
Addes missing "contact-circle-actions" css class
2023-12-17 10:33:21 +01:00
Raroun
d9c9ab6cee
Update jot.tpl
...
Increased rows from 2 to 8 which still fits mobile screens
2023-12-17 08:03:19 +01:00
Raroun
7c56cb3132
Update comment_item.tpl
...
Increased rows from 3 to 8 which still fits mobile screens
2023-12-17 08:02:33 +01:00
Michael
8de58aa39d
open channel settings when empty
2023-12-17 06:41:19 +00:00
Michael
0a0d2c98e8
Channel definition now stays open after edit
2023-12-17 06:16:26 +00:00
Michael
62386e4c9e
Frio: Improved user defined channel page
2023-12-16 21:43:01 +00:00
Michael
b88c557c6b
Issue 13560: new indexes to improve circle loading time
2023-12-16 18:28:33 +00:00
Hypolite Petovan
0ec7991a20
Merge pull request #13727 from annando/threads-logo
...
Use the Instagram logo for the Threads server
2023-12-16 09:18:34 -05:00
Michael
7e6cdaf025
Use the Instagram logo for the Threads server
2023-12-16 12:56:44 +00:00
Michael Vogel
ed2f4fdcc2
Merge pull request #13726 from tobiasd/20231216-lng
...
translation updates
2023-12-16 12:01:46 +01:00
Tobias Diekershoff
d47335ccad
translation updates
2023-12-16 08:20:16 +01:00
Hypolite Petovan
d275760596
Merge pull request #13724 from Raroun/Fix-for-Issue-#13637---Photo-caption-prevents-photo-selection-in-the-file-browser
...
Fix for Issue #13637 - Photo caption prevents photo selection in the file browser
2023-12-15 11:46:18 -05:00
Hypolite Petovan
08eaedede1
Merge pull request #13723 from annando/threads2
...
Allow longer avatar URLs / the system outbox is now handled
2023-12-15 11:29:10 -05:00
Michael
303c9fb23f
Added server detection for "threads"
2023-12-15 11:19:11 +00:00
Raroun
fb362f91ac
Update style.css
2023-12-15 11:39:57 +01:00
Michael
0a4f0d616a
Allow longer avatar URLs / the system outbox is now handled
2023-12-15 10:39:41 +00:00
Hypolite Petovan
33102a76da
Merge pull request #13721 from annando/issue-13719
...
Threads: Profiles can now be fetched
2023-12-14 21:35:21 -05:00
Michael
250ad8843d
FThreads: Profiles can now be fetched
2023-12-14 22:59:55 +00:00
Hypolite Petovan
c2e4c0e1fa
Merge pull request #13717 from annando/contacts-posts
...
Fix uddate issues and improve speed when displaying contact posts
2023-12-14 11:48:31 -05:00
Michael
1cd729531d
Sorting changed to "created"
2023-12-14 06:18:17 +00:00
Michael
eae1affb21
Index added
2023-12-14 05:36:31 +00:00
Michael
f81192b4c3
Fix uddate issues and improve speed when displaying contact posts
2023-12-14 04:58:43 +00:00
Hypolite Petovan
747a15f0e0
Merge pull request #13712 from annando/tag-language
...
Only use posts with wanted languages for subscribed tags
2023-12-11 17:55:54 -05:00
Michael
14266a1ca4
Only use posts with wanted languages for subscribed tags
2023-12-11 22:07:01 +00:00
Hypolite Petovan
541208a6bd
Merge pull request #13711 from annando/update-item
...
Frio: perform item update after activity
2023-12-11 08:26:47 -05:00
Michael
113d72f59f
Frio: perform item update after activity
2023-12-11 04:26:24 +00:00
Michael Vogel
b561f6ffd3
Merge pull request #13708 from MrPetovan/bug/deprecated
...
Fix a couple deprecation notices
2023-12-10 20:17:53 +01:00
Michael Vogel
2643ca11e6
Merge pull request #13709 from friendica/MrPetovan-patch-1
...
Add support for string in $nodeinfo['protocols']
2023-12-10 19:59:38 +01:00
Hypolite Petovan
35e3e912df
Add support for string in $nodeinfo['protocols']
...
- Address https://github.com/friendica/friendica/issues/13157#issuecomment-1848404671
2023-12-09 21:36:57 -05:00
Hypolite Petovan
0b95f39c22
Allow count to be a float in L10n->tt()
...
- Address part of https://github.com/friendica/friendica/issues/13699#issuecomment-1848363608
2023-12-09 07:42:15 -05:00
Hypolite Petovan
67f57a7f90
Avoid passing null value to number_format() in Module\Admin\Federation
...
- Address part of https://github.com/friendica/friendica/issues/13699#issuecomment-1848363608
2023-12-09 07:32:24 -05:00
Michael Vogel
dc9658f532
Merge pull request #13704 from MrPetovan/bug/13693-infinite-indentation-level
...
[frio] Limit thread indentation level to 7 (at thread level 9)
2023-12-09 07:11:35 +01:00
Michael Vogel
b1e6a53692
Merge pull request #13706 from MrPetovan/bug/fatal-errors
...
Don't assume $_SESSION is set in Session\Type\AbstractSession
2023-12-09 07:10:39 +01:00
Hypolite Petovan
9743d2f40c
[frio] Limit thread indentation level to 7 (at thread level 9)
2023-12-08 20:55:19 -05:00