Commit Graph

109 Commits

Author SHA1 Message Date
Balázs Úr 054c301ef0 Update copyright 2021-03-29 08:40:20 +02:00
Michael c740509a22 Changed worker order 2021-03-02 07:06:22 +00:00
Michael a228183abb Call post and item-uri expiry in squence 2021-03-02 06:50:12 +00:00
Michael 07c07ec499 More "item" traces removed 2021-02-14 09:43:27 +00:00
Michael 0fd01015e1 Increase wait time to 5 minutes 2021-01-06 23:24:00 +00:00
Michael d5280c3dc3 Removed to-do comment 2021-01-06 23:08:09 +00:00
Michael ced417da6c Added functionality to kill processes 2021-01-06 23:05:55 +00:00
Michael 460b6d1c75 Remove unused cached avatar photo entries 2020-12-20 06:22:31 +00:00
Michael 2b8adf5073 Remove unused contacts 2020-12-05 21:07:48 +00:00
Michael 9f96f3ef34 Moved updating personal contacts to updatecontact 2020-12-04 05:53:11 +00:00
Michael edbdfbae6b workerqueue now has a "command" field 2020-12-03 15:47:50 +00:00
Michael Vogel 03af4062ce Ensure to add the cron forkhood worker task with medium priority 2020-11-29 17:41:20 +01:00
Michael 7efd01880c Define a maintenance window 2020-10-17 12:39:42 +00:00
Michael 9704a9bf25 Move the repair functionality to the daily cron 2020-10-15 07:34:21 +00:00
Michael 84b6c18b94 Replace "dbclean" with new expiry functionality 2020-10-15 06:02:17 +00:00
Michael d94e653030 Issue 9344: Update trending tags hourly 2020-10-03 06:10:39 +00:00
Michael f7cf8fe3d0 Issue 9276: Cache the trending hashtags in the background 2020-09-26 09:42:12 +00:00
Michael 1c5801ca8e Renamed classes 2020-09-01 13:40:37 +00:00
Michael 3aa6d516bf Changed priority 2020-09-01 12:55:46 +00:00
Michael 41e07a9ae2 Code cleanup 2020-09-01 08:32:53 +00:00
Michael b1a9666e43 Splitting workerqueue cleanup 2020-09-01 08:30:12 +00:00
Michael 34cce68dc6 Replaced deprecated logger calls 2020-09-01 08:11:42 +00:00
Michael 4bb70d7593 Split cron tasks in several worker tasks 2020-09-01 08:09:16 +00:00
Michael 4316a95984 New database cleanup jobs 2020-08-26 05:33:37 +00:00
Michael 3a1fef43b2 Fix: Feeds and mail accounts hadn't been fetched reliably 2020-08-20 08:37:56 +00:00
Michael 67174f5762 fix reversed "if" 2020-08-19 19:41:22 +00:00
Michael 66bfb9e76f Cache clearing rearrangements 2020-08-19 18:16:48 +00:00
Michael af47a9f36c Fix parameter order 2020-08-17 08:55:20 +00:00
Michael 224ef91715 Simplify code 2020-08-17 07:44:59 +00:00
Michael 7370a075f8 New rating scale 2020-08-17 06:47:29 +00:00
Michael df75a24dc7 Use config value to trigger automated rating 2020-08-16 21:38:26 +00:00
Michael b136c5f32b Split the CXronjobs class into separate classes 2020-08-16 08:39:04 +00:00
Michael 1f9b365f3b Issue 9015: Reducing load of remote systems 2020-08-15 20:05:08 +00:00
Michael f09d9bc9cc Remove url caching, locking cleanup 2020-08-06 18:53:45 +00:00
Michael d153db44ac Periodically run an "optimize table" command for cache tables 2020-08-04 12:24:24 +00:00
Michael 0c73531da1 Poco and gcontact (mostly) removed 2020-08-01 16:15:18 +00:00
Michael d9a9876ddd Synchronize contacts with the directory server 2020-07-31 09:08:51 +00:00
Michael Vogel 9f1d1db1ee Database performance updates 2020-07-18 17:49:10 +02:00
Michael b68a16e07a "repair diaspora" fixed some problem long time ago. It is not needed anymore 2020-03-22 13:12:48 +00:00
Michael b10e334c53 Polling Mails is now done with a higher priority 2020-03-10 09:44:26 +00:00
nupplaPhil 85dc9bb96b
Add license info at Friendica PHP files 2020-02-09 16:18:46 +01:00
Philipp Holzer ed9392469e
Remove unneeded Config namespace usages 2020-01-19 22:50:44 +01:00
Philipp Holzer 3411ced833
Move Config::set() to DI::config()->set() 2020-01-19 21:21:53 +01:00
Philipp Holzer 6c36fd9e01
Move Config::get() to DI::config()->get() 2020-01-19 21:21:13 +01:00
Michael cdbc94a9e1 Some more added lines 2020-01-19 09:51:37 +00:00
Michael 0a4119adaf @brief is removed completely 2020-01-19 06:05:23 +00:00
Michael ccc7a71e54 Ensure that local contacts always are DFRN contacts 2020-01-16 06:43:21 +00:00
Michael 0225e99d0a Ensure that deleted contacts are really removed 2020-01-11 17:22:37 +00:00
Philipp Holzer 388b963714
Replace BaseObject class with DI::* calls 2019-12-29 20:17:38 +01:00
Philipp Holzer 1de3f186d7
Introduce new DI container
- Adding Friendica\DI class for getting dynamic classes
- Replacing BaseObject::getApp() with this class
2019-12-29 20:16:55 +01:00