]> git.mxchange.org Git - friendica.git/log
friendica.git
3 years agoAvoid double probing
Michael [Wed, 5 Aug 2020 12:36:04 +0000 (12:36 +0000)]
Avoid double probing

3 years agoSimplify contact search
Michael [Wed, 5 Aug 2020 12:35:38 +0000 (12:35 +0000)]
Simplify contact search

3 years agoOnly query the last item on public contacts
Michael [Wed, 5 Aug 2020 08:24:01 +0000 (08:24 +0000)]
Only query the last item on public contacts

3 years agoFill "last-item" with an empty date when bo date had been provided
Michael [Wed, 5 Aug 2020 08:06:47 +0000 (08:06 +0000)]
Fill "last-item" with an empty date when bo date had been provided

3 years agoCheck for empty baseurl
Michael [Wed, 5 Aug 2020 07:51:15 +0000 (07:51 +0000)]
Check for empty baseurl

3 years agoProbe for the date of the last item
Michael [Wed, 5 Aug 2020 06:50:51 +0000 (06:50 +0000)]
Probe for the date of the last item

3 years agoMerge pull request #8971 from annando/optimize
Hypolite Petovan [Tue, 4 Aug 2020 16:43:28 +0000 (12:43 -0400)]
Merge pull request #8971 from annando/optimize

Periodically  run an "optimize table" command for cache tables

3 years agoMerge pull request #8970 from annando/user-contact
Hypolite Petovan [Tue, 4 Aug 2020 16:13:18 +0000 (12:13 -0400)]
Merge pull request #8970 from annando/user-contact

"Contact\User" class created

3 years agoUpdated messages.po
Michael [Tue, 4 Aug 2020 14:05:05 +0000 (14:05 +0000)]
Updated messages.po

3 years agoPeriodically run an "optimize table" command for cache tables
Michael [Tue, 4 Aug 2020 12:24:24 +0000 (12:24 +0000)]
Periodically  run an "optimize table" command for cache tables

3 years agoMerge pull request #8969 from annando/fix-acl-search
Tobias Diekershoff [Tue, 4 Aug 2020 08:37:00 +0000 (10:37 +0200)]
Merge pull request #8969 from annando/fix-acl-search

Contact search is fixed

3 years agoMerge pull request #8968 from annando/fix-fatal
Hypolite Petovan [Tue, 4 Aug 2020 06:08:46 +0000 (02:08 -0400)]
Merge pull request #8968 from annando/fix-fatal

Fiy fatal error

3 years agoTest message removed
Michael [Tue, 4 Aug 2020 05:46:00 +0000 (05:46 +0000)]
Test message removed

3 years agoContact search is fixed
Michael [Tue, 4 Aug 2020 05:44:38 +0000 (05:44 +0000)]
Contact search is fixed

3 years ago"Contact\User" class created
Michael [Tue, 4 Aug 2020 04:47:02 +0000 (04:47 +0000)]
"Contact\User" class created

3 years agoFiy fatal error
Michael [Tue, 4 Aug 2020 03:18:34 +0000 (03:18 +0000)]
Fiy fatal error

3 years agoMerge pull request #8964 from annando/contact-tabs
Hypolite Petovan [Mon, 3 Aug 2020 20:35:49 +0000 (16:35 -0400)]
Merge pull request #8964 from annando/contact-tabs

Ensure contact tabs will use the correct contact id / new function for fetching the followers

3 years agoUse the public contact
Michael [Mon, 3 Aug 2020 19:47:46 +0000 (19:47 +0000)]
Use the public contact

3 years agoAdded field value
Michael [Mon, 3 Aug 2020 19:40:31 +0000 (19:40 +0000)]
Added field value

3 years agoAdding $fields
Michael [Mon, 3 Aug 2020 19:38:03 +0000 (19:38 +0000)]
Adding $fields

3 years ago"Allfriends" now work again
Michael [Mon, 3 Aug 2020 19:21:31 +0000 (19:21 +0000)]
"Allfriends" now work again

3 years agoRemoved now unused functions
Michael [Mon, 3 Aug 2020 18:34:55 +0000 (18:34 +0000)]
Removed now unused functions

