Hypolite Petovan
5feb80397f
Added test for code blocks containing HTML entities in HTMLTest::toBBCode
8 months ago
Hypolite Petovan
f9165fbaf0
Decode HTML entities in code blocks in HTML::toBBCode
...
- Replace PHP_EOL uses with the more common \n
8 months ago
Hypolite Petovan
ca1801a164
Merge pull request #10874 from annando/profile-photo
...
Use a constant for the profile photo album
9 months ago
Michael
c6021a45b1
Updated messages.po, keep a translatable string
9 months ago
Michael
a33185f835
Use a constant for the profile photo album
9 months ago
Hypolite Petovan
f05fecaec1
Merge pull request #10867 from annando/replace-p
...
replace "p" with higher level database functions
9 months ago
Michael
8d7846142d
Hide blocked contacts when searching public contacts
9 months ago
Hypolite Petovan
a60fe907fb
Merge pull request #10873 from martincodes-de/count-user-correctly
...
add condition to count accounts that arent removed
9 months ago
martincodes
aa433f9d87
add condition to count accounts that arent removed
9 months ago
Michael Vogel
09771e1a76
Merge pull request #10870 from MrPetovan/bug/fatal-errors
...
Use entity property in DB condition in Module\Profile\Status
9 months ago
Michael
2904f4ca0e
Olq query removed, checking for deleted as well
9 months ago
Michael Vogel
e2400067a5
Merge pull request #10869 from MrPetovan/bug/10868-mastodon-api-notifications
...
Ignore max_id when it's 0 or less in BaseDepository->_selectByBoundaries
9 months ago
Hypolite Petovan
f622a541c3
Use entity property in DB condition in Module\Profile\Status
...
- Address https://github.com/friendica/friendica/issues/10756#issuecomment-939538157
9 months ago
Hypolite Petovan
2324dac4b2
Ignore max_id when it's 0 or less in BaseDepository->_selectByBoundaries
...
- It can cause a conflict when both min_id and max_id = 0 as default values
9 months ago
Hypolite Petovan
b3c576b9ce
Fix request parameter mapping to selectByBoundaries() in Api\Mastodon\Notifications
9 months ago
Michael
27b9da3df5
replace "p" with higher level database functions
9 months ago
Hypolite Petovan
9b68364b86
Merge pull request #10863 from annando/photo-type
...
New photo field "photo-type" as preparation for banners
9 months ago
Michael
948450c24b
Changed field description
9 months ago
Michael
13827edd2c
New photo field "photo-type" as preparation for banners
9 months ago
Hypolite Petovan
f05faf22a1
Merge pull request #10861 from annando/no-q
...
Replace the legacy function "unavailableNetworks"
9 months ago
Michael
86947b0997
Replace "p" with "select"
9 months ago
Michael
d3ebb3ac49
Added missing "break"
9 months ago
Michael
41dc6cea2b
Replace the legacy function
9 months ago
Hypolite Petovan
a3e42a8c07
Merge pull request #10857 from annando/no-q
...
`q` is now completely removed
9 months ago
Philipp
83ca13ce86
Merge pull request #10859 from tobiasd/20211010-de
...
DE translation updates
9 months ago
Tobias Diekershoff
364c5317ff
DE translation updates
9 months ago
Michael Vogel
f0d7938fab
Merge pull request #10858 from tobiasd/20211010-regenlng
...
regenerated all the strings
9 months ago
Tobias Diekershoff
eb94bedc0e
regenerated all the strings
...
This is a follow up for #10855 with the regenerated `string.php` files for all the languages currently in the repository.
9 months ago
Michael Vogel
9617167fe6
Merge pull request #10855 from MrPetovan/bug/10832-po2php
...
console po2php: Use Geekwright\Po for po file parsing to catch corner case with multi-line message
9 months ago
Michael
ee2b249d00
Empty comments removed
9 months ago
Michael
39907103f8
Fix test
9 months ago
Michael
2c134c5229
`q` is now completely removed
9 months ago
Michael Vogel
d335c5038a
Merge pull request #10856 from MrPetovan/bug/fatal-errors
...
Move false-coalescing operator outside of the parameter in mod/salmon
9 months ago
Hypolite Petovan
3656647ee5
Move false-coalescing operator outside of the parameter in mod/salmon
...
- Address https://github.com/friendica/friendica/issues/10756#issuecomment-939351242
9 months ago
Hypolite Petovan
ca2d0178fc
Improve po2php transformation
...
- Use Geekwright\Po for po file parsing to catch corner case with multi-line message
- Switch from risky double quoted strings to safer single quoted strings in the output file
9 months ago
Hypolite Petovan
513aa33e6d
[Composer] Add new geekwright/po dependency
9 months ago
Philipp
58215e56c3
Merge pull request #10854 from MrPetovan/bug/10844-unfollow
...
Replace remaining explicit network value checks by Protocol::supportsFollow calls
9 months ago
Tobias Diekershoff
e51bd33760
Merge pull request #10852 from MrPetovan/bug/10844-unfollow-errors
...
Fix overly strict return value for revokeFollow methods
9 months ago
Hypolite Petovan
b214470b1a
Replace remaining explicit network value checks by Protocol::supportsFollow calls
9 months ago
Hypolite Petovan
5028258c3b
Remove exception throwing on null protocol action result in Console\Contact
9 months ago
Hypolite Petovan
479458a389
Add missing parameters to Contact::block/unblock
9 months ago
Hypolite Petovan
880c2148c2
Fix overly strict return value for revokeFollow methods
9 months ago
Philipp
8f518af011
Merge pull request #10853 from MrPetovan/bug/addon-reload
...
Fix addon reloading
9 months ago
Hypolite Petovan
201d728b9e
Fix addon reloading
...
- The wrong variable was used to uninstall/install addons, which led to absolutely nothing done
9 months ago
Hypolite Petovan
80a8cd86c4
Merge pull request #10836 from nupplaphil/feat/depository_permissionset
...
Migrate PermissionSet to Depository paradigm
9 months ago
Philipp
93c44e6186
exception msg .. once again ;-)
9 months ago
Hypolite Petovan
2488780bc2
Merge pull request #10848 from annando/more-q
...
More replaced "q" calls
9 months ago
Philipp
df8bd18673
Typo
9 months ago
Michael
020112bf4a
Query replaced
9 months ago
Michael
56f033fa95
Some more "q" calls handled
9 months ago