Mario
1ba44fc117
update
2022-12-21 17:15:34 +00:00
Mario
ca5610ebf1
bump version
2022-12-21 17:13:09 +00:00
Mario
e5c70a1304
queueworker: adjust process query to be complient with mariadb < 10.6 and add process timeout exceptions for long running processes
2022-12-21 17:11:33 +00:00
Mario
7dd2308534
pooll fixes
2022-12-20 20:16:06 +00:00
Mario Vavti
62eee07b6e
make sure to include only zot6 hublocs in this query. including other networks could lead to unexpected results
2022-12-20 14:06:14 +01:00
Mario
34125177e8
streamline ap followers only privacy warning with current handling. also fixes possible php error.
2022-12-19 09:04:24 +00:00
Mario
d977b5d662
bump version
2022-12-18 10:24:44 +00:00
Mario
e36677b757
queueworker: cleanup and implement auto sleep interval (hidden config for now)
2022-12-18 10:19:06 +00:00
Mario
4d54755057
queueworker: fix maxworkers check and cleanup
2022-12-15 16:53:17 +00:00
Mario
91917c98e4
bump version
2022-12-15 09:19:56 +00:00
Mario
2f687de477
queueworker testing and more logging to syslog
2022-12-15 09:18:58 +00:00
Mario Vavti
5446062b95
bump version
2022-12-12 23:28:26 +01:00
Mario Vavti
c9e170dfcc
queueworker: introduce new interval config queueworker.queue_interval - defaults to 500000 microseconds. No config UI yet.
2022-12-12 23:26:45 +01:00
Mario
e3a19469eb
bring back poll and delivery interval
2022-12-12 09:03:49 +00:00
Mario
45f8e43be4
debug from php log
2022-12-11 20:46:02 +00:00
Mario
7ef0b05ce6
fix typo
2022-12-11 20:24:22 +00:00
Mario
c5a0ec4e93
css fixes
2022-12-11 19:19:47 +00:00
Mario
1c17768dc5
minor fixes
2022-12-11 10:40:02 +00:00
Mario
86e1dd4673
remove debug logging
2022-12-10 17:06:54 +00:00
Mario
0ee41c3341
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2022-12-10 17:04:18 +00:00
Mario
e1c2835173
add option to set worker sleep based on load average, remove redundand code and add return to some daemons
2022-12-10 17:03:57 +00:00
Max Kostikov
5c6d3753ef
Fix Redis session PHP warnings
2022-12-09 15:53:01 +00:00
Mario
4f9a933108
exclude not tagable xchan networks handle_tag()
2022-12-08 20:40:37 +00:00
Mario
9f8585914c
sse_bs: respect the site firehose setting
2022-12-07 14:07:31 +00:00
Mario
3ba27b9752
add mark to html2bbcode parser
2022-12-07 11:01:28 +00:00
Mario
abae5de4d8
when uploading a image file, embed it in the item. otherwise attach it
2022-12-07 10:50:26 +00:00
Mario
6952c5a3f5
$visitor is a string
2022-12-06 11:15:53 +00:00
Mario
0184d2c292
typo
2022-12-04 10:43:57 +00:00
Mario
7a40561aaa
wording
2022-12-04 10:36:30 +00:00
Mario
79e6c9590a
the logic for public stream has changed - adjust help text and externals, disable lockfile check in cron daemon
2022-12-04 10:27:02 +00:00
Mario
b4dffe5946
changelog 7.8.7
2022-12-03 08:57:56 +00:00
Mario
539b69d507
look for iconfig at the right place, fix mod sharedwithme, comment out unused configs
2022-12-03 08:53:53 +00:00
Harald Eilertsen
9927363f39
Update translations for nb-no (Norsk Bokmål)
2022-12-03 00:30:16 +01:00
Mario
1a4f59cd70
bump version
2022-12-02 19:32:47 +00:00
Mario
25727a24a5
fix typos
2022-12-02 19:29:46 +00:00
Mario
2fd2dc964b
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2022-12-02 19:28:52 +00:00
Mario
935b032f15
db update 1254
2022-12-02 19:22:50 +00:00
Mario
2bb58843ab
move queueworker to core and bump version
2022-12-02 19:22:19 +00:00
Mario
6f09796142
Merge branch 'fix-category-widget-urls' into 'dev'
...
Fix Category widget URLs
See merge request hubzilla/core!2030
2022-12-02 17:46:42 +00:00
Mario
d16b6c3838
fix regression: new event not created
2022-12-02 15:18:01 +00:00
Mario
e4461f2e61
adjust the query to work with postgres
2022-11-30 11:20:10 +00:00
Mario
baf1b8b02d
fetch the unseen count in a subquery instead of a separate query and rename array key
2022-11-30 10:36:55 +00:00
Mario
3ce1373ae0
provide a pdl file for mod invite and set the profile
2022-11-30 09:18:57 +00:00
Mario
4002531b92
fix issue where site_firehose setting was always false
2022-11-29 10:00:07 +00:00
Mario
004d0f074d
disable context help until its content will be updated - it is not helpful otherwise
2022-11-27 12:20:04 +00:00
Mario
e87887c328
re-install: make sure to fetch the latest hubloc in api_auth otherwise authentication might fail
2022-11-27 09:40:23 +00:00
Harald Eilertsen
2de2c8e207
Fix Category widget URLs
...
The category widget template expects a URL without any query params, as
it appends `/?cat=<selected category>` to the base URL passed to it.
The Widget code tried to preserve any query param passed to it except
for the `cat` query param. When passed to the template, this caused the
invalid URLs to be generated.
Example input url:
https://example.com/channel/user?f=&tag=pasta
The URL generated for the "Dinner" category would then be:
https://example.com/channel/user&tag=pasta&tag=pasta/?cat=Dinner
Which is troublesome in more than one way, and cause at least some
search bots to go wild by sending requests with increasingly long URLs.
This patch will simply discard the existing query params in the URL, so
with the same input url, the generated URL for the "Dinner" category
will now be:
https://example.com/channel/user/?cat=Dinner
This is comparable to what the Category Cloud and Tag Cloud widgets
already do.
2022-11-26 15:45:37 +01:00
Mario
c76f19f19a
bump version
2022-11-26 08:39:59 +00:00
Mario
a050e8c8f5
should compare against abook_updated to make sure we do not always poll broken feeds
2022-11-26 08:37:45 +00:00
Mario
ae1fad5de7
basically every incoming item should have a uuid by now
2022-11-25 18:44:33 +00:00