]>
git.mxchange.org Git - friendica.git/log
Michael [Fri, 19 May 2023 19:50:36 +0000 (19:50 +0000)]
Merge remote-tracking branch 'upstream/2023.05-rc' into quote-loop
Philipp [Fri, 19 May 2023 19:20:20 +0000 (21:20 +0200)]
Merge pull request #13139 from annando/receiver-exception
Logging for an exception when processing activities
Michael [Fri, 19 May 2023 17:47:50 +0000 (17:47 +0000)]
Updated messages.po and database.sql - again
Michael [Fri, 19 May 2023 17:44:01 +0000 (17:44 +0000)]
Merge remote-tracking branch 'upstream/2023.05-rc' into receiver-exception
Michael [Fri, 19 May 2023 17:38:14 +0000 (17:38 +0000)]
Updated messages.po and database.sql
Michael [Fri, 19 May 2023 17:36:15 +0000 (17:36 +0000)]
Updated messages.po and database.sql
Michael [Fri, 19 May 2023 17:28:29 +0000 (17:28 +0000)]
Fix: Prevent an endless loop when fetching quoted content
Tobias Diekershoff [Thu, 18 May 2023 13:55:42 +0000 (15:55 +0200)]
bump version 2023.05-rc
Hypolite Petovan [Thu, 18 May 2023 12:03:54 +0000 (08:03 -0400)]
Merge pull request #13137 from tobiasd/
20230518 -pl
PL translation update THX tatonuta
Hypolite Petovan [Thu, 18 May 2023 12:01:56 +0000 (08:01 -0400)]
Merge pull request #13107 from annando/unify-link
Unifiy the creation of photo links
Tobias Diekershoff [Thu, 18 May 2023 11:05:07 +0000 (13:05 +0200)]
PL translation update THX tatonuta
Tobias Diekershoff [Thu, 18 May 2023 10:09:17 +0000 (12:09 +0200)]
Merge pull request #13135 from MrPetovan/bug/13108-photomenu-redir
Fix magic links in contact photo menu
Michael [Thu, 18 May 2023 06:43:53 +0000 (06:43 +0000)]
Logging for an exception when processing activities
Hypolite Petovan [Wed, 17 May 2023 23:53:22 +0000 (19:53 -0400)]
Fix magic links in contact photo menu
- They were using a URL format obsolete for years
Michael [Wed, 17 May 2023 20:30:45 +0000 (20:30 +0000)]
Simplify image url
Michael [Wed, 17 May 2023 20:03:57 +0000 (20:03 +0000)]
Merge remote-tracking branch 'upstream/develop' into unify-link
Hypolite Petovan [Wed, 17 May 2023 19:44:21 +0000 (15:44 -0400)]
Merge pull request #13131 from annando/supportsprobe
Replace "Probe::isProbable" with "Protocol::supportsProbe"
Hypolite Petovan [Wed, 17 May 2023 19:42:51 +0000 (15:42 -0400)]
Merge pull request #13133 from annando/start-header
Unify the heading levels
Hypolite Petovan [Wed, 17 May 2023 17:35:51 +0000 (13:35 -0400)]
Merge pull request #13115 from annando/search
Fix: Contacts can now be searched with a leading @ again.
Michael [Wed, 17 May 2023 14:28:40 +0000 (14:28 +0000)]
Long refresh periods for connector networks
Michael [Wed, 17 May 2023 09:01:52 +0000 (09:01 +0000)]
Fix tests
Michael [Wed, 17 May 2023 08:17:23 +0000 (08:17 +0000)]
Unify the heading levels
Michael [Wed, 17 May 2023 02:38:47 +0000 (02:38 +0000)]
Reverted accidentally reversed parameter order
Michael [Wed, 17 May 2023 02:23:56 +0000 (02:23 +0000)]
Only probr when needed, search local if nothing was found
Michael [Wed, 17 May 2023 01:30:56 +0000 (01:30 +0000)]
Merge remote-tracking branch 'upstream/develop' into search
Michael [Wed, 17 May 2023 01:28:10 +0000 (01:28 +0000)]
Replace "Probe::isProbable" with "Protocol::supportsProbe"
Michael Vogel [Wed, 17 May 2023 01:16:04 +0000 (03:16 +0200)]
Merge pull request #13124 from ne20002/develop
fix for probe loop in case that network of contact has changed
Hypolite Petovan [Tue, 16 May 2023 12:09:23 +0000 (08:09 -0400)]
Merge pull request #13128 from annando/owa
OWA: reworked code
Michael Vogel [Tue, 16 May 2023 11:54:46 +0000 (13:54 +0200)]
Update src/Module/Magic.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
Michael [Mon, 15 May 2023 20:46:05 +0000 (20:46 +0000)]
OWA: reworked code
Hypolite Petovan [Sun, 14 May 2023 19:24:15 +0000 (15:24 -0400)]
Merge pull request #13126 from nupplaphil/bug/increment_db
Fixup incrementQueue
Philipp [Sun, 14 May 2023 18:52:07 +0000 (20:52 +0200)]
Fixup incrementQueue
Hypolite Petovan [Sun, 14 May 2023 18:37:41 +0000 (14:37 -0400)]
Merge pull request #13125 from nupplaphil/bug/xss
Escape message for notifications
Philipp [Sun, 14 May 2023 18:34:42 +0000 (20:34 +0200)]
PHP-CS
Philipp [Sun, 14 May 2023 18:32:34 +0000 (20:32 +0200)]
add license
Philipp [Sun, 14 May 2023 18:31:20 +0000 (20:31 +0200)]
Escape message for notifications
S. Brusch [Sun, 14 May 2023 13:38:47 +0000 (15:38 +0200)]
fix for probe loop in case that network of contact has changed
This fixes a loop of probes / contact updates where the network has been apup and for whatever
reason is now feed. In this case the contact hasn't been updated and rescheduled with next_update as null resulting
in a huge number of queries.
The call to hasLocalData has been moved a bit up as it checks for values that otherwise would be emptied befare the call.
Fixes #13037
Philipp [Sun, 14 May 2023 13:25:28 +0000 (15:25 +0200)]
Merge pull request #13123 from MrPetovan/bug/xss-notifications
Escape notification text in /notifications module
Hypolite Petovan [Sun, 14 May 2023 13:13:26 +0000 (09:13 -0400)]
Escape notification text in /notifications module
- This was causing literal HTML display names to be interpreted in the page
Hypolite Petovan [Sun, 14 May 2023 12:46:39 +0000 (08:46 -0400)]
Merge pull request #13118 from nupplaphil/feat/db_refac
DB encapsulations
Philipp [Sun, 14 May 2023 09:18:59 +0000 (11:18 +0200)]
fixups
Philipp [Sat, 13 May 2023 20:46:10 +0000 (22:46 +0200)]
PHP-CS ...
Philipp [Sat, 13 May 2023 20:42:56 +0000 (22:42 +0200)]
PHP-CS ...
Philipp [Sat, 13 May 2023 20:36:18 +0000 (22:36 +0200)]
adhere PHP CC
Philipp [Sat, 13 May 2023 20:35:32 +0000 (22:35 +0200)]
add license
Philipp [Sat, 13 May 2023 20:27:29 +0000 (22:27 +0200)]
Adapt & remove impossible code
Philipp [Sat, 13 May 2023 20:18:11 +0000 (22:18 +0200)]
Update & fix
Philipp [Sat, 13 May 2023 20:18:00 +0000 (22:18 +0200)]
Update & fix
Philipp [Sat, 13 May 2023 20:14:52 +0000 (22:14 +0200)]
Use optimized update statements
Philipp [Sat, 13 May 2023 20:04:51 +0000 (22:04 +0200)]
Add direct field possibility
Philipp [Sat, 13 May 2023 19:05:22 +0000 (21:05 +0200)]
Move "OPTIMIZE TABLE" to own Database function
Michael Vogel [Sat, 13 May 2023 05:22:19 +0000 (07:22 +0200)]
Merge pull request #13116 from MrPetovan/bug/warnings
Remove misleading concatenation in XPath expression in Protocol\Feed
Hypolite Petovan [Fri, 12 May 2023 10:06:34 +0000 (06:06 -0400)]
Remove misleading concatenation in XPath expression in Protocol\Feed
- Variable could be directly interpolated
- Address https://github.com/friendica/friendica/issues/13025#issuecomment-
1543335001
- Address https://github.com/friendica/friendica/issues/13025#issuecomment-
1545074703
Michael [Fri, 12 May 2023 07:58:28 +0000 (07:58 +0000)]
Updated messages.po
Michael [Fri, 12 May 2023 07:00:02 +0000 (07:00 +0000)]
Fix: Contacts can now be searched with a leading @ again.
Hypolite Petovan [Thu, 11 May 2023 09:05:16 +0000 (05:05 -0400)]
Merge pull request #13113 from annando/baseurl
Ensure that the baseurl return value is a string
Michael [Thu, 11 May 2023 08:13:19 +0000 (08:13 +0000)]
Ensure that the baseurl return value is a string
Hypolite Petovan [Wed, 10 May 2023 21:19:29 +0000 (17:19 -0400)]
Merge pull request #13110 from anubis2814/develop
[frio] Changed mobile icon for sidebar
Michael [Wed, 10 May 2023 17:59:25 +0000 (17:59 +0000)]
Differentiate between no description or an empty description
Michael [Wed, 10 May 2023 16:57:08 +0000 (16:57 +0000)]
Fixed test - again
Michael Vogel [Wed, 10 May 2023 15:06:16 +0000 (17:06 +0200)]
Update src/Util/Images.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
Michael [Wed, 10 May 2023 08:48:21 +0000 (08:48 +0000)]
Fix tests
Michael [Wed, 10 May 2023 07:54:15 +0000 (07:54 +0000)]
Function renamed
Michael [Tue, 9 May 2023 20:44:58 +0000 (20:44 +0000)]
Unifiy the creation of photo links
Hypolite Petovan [Tue, 9 May 2023 07:43:58 +0000 (03:43 -0400)]
Merge pull request #13103 from annando/better-preview
Improved preview size
Michael [Tue, 9 May 2023 06:35:21 +0000 (06:35 +0000)]
Updated messages.po
Michael [Tue, 9 May 2023 06:32:16 +0000 (06:32 +0000)]
Improved variable naming
Michael [Tue, 9 May 2023 05:59:07 +0000 (05:59 +0000)]
Calculate image size if not provided
Michael [Tue, 9 May 2023 05:34:56 +0000 (05:34 +0000)]
Remove unwanted stuff
Michael [Tue, 9 May 2023 05:32:52 +0000 (05:32 +0000)]
Use old error message when storing fails
Michael [Tue, 9 May 2023 05:29:05 +0000 (05:29 +0000)]
Unifiy storing of photos with previews
Michael [Mon, 8 May 2023 21:32:38 +0000 (21:32 +0000)]
Improved preview size
Michael Vogel [Sun, 7 May 2023 10:27:27 +0000 (12:27 +0200)]
Merge pull request #13100 from MrPetovan/bug/fatal-errors
Wrap HTTP client call in try catch in Network\Probe
Michael Vogel [Sun, 7 May 2023 06:25:44 +0000 (08:25 +0200)]
Merge pull request #13099 from MrPetovan/bug/warnings
Address several warnings
Hypolite Petovan [Sun, 7 May 2023 06:25:32 +0000 (02:25 -0400)]
Merge pull request #13101 from annando/fix-feeds
Fix: Feeds had been imported with the wrong body
Michael [Sun, 7 May 2023 06:13:28 +0000 (06:13 +0000)]
Fix: Feeds had been imported with the wrong body
Hypolite Petovan [Sun, 7 May 2023 04:26:16 +0000 (00:26 -0400)]
Wrap HTTP client call in try catch in Network\Probe
- Address https://github.com/friendica/friendica/issues/13023#issuecomment-
1521458475
Hypolite Petovan [Sun, 7 May 2023 04:00:55 +0000 (00:00 -0400)]
Ensure $atomns is always set in Protocol\Feed
- Address https://github.com/friendica/friendica/issues/13025#issuecomment-
1537162173
Hypolite Petovan [Sun, 7 May 2023 03:55:34 +0000 (23:55 -0400)]
Rework Hashtag module to avoid undefined key error
- Address https://github.com/friendica/friendica/issues/13025#issuecomment-
1537143590
Hypolite Petovan [Sun, 7 May 2023 03:48:32 +0000 (23:48 -0400)]
Prevent casting a non-existent array key before it's been coalesced in Model\GServer
- Address https://github.com/friendica/friendica/issues/13025#issuecomment-
1536440077
Hypolite Petovan [Sun, 7 May 2023 02:55:21 +0000 (22:55 -0400)]
Merge pull request #13097 from annando/vier-emojis
Vier: The emojipicker is now integrated
Michael [Sat, 6 May 2023 21:52:30 +0000 (21:52 +0000)]
Fixes spaces
Michael [Sat, 6 May 2023 21:46:40 +0000 (21:46 +0000)]
Emojis are now added either in comments or starting posts - but not both
Michael [Sat, 6 May 2023 21:27:21 +0000 (21:27 +0000)]
Vier: The emoji picker is now integrated
Hypolite Petovan [Sat, 6 May 2023 21:03:02 +0000 (17:03 -0400)]
Merge pull request #13096 from ne20002/heikosblog.eu
Added host check on xrd request
S. Brusch [Sat, 6 May 2023 15:57:12 +0000 (17:57 +0200)]
Added host check on xrd request
Hypolite Petovan [Sat, 6 May 2023 14:43:36 +0000 (10:43 -0400)]
Merge pull request #13095 from annando/atom03
Improved ATOM distinction, added OPML
Michael [Sat, 6 May 2023 13:52:39 +0000 (13:52 +0000)]
Improved ATOM distinction, added OPML
Hypolite Petovan [Sat, 6 May 2023 13:43:11 +0000 (09:43 -0400)]
Merge pull request #13094 from annando/atom03
Support for feeds that follow the ATOM 0.3 specification
Hypolite Petovan [Sat, 6 May 2023 13:42:33 +0000 (09:42 -0400)]
Merge pull request #13093 from annando/emoji-comments
The emoji selector is now available for comments
Michael [Sat, 6 May 2023 11:35:34 +0000 (11:35 +0000)]
Support for feeds that follow the ATOM 0.3 specification
Michael [Sat, 6 May 2023 09:41:07 +0000 (09:41 +0000)]
The emoji selector is now available for comments
Hypolite Petovan [Fri, 5 May 2023 18:51:51 +0000 (14:51 -0400)]
Merge pull request #13092 from Raroun/develop
Fixes #13082
Raroun [Fri, 5 May 2023 18:40:59 +0000 (20:40 +0200)]
Update view/js/dropzone-factory.js
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
Raroun [Fri, 5 May 2023 18:22:37 +0000 (20:22 +0200)]
Update view/js/dropzone-factory.js
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
Raroun [Fri, 5 May 2023 17:30:26 +0000 (19:30 +0200)]
Fixes #13082
removed $.trim because it removes \n from return value of media/photo/upload
Hypolite Petovan [Fri, 5 May 2023 13:59:27 +0000 (09:59 -0400)]
Merge pull request #13090 from abanink/feature-openwebauth
improve OpenWebAuth client support
Pascal [Fri, 5 May 2023 13:58:38 +0000 (15:58 +0200)]
Update src/Module/Magic.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
Pascal [Fri, 5 May 2023 13:58:25 +0000 (15:58 +0200)]
Update src/Module/Magic.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
Pascal [Fri, 5 May 2023 11:47:47 +0000 (13:47 +0200)]
Merge branch 'friendica:develop' into feature-openwebauth