Commit Graph

27923 Commits

Author SHA1 Message Date
Hypolite Petovan 5c3d077dfb
Merge pull request #9031 from annando/default-avatar
Use a constant for the contact photos / don't cache them
2020-08-18 18:29:22 -04:00
Michael ce2af84cba Use a constant for the contact photos / dom't cache them 2020-08-18 22:18:48 +00:00
Hypolite Petovan 4a1cf0e00a
Merge pull request #9030 from annando/avatar-constant
Using a constant value for the default avatar
2020-08-18 16:37:01 -04:00
Michael d9fc0ae0ea Using a constant value for the default avatar 2020-08-18 20:30:24 +00:00
Hypolite Petovan 5651874fc5
Merge pull request #9029 from annando/local-probing
Don't probe on local profiles via network
2020-08-18 15:58:51 -04:00
Michael 76bcf27130 "localProbe" is used only locally 2020-08-18 19:48:14 +00:00
Michael 5aba1df497 Use "User::getIdForURL" 2020-08-18 19:45:01 +00:00
Michael f1a8db4e76 Use the owner data to collect all data 2020-08-18 17:30:48 +00:00
Michael c3bfa9f1c1 Don't probe on local profiles via network 2020-08-18 16:42:01 +00:00
Hypolite Petovan 3623c5d22e
Merge pull request #9027 from tobiasd/20200818-lng
translation updates
2020-08-18 11:49:37 -04:00
Tobias Diekershoff 8e2a3bc2dd update for ES thx targz 2020-08-18 17:39:51 +02:00
Tobias Diekershoff 150baae391 EN US and GB translation updates THX AndyH3 2020-08-18 17:38:32 +02:00
Tobias Diekershoff c7578d8547 NL translation update THX Casper 2020-08-18 17:37:12 +02:00
Tobias Diekershoff e3ee79da22 PL translation update THX Walis 2020-08-18 17:37:03 +02:00
Tobias Diekershoff 8c04ca9cfc update to the zh-cn translation THX vicdorke 2020-08-18 17:33:46 +02:00
Tobias Diekershoff 76d8d70de8 RU translations THX Alexander An 2020-08-18 17:32:28 +02:00
Tobias Diekershoff 37d41323b8 DE translation update 2020-08-18 17:27:38 +02:00
Hypolite Petovan 01afa7af30
Merge pull request #9026 from annando/performance
Some small performance tweaks (indexes)
2020-08-18 09:33:56 -04:00
Michael Vogel b5cca1ab93 Some small performance tweaks (indexes) 2020-08-18 12:50:18 +02:00
Tobias Diekershoff a8431584ba
Merge pull request #9025 from annando/timeout-loop
Avoid loop situations and connection timeouts
2020-08-18 10:22:38 +02:00
Michael 998c83eacb Avoid loop situations and connection timeouts 2020-08-18 03:55:27 +00:00
Hypolite Petovan ba868ea7d7
Merge pull request #9024 from annando/fix-db-error
Fix database error (wrong field name)
2020-08-17 16:17:11 -04:00
Hypolite Petovan 11701e2cd3
Merge pull request #9022 from annando/adjust-frequency
Automatically adjust feed poll frequencies
2020-08-17 16:09:44 -04:00
Michael 2bf848ccfc Fix database error (wrong field name) 2020-08-17 19:59:16 +00:00
Michael 2cae485e0d Don't show poll frequency on auto adjust 2020-08-17 17:40:31 +00:00
Michael 312ac73ae3 Removed check for priority 2020-08-17 15:49:34 +00:00
Michael e0490aff5c Added weekly and monthly polling 2020-08-17 12:25:55 +00:00
Michael fb9832bbd0 Poll twice a day when there had been posts in the last 7 days 2020-08-17 09:53:49 +00:00
Michael af47a9f36c Fix parameter order 2020-08-17 08:55:20 +00:00
Michael ec35e2827b Remove check 2020-08-17 07:51:15 +00:00
Michael 224ef91715 Simplify code 2020-08-17 07:44:59 +00:00
Michael ad2674aac6 Once a day is 8 2020-08-17 06:50:51 +00:00
Michael 7370a075f8 New rating scale 2020-08-17 06:47:29 +00:00
Michael 975bb76291 Removed check for number of posts 2020-08-17 05:26:40 +00:00
Hypolite Petovan c4446e200f
Merge pull request #9021 from annando/removed-unused
Remove unused "rating" functionality
2020-08-16 18:27:27 -04:00
Michael df75a24dc7 Use config value to trigger automated rating 2020-08-16 21:38:26 +00:00
Michael e5fecbb406 Remove unused "rating" functionality 2020-08-16 18:55:06 +00:00
Michael c4aebffd3b Setting priority to "notice" 2020-08-16 18:07:36 +00:00
Michael 112dd37a09 Switch to daily after a week 2020-08-16 18:05:34 +00:00
Michael b7e8c1595d Automatically adjust feed frequencies 2020-08-16 17:59:37 +00:00
Hypolite Petovan a7f8604d42
Merge pull request #9019 from annando/performance
Some performance tweaks
2020-08-16 10:07:35 -04:00
Michael Vogel 87ac50e253 Use the uid for the owner cache 2020-08-16 14:51:15 +02:00
Hypolite Petovan d2eac8afd9
Merge pull request #9018 from annando/split-cronjobs
Split the Cronjobs class into separate classes
2020-08-16 08:41:17 -04:00
Michael Vogel 45c12e7716 Some performance tweeks 2020-08-16 13:57:56 +02:00
Michael b136c5f32b Split the CXronjobs class into separate classes 2020-08-16 08:39:04 +00:00
Hypolite Petovan 977e4fe5d9
Merge pull request #9017 from annando/issue-9015
Issue 9015: Reducing load of remote systems
2020-08-15 18:23:28 -04:00
Michael 1f9b365f3b Issue 9015: Reducing load of remote systems 2020-08-15 20:05:08 +00:00
Hypolite Petovan 6dff5fa562
Merge pull request #9016 from annando/network-view
Using a view for the network page
2020-08-15 13:07:20 -04:00
Michael 11c3e4aefc Renamed condition arrays 2020-08-15 16:56:53 +00:00
Michael 71d9037970 Some further cleaning up 2020-08-15 12:06:18 +00:00