3 years agoFix SQL error
Michael [Mon, 3 Aug 2020 18:29:11 +0000 (18:29 +0000)]
Fix SQL error

3 years agoRemove the unused tables
Michael [Mon, 3 Aug 2020 18:26:23 +0000 (18:26 +0000)]
Remove the unused tables

3 years agoUse the new relation functions
Michael [Mon, 3 Aug 2020 18:21:56 +0000 (18:21 +0000)]
Use the new relation functions

3 years agoMerge remote-tracking branch 'upstream/develop' into contact-tabs
Michael [Mon, 3 Aug 2020 18:00:51 +0000 (18:00 +0000)]
Merge remote-tracking branch 'upstream/develop' into contact-tabs

3 years agoMerge pull request #8963 from MrPetovan/task/8918-move-mod-common
Michael Vogel [Mon, 3 Aug 2020 17:53:40 +0000 (19:53 +0200)]
Merge pull request #8963 from MrPetovan/task/8918-move-mod-common

Add common relationship methods to Model\ContactRelation

3 years agoMove ContactRelation class to Contact\Relation
Hypolite Petovan [Mon, 3 Aug 2020 17:10:49 +0000 (13:10 -0400)]
Move ContactRelation class to Contact\Relation

- Update references in GContact

3 years agoAdd common relationship methods to Model\ContactRelation
Hypolite Petovan [Wed, 29 Jul 2020 15:30:54 +0000 (11:30 -0400)]
Add common relationship methods to Model\ContactRelation

- Introduce DBA::mergeConditions method
- Replace GContact relationship method contents with Model\ContactRelation method calls

3 years agoMerge pull request #8965 from annando/notice
Hypolite Petovan [Mon, 3 Aug 2020 17:00:08 +0000 (13:00 -0400)]
Merge pull request #8965 from annando/notice

Fix Notice: " Undefined index: urls in /src/Worker/UpdateServerDirectory.php on line 64"

3 years agoUpdate src/Worker/UpdateServerDirectory.php
Michael Vogel [Mon, 3 Aug 2020 16:58:12 +0000 (18:58 +0200)]
Update src/Worker/UpdateServerDirectory.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
3 years agoMerge remote-tracking branch 'upstream/develop' into contact-tabs
Michael [Mon, 3 Aug 2020 16:06:07 +0000 (16:06 +0000)]
Merge remote-tracking branch 'upstream/develop' into contact-tabs

3 years agoFix Notice: " Undefined index: urls in /src/Worker/UpdateServerDirectory.php on line 64"
Michael [Mon, 3 Aug 2020 16:03:51 +0000 (16:03 +0000)]
Fix Notice: " Undefined index: urls in /src/Worker/UpdateServerDirectory.php on line 64"

3 years agoMerge pull request #8960 from annando/remove-poco
Hypolite Petovan [Mon, 3 Aug 2020 15:01:40 +0000 (11:01 -0400)]
Merge pull request #8960 from annando/remove-poco

Poco and gcontact (mostly) removed

3 years agoRemoved now ununsed functions
Michael [Sun, 2 Aug 2020 18:15:03 +0000 (18:15 +0000)]
Removed now ununsed functions

3 years agoAdded additional field
Michael [Sun, 2 Aug 2020 15:44:41 +0000 (15:44 +0000)]
Added additional field

3 years agoRenamed function
Michael [Sun, 2 Aug 2020 13:37:43 +0000 (13:37 +0000)]
Renamed function

3 years agoEnsure contact tabs will use the correct id
Michael [Sun, 2 Aug 2020 13:34:49 +0000 (13:34 +0000)]
Ensure contact tabs will use the correct id

3 years agoRandom profiles now moved away from "gcontact" as well
Michael [Sun, 2 Aug 2020 08:07:31 +0000 (08:07 +0000)]
Random profiles now moved away from "gcontact" as well

3 years ago"gcontact" removed in the themes as well
Michael [Sun, 2 Aug 2020 07:54:18 +0000 (07:54 +0000)]
"gcontact" removed in the themes as well

3 years agoRemoved temporary code
Michael [Sun, 2 Aug 2020 01:38:10 +0000 (01:38 +0000)]
Removed temporary code

