]>
git.mxchange.org Git - friendica.git/log
Michael [Sat, 22 Aug 2020 14:36:42 +0000 (14:36 +0000)]
Improved function description
Michael [Fri, 21 Aug 2020 21:27:40 +0000 (21:27 +0000)]
Fetch followers/followings locally
Michael Vogel [Thu, 20 Aug 2020 14:21:18 +0000 (16:21 +0200)]
Merge pull request #9041 from MrPetovan/bug/notices
Fix various notices
Hypolite Petovan [Thu, 20 Aug 2020 13:34:37 +0000 (09:34 -0400)]
Check for parent existence in Protocol\DFRN
- Address https://github.com/friendica/friendica/issues/8877#issuecomment-
660263687
Hypolite Petovan [Thu, 20 Aug 2020 13:32:20 +0000 (09:32 -0400)]
Return early if $a->user is absent in BaseModule
- Address https://github.com/friendica/friendica/issues/8877#issuecomment-
660266026
Hypolite Petovan [Thu, 20 Aug 2020 13:30:50 +0000 (09:30 -0400)]
Loop on expected fields instead of existing fields in Settings\UserExport
- We don't delete fields, so there can be more fields in the database than in the DB structure
- Address https://github.com/friendica/friendica/issues/8877#issuecomment-
663875895
Hypolite Petovan [Thu, 20 Aug 2020 13:23:00 +0000 (09:23 -0400)]
Fix wrong contact array key reference in Search\Acl
- Addresses https://github.com/friendica/friendica/issues/8877#issuecomment-
672189155
Hypolite Petovan [Thu, 20 Aug 2020 13:21:44 +0000 (09:21 -0400)]
Account for $nav_bg not being set in frio/php/default
- Address https://github.com/friendica/friendica/issues/8877#issuecomment-
677319560
Tobias Diekershoff [Thu, 20 Aug 2020 08:58:06 +0000 (10:58 +0200)]
Merge pull request #9040 from annando/fix-polling
Fix: Feeds and mail accounts hadn't been fetched reliably
Michael [Thu, 20 Aug 2020 08:37:56 +0000 (08:37 +0000)]
Fix: Feeds and mail accounts hadn't been fetched reliably
Tobias Diekershoff [Thu, 20 Aug 2020 05:01:40 +0000 (07:01 +0200)]
Merge pull request #9039 from MrPetovan/task/frio-accent-scheme
[frio] Add accented schemes including dark scheme and black scheme
Hypolite Petovan [Thu, 20 Aug 2020 02:58:59 +0000 (22:58 -0400)]
[frio] Add black accented scheme
Hypolite Petovan [Thu, 20 Aug 2020 02:58:47 +0000 (22:58 -0400)]
[frio] Add dark accented scheme
Hypolite Petovan [Thu, 20 Aug 2020 02:58:21 +0000 (22:58 -0400)]
[frio] Add more color accents
Hypolite Petovan [Thu, 20 Aug 2020 02:58:00 +0000 (22:58 -0400)]
[frio] Add scheme accent feature
- Add new accented scheme light
- Add first accent blue
Hypolite Petovan [Thu, 20 Aug 2020 03:01:24 +0000 (23:01 -0400)]
Merge pull request #9038 from annando/check-announcer
Fix sharing detection on reshares
Hypolite Petovan [Thu, 20 Aug 2020 02:54:12 +0000 (22:54 -0400)]
Add more references to theme.php
Michael [Thu, 20 Aug 2020 02:49:02 +0000 (02:49 +0000)]
Fix sharing detection on reshares
Hypolite Petovan [Wed, 19 Aug 2020 20:16:56 +0000 (16:16 -0400)]
Merge pull request #9032 from annando/local-access
Some more local network access are removed
Hypolite Petovan [Wed, 19 Aug 2020 19:43:24 +0000 (15:43 -0400)]
Merge pull request #9036 from annando/clear-cache
Cache clearing rearrangements
Michael [Wed, 19 Aug 2020 19:41:22 +0000 (19:41 +0000)]
fix reversed "if"
Hypolite Petovan [Wed, 19 Aug 2020 19:21:39 +0000 (15:21 -0400)]
Merge pull request #9037 from annando/fix-network-view
Fix the network view
Hypolite Petovan [Wed, 19 Aug 2020 19:18:20 +0000 (15:18 -0400)]
Merge pull request #9035 from annando/daemon-cooldown
Adding a cooldown phase for the daemon
Michael [Wed, 19 Aug 2020 19:10:30 +0000 (19:10 +0000)]
Fix the network view
Michael [Wed, 19 Aug 2020 18:21:40 +0000 (18:21 +0000)]
Adding a cooldown phase for the daemon
Michael [Wed, 19 Aug 2020 18:16:48 +0000 (18:16 +0000)]
Cache clearing rearrangements
Michael [Wed, 19 Aug 2020 12:47:14 +0000 (12:47 +0000)]
Different check for being local
Michael [Wed, 19 Aug 2020 08:20:31 +0000 (08:20 +0000)]
Fix missing field
Michael [Wed, 19 Aug 2020 05:24:53 +0000 (05:24 +0000)]
Avoid probing non existing profiles
Michael [Wed, 19 Aug 2020 05:18:19 +0000 (05:18 +0000)]
Don't poll locally / user self data
Michael [Wed, 19 Aug 2020 04:45:31 +0000 (04:45 +0000)]
Avoid locally probing last item via network
Michael [Wed, 19 Aug 2020 04:11:20 +0000 (04:11 +0000)]
Avoid local network requests
Hypolite Petovan [Tue, 18 Aug 2020 22:29:22 +0000 (18:29 -0400)]
Merge pull request #9031 from annando/default-avatar
Use a constant for the contact photos / don't cache them
Michael [Tue, 18 Aug 2020 22:18:48 +0000 (22:18 +0000)]
Use a constant for the contact photos / dom't cache them
Hypolite Petovan [Tue, 18 Aug 2020 20:37:01 +0000 (16:37 -0400)]
Merge pull request #9030 from annando/avatar-constant
Using a constant value for the default avatar
Michael [Tue, 18 Aug 2020 20:30:24 +0000 (20:30 +0000)]
Using a constant value for the default avatar
Hypolite Petovan [Tue, 18 Aug 2020 19:58:51 +0000 (15:58 -0400)]
Merge pull request #9029 from annando/local-probing
Don't probe on local profiles via network
Michael [Tue, 18 Aug 2020 19:48:14 +0000 (19:48 +0000)]
"localProbe" is used only locally
Michael [Tue, 18 Aug 2020 19:45:01 +0000 (19:45 +0000)]
Use "User::getIdForURL"
Michael [Tue, 18 Aug 2020 17:30:48 +0000 (17:30 +0000)]
Use the owner data to collect all data
Michael [Tue, 18 Aug 2020 16:42:01 +0000 (16:42 +0000)]
Don't probe on local profiles via network
Hypolite Petovan [Tue, 18 Aug 2020 15:49:37 +0000 (11:49 -0400)]
Merge pull request #9027 from tobiasd/
20200818 -lng
translation updates
Tobias Diekershoff [Tue, 18 Aug 2020 15:39:51 +0000 (17:39 +0200)]
update for ES thx targz
Tobias Diekershoff [Tue, 18 Aug 2020 15:38:32 +0000 (17:38 +0200)]
EN US and GB translation updates THX AndyH3
Tobias Diekershoff [Tue, 18 Aug 2020 15:37:12 +0000 (17:37 +0200)]
NL translation update THX Casper
Tobias Diekershoff [Tue, 18 Aug 2020 15:37:03 +0000 (17:37 +0200)]
PL translation update THX Walis
Tobias Diekershoff [Tue, 18 Aug 2020 15:33:46 +0000 (17:33 +0200)]
update to the zh-cn translation THX vicdorke
Tobias Diekershoff [Tue, 18 Aug 2020 15:32:28 +0000 (17:32 +0200)]
RU translations THX Alexander An
Tobias Diekershoff [Tue, 18 Aug 2020 15:27:38 +0000 (17:27 +0200)]
DE translation update
Hypolite Petovan [Tue, 18 Aug 2020 13:33:56 +0000 (09:33 -0400)]
Merge pull request #9026 from annando/performance
Some small performance tweaks (indexes)
Michael Vogel [Tue, 18 Aug 2020 10:50:18 +0000 (12:50 +0200)]
Some small performance tweaks (indexes)
Tobias Diekershoff [Tue, 18 Aug 2020 08:22:38 +0000 (10:22 +0200)]
Merge pull request #9025 from annando/timeout-loop
Avoid loop situations and connection timeouts
Michael [Tue, 18 Aug 2020 03:55:27 +0000 (03:55 +0000)]
Avoid loop situations and connection timeouts
Hypolite Petovan [Mon, 17 Aug 2020 20:17:11 +0000 (16:17 -0400)]
Merge pull request #9024 from annando/fix-db-error
Fix database error (wrong field name)
Hypolite Petovan [Mon, 17 Aug 2020 20:09:44 +0000 (16:09 -0400)]
Merge pull request #9022 from annando/adjust-frequency
Automatically adjust feed poll frequencies
Michael [Mon, 17 Aug 2020 19:59:16 +0000 (19:59 +0000)]
Fix database error (wrong field name)
Michael [Mon, 17 Aug 2020 17:40:31 +0000 (17:40 +0000)]
Don't show poll frequency on auto adjust
Michael [Mon, 17 Aug 2020 15:49:34 +0000 (15:49 +0000)]
Removed check for priority
Michael [Mon, 17 Aug 2020 12:25:55 +0000 (12:25 +0000)]
Added weekly and monthly polling
Michael [Mon, 17 Aug 2020 09:53:49 +0000 (09:53 +0000)]
Poll twice a day when there had been posts in the last 7 days
Michael [Mon, 17 Aug 2020 08:55:20 +0000 (08:55 +0000)]
Fix parameter order
Michael [Mon, 17 Aug 2020 07:51:15 +0000 (07:51 +0000)]
Remove check
Michael [Mon, 17 Aug 2020 07:44:59 +0000 (07:44 +0000)]
Simplify code
Michael [Mon, 17 Aug 2020 06:50:51 +0000 (06:50 +0000)]
Once a day is 8
Michael [Mon, 17 Aug 2020 06:47:29 +0000 (06:47 +0000)]
New rating scale
Michael [Mon, 17 Aug 2020 05:26:40 +0000 (05:26 +0000)]
Removed check for number of posts
Hypolite Petovan [Sun, 16 Aug 2020 22:27:27 +0000 (18:27 -0400)]
Merge pull request #9021 from annando/removed-unused
Remove unused "rating" functionality
Michael [Sun, 16 Aug 2020 21:38:26 +0000 (21:38 +0000)]
Use config value to trigger automated rating
Michael [Sun, 16 Aug 2020 18:55:06 +0000 (18:55 +0000)]
Remove unused "rating" functionality
Michael [Sun, 16 Aug 2020 18:07:36 +0000 (18:07 +0000)]
Setting priority to "notice"
Michael [Sun, 16 Aug 2020 18:05:34 +0000 (18:05 +0000)]
Switch to daily after a week
Michael [Sun, 16 Aug 2020 17:59:37 +0000 (17:59 +0000)]
Automatically adjust feed frequencies
Hypolite Petovan [Sun, 16 Aug 2020 14:07:35 +0000 (10:07 -0400)]
Merge pull request #9019 from annando/performance
Some performance tweaks
Michael Vogel [Sun, 16 Aug 2020 12:51:15 +0000 (14:51 +0200)]
Use the uid for the owner cache
Hypolite Petovan [Sun, 16 Aug 2020 12:41:17 +0000 (08:41 -0400)]
Merge pull request #9018 from annando/split-cronjobs
Split the Cronjobs class into separate classes
Michael Vogel [Sun, 16 Aug 2020 11:57:56 +0000 (13:57 +0200)]
Some performance tweeks
Michael [Sun, 16 Aug 2020 08:39:04 +0000 (08:39 +0000)]
Split the CXronjobs class into separate classes
Hypolite Petovan [Sun, 16 Aug 2020 00:25:33 +0000 (20:25 -0400)]
[frio] Add dynamic CSS property before introducing accented themes
- Introduce variables for font colors
- Set content background transparency on several background colors
- Change radio/checkbox colors depending on the link color
- Prevent post highlighting to end up on static white
Hypolite Petovan [Sun, 16 Aug 2020 00:18:05 +0000 (20:18 -0400)]
[frio] Cleanup CSS/UI
- Fix panel usage
- Remove double submit button in theme config
- Remove textarea phantom label when not provided
- Improve filebrowser button display
- Fix slider input display
- Simplify user menu styles
Hypolite Petovan [Sat, 15 Aug 2020 23:36:24 +0000 (19:36 -0400)]
[frio] Allow 0% content brackground transparency
Hypolite Petovan [Sat, 15 Aug 2020 23:29:51 +0000 (19:29 -0400)]
[frio] Keep settings between scheme changes
Hypolite Petovan [Sat, 15 Aug 2020 23:15:38 +0000 (19:15 -0400)]
[frio] Remove unused theme functions
Hypolite Petovan [Sat, 15 Aug 2020 23:01:24 +0000 (19:01 -0400)]
[frio] Move specific event styles to main theme stylesheet
- Fix hovercard.css formatting
Hypolite Petovan [Sat, 15 Aug 2020 22:56:17 +0000 (18:56 -0400)]
Move calendar/event stylesheets/scripts registration to modules
- Add media parameter to Page->registerStylesheet
- Fixes CSS precedence with custom theme stylesheet
Hypolite Petovan [Sat, 15 Aug 2020 22:23:28 +0000 (18:23 -0400)]
Merge pull request #9017 from annando/issue-9015
Issue 9015: Reducing load of remote systems
Michael [Sat, 15 Aug 2020 20:05:08 +0000 (20:05 +0000)]
Issue 9015: Reducing load of remote systems
Hypolite Petovan [Sat, 15 Aug 2020 17:07:20 +0000 (13:07 -0400)]
Merge pull request #9016 from annando/network-view
Using a view for the network page
Michael [Sat, 15 Aug 2020 16:56:53 +0000 (16:56 +0000)]
Renamed condition arrays
Michael [Sat, 15 Aug 2020 12:06:18 +0000 (12:06 +0000)]
Some further cleaning up
Michael [Sat, 15 Aug 2020 11:54:37 +0000 (11:54 +0000)]
Use the correct table
Michael [Sat, 15 Aug 2020 11:47:11 +0000 (11:47 +0000)]
Simplifying the code
Michael [Sat, 15 Aug 2020 11:31:34 +0000 (11:31 +0000)]
Using a view for the network page
Tobias Diekershoff [Sat, 15 Aug 2020 07:18:15 +0000 (09:18 +0200)]
Merge pull request #9014 from annando/issue-9013
Issue 9013: In "post" order only load new toplevel posts
Michael [Sat, 15 Aug 2020 06:04:09 +0000 (06:04 +0000)]
Issue 9013: In "post" order only load new toplevel posts
Hypolite Petovan [Fri, 14 Aug 2020 19:31:55 +0000 (15:31 -0400)]
Merge pull request #9012 from annando/pre-update-1358
Introduce pre update function for PR 8927
Michael [Fri, 14 Aug 2020 19:21:49 +0000 (19:21 +0000)]
IIntroduce pre update function for PR 8927
Hypolite Petovan [Fri, 14 Aug 2020 13:11:10 +0000 (09:11 -0400)]
Merge pull request #9011 from annando/rework-network
Rework of the network page
Michael [Fri, 14 Aug 2020 08:09:36 +0000 (08:09 +0000)]
Simplify the update functionality
Michael [Thu, 13 Aug 2020 20:07:13 +0000 (20:07 +0000)]
Rework of the network page
Hypolite Petovan [Thu, 13 Aug 2020 06:41:17 +0000 (02:41 -0400)]
Merge pull request #9010 from annando/reshared-owner
Change the owner of a reshared item