Michael
|
4236a9a105
|
Improved http error handling
|
2021-10-29 23:21:07 +00:00 |
|
Michael
|
b2165cdf22
|
Speed up query for unused contacts
|
2021-10-26 20:06:18 +00:00 |
|
Michael Vogel
|
6a85d09c59
|
Merge pull request #10934 from MrPetovan/task/10928-diaspora-receive
Use router parameters in Diaspora\Receive
|
2021-10-26 21:06:33 +02:00 |
|
Hypolite Petovan
|
02e08d5fbc
|
Use router parameters in Diaspora\Receive
|
2021-10-26 14:56:47 -04:00 |
|
Hypolite Petovan
|
8af86af3d9
|
Add new developer test console command
|
2021-10-26 11:42:22 -04:00 |
|
Hypolite Petovan
|
e9a258b284
|
Merge pull request #10933 from annando/notice
Fix notice "Array to string conversion"
|
2021-10-25 20:49:47 -04:00 |
|
Michael
|
a0c1c3f661
|
Fix notice "Array to string conversion"
|
2021-10-25 20:54:36 +00:00 |
|
Hypolite Petovan
|
ad6d11b371
|
Merge pull request #10908 from annando/logging
Replace deprecated `log` calls
|
2021-10-25 16:08:19 -04:00 |
|
Michael Vogel
|
81c9d8d479
|
Apply suggestions from code review
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
|
2021-10-25 21:27:21 +02:00 |
|
Michael
|
87673fd0c5
|
Merge remote-tracking branch 'upstream/develop' into logging
|
2021-10-25 18:56:29 +00:00 |
|
Philipp
|
bfeaa56352
|
Merge pull request #10931 from tobiasd/20211025-ar
AR translation updates THX abidin toumi
|
2021-10-25 08:22:06 +02:00 |
|
Tobias Diekershoff
|
0c62a5db57
|
AR translation updates THX abidin toumi
|
2021-10-25 07:43:49 +02:00 |
|
Michael Vogel
|
5dc283ba8d
|
Merge pull request #10917 from MrPetovan/bug/10914-event-feed-time
Add event timezone in Model\Event::getHTML
|
2021-10-25 06:33:20 +02:00 |
|
Philipp
|
3921bd06cb
|
Merge pull request #10929 from MrPetovan/bug/notices
Test item psid against PermissionSet::PUBLIC constant instead in ActivityPub\Objects
|
2021-10-25 06:13:15 +02:00 |
|
Michael Vogel
|
c7d59a1cd9
|
Merge pull request #10930 from MrPetovan/bug/warnings
Fix path template variable structure in mod/fbrowser
|
2021-10-25 06:12:56 +02:00 |
|
Hypolite Petovan
|
c1edfa2478
|
Update main translation file after string update
|
2021-10-24 23:21:20 -04:00 |
|
Hypolite Petovan
|
d1417d74bc
|
Add timezone to event dates format in Model\Event::getHTML
- Adds timezone information for user-less contexts like syndication feeds
|
2021-10-24 23:17:55 -04:00 |
|
Hypolite Petovan
|
40aaa51050
|
Skip session authentication for backend modules
- This was causing errors accessing these modules with an existing session with 2fa enabled while anonymous calls were going through
|
2021-10-24 23:17:55 -04:00 |
|
Hypolite Petovan
|
98ab473361
|
Fix path template variable structure in mod/fbrowser
- Address https://github.com/friendica/friendica/issues/10757#issuecomment-950205848
|
2021-10-24 23:07:24 -04:00 |
|
Hypolite Petovan
|
c4fdc7466d
|
Test item psid against PermissionSet::PUBLIC constant instead in ActivityPub\Objects
- Address https://github.com/friendica/friendica/issues/10755#issuecomment-950393419
|
2021-10-24 23:00:40 -04:00 |
|
Hypolite Petovan
|
bcd3cf0bc0
|
Merge pull request #10923 from nupplaphil/feat/error_handling
Add extended ErrorHandling
|
2021-10-24 22:41:38 -04:00 |
|
Hypolite Petovan
|
40666d3585
|
Merge pull request #10925 from annando/invalid-url
Handle invalid avatar pictures
|
2021-10-24 22:39:33 -04:00 |
|
Philipp
|
8f688b2a89
|
Update ErrorHandler
|
2021-10-24 19:44:38 +02:00 |
|
Michael Vogel
|
49b873202b
|
Merge pull request #10927 from tobiasd/20211024-lng
AR, DE translation updates
|
2021-10-24 15:27:23 +02:00 |
|
Tobias Diekershoff
|
767d581d50
|
AR translation updates THX abidin toumi
|
2021-10-24 15:13:22 +02:00 |
|
Tobias Diekershoff
|
9a19a16929
|
DE translation updates
|
2021-10-24 15:13:02 +02:00 |
|
Michael
|
7fd202dbc9
|
Handle invalid avatar pictures
|
2021-10-24 11:33:35 +00:00 |
|
Hypolite Petovan
|
53402738b5
|
Merge pull request #10911 from nupplaphil/feat/depository_fsuggest
Move FSuggest to new paradigm
|
2021-10-23 22:04:08 -04:00 |
|
Philipp
|
d0e98422a5
|
Update messages.po
|
2021-10-23 21:59:45 -04:00 |
|
Philipp
|
eacb584703
|
Fix PHP_NOTICE because of fsuggestion
|
2021-10-23 21:46:32 -04:00 |
|
Philipp
|
01659d731f
|
Fix FSuggestselect
|
2021-10-23 21:46:04 -04:00 |
|
Philipp
|
8c9eb9a58d
|
Fix FSuggestselect
|
2021-10-23 21:45:38 -04:00 |
|
Philipp
|
0d517b590d
|
fetch new FSuggest after update
|
2021-10-23 21:45:38 -04:00 |
|
Philipp
|
92c7b99a4f
|
Update src/Contact/FriendSuggest/Exception/FriendSuggestPersistenceException.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
|
2021-10-23 21:45:38 -04:00 |
|
Philipp
|
74cfb32085
|
Update src/Contact/FriendSuggest/Exception/FriendSuggestNotFoundException.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
|
2021-10-23 21:45:38 -04:00 |
|
Philipp
|
6a7cbefaa5
|
Improve tests :-)
|
2021-10-23 21:45:37 -04:00 |
|
Philipp
|
1c100bbac0
|
Added basic unit tests
|
2021-10-23 21:45:37 -04:00 |
|
Philipp
|
6623780cf8
|
Fix FSuggest conversation
|
2021-10-23 21:45:37 -04:00 |
|
Philipp
|
61839d503a
|
Fix "Suggest a friend" text
|
2021-10-23 21:45:37 -04:00 |
|
Philipp
|
4a386b2f36
|
Add some missing Copyright header
|
2021-10-23 21:45:36 -04:00 |
|
Philipp
|
5d92713a8e
|
Rename Depository to Repository
|
2021-10-23 21:45:36 -04:00 |
|
Philipp
|
b407fbedc1
|
Replace all 'fsuggest' usages with the new paradigm
|
2021-10-23 21:45:35 -04:00 |
|
Philipp
|
82a6c78033
|
Move FSuggest to depository
|
2021-10-23 21:45:35 -04:00 |
|
Hypolite Petovan
|
4a50a83437
|
Merge pull request #10922 from annando/dont-cache-avatar
New option to activate/deactivate contact avatar cache
|
2021-10-23 20:36:00 -04:00 |
|
Philipp
|
acb06af28d
|
Add extended ErrorHandling
|
2021-10-23 20:58:38 +02:00 |
|
Michael
|
9d883f7933
|
Updated messages.po
|
2021-10-23 17:25:59 +00:00 |
|
Michael
|
7ebf211ad2
|
Fixed indention
|
2021-10-23 17:23:11 +00:00 |
|
Michael
|
8185c591d8
|
New option to activate/deactivate contact avatar cache
|
2021-10-23 17:18:30 +00:00 |
|
Michael
|
a497bd3a3d
|
Merge remote-tracking branch 'upstream/develop' into logging
|
2021-10-22 06:06:39 +00:00 |
|
Philipp
|
e0411743e2
|
Merge pull request #10913 from MrPetovan/bug/10903-profile-edit
Add redirection to clear the owner cache after profile update
|
2021-10-22 07:12:43 +02:00 |
|