3 years agoMerge remote-tracking branch 'upstream/develop' into remove-poco
Michael [Sun, 2 Aug 2020 01:28:47 +0000 (01:28 +0000)]
Merge remote-tracking branch 'upstream/develop' into remove-poco

3 years agoMerge pull request #8957 from annando/server-peers
Hypolite Petovan [Sat, 1 Aug 2020 19:16:32 +0000 (15:16 -0400)]
Merge pull request #8957 from annando/server-peers

Discovery of peers of other servers

3 years agoMerge pull request #8955 from annando/ignore-gcign
Hypolite Petovan [Sat, 1 Aug 2020 19:14:34 +0000 (15:14 -0400)]
Merge pull request #8955 from annando/ignore-gcign

"gcign" is removed

3 years agoPoco and gcontact (mostly) removed
Michael [Sat, 1 Aug 2020 16:15:18 +0000 (16:15 +0000)]
Poco and gcontact (mostly) removed

3 years agoMerge pull request #8959 from annando/nextcloud-stats
Tobias Diekershoff [Sat, 1 Aug 2020 14:21:24 +0000 (16:21 +0200)]
Merge pull request #8959 from annando/nextcloud-stats

Add "Nextcloud" to the statisrics

3 years agoAdd "Nextcloud" to the statisrics
Michael [Sat, 1 Aug 2020 09:26:41 +0000 (09:26 +0000)]
Add "Nextcloud" to the statisrics

3 years agoUpdate the last query at a single place
Michael [Sat, 1 Aug 2020 08:56:07 +0000 (08:56 +0000)]
Update the last query at a single place

3 years agoDiscovery of peers of other servers
Michael [Sat, 1 Aug 2020 05:55:27 +0000 (05:55 +0000)]
Discovery of peers of other servers

3 years agoMerge pull request #8954 from annando/sync-update
Hypolite Petovan [Fri, 31 Jul 2020 23:10:19 +0000 (19:10 -0400)]
Merge pull request #8954 from annando/sync-update

Directory sync: Update contact when it already exists

3 years agoRemoved unused stuff
Michael [Fri, 31 Jul 2020 19:00:34 +0000 (19:00 +0000)]
Removed unused stuff

3 years agoFix description
Michael [Fri, 31 Jul 2020 18:59:41 +0000 (18:59 +0000)]
Fix description

3 years ago"gcign" is removed
Michael [Fri, 31 Jul 2020 17:58:25 +0000 (17:58 +0000)]
"gcign" is removed

3 years agoDireytory sync: Update contact when it already exists
Michael [Fri, 31 Jul 2020 14:30:33 +0000 (14:30 +0000)]
Direytory sync: Update contact when it already exists

3 years agoMerge pull request #8953 from annando/sync-directory
Hypolite Petovan [Fri, 31 Jul 2020 09:56:25 +0000 (05:56 -0400)]
Merge pull request #8953 from annando/sync-directory

Synchronize contacts with the directory server

3 years agoSynchronize contacts with the directory server
Michael [Fri, 31 Jul 2020 09:08:51 +0000 (09:08 +0000)]
Synchronize contacts with the directory server

3 years agoMerge pull request #8952 from annando/contact-template
Hypolite Petovan [Fri, 31 Jul 2020 07:26:51 +0000 (03:26 -0400)]
Merge pull request #8952 from annando/contact-template

Use a single function to create the template data for contacts

3 years agoRemoved unused template variables
Michael [Fri, 31 Jul 2020 06:00:43 +0000 (06:00 +0000)]
Removed unused template variables

3 years agoReplaced with general function
Michael [Fri, 31 Jul 2020 04:50:24 +0000 (04:50 +0000)]
Replaced with general function

3 years ago"id" is not needed as a parameter
Michael [Fri, 31 Jul 2020 04:28:26 +0000 (04:28 +0000)]
"id" is not needed as a parameter

3 years agoThe local directory is now using the template function as well
Michael [Fri, 31 Jul 2020 04:19:20 +0000 (04:19 +0000)]
The local directory is now using the template function as well

3 years agoUnused "use" removed
Michael [Fri, 31 Jul 2020 03:58:19 +0000 (03:58 +0000)]
Unused "use" removed

3 years agoUse the function from the contact template instead
Michael [Fri, 31 Jul 2020 03:55:01 +0000 (03:55 +0000)]
Use the function from the contact template instead

3 years agoMerge pull request #8948 from annando/remove-gcontact
Hypolite Petovan [Fri, 31 Jul 2020 01:25:22 +0000 (21:25 -0400)]
Merge pull request #8948 from annando/remove-gcontact

Replace "gcontact" with "contact" - improved suggestions

3 years agoSome indentation
Michael [Thu, 30 Jul 2020 21:23:54 +0000 (21:23 +0000)]
Some indentation

3 years agoUse a single function to create the template data for contacts
Michael [Thu, 30 Jul 2020 21:16:15 +0000 (21:16 +0000)]
Use a single function to create the template data for contacts

3 years agoMerge pull request #8944 from annando/signed-requests
Hypolite Petovan [Thu, 30 Jul 2020 21:09:22 +0000 (17:09 -0400)]
Merge pull request #8944 from annando/signed-requests

AP: Always sign HTTP requests

3 years agoUpdate src/Model/Contact.php
Michael Vogel [Thu, 30 Jul 2020 20:39:09 +0000 (22:39 +0200)]
Update src/Model/Contact.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
3 years agoUpdate src/Model/Contact.php
Michael Vogel [Thu, 30 Jul 2020 20:39:01 +0000 (22:39 +0200)]
Update src/Model/Contact.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
3 years agoRemove unused "use"
Michael [Thu, 30 Jul 2020 14:14:30 +0000 (14:14 +0000)]
Remove unused "use"

3 years agoReplace "gcontact" with "contact" - imroved suggestions
Michael [Thu, 30 Jul 2020 14:08:32 +0000 (14:08 +0000)]
Replace "gcontact" with "contact" - imroved suggestions

3 years agoMerge pull request #8946 from annando/fix-fatal
Hypolite Petovan [Wed, 29 Jul 2020 20:49:35 +0000 (16:49 -0400)]
Merge pull request #8946 from annando/fix-fatal

Possibly fix a fatal error

3 years agoPossibly fix a fatal error
Michael [Wed, 29 Jul 2020 19:48:26 +0000 (19:48 +0000)]
Possibly fix a fatal error

3 years agoMerge pull request #8945 from annando/asynchronous-relation
Hypolite Petovan [Wed, 29 Jul 2020 16:50:17 +0000 (12:50 -0400)]
Merge pull request #8945 from annando/asynchronous-relation

Asynchronous contact relation check

3 years agoAsynchronous contact relation check
Michael [Wed, 29 Jul 2020 15:39:45 +0000 (15:39 +0000)]
Asynchronous contact relation check

3 years agoSimplified code
Michael [Wed, 29 Jul 2020 14:59:55 +0000 (14:59 +0000)]
Simplified code

3 years agoImproved functionality to fetch the admin user
Michael [Wed, 29 Jul 2020 14:55:55 +0000 (14:55 +0000)]
Improved functionality to fetch the admin user

3 years agoAP: Always sign requests
Michael [Wed, 29 Jul 2020 05:12:16 +0000 (05:12 +0000)]
AP: Always sign requests

3 years agoMerge pull request #8942 from annando/get-avatar
Hypolite Petovan [Tue, 28 Jul 2020 22:13:24 +0000 (18:13 -0400)]
Merge pull request #8942 from annando/get-avatar

Some more avatar function replacements

3 years agoSome more avatar function replacements
Michael [Tue, 28 Jul 2020 19:30:55 +0000 (19:30 +0000)]
Some more avatar function replacements

3 years agoMerge pull request #8939 from MrPetovan/task/8906-frio-viewas-redesign
Michael Vogel [Tue, 28 Jul 2020 16:00:17 +0000 (18:00 +0200)]
Merge pull request #8939 from MrPetovan/task/8906-frio-viewas-redesign

Move "View As" form at the bottom of the profile page

3 years agoMerge pull request #8938 from annando/get-avatar
Hypolite Petovan [Tue, 28 Jul 2020 15:41:48 +0000 (11:41 -0400)]
Merge pull request #8938 from annando/get-avatar

Fetch photo fields, ensuring that they are filled

3 years agoMove "View As" form at the bottom of the profile page
Hypolite Petovan [Tue, 28 Jul 2020 15:40:14 +0000 (11:40 -0400)]
Move "View As" form at the bottom of the profile page

3 years agoRemoved unused "use"
Michael [Tue, 28 Jul 2020 15:04:39 +0000 (15:04 +0000)]
Removed unused "use"

3 years agoMerge pull request #8937 from annando/personal-copy
Hypolite Petovan [Tue, 28 Jul 2020 14:08:02 +0000 (10:08 -0400)]
Merge pull request #8937 from annando/personal-copy

New function "Item::storeForUserByUriId"

3 years agoFetch photo fields, ensuring that they are filled
Michael [Tue, 28 Jul 2020 12:58:19 +0000 (12:58 +0000)]
Fetch photo fields, ensuring that they are filled

3 years agoLogging and check for network added
Michael [Tue, 28 Jul 2020 06:42:12 +0000 (06:42 +0000)]
Logging and check for network added

3 years agoMerge remote-tracking branch 'upstream/develop' into personal-copy
Michael [Tue, 28 Jul 2020 05:40:37 +0000 (05:40 +0000)]
Merge remote-tracking branch 'upstream/develop' into personal-copy

3 years agoMerge pull request #8931 from MrPetovan/task/2020-performance-improvements
Michael Vogel [Tue, 28 Jul 2020 05:15:02 +0000 (07:15 +0200)]
Merge pull request #8931 from MrPetovan/task/2020-performance-improvements

Various performance improvements

3 years agoMerge pull request #8936 from annando/ap-probing
Hypolite Petovan [Mon, 27 Jul 2020 20:24:11 +0000 (16:24 -0400)]
Merge pull request #8936 from annando/ap-probing

Selective probing for AP

3 years agoMerge pull request #8930 from MrPetovan/task/4090-move-lockview-to-src
Michael Vogel [Mon, 27 Jul 2020 20:06:55 +0000 (22:06 +0200)]
Merge pull request #8930 from MrPetovan/task/4090-move-lockview-to-src

Move mod/lockview to Module\PermissionTooltip

3 years agoRemove unnecessary parent call in PermissionTooltip::rawContent
Hypolite Petovan [Mon, 27 Jul 2020 19:54:36 +0000 (15:54 -0400)]
Remove unnecessary parent call in PermissionTooltip::rawContent

3 years agoAdding OStatus as well
Michael [Mon, 27 Jul 2020 19:45:35 +0000 (19:45 +0000)]
Adding OStatus as well

3 years agoSelective probing for AP
Michael [Mon, 27 Jul 2020 19:36:11 +0000 (19:36 +0000)]
Selective probing for AP

3 years agoReduce number of calls to Hook::delete when uninstalling addons/themes
Hypolite Petovan [Mon, 27 Jul 2020 12:24:55 +0000 (08:24 -0400)]
Reduce number of calls to Hook::delete when uninstalling addons/themes

- Add a sweeping Hook deletion on theme uninstall (like for addons)

3 years agoMerge pull request #8934 from annando/fix-fatal
Hypolite Petovan [Mon, 27 Jul 2020 12:11:47 +0000 (08:11 -0400)]
Merge pull request #8934 from annando/fix-fatal

Fix fatal error because of unknown function "fetchUrl"

3 years agoMerge pull request #8933 from annando/Ensure-that-cached-avatar-fields-are-set
Hypolite Petovan [Mon, 27 Jul 2020 12:11:09 +0000 (08:11 -0400)]
Merge pull request #8933 from annando/Ensure-that-cached-avatar-fields-are-set

Ensure that cached avatar fields are set

3 years agoFix fatal error because of unknown function "fetchUrl"
Michael [Mon, 27 Jul 2020 11:50:36 +0000 (11:50 +0000)]
Fix fatal error because of unknown function "fetchUrl"

3 years agoChanged function name
Michael [Mon, 27 Jul 2020 10:22:02 +0000 (10:22 +0000)]
Changed function name

3 years agoEnsure that cached avatar fields are set
Michael [Mon, 27 Jul 2020 10:11:12 +0000 (10:11 +0000)]
Ensure that cached avatar fields are set