Mario
45275910e6
Merge branch '9.2RC'
2024-07-06 11:05:22 +00:00
Mario
c04e781926
version 9.2
2024-07-06 11:04:43 +00:00
Mario
09a609ef6b
Merge branch 'dev' into 9.2RC
2024-07-06 11:02:56 +00:00
Mario
213ee83a92
update changelog
2024-07-06 10:29:13 +00:00
Mario
db5e524e3c
Merge branch 'dev' into 9.2RC
2024-07-04 10:13:28 +00:00
Mario
f882c44fb3
fix wrong logic after last commit
2024-07-04 10:13:08 +00:00
Mario
8f9e9116df
revert the strlen check
2024-07-04 09:43:20 +00:00
Mario
04a35dac9a
revert the strlen check
2024-07-04 09:41:21 +00:00
Mario
ed03befa02
fix possible php error
2024-07-04 09:31:13 +00:00
Mario
f944f46744
fix possible php error
2024-07-04 09:30:21 +00:00
Mario
3f5c45a567
Merge branch 'dev' into 9.2RC
2024-06-28 18:19:34 +00:00
Mario
464149e22d
fail to import more gracefully if a channel has already been imported at some point but was deleted again
2024-06-28 18:18:35 +00:00
Mario
b51ed67efb
Merge branch 'dev' into 9.2RC
2024-06-27 20:02:54 +00:00
Mario
30ba0661aa
fix php error
2024-06-27 20:01:52 +00:00
Mario
afdc3d6d18
Merge branch 'dev' into 9.2RC
2024-06-27 19:23:20 +00:00
Mario
26cb32612d
fix display issue for doubleleft template
2024-06-27 19:23:00 +00:00
Mario
6a710c3cc3
fix version
2024-06-27 08:29:01 +00:00
Mario
7028e07535
adjust right margin of profile images
2024-06-27 08:27:54 +00:00
Mario
6666bdfda9
version 9.3
2024-06-27 07:47:39 +00:00
Mario
3e57f150bc
version 9.2RC1, strings and dump composer autoload files
2024-06-27 07:44:05 +00:00
Mario
a50b3181ad
make sure we get a scrollbar if everything else breaks and remove some unused css
2024-06-26 10:27:13 +00:00
Mario
de992452ee
use the doubleleft template by default for admin pages to work around some display issues. Also notifications, etc. are not really useful there
2024-06-26 10:12:22 +00:00
Mario
4cddc3d0df
fix php error
2024-06-26 09:35:53 +00:00
Mario
241d96e9fa
bump version
2024-06-25 09:29:08 +00:00
Mario
8ae6e785f3
reflect the censored state in the local xchan and exclude toplevel posts by censored channels in the public stream
2024-06-25 09:27:59 +00:00
Mario
1c34c354cf
fix issue where event items were parsed multiple times
2024-06-21 10:18:40 +00:00
Mario
0f02553d12
move template to wiki addon
2024-06-18 09:07:05 +00:00
Mario
3f5cfc8fa2
fix return to blank page after editing post under some circumstances
2024-06-18 07:18:09 +00:00
Mario
0097840e32
Merge branch 'misc-fixes' into 'dev'
...
Add module test helper expectRedirectTo + api docs
See merge request hubzilla/core!2138
2024-06-17 08:52:01 +00:00
Mario
082b615e50
Merge branch 'add-tests-for-create-identity' into 'dev'
...
Add tests for create_identity + fixes
See merge request hubzilla/core!2137
2024-06-17 08:48:27 +00:00
Harald Eilertsen
62cbd87e71
Update API docs for Module test case base class.
2024-06-16 08:57:09 +02:00
Harald Eilertsen
72453c49f8
tests: Add helper expectRedirectTo to module test class.
...
Just a shorthand for manually stubbing `goaway` and setting the
expectations on the test case.
2024-06-16 08:56:43 +02:00
Harald Eilertsen
66ea277045
Refactor is_local_url() and add api doc.
2024-06-16 08:56:20 +02:00
Harald Eilertsen
40a93d92c8
Missing include in QueueWorker.
2024-06-15 13:01:17 +02:00
Harald Eilertsen
7df701b434
Use empty() to check if array entry exist in create_identity.
2024-06-14 20:24:52 +02:00
Harald Eilertsen
d760790643
Add basic test for create_identity function.
...
Not an exhaustive test for now, but does at least excercise some of the
code.
2024-06-14 16:43:38 +02:00
Harald Eilertsen
1ed8383c33
Allow passing callable as array to hooks.
2024-06-14 16:43:38 +02:00
Harald Eilertsen
d139f2fe87
QueueWorker: Use DbaTransaction class for db transactions.
...
This makes sure that the system knows whether a transaction is active or
not, and ensures automatic cleanup if the transaction is not closed
before the methods return.
It also allows us to run this code in tests. When run within a test, the
transaction will be ignored, as the entire test is run within an
already existing transaction. Also as each test has their own db
connection, this should not have any ill effects, as there should not be
any way in which different simultaneous connections can interfere with
the db updates.
2024-06-14 12:10:35 +02:00
Harald Eilertsen
20a8da0683
tests: Remove obsolete stubs from Permissions tests
...
These stubs are no longer needed, as the tests have a db now.
2024-06-14 12:10:35 +02:00
Mario
ff018b975b
Merge branch 'fix-rpost-module' into 'dev'
...
Refactoring and fixed for Module\Rpost
See merge request hubzilla/core!2136
2024-06-13 19:07:05 +00:00
Harald Eilertsen
fcd657040e
Module\Rpost: Just a little bit of doc.
2024-06-13 13:34:20 +02:00
Harald Eilertsen
605f982520
Module\Rpost: Redirect to submitted post on success.
...
This eliminates a open redirect issue where it was possible to craft a
link that when clicked would take the victim to an external site
controlled by an attacker.
2024-06-13 13:34:20 +02:00
Harald Eilertsen
fb1c66fbc9
Fix warnings exposed by tests.
...
Mainly missing variables for templates, and channel entries.
2024-06-13 13:34:20 +02:00
Harald Eilertsen
d02fa7c268
Module\Rpost: Add return type and visibilty for get.
2024-06-13 13:34:20 +02:00
Harald Eilertsen
5abe14982a
tests: More tests for Module\Rpost.
...
Also refactor the tests a bit to avoid duplicatng code.
2024-06-13 13:34:20 +02:00
Harald Eilertsen
8be9b109fd
Module\Rpost: Refactor handling of attachments.
...
Move to private function for now.
2024-06-13 13:34:20 +02:00
Harald Eilertsen
91147d5c5b
Module\Rpost: Reuse value of local_chanel.
...
We don't need to call it twice (actually trice in the original code).
2024-06-13 13:34:20 +02:00
Harald Eilertsen
08d4bd94fa
Module\Rpost: Refactor redirect or login logic.
2024-06-13 13:34:20 +02:00
Harald Eilertsen
76a92ac2e1
tests: Module\Rpost shows login form if not authenticated.
2024-06-13 13:34:20 +02:00
Harald Eilertsen
7c688de9cd
tests: Add comment to Tests\Unit\Module\RpostTest.
2024-06-13 13:34:20 +02:00
Harald Eilertsen
93a45be181
tests: Set query string in Module\TestCase::get method.
2024-06-13 13:34:20 +02:00
Harald Eilertsen
d187c0025a
tests: Configure system.baseurl for tests.
2024-06-13 13:34:20 +02:00
Harald Eilertsen
4e9432263a
Module\Rpost: Remove obsolete local variable $o.
2024-06-13 13:34:20 +02:00
Harald Eilertsen
0d4c3fd215
Module\Rpost: Remove unused local variables.
2024-06-13 13:34:20 +02:00
Harald Eilertsen
62aefadc27
Module\Rpost: Add basic test and fix session access.
...
Just a basic test to ensure that the module `get()` method behaves
somewhat reasonable when no query params are given.
Had to make a small change to the Rpost module itself. Since the
`$_SESSION` superglobal may not always be set (and is not in the test),
use `isset` instead of `array_key_exists` to check if we have saved
query params in the session.
In general, isset is safer than array_key_exists if there's a chance
that the array itself may not exist.
2024-06-13 13:34:20 +02:00
Mario
6e0d0e3832
docu and remove superfluous break statement after return statement
2024-06-13 10:17:13 +00:00
Mario
798e870e71
Merge branch 'add-config-for-phpcs' into 'dev'
...
Add config file and rules for PHP Code Sniffer.
See merge request hubzilla/core!2135
2024-06-13 09:38:35 +00:00
Mario
6a63a38e8d
Merge branch 'fix-test-warnings' into 'dev'
...
Fix test warnings
See merge request hubzilla/core!2134
2024-06-13 09:37:21 +00:00
Harald Eilertsen
9199a1ba81
Add config file and rules for PHP Code Sniffer.
...
The rules are based on the "Generic" ruleset included by PHP Code
Sniffer, with a significant portion of the rules disabled. This is a
tradeoff between getting some useful feedback, and not being overloaded
by noise.
I've tried to encode a coe style that resembles the existing code as
much as possible, but have included some sniffs that requires code
changes to satisfy the style. This is meant as a starting point, and we
can disable or enable more sniffs as we see fit.
PHPCS also has ready rule sets for other common coding standards we may
want to gravitate towards, e.g. PSR-12. Others are available from the
community.
The best way to run PHPCS is to integrate it with your editor, so that
it will display diacnostics inline when saving or modifying the code. It
can also be run from the command line like this:
./vendor/bin/phpcs -n [<path-to-file-to-check>]
If no file is specified it will try to check the entire project.
The `-n` means don't bother with warnings (I recommend that to begin
with. Enable the warnings when the errors are taken care of.)
2024-06-12 23:53:20 +02:00
Harald Eilertsen
ac1e20b188
Module\Setup: Don't access static variable as non static.
2024-06-12 15:13:48 +02:00
Harald Eilertsen
ad9fb4d530
Module\Help: Only variables can be passed by reference.
...
Introduce an intermediate variable when extracting the file type from
the file name. Otherwise we would try to pass a returned value as a
reference.
2024-06-12 15:13:24 +02:00
Harald Eilertsen
ffc2455bea
Module\Rbmark: Pass all fields to input field templates.
2024-06-12 15:12:54 +02:00
Harald Eilertsen
0a818191c1
boot/login: Pass all expected args to sub templates.
2024-06-12 15:12:24 +02:00
Harald Eilertsen
c7ec3159ea
Module\Rbmark: Specify all fields in the template.
...
The `field_select` sub template wants five elements in the `field`
array.
2024-06-12 15:12:09 +02:00
Harald Eilertsen
4d5a7ec39f
includes/menu: Fix timestamp handling in menu_create.
...
Referencing undefined array keys are not allowed anymore, so we need to
check whether they exist first.
2024-06-12 15:12:00 +02:00
Harald Eilertsen
13c074f8b8
Module\Setup: Pass all required params for the template.
...
Non-existing keys in the array passed to the template causes a warning.
Also make optional parts of the template actually optional by skipping
them if the value is empty.
2024-06-12 15:11:27 +02:00
Mario
088a87914f
remove not needed namespace
2024-06-11 09:00:43 +00:00
Mario
5110dcb912
remove not required includes and include security.php in boot.php
2024-06-11 08:58:35 +00:00
Mario
64748cf1f1
cleanup unused code
2024-06-11 08:52:10 +00:00
Mario
4ba4b2976e
pass the force argument to the xchan_photo daemon
2024-06-11 07:42:43 +00:00
Mario
06183ba01a
duplicate array key
2024-06-10 10:00:25 +00:00
Mario
539ae37553
too many args
2024-06-10 09:50:06 +00:00
Mario
8f41d170a5
fix wrong variable
2024-06-10 09:45:33 +00:00
Mario
d9e97a7c1f
remove superfluous backslash
2024-06-10 09:35:13 +00:00
Mario
51fe071c5e
Ãfix undefined variable
2024-06-10 09:16:21 +00:00
Mario
c5cab3004f
remove duplicate array key
2024-06-10 09:09:36 +00:00
Mario
9c62514c1b
docu
2024-06-10 08:58:32 +00:00
Mario
0428a97e00
docu
2024-06-10 08:56:59 +00:00
Mario
43a2c21d87
fix updated not supported in wrapper function
2024-06-10 08:40:39 +00:00
Mario
69862bc6df
docu and declare return type for t()
2024-06-10 08:26:06 +00:00
Mario
388e7c88df
remove superfluous param, fix wrong var and declare types for unparse_url()
2024-06-10 08:22:43 +00:00
Mario
9348bd6ea5
remove unused variable and superfluous backslash
2024-06-10 08:02:32 +00:00
Mario
0c1d0f7498
version 9.0.2
2024-06-07 09:25:15 +00:00
Mario
81ba070e1a
update changelog
...
(cherry picked from commit bd5f77dbeb )
Co-authored-by: Mario <mario@mariovavti.com >
2024-06-07 09:23:32 +00:00
Mario
a7812657f1
update changelog
...
(cherry picked from commit d862a6f075 )
Co-authored-by: Mario <mario@mariovavti.com >
2024-06-07 09:23:02 +00:00
Mario
bd5f77dbeb
update changelog
2024-06-07 09:21:43 +00:00
Mario
d862a6f075
update changelog
2024-06-07 09:19:50 +00:00
Mario
18725c47a0
move button class to the right dom
...
(cherry picked from commit 59b8c8ad48 )
Co-authored-by: Mario <mario@mariovavti.com >
2024-06-07 09:12:32 +00:00
Mario
59b8c8ad48
move button class to the right dom
2024-06-07 09:11:09 +00:00
Mario
494ff44a69
adjusting to the wrong direction when exporting ical and do not use Z because timezone is attached
2024-06-05 10:04:16 +00:00
Mario
5efc6bdd2f
bump version
2024-06-05 08:09:26 +00:00
Mario
4835758293
Merge branch 'correct-type-annotation-for-config-get' into 'dev'
...
Correct type annotation in comment for Config::Get.
See merge request hubzilla/core!2127
2024-06-05 08:01:04 +00:00
Harald Eilertsen
d0bb3a7354
Correct type annotation in comment for Config::Get.
2024-06-05 08:01:04 +00:00
Mario
14df925aa6
Merge branch 'disable-mfa-for-dav-and-cdav' into 'dev'
...
Skip checking MFA status for WebDAV and CardDAV requests.
See merge request hubzilla/core!2131
2024-06-05 07:59:42 +00:00
Harald Eilertsen
350f84913a
Skip checking MFA status for WebDAV and CardDAV requests.
2024-06-05 07:59:42 +00:00
Mario
78ab2e33ef
Merge branch 'fetch-url-default-timeout' into 'dev'
...
Fix default timeouts for z_(fetch|post)_url.
See merge request hubzilla/core!2132
2024-06-05 07:55:53 +00:00
Mario
75e1b70584
php warnings/errors
...
(cherry picked from commit 10d1cbd3ce )
Co-authored-by: Mario <mario@mariovavti.com >
2024-06-04 09:09:41 +00:00
Mario
1dc73935d9
deal with inReplyTo array
...
(cherry picked from commit 2145207ad2 )
Co-authored-by: Mario <mario@mariovavti.com >
2024-06-04 09:08:32 +00:00
Mario
7d7b43c5b9
hotfix to mitigate queueworker crash
...
(cherry picked from commit a4d63ab9a3 )
Co-authored-by: Mario <mario@mariovavti.com >
2024-06-04 09:06:50 +00:00
Mario
a4d63ab9a3
hotfix to mitigate queueworker crash
2024-06-04 09:05:34 +00:00
Harald Eilertsen
c009c5f43a
Fix default timeouts for z_(fetch|post)_url.
...
When fetching the default timouts from config, the result is converted
to an int via `intval()`, the result of that again is compared strictly
to `false`. Since 0 !== false, the default values will never be used,
and 0 (no timeout) is passed to curl.
This cause requests to hang indefinitely (or until they are killed) when
receiving actions that require a lookup or fetch to another site as part
of the request processing. (E.g webfinger, or fetching objects that we
received an announce action for.) This again cause the request never to
return a useful status to the site sending the action, and could cause
them to think the Hubzilla site is dead.
This patch fixes this by comparing the fetched value from config to 0
instead of false, making the defaults work again if the config is not
set (or set to 0).
2024-05-29 22:50:02 +02:00
Mario
9d56bb952e
Merge branch 'doc/update-member-tag-and-mention-docs' into 'dev'
...
Member docs: Update docs on tags and mentions.
See merge request hubzilla/core!2130
2024-05-27 06:25:43 +00:00
Mario
84abf28cec
Merge branch 'update-phpunit-10x' into 'dev'
...
Upgrade test framework to PHPUnit 10.5
See merge request hubzilla/core!2128
2024-05-27 06:17:05 +00:00
Harald Eilertsen
cad82d12d2
Upgrade test framework to PHPUnit 10.5
2024-05-27 06:17:05 +00:00
Harald Eilertsen
1846ed75bf
Minor style update for the .abook-self CSS class.
...
It was hardcoded to a blindingly white, which did not work too well with
the white text in dark mode. Use a proper bootstrap var, so it follows
the prefered color scheme instead.
2024-05-25 12:25:13 +02:00
Harald Eilertsen
0a6bb06f86
Member docs: Update dogs on tags and mentions.
...
Rewrote it and corrected some outdated information about how to tag
forums etc. Also cleaned up the markup a bit.
Added information and links about which apps and admin addons are
required for given functionality.
Also added some images to help illustrate some subjects.
Uncertain about whether the information on how the autocomplete popup is
populated is correct anymore. Underlined it and added a question mark to
make sure it annoys someone (possibly me) to figure it out.
2024-05-25 12:20:14 +02:00
Mario
a10402a788
Merge branch 'refactor-module-rbmark' into 'dev'
...
Refactor and cleanup Rbmark module + add tests
See merge request hubzilla/core!2126
2024-05-15 08:28:19 +00:00
Harald Eilertsen
5da0cc138f
Refactor and cleanup Rbmark module + add tests
2024-05-15 08:28:19 +00:00
Mario
2145207ad2
deal with inReplyTo array
2024-05-15 07:38:07 +00:00
Mario
f086dfd8ca
missing semicolon and code readability
2024-05-14 09:05:02 +00:00
Mario
26cfc29303
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2024-05-14 09:01:19 +00:00
Mario
10d1cbd3ce
php warnings/errors
2024-05-14 09:00:43 +00:00
Mario
1299fdb7be
Merge branch 'remove-unused-modules' into 'dev'
...
Remove unused Toggle_(safesearch|mobile) modules.
See merge request hubzilla/core!2125
2024-05-13 07:42:18 +00:00
Harald Eilertsen
430347a295
Remove unused Toggle_(safesearch|mobile) modules.
2024-05-13 07:42:17 +00:00
Mario
960354b16c
make mod regate return to system.workflow_channel_next and show register message field only if registration is set to register_approve
2024-05-08 19:27:48 +00:00
Mario
481e08b904
remove p tags from li. otherwise we will get unwanted new lines in the list. add test.
2024-05-08 15:41:54 +00:00
Mario
76ce4705e2
more fixes for issue #1843
2024-05-08 14:34:44 +00:00
Mario Vavti
7a5bb99d87
make sure the hcard addon markup will be available even if other profile entries are missing
2024-05-08 12:18:00 +02:00
Mario
11d7a4c9f7
Merge branch 'rename-help-helper-trait' into 'dev'
...
Rename HelpHelper to HelpHelperTrait.
See merge request hubzilla/core!2124
2024-05-07 09:04:45 +00:00
Mario
9dd63db736
add tests
2024-05-07 08:56:25 +00:00
Mario
f74922db39
add bbcode support for the HTML5 del tag
2024-05-07 08:52:05 +00:00
Mario
605aa37ad3
apply li fixes to html2plain
2024-05-03 11:50:29 +00:00
Mario
262cebb568
make parsing of li slightly more robust
2024-05-03 13:38:45 +02:00
Harald Eilertsen
bfa81490c1
Rename HelpHelper to HelpHelperTrait.
...
PHPCS prefers traits to be suffixed with "Trait", and I think I agree.
2024-05-03 13:00:14 +02:00
Mario
219f0dfeca
also deal with ol and ul tags earlier and add test for double nested lists
2024-05-03 12:04:19 +02:00
Mario
3a50a0b715
deal with li tags earlier seems to be more straight forward also add test for li without closing tag
2024-05-03 10:23:36 +02:00
Mario
b25662e183
fix nested lists by parsing li before ul or ol and add a test
2024-05-03 09:39:58 +02:00
Mario
47a86f8771
make sure to always move the recent notification to the top
2024-05-03 06:52:05 +00:00
Mario
07696d4bd1
fix the test - we do not use a title anymore since it does not make much sense in combination of the sub titles
2024-05-02 19:24:13 +00:00
Mario
52e97fe115
some css voodoo for the help menu
2024-05-02 18:36:16 +00:00
Mario
58033f3255
bump version
2024-05-02 17:52:08 +00:00
Mario
ba4773a61e
add some deduplication
2024-05-02 17:51:39 +00:00
Mario
977e6a02f4
another css fix
2024-05-02 17:21:53 +00:00
Mario
6a53ddef21
css fix and bump version
2024-05-02 14:50:57 +00:00
Mario
2fb9c0ec0d
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2024-05-02 14:45:26 +00:00
Mario
98c3e2f93f
remove jgrowl
2024-05-02 14:44:16 +00:00
Mario
fb4568001d
Merge branch 'fix-broken-get_rpost_path' into 'dev'
...
Libzot: get_rpost_path was broken for URL's with no port.
See merge request hubzilla/core!2123
2024-05-02 14:43:22 +00:00
Mario
5eab32a65b
Merge branch 'improve-unit-test-docs' into 'dev'
...
Improve docs for UnitTestCase class.
See merge request hubzilla/core!2122
2024-05-02 14:16:16 +00:00
Mario
483221e2a8
remove redundant comma
2024-05-02 14:15:31 +00:00
Mario
2e575dee52
css fix
2024-05-02 14:09:09 +00:00
Mario
058c7d6c13
start removing jgrowl
2024-05-02 13:00:45 +00:00
Harald Eilertsen
630cecd740
Libzot: get_rpost_path was broken for URL's with no port.
2024-05-01 20:57:56 +02:00
Harald Eilertsen
4d29cffde5
Improve docs for UnitTestCase class.
2024-05-01 17:03:03 +02:00
Mario
c6116e367a
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2024-04-30 07:01:19 +00:00
Mario
b6e6cecf70
Merge branch 'cherry-pick-60cd7cc8' into 'dev'
...
Fix some errors in Spanish strings
See merge request hubzilla/core!2121
2024-04-30 07:00:03 +00:00
Mario
ce15852b9a
Merge branch 'rework-help-module' into 'dev'
...
Rework Help module + begin tests for Setup module
See merge request hubzilla/core!2120
2024-04-30 06:59:20 +00:00
Harald Eilertsen
7c34a3676d
Rework Help module + begin tests for Setup module
2024-04-30 06:59:19 +00:00
mjfriaza:4GF~eYj,-iAv
1c92c7476b
Fix some errors in Spanish strings
...
(cherry picked from commit 60cd7cc8d09240e1a3f7f7b3bde75115a61ce4de)
2024-04-28 14:26:41 +00:00
Mario
80e124f53e
remove logging
2024-04-20 18:57:37 +00:00
Mario
48cec94505
Merge branch 'global-state-and-some-docs' into 'dev'
...
Reduce some global state and add some docs
See merge request hubzilla/core!2119
2024-04-18 09:55:43 +00:00
Harald Eilertsen
26c1fa07c9
Reduce some global state and add some docs
2024-04-18 09:55:42 +00:00
Mario
78a6774206
Merge branch 'cherry-pick-4e5c6f9b' into 'dev'
...
Update Spanish
See merge request hubzilla/core!2118
2024-04-18 08:31:52 +00:00
Mario
3b812f2570
comment out deprecated way to find forum items and do not count announce activities
2024-04-17 10:00:40 +00:00
Mario
2e15207d0b
fix spacing issues in mod wall_attach and make save_chunk() deal with userfile and file array keys
2024-04-17 07:45:20 +00:00
Mario
716013633e
passing an empty filter to deliverable_abook_xchans() will return all deliverable abook xchans - we do not want this in this place. also add some docu
2024-04-17 07:39:22 +00:00
Mario
1ca91c49aa
add some docu
2024-04-17 07:36:49 +00:00
Mario
7de629a8c3
update siteinfo
2024-04-05 12:56:51 +00:00
Mario
592359ef49
minor refactor and store import host for possible later use
2024-04-05 11:09:15 +00:00
Mario
a56d727c26
allow to kick off sync process in case it did not start at all. requires import host to be set manually in pconfig for now.
2024-04-05 10:40:16 +00:00
mjfriaza:4GF~eYj,-iAv
0b2781f42e
Update Spanish
...
(cherry picked from commit 4e5c6f9bbaa702d9ccd5606a166c8e65224b8d8f)
2024-03-30 11:39:12 +00:00
Mario
b5223a4efb
add pdl for mod home
...
(cherry picked from commit fe43e0994f )
2024-03-27 10:01:33 +00:00
Mario
fe43e0994f
add pdl for mod home
2024-03-27 10:00:18 +00:00
Mario
d71c2c245f
reduce default directory result set
...
(cherry picked from commit f85d2d3423 )
2024-03-26 14:59:45 +00:00
Mario
f85d2d3423
reduce default directory result set
2024-03-26 14:48:16 +00:00
Mario
3859c010f0
bump version
2024-03-26 10:06:49 +00:00
Mario
526729c0f1
changelog
...
(cherry picked from commit 418b1eaf78 )
2024-03-26 10:06:05 +00:00
Mario
1cd3369f6a
version 9.0.1
2024-03-26 09:53:38 +00:00
Mario
418b1eaf78
changelog
2024-03-26 09:51:09 +00:00
Mario
c26ae553e6
if the updated item contains an open modal, the modal we be replaced with the new data but the backdrop will stay because it is attached to the end of the page -> remove it
...
(cherry picked from commit e0ac7b7f9f )
2024-03-26 09:28:25 +00:00
Mario
e0ac7b7f9f
if the updated item contains an open modal, the modal we be replaced with the new data but the backdrop will stay because it is attached to the end of the page -> remove it
2024-03-26 09:26:18 +00:00
Mario
8d78698d00
deprecated bootstrap namespace in list mode
...
(cherry picked from commit 80d1e07908 )
2024-03-25 21:53:25 +00:00
Mario
d5c189753a
wrong dreport link in blog mode
...
(cherry picked from commit f72f5c7321 )
2024-03-25 21:53:06 +00:00
Mario
9861e7a0c4
more bootstrap override
...
(cherry picked from commit a5d483fb5d )
2024-03-25 21:52:42 +00:00
Mario
6d5fa9205c
more remove additional linebreaks after block element plus test
...
(cherry picked from commit 53354a1930 )
2024-03-25 21:52:14 +00:00
Mario
0fee7804fb
allow to run additional site specific commands at the end of util/udall
...
(cherry picked from commit c052b7fa99 )
2024-03-25 21:51:49 +00:00
Mario
80d1e07908
deprecated bootstrap namespace in list mode
2024-03-25 21:48:25 +00:00
Mario
f72f5c7321
wrong dreport link in blog mode
2024-03-25 21:42:32 +00:00
Mario
a5d483fb5d
more bootstrap override
2024-03-25 20:44:22 +00:00
Mario
26a7cef0d8
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2024-03-25 21:43:15 +01:00
Mario
53354a1930
more remove additional linebreaks after block element plus test
2024-03-25 21:42:50 +01:00
Mario
c052b7fa99
allow to run additional site specific commands at the end of util/udall
2024-03-25 19:47:17 +00:00
Mario
9ecd38911e
add observer to the permissions query. this should not be necessary but it makes it clear why it should be included in the cache key
...
(cherry picked from commit 57e32a7912 )
2024-03-25 17:32:52 +00:00
Mario
4002dbaa8b
Merge branch 'master' of https://framagit.org/hubzilla/core
2024-03-25 17:32:11 +00:00
Mario
57e32a7912
add observer to the permissions query. this should not be necessary but it makes it clear why it should be included in the cache key
2024-03-25 17:31:53 +00:00
Mario
b6a72d6e4e
tilt the piin
...
(cherry picked from commit 637f39f282 )
2024-03-25 17:19:32 +00:00
Mario
6e592ed200
add the observer hash to the cache key in categories_widget()
2024-03-25 17:18:26 +00:00
Mario
637f39f282
tilt the piin
2024-03-25 17:15:05 +00:00
Mario
842df8a799
add the observer hash to the cache key in categories_widget()
2024-03-25 16:09:53 +00:00
Mario
6c033fc776
Merge branch 'fix-category-widget-template' into 'dev'
...
Fix smarty deprecation warning in category widget.
See merge request hubzilla/core!2116
(cherry picked from commit 2ff84ab25a )
b139e5bb Fix smarty deprecation warning in category widget.
2024-03-25 14:21:39 +00:00
Mario
2ff84ab25a
Merge branch 'fix-category-widget-template' into 'dev'
...
Fix smarty deprecation warning in category widget.
See merge request hubzilla/core!2116
2024-03-25 14:21:07 +00:00
Mario
01c6fd03b7
fix typo after get_config -> Confi::Get conversion
2024-03-25 14:15:28 +00:00
Harald Eilertsen
b139e5bb00
Fix smarty deprecation warning in category widget.
2024-03-25 12:26:06 +01:00
Mario
7c4362db53
make sure we preserve linefeeds in the actual content of lists and tables also add tests
...
(cherry picked from commit 3c0d6339bb )
2024-03-24 17:00:56 +00:00
Mario
3c0d6339bb
make sure we preserve linefeeds in the actual content of lists and tables also add tests
2024-03-24 17:50:27 +01:00
Mario
a0cfe22501
Merge branch 'deprecate-include-config-in-core' into 'dev'
...
Deprecate *_config() functions in core.
See merge request hubzilla/core!2114
2024-03-24 09:58:21 +00:00
Harald Eilertsen
0dc959d9fe
Deprecate *_config() functions in core.
2024-03-24 09:58:21 +00:00
Mario
f7bf9ede72
revert default to activity type Article until we have a more stable solution to override it for platforms which do not support it
...
(cherry picked from commit ecdd9a4d6e )
2024-03-23 11:20:44 +00:00
Mario
ecdd9a4d6e
revert default to activity type Article until we have a more stable solution to override it for platforms which do not support it
2024-03-23 11:19:24 +00:00
Mario
1aeb05628b
Merge branch '9.0RC'
2024-03-22 08:37:29 +00:00
Mario
b464fae3bf
version 9.0
2024-03-22 08:36:38 +00:00
Mario
a34ce0732d
Merge branch 'dev' into 9.0RC
2024-03-22 08:36:07 +00:00
Mario
f457b6623d
changelog
2024-03-22 08:35:55 +00:00
Mario
01ebd51fb2
Merge branch 'dev' into 9.0RC
2024-03-22 08:27:18 +00:00
Mario
cb25fc031b
use the correct tag for ordered lists
2024-03-22 08:23:44 +00:00
Mario
6c6fc82f43
Merge branch 'dev' into 9.0RC
2024-03-22 08:15:20 +00:00
Mario
990017b588
remove some unused variables
2024-03-22 08:14:41 +00:00
Mario
192ab22cda
Merge branch 'dev' into 9.0RC
2024-03-21 20:48:33 +00:00
Mario
5e5a0d7c91
remove friendica specific hack that is not needed anymore
2024-03-21 20:48:10 +00:00
Mario
2dc1adf091
Merge branch 'dev' into 9.0RC
2024-03-21 11:37:55 +00:00
Mario
371b8440c3
adjust tests after recent commit
2024-03-21 11:04:03 +00:00
Mario
49509e7347
more whitespace fixes and some docu
2024-03-21 09:47:34 +00:00
Mario
66f5b34c07
possible fix for issue #1843
2024-03-20 21:08:23 +00:00
Mario
6a3d372050
RC3
2024-03-20 19:41:28 +00:00
Mario
c95359024c
Merge branch 'dev' into 9.0RC
2024-03-20 19:39:00 +00:00
Mario
edf898d7b7
it appears the smallest size for pt videos is now 720
2024-03-20 19:33:50 +00:00
Mario
ee0060619d
css fix
2024-03-20 15:25:38 +00:00
Mario
4f8ede35bd
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2024-03-20 13:37:11 +00:00
Mario
9d9c102da8
no extra margin under lists
2024-03-20 13:36:55 +00:00
Mario
3de8f5e7de
deal with wihitespace issues in tables and lists and add tests
2024-03-20 14:35:43 +01:00
Mario
a18e873d08
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2024-03-20 09:31:58 +01:00
Mario
b3c260a145
fix reshares from streams loosing image
2024-03-20 09:31:17 +01:00
Mario
1097bcdaf9
Merge branch 'dev' into 9.0RC
2024-03-19 09:53:33 +00:00
Mario
cfde1be097
Merge branch 'dev' into 'dev'
...
Recreated hmessage.po for pt-br
See merge request hubzilla/core!2115
2024-03-19 09:51:15 +00:00
Pascal Deklerck
6df4da5313
Recreated hmessage.po for pt-br
2024-03-19 09:51:14 +00:00
Mario
f910de849f
Merge branch 'dev' into 9.0RC
2024-03-19 09:46:21 +00:00
Mario
d6eaeba239
changelog
...
(cherry picked from commit 5c2e10c01e )
2024-03-19 09:45:36 +00:00
Mario
5c2e10c01e
changelog
2024-03-19 09:44:18 +00:00
Mario
8754f72e63
fix cover photos not uploaded into folder due to missing source option
2024-03-19 10:39:59 +01:00
Mario
569f243ebd
Merge branch 'dev' into 9.0RC
2024-03-18 22:10:16 +00:00
Mario
651a3f8380
docu
2024-03-18 22:09:05 +00:00
Mario
40714ecdd0
changelog
2024-03-18 22:02:09 +00:00
Mario
d4b1bcd641
Merge branch 'dev' into 9.0RC
2024-03-18 09:12:58 +00:00
Mario
acc1834b0d
make theme compatible with rc version
2024-03-18 09:12:35 +00:00
Mario
e237cf226a
Merge branch 'dev' into 9.0RC
2024-03-18 09:10:34 +00:00
Mario
7c5a0887cc
css fix
2024-03-18 09:10:07 +00:00
Mario
0745d0616a
Merge branch 'dev' into 9.0RC
2024-03-17 21:34:06 +00:00
Mario
9cbb9a4874
theme min/max version and minor css fix
2024-03-17 21:30:50 +00:00
Mario
14f3b72c82
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2024-03-17 22:22:33 +01:00
Mario
b05845f495
cleanup some ancient code and fix check for $path so that it will not pass if theme_include() will not return anything. also add an empty zen.css file for the zen template
2024-03-17 22:21:55 +01:00
Mario
2114779037
Merge branch 'dev' into 9.0RC
2024-03-17 11:01:27 +00:00
Mario
937b6d360e
fix hardcoded color attr
2024-03-17 11:00:50 +00:00
Mario
0d30eed4a7
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2024-03-17 10:53:32 +00:00
Mario
39d4f67417
add Emoji to the AP schema
2024-03-17 10:53:09 +00:00
Mario
68d989c79e
slightly adjust text sizing
...
(cherry picked from commit 9600789d6b )
2024-03-16 19:40:57 +00:00
Mario
9600789d6b
slightly adjust text sizing
2024-03-16 19:39:48 +00:00
Mario
ea7559c158
RC2
2024-03-16 16:24:27 +00:00
Mario
baa12b7497
Merge branch 'dev' into 9.0RC
2024-03-16 16:23:32 +00:00
Mario
ac4aa6a9ea
css fixes
2024-03-16 16:22:39 +00:00
Mario
732dbfd6f5
maybe git can be removed again now after the streams lib got removed?
...
(cherry picked from commit 5860abf46f )
2024-03-16 16:01:36 +00:00
Mario
5860abf46f
maybe git can be removed again now after the streams lib got removed?
2024-03-16 15:50:58 +00:00
Mario
2874d3e1e1
Merge branch 'dev' into 9.0RC
2024-03-16 15:47:55 +00:00
Mario
42b0205ad0
apply the streams fixes manually until the addition of the streams library is sorted
2024-03-16 15:47:25 +00:00
Mario
36778850ee
Merge branch 'dev' into 9.0RC
2024-03-16 12:18:46 +00:00
Mario
19c0e97658
add git again allthough it is not clear why it is required
2024-03-16 12:18:24 +00:00
Mario
fe018d646a
more composer weirdness
2024-03-16 12:09:49 +00:00
Mario
24132e56d9
Merge branch 'dev' into 9.0RC
2024-03-16 11:56:44 +00:00
Mario
8fc0210428
Revert "another attmpt to install streams/php-jcs via composer"
...
This reverts commit 5af3c35778
2024-03-16 11:54:45 +00:00
Mario
64560cbca9
Revert "try installing git"
...
This reverts commit 0b4e086376
2024-03-16 11:54:07 +00:00
Mario
6e97c97920
Revert "remove streams folder"
...
This reverts commit 216f3755fc
2024-03-16 11:53:39 +00:00
Mario
916edcb45e
Revert "really add streams folder"
...
This reverts commit f402baffd3
2024-03-16 11:53:16 +00:00
Mario
8873c10364
Merge branch '9.0RC' of https://framagit.org/hubzilla/core into 9.0RC
2024-03-16 11:50:42 +00:00
Mario
77e1220cf9
fix version
2024-03-16 11:50:16 +00:00
Mario
f402baffd3
really add streams folder
2024-03-16 11:48:27 +00:00
Mario
216f3755fc
remove streams folder
2024-03-16 11:45:49 +00:00
Mario
d846cefade
adjust encrypted content representation and also add it to bb_to_markdown
...
(cherry picked from commit f3efdbf230 )
2024-03-15 22:36:44 +00:00
Mario
f3efdbf230
adjust encrypted content representation and also add it to bb_to_markdown
2024-03-15 22:34:27 +00:00
Mario
826ef11247
bump dev version
2024-03-15 19:05:55 +00:00
Mario
b68ddc4cd3
version, strings and dump composer autoload
2024-03-15 18:58:01 +00:00
Mario
41f909c415
update redbasic screenshot
2024-03-15 17:36:44 +00:00
Mario
0b4e086376
try installing git
2024-03-15 18:25:53 +01:00
Mario
5af3c35778
another attmpt to install streams/php-jcs via composer
2024-03-15 17:14:31 +01:00
Mario
dddcddc453
refactor sodium b2b encryption
2024-03-15 11:30:28 +00:00
Mario
754d90a676
fix overlay z-index
2024-03-14 19:21:01 +00:00
Mario
8b0dce56ad
remove some now redundant css
2024-03-14 19:11:25 +00:00
Mario
42696606e3
wrong logic
2024-03-14 16:03:02 +00:00
Mario
b645ede168
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2024-03-14 13:35:39 +00:00
Mario
6e12b5ec08
fix shortnames replaced in html tags
2024-03-14 13:35:21 +00:00
Mario
fbf36992be
Merge branch 'add-testing-doc' into 'dev'
...
Add some developer docs for the test system.
See merge request hubzilla/core!2113
2024-03-14 12:42:36 +00:00
Mario
e0de813700
Merge branch 'fix-test-setup-on-mariadb' into 'dev'
...
Fix test db setup on MySQL/Mariadb + changed default
See merge request hubzilla/core!2112
2024-03-14 12:42:04 +00:00
Harald Eilertsen
39448a0871
Fix test db setup on MySQL/Mariadb + changed default
2024-03-14 12:42:03 +00:00
Mario
4fb37ef6f3
revert adding of zip and bump composer php version to 8.1
2024-03-14 12:40:07 +00:00
Mario
a9d4adaf23
Revert "next try to use the streams php-jcs library until the floats issue will be fixed upstream. see here for reference https://codeberg.org/streams/streams/issues/151 "
...
This reverts commit 70dfce356b .
2024-03-14 12:30:05 +00:00
Mario
70dfce356b
next try to use the streams php-jcs library until the floats issue will be fixed upstream. see here for reference https://codeberg.org/streams/streams/issues/151
2024-03-14 11:15:20 +00:00
Mario
10fbfa06e9
add fix again after escaping composer hell
2024-03-14 11:06:32 +00:00
Mario
6315757967
Revert "use the streams php-jcs library until the floats issue will be fixed upstream. see here for reference https://codeberg.org/streams/streams/issues/151 "
...
This reverts commit 81ce67df94 .
2024-03-14 11:02:31 +00:00
Mario
9ddd840897
evert "fix deprecation warning"
...
This reverts commit 898762dd95 .
2024-03-14 11:02:10 +00:00
Mario
6c5627ac0e
Revert "update lock file"
...
This reverts commit a93fed5ae2 .
2024-03-14 11:01:36 +00:00
Mario
c2d6d376a4
Revert "revert addition of zip"
...
This reverts commit 55532c7cb1 .
2024-03-14 11:01:20 +00:00
Mario
55532c7cb1
revert addition of zip
2024-03-14 10:58:20 +00:00
Mario
a93fed5ae2
update lock file
2024-03-14 10:49:41 +00:00
Mario
ba1b48f177
lets try this
2024-03-14 10:45:09 +00:00
Mario
898762dd95
fix deprecation warning
2024-03-14 10:29:07 +00:00
Mario
81ce67df94
use the streams php-jcs library until the floats issue will be fixed upstream. see here for reference https://codeberg.org/streams/streams/issues/151
2024-03-14 10:18:51 +00:00
Mario
55097c47c5
Revert "composer update and use the fixed streams php-jcs library until the floats issue will be fixed upstream. see here for reference https://codeberg.org/streams/streams/issues/151 "
...
This reverts commit 6bf61dfa6b .
2024-03-14 10:13:22 +00:00
Mario
97b82fc77b
fix dreport links after recent changes
2024-03-14 09:53:40 +00:00
Mario
b7bda0b87d
return false if we have nothing to look at
2024-03-14 09:47:08 +00:00
Mario
6bf61dfa6b
composer update and use the fixed streams php-jcs library until the floats issue will be fixed upstream. see here for reference https://codeberg.org/streams/streams/issues/151
2024-03-14 09:35:09 +00:00
Mario
0e59cfb839
fix code comment
2024-03-13 14:08:56 +01:00
Mario
328ce0a837
fix another regression from last Lib/Config refactor which returned the default falue in case the value was an array. also add a testcase for this situation
2024-03-13 14:05:58 +01:00
Mario
34e24ea5e9
fix modal headerÃ
2024-03-12 09:11:53 +00:00
Mario
907426af5e
deprecated function
2024-03-11 20:42:21 +00:00
Mario
360713c689
add sodium-plus js crypto library
2024-03-10 22:38:21 +00:00
Mario
ee8aba3221
implement sodium-plus library to replace unmaintained sjcl
2024-03-10 22:35:59 +00:00
Harald Eilertsen
ae657754b0
doc: Add some developer docs for the test system.
...
Not sure if this is too long, or if it would be better to split it into
multiple files. Also, still missing the "How to write your own tests"
section.
2024-03-10 21:41:11 +01:00
Mario
0a730935f5
remove superfluous ()
2024-03-10 13:14:10 +01:00
Mario
d285da09fe
add the file
2024-03-10 13:12:51 +01:00
Mario
b291f1bad3
move escape_tags() to Lib/Text.php and add test
2024-03-10 13:10:42 +01:00
Mario
e1b660bfa3
we usually use ENT_COMPAT for content, so stick to this
2024-03-10 10:06:15 +00:00
Mario
0036c0cde9
remove logging
2024-03-09 21:00:13 +00:00
Mario
49c1833a46
bump version
2024-03-09 20:58:53 +00:00
Mario
46fa26502b
more work on emojis
2024-03-09 20:53:18 +00:00
Mario
ba1e705c61
passing null to mb_strlen() is deprecated
2024-03-08 10:28:48 +00:00
Mario
043e2ff58b
check if term is set before processing it
2024-03-08 09:23:31 +00:00
Mario
deba1863f5
fix php warnings
2024-03-08 09:16:27 +00:00
Mario
0e27f010f9
start sending articles instead of notes by default
2024-03-08 08:44:16 +00:00
Mario
45b1be8962
inbound support for custom emojis
2024-03-08 08:42:50 +00:00
Mario
fe9ca30c5e
list attachments in the original order
2024-03-07 10:38:08 +00:00
Mario
9e8ba5f6e2
add at the top to maintain original order
2024-03-07 10:16:35 +00:00
Mario
5207e1e774
remove unused include
2024-03-07 09:06:20 +00:00
Mario
c1228d6b6d
whitespace
2024-03-07 10:01:46 +01:00
Mario
6262d351b7
fix deprecation warning and add test
2024-03-07 10:00:02 +01:00
Mario
27e57ff7aa
fix another php warning
2024-03-06 20:52:36 +00:00
Mario
74fc7508f3
fix php warning
2024-03-06 20:49:01 +00:00
Mario
3eea4f475c
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2024-03-06 21:10:24 +01:00
Mario
37b22fe542
fix unterminated entity reference error when dealing with domxpath and add a test
2024-03-06 21:08:46 +01:00
Mario
b5b8106e7a
minor refactor
2024-03-06 16:08:53 +00:00
Mario
b77100ff6d
update fullcalendar
2024-03-06 14:20:21 +00:00
Mario
5eb6572277
update composer libs
2024-03-06 13:57:07 +00:00
Mario
69bed9c889
minor mod thing fixes
2024-03-06 13:04:06 +00:00
Mario
3c88c5e66a
cleanup context and introduce schema:identifier for future use
2024-03-06 13:02:22 +00:00
Mario
d40d62ac4f
bump version
2024-03-05 10:10:23 +00:00
Mario
d23ed6b11f
improve things display a little
2024-03-05 09:45:49 +00:00
Mario
1e2a4a57b6
Merge branch 'fix-admin-site-page' into 'dev'
...
Remove obsolete field for system lang from site admin page.
See merge request hubzilla/core!2111
2024-03-04 21:37:37 +00:00
Mario
7892eeb2d2
Thing > Page
2024-03-04 21:27:53 +00:00
Mario
d7ceb977da
basic AS2 support for things
2024-03-04 21:24:21 +00:00
Harald Eilertsen
36d0594b8e
Remove obsolete field for system lang from site admin page.
...
The field was commented out in the module, but still remained in the
template. This patch also removes some processing to discover available
languages whose result were not used.
This should fix https://framagit.org/hubzilla/core/-/issues/1840
2024-03-03 12:30:27 +01:00
Mario
3f32a5239d
we are checking for null|array union type later - false would throw an error
2024-03-01 19:17:57 +00:00
Mario
15a7d2d4de
Merge branch 'some-bbcode-cleanup' into 'dev'
...
Add some beginning tests for bbcode, and a bit of refactoring
See merge request hubzilla/core!2110
2024-03-01 16:18:07 +00:00
Harald Eilertsen
80ed2ff89a
Add some beginning tests for bbcode, and a bit of refactoring
2024-03-01 16:18:07 +00:00
Mario
37a0343163
Merge branch 'update-doxygen-config' into 'dev'
...
Update Doxygen config for generating online API docs
See merge request hubzilla/core!2109
2024-03-01 16:14:00 +00:00
Mario
8529e2f14e
Merge branch 'dba-transactions' into 'dev'
...
include/dba: Make Dba driver transaction aware.
See merge request hubzilla/core!2108
2024-03-01 16:11:24 +00:00
Mario
b73401bd7f
handle imagick readImageBlob() exception
2024-03-01 16:01:53 +00:00
Mario
af839a0589
AS2 Follow/Ignore
2024-03-01 15:47:40 +00:00
Mario
4bbeb224f6
more cleanup
2024-02-29 21:11:39 +00:00
Mario
8435d9eb13
some cleanup
2024-02-29 17:35:05 +00:00
Mario
d97df1859f
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2024-02-29 17:06:18 +00:00
Mario
46f67eaa1e
AS2 Update and implement a first draft of AS2 Profile activities
2024-02-29 17:05:48 +00:00
System user; root
54451851bb
changelog
...
(cherry picked from commit 5d64a9c90f )
2024-02-29 10:19:46 +00:00
System user; root
5b7387459c
version 8.8.8
2024-02-29 11:05:01 +01:00
System user; root
5d64a9c90f
changelog
2024-02-29 11:03:28 +01:00
System user; root
ffaa985339
streams compatibility
2024-02-29 11:01:30 +01:00
Mario
291e12574a
more cleanup
2024-02-28 13:16:47 +00:00
Mario
fc5b5ba021
if we rename a folder in dav we should also move its content
2024-02-28 12:04:46 +00:00
Mario
056c55a963
bump version
2024-02-28 10:20:34 +00:00
Mario
02a0af3eef
remove poke and mood from apps
2024-02-28 10:19:57 +00:00
Mario
96e8316633
some cloeanup after last commit
2024-02-28 10:04:22 +00:00
Mario
37878bf0a3
do away with deprecated activity types
2024-02-28 09:18:31 +00:00
Mario
b4f079c4b5
For now we will use standard Create verb for emoji reactions
2024-02-27 10:31:27 +00:00
Harald Eilertsen
18abfb11ef
Update Doxygen config for generating online API docs
...
Enabled implicit brief descriptions (`JAVADOC_AUTOBRIEF`), and markdown
support (`MARKDOWN_SUPPORT`) for doc blocks. This means that we no
longer need to explicitly inclufe a `@brief` tag in the doc block, the
first full sentence will be regarded as the brief documentation if it's
not explicitly given. Also we can use Markdown formatting in the
comments, which is a bit nicer than the native Doxygen tags.
I also disabled the Doxygen_phpvarfilter, but leave it commented out. It
should not be needed anymore unless somebody is using an ancient version
of doxygen. (Don't do that!)
I also changed the heading a bit, removed "The" from "The Hubzilla", and
added a tagline. Feel free to revise to whatever conforms to the project
norms.
2024-02-27 11:08:18 +01:00
Harald Eilertsen
25dbc8a9f6
include/dba: Make Dba driver transaction aware.
...
This patch introduced database transaction support to the Dba driver via
the DbaTransaction class.
The goal of this is to allow the driver control over the creation and
finalization of database transactions.
Until now code that has needed transaction support has done so directly
by issuing "BEGIN", "ROLLBACK" and "COMMIT" commands to the underlying
database directly.
This has several disadvantages:
- We do have no control or knowledge of whether any transactions being
active.
- Since transactions can not be nested, we run the risk of unrelated
code trying to create a transaction when one is already active.
- Code using transactions are not testable, as the test runner wraps
all tests within a transaction to begin with.
This patch should eliminate all these problems.
A transaction is started by instantiating the DbaTransaction class:
$my_transaction = new \DbaTransaction();
The transaction will automatically be _rolled back_ if it has not been
committed before the instance is destroyed. (When the variable holding
it goes out of scope, i.e when the containing function returns.)
A transaction is committed like this:
$my_transaction->commit();
This will immediately commit the changes in the transaction, and the
transaction will be marked as committed, so it will not be attempted to
be rolled back on destruction.
I have chosen to "ignore" the problem of nested transactions by having
the DbaTransaction class _not_ initiate a new transaction if one is
already active. This also makes the rollback and commit actions of the
DbaTransaction class into no-ops.
An alternative would be to simulate nested transactions by using save
points if a transaction is already active. However, I'm unsure about
wether there's any safe way to avoid all potential pitfalls when doing
that.
In any case, nested transactions should preferably be avoided, and
afaict we don't rely on that in any of the existing code. The reason we
need to support it in some way is that it's needed for testing where the
code under test is creating a transaction on it's own. (Since each test
is run within a db transaction to begin with.)
Also, I have taken the liberty to assume a PDO based db driver for this
stuff. I don't think that's going to be a problem, as that's the only
thing supported by the rest of the code in any case.
2024-02-26 15:11:39 +01:00
Mario
c639704f3c
more streams compatibility
2024-02-25 21:36:34 +00:00
Mario
3dd7394247
AS2
2024-02-25 19:29:50 +00:00
Mario
b860b730a9
simplify pleroma custom emoji stuff and some cleanup
2024-02-22 10:23:38 +00:00
Mario
17e2877c91
make sure to decode html special chars before sending over the wire and
2024-02-21 10:44:56 +00:00
Mario
b7bc28c333
update test
2024-02-20 15:09:11 +00:00
Mario
fb5a52cbde
Merge branch 'bootstrap-new2-v5' into 'dev'
...
update to Bootstrap 5
See merge request hubzilla/core!2107
2024-02-20 15:08:44 +00:00
Mario
6d125d02d8
introduce get_actor() force flag to omit cache, rework contact refresh, special handling for announce by group, and revert change regarding friendica addressing anomality
2024-02-15 14:27:50 +00:00
Mario
0b18b35f5f
require the intl extension for
2024-02-14 21:28:20 +00:00
Mario
9859008271
deal with inReplyTo array + some docu and style
2024-02-14 20:23:02 +00:00
Mario
423c36f67b
improved checks in HTTPSig::find_headers()
2024-02-14 18:07:29 +00:00
Rocky
1e0195e439
update to Bootstrap 5
2024-02-14 15:02:31 +01:00
Mario
30271bb32f
minor css adjustment
2024-02-14 11:33:31 +00:00
Mario
e2b1670d6c
fix round buttons not being round
2024-02-13 21:14:03 +00:00
Mario
2bfdfbe3cc
do not feed null to TimeZoneUtil::getTimeZone()
2024-02-13 15:00:41 +00:00
Mario
9a85421a0e
we are now using the item uuid for the notification hash if available. since we can have more than one notification per item (e.g. tag and comment) also look for the notification type to make sure we get the right one
2024-02-13 14:05:30 +00:00
Mario
1fa59df6f3
Add test for a paragraph with a mention and some text
2024-02-13 13:01:09 +00:00
Mario
2c93294eea
scss: show current color and add some help text
2024-02-13 12:28:11 +00:00
Mario
316829269a
bump version
2024-02-13 11:57:55 +00:00
Mario
55236f86e0
move the empty recips check to store(). otherwise it might interfere with zot6 native addressing which is always empty
2024-02-13 11:19:28 +00:00
Mario
060210e930
consider a message arriving to our inbox with no recipients (as seen from friendica) a direct message
2024-02-13 11:00:49 +00:00
Mario
9291622885
fix logic so that direct messages will be allowed in case the send_mail permission is granted even if the send_stream permission is not granted
2024-02-13 10:48:06 +00:00
Mario
07978a061e
mb_strlen() will return 2 for some emojis - possibly grapheme_strlen() will be better for this job
2024-02-13 09:22:12 +00:00
Mario
08b2356ed1
add sample scss file
2024-02-12 22:09:07 +00:00
Mario
d17934ed80
scss: more options and some fixes
2024-02-12 22:07:54 +00:00
Mario
94f17f0dae
use primary color
2024-02-10 22:22:03 +00:00
Mario
7ccb2a2615
custom sass bootstrap builds for channels and site
2024-02-10 22:04:24 +00:00
Mario
067a66b927
fix some whitespace issues after recent changes
2024-02-09 11:20:46 +00:00
Mario
096fad5e8c
another try
2024-02-09 08:02:58 +00:00
Mario
e21e4c7127
let's try this
2024-02-09 07:33:13 +00:00
Mario
5754ea828d
move parsing of a tags upà to fix an issue where mentions arriving from masto did not parse correctly, fix typo when restoring temporary linebreaks and remove redundant codeline when converting span tags
2024-02-08 20:22:26 +00:00
Mario
5fbc203367
mark items verified in zot delivery also if either LDSignature or EddsaSignature verified
2024-02-08 19:32:40 +00:00
Mario
08884c44fb
whitespace
2024-02-08 19:15:00 +00:00
Mario
bd04ca21a4
Merge branch 'minor-markdown-fixes' into 'dev'
...
Minor markdown fixes
See merge request hubzilla/core!2098
2024-02-08 19:14:29 +00:00
Harald Eilertsen
19ae8cfdfc
Support code blocks with language in markdown and html.
2024-02-08 10:00:12 +01:00
Harald Eilertsen
86e953f495
Fix: Preserve hard linebreaks from markdown and html
2024-02-07 22:34:13 +01:00
Mario
4bc4f5b2a6
update docu and remove redundant pernission check after vonv fetch fixes
2024-02-07 15:56:54 +00:00
Mario
5f2e808497
add uuid to dreport for internal use and and fix issues with conversation fetches
2024-02-07 15:37:20 +00:00
Harald Eilertsen
4f69e02768
Don't concert html nodes with no bbcode equivalent.
2024-02-07 16:02:53 +01:00
Harald Eilertsen
e6ce2885c0
Fix: Keep indentation in html and md code blocks.
...
Moves the logic for unwrapping broken lines in html (and Markdown) to
the node processing, instead of doing it over the full html content.
This allows us to skip if for code blocks (aka `<code>` elements within
`<pre>` elements).
2024-02-07 15:54:40 +01:00
Harald Eilertsen
ec19ee9d82
Fix convert code blocs from markdown/html to bbcode
2024-02-06 18:39:51 +01:00
Harald Eilertsen
983f063d33
Fix image with alt text for html/md to bbcode
2024-02-06 16:23:39 +01:00
Harald Eilertsen
eb6a143fff
Add some tests for markdown to bbcode conversion.
2024-02-06 16:19:30 +01:00
Harald Eilertsen
1881029040
Clean up markdowntest and fix bb to markdown test.
2024-02-06 11:43:32 +01:00
Mario
209651705d
fix custom emoji reactions arriving from pleroma
2024-02-04 19:50:31 +00:00
Mario
fab3c92a7c
streams collection branch compatibility
2024-02-02 20:23:06 +00:00
Mario
8ad7376865
more fix conv_list template
2024-02-01 17:12:43 +00:00
Mario
c41831aff9
fix conv_list template
2024-02-01 17:05:00 +00:00
Mario
8515aa6966
fix issues related to b64mid to uuid conversion
2024-02-01 16:29:23 +00:00
Mario
691de5bf2e
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2024-02-01 16:00:36 +00:00
Mario
2e155892fe
testing JcsEddsa2022 sigs
2024-02-01 16:00:17 +00:00
Mario
6680c2faf3
Merge branch 'add-ci-job-for-mariadb' into 'dev'
...
CI: Add job for MariaDB 10.6
See merge request hubzilla/core!2097
2024-02-01 14:22:48 +00:00
Mario
decc8f2162
strip a possible fragment
2024-02-01 14:14:53 +00:00
Mario
7d7a0c160f
bump version
2024-02-01 13:27:09 +00:00
Mario
e89563eb4c
fix edgecase for notices and make mod hq backwards compatible
2024-02-01 13:25:40 +00:00
Mario
dd204ec34f
start using uuid for internal reference instead of base64 encoded mid
2024-02-01 11:42:55 +00:00
Mario
b3a5dd8aa8
store seen mids in session instead of cache and increase sess_data column to medium text
2024-01-31 13:29:56 +00:00
Mario
26ee56f39c
remove logging
2024-01-29 10:39:15 +00:00
Mario
300b0e27bd
bump version
2024-01-29 10:35:48 +00:00
Mario
29489f62cf
introduce Activity::init_background_fetch() and refactor zotconvo to implement it
2024-01-29 10:33:13 +00:00
Mario
09465619e5
enable object cash by default, introduce system.cache_expire_days and default to 7, default system.default_expire_days to 30 and system.active_expire_days to 7
2024-01-28 17:03:05 +00:00
Mario
390af7722d
fix last commit
2024-01-28 15:03:40 +00:00
Mario
e18157f818
make sure we return an array if there is no cache entry
2024-01-28 11:35:15 +00:00
Mario
5435d2881c
Merge branch 'dev' into 'dev'
...
Added Circle Person Avatar
See merge request hubzilla/core!2096
2024-01-27 20:26:29 +00:00
Mario
2e8f3d1869
Merge branch 'upgrade-ci-to-mysql-8.0' into 'dev'
...
CI: Upgrade to use MySQL version 8.0
See merge request hubzilla/core!2093
2024-01-27 20:21:13 +00:00
Mario
3ad1cab006
Merge branch 'doc-updates' into 'dev'
...
Doc updates
See merge request hubzilla/core!2092
2024-01-27 20:20:18 +00:00
Mario
b806a3ccc2
use std functions
2024-01-27 20:18:28 +00:00
Mario
5e780ba089
implement short time object cache to reduce network calls and some cleanup
2024-01-27 16:36:26 +00:00
Mario
c0a7dfe2f6
refactor fetch_and_store_parents() and inroduce the fetchparents daemon
2024-01-25 10:13:10 +00:00
Mario
fe50d78a0f
missing hook
2024-01-24 19:34:41 +00:00
Mario
e513950cb5
restructure Libzot::process_delivery()
2024-01-24 16:44:42 +00:00
Mario Vavti
adc6390a22
bump version
2024-01-24 16:41:03 +01:00
Mario Vavti
9449e8bd61
fix issue where if an item is created and deleted again before the notifier has completed the queueworker will dismiss the delete because it looks like a duplicate entry
2024-01-24 16:40:05 +01:00
Mario
f13af0f60b
process source xchan in xchan_query()
2024-01-23 08:46:18 +00:00
Harald Eilertsen
acdb773f89
CI: Add job for MariaDB 10.6
...
Reuse job definition for mysql job, and alias the mariadb service to
mysql so that the job will find it.
2024-01-22 12:44:36 +01:00
Mario
651a288148
set item_uplink to 0 just to be sure (this should not be necessary)
2024-01-22 09:17:55 +00:00
Mario
b0664f7349
store the original announce actor (the one that pushed the item into our stream first) in source_xchan instead of owner_xchan. this way we will preserve the real owner for the thread and not have conflicts when dealing with deletes of comments or likes
2024-01-22 09:09:41 +00:00
Scott M. Stolz
51586037e1
Added Circle Person Avatar
...
Added an additional avatar to choose from.
2024-01-21 16:11:35 -06:00
Harald Eilertsen
f573c1772a
CI: Slight refactoring.
2024-01-21 22:51:42 +01:00
Harald Eilertsen
f08e91e19d
CI: Upgrade to use MySQL version 8.0
...
This is the oldest version we support now.
2024-01-21 17:50:06 +01:00
Harald Eilertsen
8cd9fff26a
Add some developer doc for check_account_password hook
2024-01-21 17:43:35 +01:00
Harald Eilertsen
d489a2854e
Update admin guide with min supported db versions
2024-01-21 17:42:42 +01:00
Mario Vavti
9cfd1c2318
missing include
2024-01-21 09:52:13 +01:00
Mario
2dd0677d23
Merge branch 'dont-include-db-updates-in-test-coverage' into 'dev'
...
Don't include db updates in test coverage.
See merge request hubzilla/core!2090
2024-01-19 20:36:04 +00:00
Mario
00d403e729
Merge branch 'improve-validate-email' into 'dev'
...
Improve validate_email function
See merge request hubzilla/core!2088
2024-01-19 20:35:43 +00:00
Mario
d83e2daf36
Merge branch 'fix-postgres-ci' into 'dev'
...
tests: Remove id from db fixtures.
See merge request hubzilla/core!2087
2024-01-19 20:33:36 +00:00
Mario
8fe6aede03
bump version
2024-01-19 20:11:35 +00:00
Mario
fa4ab45692
native repeats continued
2024-01-19 20:10:50 +00:00
Mario Vavti
f57fbaa5dd
version 8.8.7
2024-01-19 11:07:23 +01:00
Mario Vavti
aba8002170
Fix regression in Activity::actor_store()
...
(cherry picked from commit 9cc85adf47 )
2024-01-19 10:03:58 +00:00
Mario Vavti
9cc85adf47
Fix regression in Activity::actor_store()
2024-01-19 11:02:13 +01:00
Harald Eilertsen
01ed001041
Don't include db updates in test coverage.
...
We're not likely to add tests for these in any case.
2024-01-16 10:13:24 +01:00
Harald Eilertsen
403539919a
Improve the validate_email function
...
The validate_email function relied on doing an actual domain lookup (on
supported platforms) to validate the domain of the email address. This
does not work too well in testing environments where we may not want to
spam the DNS system, if it at all is available.
Apart from the the function did very little to actually verify that it
was a valid email address.
This patch tries to change that by usng a somewhat stricted regex based
validation. While this may not be perfect, it should be good enough in
the vast majority of cases. For platforms where no validation was
performed with the old version, it will at least be an improvement.
Also, it allows testing without having an external network connection.
Also clarify the doc comment, that it does not actually try to resolve
the email address, just the domain.
2024-01-15 19:52:31 +01:00
Harald Eilertsen
52ea2fa33e
Update CI run to archive dbfail.out if test run fails
2024-01-15 19:32:19 +01:00
Harald Eilertsen
ecd4754f6d
tests: Enable debug logging during tests
...
The debug log will be stored in the test/results directory, and archived
as part of the artifacts of the CI run. This should make it easier to
get some debugging info out from the CI runs if they fail.
2024-01-15 19:25:09 +01:00
Harald Eilertsen
f71033b30d
tests: Remove id from db fixtures.
...
It seems that PostgreSQL will not update the autoincrement index of the
table when inserting rows with an id set. Later inserts without an id
set will then fail, because they get assigned an id that already exists.
MySQL seems to handle this just fine.
Why the id column was added in the first place, one may wonder, but
that's how it were.
In any case, this broke the PostgreSQL tests in the gitlab CI
environment. (While it mysteriously worked in my local ddev
environment.) Anyways, the id column is not needed, and things work
better without them.
2024-01-15 19:11:25 +01:00
Mario
885068834f
fix more php deprecations
2024-01-14 19:58:36 +00:00
Mario
c4c4ab2f3d
fix regression in commit b05b7561
2024-01-14 19:52:05 +00:00
Mario
aec3247952
fix more php deprecations
2024-01-14 19:40:59 +00:00
Mario
b05b756148
Handling HTML entities via mbstring is deprecated
2024-01-14 17:23:57 +00:00
Mario
03819abb22
remove acct from webfinger
2024-01-14 17:23:19 +00:00
Mario
d074e2aba0
fix more php deprecations
2024-01-14 17:22:33 +00:00
Mario
2bbecfe8dd
only attempt fetch if zotfinger actually returned something
2024-01-14 10:11:20 +00:00
Mario
e078e13325
make sure we are dealing with an array
2024-01-14 09:40:18 +00:00
Mario
9d3b852d38
fix wrong array key
2024-01-14 08:10:27 +00:00
Mario
fadb0a5bf2
check for assertionMethod
2024-01-13 20:45:32 +00:00
Mario
fa7aa6cedb
start checking integrity proofs, remove signature prior to verify, iterate trough the array to find the desired ekey in actor_store()
2024-01-13 20:38:34 +00:00
Mario
6df98f2fad
private -> public
2024-01-13 19:10:44 +00:00
Mario
c597017402
fix some deprecation warnings
2024-01-13 17:38:31 +00:00
Mario
9cb95f6065
store epubkey in actor_store
2024-01-13 16:19:53 +00:00
Mario
477b1535a2
start storing epubkeys in libzot
2024-01-13 15:28:20 +00:00
Mario
1d652cfcbd
expose epubkey in zotinfo
2024-01-13 15:09:39 +00:00
Mario
28b604c7c7
typo
2024-01-13 13:46:40 +00:00
Mario
8c11be07cd
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2024-01-13 08:51:19 +00:00
Mario
e8dd2c28ff
make our jsonld parser happy
2024-01-13 08:50:57 +00:00
Mario Vavti
0bdffc4a2d
make our jsonld parser happy
2024-01-13 08:49:14 +01:00
Mario
94b1fe4a8b
Merge branch 'cherry-pick-96ae46c5' into 'dev'
...
Update lostpass_eml.tpl
See merge request hubzilla/core!2086
2024-01-11 17:15:38 +00:00
Mario
11ed445319
Merge branch 'cherry-pick-ddfa613e' into 'dev'
...
Update Spanish strings
See merge request hubzilla/core!2085
2024-01-11 17:15:21 +00:00
Mario Vavti
400dfb4e6b
version 8.8.6
2024-01-11 17:57:51 +01:00
Mario
6b951734ce
changelog
...
(cherry picked from commit 000fcfd1ac )
2024-01-11 16:56:13 +00:00
Mario
000fcfd1ac
changelog
2024-01-11 16:55:44 +00:00
Mario
051e2ed6cd
provide some more jsonld builtins
...
(cherry picked from commit aac406a245 )
2024-01-11 16:40:16 +00:00
Mario
aac406a245
provide some more jsonld builtins
2024-01-11 16:27:57 +00:00
Mario Vavti
ef2952b5fd
libsync: dev branch compatibility
2024-01-11 17:00:47 +01:00
Mario
ffdf54b097
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2024-01-10 13:34:23 +00:00
Mario
58593d7da6
prepare outbound fep-8b32 (object integrity) but do not enable yet since the additional context seems to break ldsig for some reason, introduce Activity::build_packet() and Activity::ap_context() to reduce code duplication, implement fep-2c59 (webfinger) and some cleanup
2024-01-10 13:33:57 +00:00
mjfriaza:4GF~eYj,-iAv
3d13f36ce2
Update lostpass_eml.tpl
...
(cherry picked from commit 96ae46c5a4aa614b9aed7b640d69e8cd8210595f)
2024-01-09 12:52:48 +00:00
mjfriaza:4GF~eYj,-iAv
8c843ec6d0
Update Spanish strings
...
(cherry picked from commit ddfa613e828e8f0a569a2d938d3839f5608bc9c3)
2024-01-09 12:49:55 +00:00
Mario
232c7f5301
Merge branch 'tests/includes/account' into 'dev'
...
Some test cleanup and tests for check_account_email
See merge request hubzilla/core!2083
2024-01-09 08:05:28 +00:00
Harald Eilertsen
16cd8caef3
tests: Add tests for check_account_email
2024-01-08 14:09:13 +01:00
Harald Eilertsen
43dabee53d
tests: Set app config in a known state for each test
2024-01-08 14:09:13 +01:00
Harald Eilertsen
f016760851
tests: Add config fixtures.
...
Adds fixtures for the config table:
- Disables dns checking globally for the tests.
- Adds a few disallowed email domains and addresses.
2024-01-08 14:09:13 +01:00
Harald Eilertsen
99b5166f21
tests: Clean up unused debug stuff from UnitTestCase
2024-01-08 14:01:02 +01:00
Mario
4aa29db7aa
reflect new fields in low level functions
2024-01-07 21:27:12 +00:00
Mario
f5b8b18c8e
Merge branch 'tests/remove-behat' into 'dev'
...
Remove unused acceptance tests and dependencies
See merge request hubzilla/core!2082
2024-01-07 21:00:40 +00:00
Mario
6e5566f9c8
bump version
2024-01-07 20:38:40 +00:00
Mario
ca216ae819
set default value for postgres only
2024-01-07 20:34:47 +00:00
Mario Vavti
4713241444
set a default value
2024-01-07 21:18:20 +01:00
Mario
4917170a0d
remove logging
2024-01-07 20:00:29 +00:00
Mario
87775ae37a
ekey and xchan_updated updates
2024-01-07 19:58:09 +00:00
Harald Eilertsen
eaa244a2a3
CI: Install pecl extensions after system packages.
...
The php yaml extension requires libyaml, which has to be installed
first.
2024-01-07 20:39:06 +01:00
Harald Eilertsen
db91d66d1a
CI: Install yaml extension from PECL.
2024-01-07 20:35:08 +01:00
Harald Eilertsen
4d64481564
Remove unused acceptance test stuff from source tree.
2024-01-07 20:26:14 +01:00
Harald Eilertsen
0a31fc176c
Remove behat as dev dependency.
...
As the Symphony\Yaml stuff disappeared with behat, we need another way
to load read the yaml files with database fixtures for the integration
tests.
As the php yaml extension is not distributed with PHP by default, this
creates it as another dev dependency!
2024-01-07 20:24:52 +01:00
Harald Eilertsen
659a8c967c
Exclude dev dependencies from version control.
...
This will ignore dependencies only installed as part of the dev setup.
2024-01-07 19:39:49 +01:00
Harald Eilertsen
626887a792
Exclude phpunit cache from version control
2024-01-07 19:25:01 +01:00
Mario
256b66de41
Revert "DB update 1260 - REQUIRES SODIUM PHP EXTENSION!!!"
...
This reverts commit 5ee4f37b8d
2024-01-07 15:50:50 +00:00
Mario
5ee4f37b8d
DB update 1260 - REQUIRES SODIUM PHP EXTENSION!!!
2024-01-07 15:34:25 +00:00
Mario
3dc122db84
fix regression collapsing non conv item content
2024-01-07 10:43:43 +00:00
Mario
99c5a4e2f8
we do not use named params yet
2024-01-06 16:44:17 +00:00
Mario
f922a92ffa
install bcmath
2024-01-06 16:37:11 +00:00
Mario
a36de8ba1a
Merge branch 'tests/fix-db-and-ci-integration' into 'dev'
...
tests: Integrate the DB in "unit" tests.
See merge request hubzilla/core!2081
2024-01-06 16:34:39 +00:00
Harald Eilertsen
e3d30763da
tests: Integrate the DB in "unit" tests.
2024-01-06 16:34:38 +00:00
Mario
c73518d8ec
dump composer autoload
2024-01-06 16:31:42 +00:00
Mario
ed0d2fed66
require bcmath or gmp extension
2024-01-06 16:23:26 +00:00
Mario
960bcb6b53
port test for JcsEddsa2022 from streams
2024-01-06 16:12:25 +00:00
Mario
6252340804
add Bookmark and Category to ap schema and bump ap schema version
2024-01-06 10:03:44 +00:00
Mario
517d67b2e0
add check for sodium on setup
2024-01-05 20:16:13 +00:00
Mario
e95b7ca3a0
require ext-sodium, dump composer autoload and a minor js fix
2024-01-05 19:30:37 +00:00
Mario
c771d7c31a
Ãdisplay selected mid in an open state - issue #1425
2024-01-05 12:53:00 +00:00
Mario
ce0e8d7497
update apache rewite rule to fix issue with recent apache versions - issue #1822
2024-01-05 11:06:08 +00:00
Mario
852678e238
port multibase and jcsedssa2022 libs from streams
2024-01-03 19:20:28 +00:00
Mario
16e6eec3fb
composer add mmccook/php-json-canonicalization-scheme
2024-01-03 11:09:22 +00:00
Mario
afe8552be6
comÃposer add tephenhill/base58
2024-01-03 11:07:03 +00:00
Mario
cd0e50da24
update symfony/polyfill-php81
2024-01-03 11:00:20 +00:00
Mario
85001c034b
update sabre/vobject
2024-01-03 10:58:31 +00:00
Mario
a56f6576e2
update ramsey/uuid
2024-01-03 10:57:15 +00:00
Mario
d3e5d05026
update ezyang/htmlpurifier
2024-01-03 10:56:03 +00:00
Mario
322b619a71
update sabre/dav
2024-01-03 10:53:37 +00:00
Mario
dff906ca69
bump version
2024-01-02 20:50:50 +00:00
Mario
515d1d5e63
postgres does not like binaries to be string while mariadb/mysql does not seem to care - let's see
2024-01-02 20:49:57 +00:00
Mario
bb6ed22594
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2024-01-01 20:35:28 +00:00
Mario Vavti
d655e1d765
version 8.8.5
2024-01-01 21:30:45 +01:00
Mario Vavti
db70ed006d
Merge branch 'dev'
2024-01-01 21:29:53 +01:00
Mario Vavti
ce1dd5c632
changelog
2024-01-01 21:29:15 +01:00
Mario Vavti
9e2a253dda
Merge branch 'dev'
2024-01-01 21:21:04 +01:00
Mario
95c645865d
Merge branch 'doc-fixes' into 'dev'
...
docs: Update admin guide requirements
See merge request hubzilla/core!2080
2024-01-01 20:17:52 +00:00
Mario
ceb510bbf5
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2024-01-01 20:04:44 +00:00
Mario
2590e3c99b
reveal repeat
2024-01-01 20:04:24 +00:00
Mario Vavti
f2f9cfaf28
Work around possible loop and use Lib/Config in init
2024-01-01 21:01:47 +01:00
Mario Vavti
62db8c3969
fix php errors and deprecation warnings
2023-12-31 09:55:27 +01:00
Mario Vavti
ae3db366e5
deprecate simplepie idna_convert
2023-12-31 09:54:54 +01:00
Harald Eilertsen
57570c144a
doc/admin-guide: Update min php version and reqd extensions.
2023-12-26 15:34:50 +01:00
Mario
c3a235242e
do not double process quoted strings
2023-12-21 10:19:26 +00:00
Mario
b629eb5657
fix merge conflict
2023-12-20 12:32:15 +00:00
Mario
2e674cd0b3
version 8.8.4
2023-12-20 12:26:28 +00:00
Mario
3330e9a19a
Merge branch 'dev'
2023-12-20 12:25:43 +00:00
Mario
c5f6208396
changelog
2023-12-20 12:25:27 +00:00
Mario
c0d93bbcf4
Merge branch 'dev'
2023-12-20 12:20:04 +00:00
Mario
db941e7007
changelog
2023-12-20 12:17:35 +00:00
Mario
4761857157
Revert "changelog"
...
This reverts commit 3aefe23184 .
2023-12-20 12:15:42 +00:00
Mario
3aefe23184
changelog
2023-12-20 12:15:24 +00:00
Mario
6f852814fd
move App::$install check to Config::Load() as suggested by Harald
2023-12-20 11:58:33 +01:00
Mario
b15e521b0e
Merge branch 'fix-config-deserialization' into 'dev'
...
Fix deserialization of config values broken by 69266cd6 .
See merge request hubzilla/core!2077
2023-12-20 10:27:56 +00:00
Mario
63c401e6d6
Merge branch 'extend-siteinfo' into 'dev'
...
Add active addons and blocked sites to siteinfo (html)
See merge request hubzilla/core!2079
2023-12-20 10:16:44 +00:00
Harald Eilertsen
e59750e8de
Add active addons and blocked sites to siteinfo (html)
...
This adds information about addons activated on the hub, as well as
which other sites this hub won't federate with in the HTML version of
siteinfo.
Based on suggestions by @rockyiii@huby.infozoo.de .
2023-12-18 15:05:23 +01:00
Harald Eilertsen
9c184ddfd0
Fix deserialization of config values broken by 69266cd6.
...
This should fix issue #1828 .
This patch makes it explicit that we store arrays in the config as json
encoded arrays, while we allow both json encoded and PHP serialized
arrays to be deserialized correctly. Unless it's a brand new install,
the existing data in the database will be PHP serialized.
I've also added a hardening measure in case we fall back to PHP
unserialize, making sure we're not vulnerable to a PHP Object Injection
attack. This means that deserializing arrays containing PHP objects will
no longer work, but afaict we never do that anyways, so I don't think
that should break anything.
2023-12-17 19:30:05 +01:00
Mario
9df6e821d8
use reqiure_once() - second part of issue #1827
2023-12-17 16:47:19 +00:00
Mario
9551dc5ecd
fix loop as described in issue #1827
2023-12-17 16:36:13 +00:00
Mario
d372daff60
Revert "check return from Config::Load() and retry on failure plus cleanup"
...
This reverts commit 69266cd6c6
2023-12-17 11:16:58 +00:00
Mario
f742e6e394
Merge branch 'dev'
2023-12-17 08:53:32 +00:00
Mario
414b2b0e4c
changelog
2023-12-17 08:53:14 +00:00
Mario
603c5692ae
Merge branch 'dev'
2023-12-17 08:50:39 +00:00
Mario
b35e994d1b
Merge branch 'translations-nb_no' into 'dev'
...
More translations for Norwegian Bokmål (nb_NO)
See merge request hubzilla/core!2075
2023-12-17 08:50:13 +00:00
Mario
abe2ab229a
version 8.8.3
2023-12-17 08:43:08 +00:00
Mario
5ad9939bcf
Merge branch 'dev'
2023-12-17 08:41:48 +00:00
Mario
ce451128ba
changelog
2023-12-17 08:41:21 +00:00
Mario
70470016cc
Merge branch 'dev'
2023-12-17 08:35:33 +00:00
Harald Eilertsen
2122ea77e1
More translations for Norwegian Bokmål (nb_NO)
2023-12-16 14:57:01 +01:00
Mario Vavti
69266cd6c6
check return from Config::Load() and retry on failure plus cleanup
2023-12-14 12:32:34 +01:00
Mario Vavti
062d61567e
return if we could not fetch the author
2023-12-14 12:06:50 +01:00
Mario Vavti
d6120fc908
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2023-12-14 12:06:21 +01:00
Mario
91f8e7a07b
typo
2023-12-13 14:34:34 +00:00
Mario Vavti
f57d89245c
add the app terms before syncing - otherwise the terms will be reset at the other end
2023-12-08 21:44:32 +01:00
Mario Vavti
c307a71f53
Merge branch 'dev'
2023-12-08 18:08:03 +01:00
Mario Vavti
1e4e59bb57
if it is not an array do not attempt count()
2023-12-08 18:02:54 +01:00
Mario
f62d16d274
Merge branch 'dev'
2023-12-06 11:27:54 +00:00
Mario
f175712d4b
typo
2023-12-06 11:27:35 +00:00
Mario
5f942d78e6
Merge branch 'dev'
2023-12-06 11:23:21 +00:00
Mario
538c8885ad
changelog
2023-12-06 11:23:02 +00:00
Mario
c8158c3d62
vesrion 8.8.2
2023-12-06 11:14:00 +00:00
Mario
1f4762060f
Merge branch 'dev'
2023-12-06 11:12:25 +00:00
Mario
81c3682781
more issue #1820
2023-12-06 09:47:13 +00:00
Mario
2e6e1fdd55
css fixes
2023-12-04 09:28:16 +00:00
Mario
1a09cd560b
require acl_selectors.php - fix issue #1820
2023-11-30 08:02:33 +00:00
Mario
8c9d2bc6f6
Merge branch 'dev'
2023-11-27 08:48:47 +00:00
Mario
78ad5ca713
changelog
2023-11-27 08:48:23 +00:00
Mario
43c2e71b25
Merge branch 'dev'
2023-11-27 08:45:19 +00:00
Mario
5b9f32fade
Merge branch 'dev' into 'dev'
...
Update doubleleft.css and doubleright.css according to v.8.8 default.css
See merge request hubzilla/core!2074
2023-11-27 08:44:25 +00:00
Mario
76a1a6da34
version 8.8.1
2023-11-27 08:42:09 +00:00
zlaxy
a2b0abc90d
Update doubleleft.css and doubleright.css according to v.8.8 default.css
2023-11-27 10:50:31 +03:00
Mario
0fd8e02a88
Merge branch '8.8RC'
2023-11-25 17:12:28 +01:00
Mario
55c4bfb670
version 8.8
2023-11-25 17:11:07 +01:00
Mario
ea1030f8bf
Merge branch 'dev' into 8.8RC
2023-11-25 17:06:55 +01:00
Mario
6dd285811a
changelog
2023-11-25 17:06:25 +01:00
Mario
ee149ed1eb
Merge branch 'dev' into 8.8RC
2023-11-25 17:05:08 +01:00
Mario
c3aa96d423
update changelog
2023-11-24 14:40:58 +01:00
Mario
6e59d95da5
Merge branch 'dev' into 8.8RC
2023-11-23 20:25:13 +00:00
Mario
a396e74a79
like in get_cached_actor() also remove fragment in get_actor()
2023-11-23 13:21:56 +00:00
Mario
80bdb39ae3
case insensitive digest algo
2023-11-22 16:41:44 +00:00
Mario
5cb1a9dcc6
Merge branch 'dev' into 8.8RC
2023-11-22 16:21:58 +00:00
Mario
1cfa81450c
remove follow (does not make any sense to add follow link of the logged in channel), add startpage
2023-11-21 08:07:40 +00:00
Mario
1f18fed3a2
add additional observer and channel info to nav if applicable
2023-11-21 08:01:03 +00:00
Mario
33cb429e15
remove unused variable
2023-11-20 21:56:31 +00:00
Mario
cfdbf02e6b
the additional parameter has been deprecated there is no need to check the version anymore
2023-11-20 21:52:40 +00:00
Mario
f8c631a3f0
Merge branch 'dev' into 8.8RC
2023-11-20 20:32:46 +00:00
Mario
74911e9f6d
revert dreport changes - too chatty
2023-11-20 20:32:14 +00:00
Mario
0f453ae4cf
version 8.8RC2
2023-11-20 20:27:35 +00:00
Mario
febebc8d3d
more do not provide channel info for templates and code cleanup
2023-11-20 20:21:03 +00:00
Mario
166c45f97f
do not provide channel info for templates
2023-11-20 19:22:06 +00:00
Mario
af58364fef
only check for privacy mismatch if observer != owner
2023-11-17 07:50:10 +00:00
Mario
eadf83d61b
work around a possible privacy mismatch when processing zot requests
2023-11-16 15:57:03 +00:00
Mario
3c20231aad
add backlink to profile to profile vcard and adjust switch colors for better visibility
2023-11-15 22:11:20 +00:00
Mario
402bf395d1
bump dev version
2023-11-10 08:25:10 +00:00
Mario
9a45938fe6
run composer dump-auotoload
2023-11-10 08:20:57 +00:00
Mario
d963e4a2c4
version and strings
2023-11-10 08:15:57 +00:00
Mario
1063a67ae2
a possible fix for issue #1816
2023-11-09 21:37:28 +00:00
Mario
602ef883bb
version
2023-11-09 21:00:52 +00:00
Mario
aad6042d42
DB Update 1259
2023-11-09 20:09:49 +00:00
Mario
85d8c1a97e
some low level work on native repeats
2023-11-09 19:32:29 +00:00
Mario
547e6542ba
move color_mode related code to theme_init.php
2023-11-07 10:09:31 +00:00
Mario
f74044f9b0
Merge branch 'owa_improvement' into 'dev'
...
work with Mastodon-style keyId
See merge request hubzilla/core!2060
2023-11-07 08:46:15 +00:00
Mario
42651707f8
check if required keys are set
2023-11-07 08:40:34 +00:00
Mario
95c13eaf5a
remove logging
2023-11-07 08:34:13 +00:00
Mario
c74068ae4d
libzot: correctly attribute streams repeats
2023-11-07 08:33:22 +00:00
Mario
ca92dd0299
bbcode: do not overrule default list style
2023-11-07 08:30:27 +00:00
Mario
798f791b6b
simplepie: fix fatal error with php 8.2 - issue is filed upstream but probably will not be fixed any time soon
2023-11-07 08:28:42 +00:00
Mario
331622309f
if channel is not defined we need to provide an empty array
2023-11-01 15:47:16 +00:00
Mario
4f334525c2
only show tools to creators if they still have perms
2023-11-01 15:38:53 +00:00
Mario Vavti
82e704ec5b
remove the directory updates entry if the channel was removed
...
(cherry picked from commit 67aaa97904 )
2023-10-26 14:08:33 +00:00
Mario Vavti
67aaa97904
remove the directory updates entry if the channel was removed
2023-10-26 16:06:15 +02:00
Mario
4f55248a6c
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2023-10-25 13:06:24 +00:00
Mario
61b46f1a3e
add stats logging to zotfinger
2023-10-25 13:05:56 +00:00
Mario Vavti
286104a988
slightly less noise when logging normal
2023-10-25 14:45:26 +02:00
Mario Vavti
8ea6ead08a
use Activity::get_actor() which will check for the cache record in xconfig before fetching
2023-10-21 21:42:14 +02:00
Mario
bd9cc23681
update logger statements
2023-10-20 09:30:52 +00:00
Mario
f2d7298cf4
check if we have the record in the short time cache before actually fetching it
2023-10-20 09:30:29 +00:00
Mario
da636ca881
css fix
2023-10-20 09:27:53 +00:00
Mario
39bfa30185
css fix
2023-10-19 11:27:50 +00:00
Mario
d7c005a2f1
refactor actor_store()
2023-10-19 06:59:13 +00:00
Mario
763b69bf5b
enable reset button in mod rpost
2023-10-12 08:39:18 +00:00
Mario
2f2e353ece
use new lang detect library which supports much more languages
2023-10-07 16:00:34 +00:00
Mario Vavti
0092b7c0a4
should be tinyint instead of numeric for mysql
2023-10-06 14:28:59 +02:00
Mario Vavti
9f48109640
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2023-10-06 14:24:51 +02:00
Mario Vavti
b976adb8aa
add missing columns in install script
2023-10-06 14:24:33 +02:00
Mario
fe38c81e07
use the correct variable
2023-10-06 08:50:11 +00:00
Mario
fed9bc7072
use encode_person() instead of plain xchan_url since the function makes some special effort to determine the real actor id
2023-10-06 08:49:36 +00:00
Mario
044e252d19
composer update html to markdown
2023-10-05 11:35:02 +00:00
Mario
6920fb2793
composer update oauth2 server
2023-10-05 11:33:28 +00:00
Mario
3d1171de8d
composer update smarty
2023-10-05 10:24:46 +00:00
Mario
6e09754d06
rever iconv in gitlab ci
2023-10-05 10:20:03 +00:00
Mario
32f2de17d4
composer update bootstrap
2023-10-05 10:17:07 +00:00
Mario
600e8081a8
fix regression
2023-10-05 09:29:53 +00:00
Mario
59fd7c3c9a
css fix
2023-10-04 19:15:53 +00:00
Mario Vavti
7e70fe1126
bump version
2023-10-04 21:01:30 +02:00
Mario Vavti
5265c774ae
move right aside into bottom of left aside if screen width is < 1200px
2023-10-04 21:00:00 +02:00
Mario Vavti
d1421d720c
parse the event object in first place and use the body bbcode as backup
2023-10-04 20:11:05 +02:00
Pascal
2bd09d3b30
work with Mastodon-style keyId
2023-10-04 17:00:19 +02:00
Mario
56e54ac820
if the item is sourced and provides an event add it to the calendar
2023-09-28 16:55:49 +00:00
Mario
08d85798ed
since the activity filter widget requires the network module we can link to the module directly so that it will work as quicklink widget in other modules
2023-09-27 13:27:35 +00:00
Mario
38c2b36606
ÅÅfix narrow navbar
2023-09-25 20:00:33 +00:00
Mario
01b747287a
fix php warnings
2023-09-22 09:24:04 +00:00
Mario
c925e13e5a
cleanup and warnings
2023-09-21 14:47:56 +00:00
Mario
1ced89a869
fix javascript error
2023-09-21 09:14:15 +00:00
Mario
a5e32dc3de
more deprecate $a
2023-09-21 08:34:02 +00:00
Mario
150174c3bb
jsonld: return object instead of json string
2023-09-21 08:33:17 +00:00
Mario
601ee0b40b
only show theme switch icon if switching is supported by the theme
2023-09-21 08:31:53 +00:00
Mario
9627c3e7c8
store the actor cache date so we can easily invalidate it after a period of time
2023-09-21 06:14:24 +00:00
Mario
d88c67eba3
deprecate the ancient $a variable
2023-09-20 10:45:33 +00:00
Mario
bb38a90dda
use small profile images instead of medium
2023-09-17 13:35:55 +00:00
Mario
c36743f7ee
css fixes
2023-09-16 19:17:02 +00:00
Mario
860275f888
typo
2023-09-16 18:37:34 +00:00
Mario
670228ff63
more changelog
...
(cherry picked from commit 4338e4ef86 )
2023-09-16 20:16:59 +02:00
Mario
4338e4ef86
more changelog
2023-09-16 18:16:13 +00:00
Mario
dbc712c53c
version 8.6.3
2023-09-16 18:02:22 +00:00
Mario
bb6011ea73
Revert "version 8.6.3"
...
This reverts commit 1915f34de8
2023-09-16 18:00:42 +00:00
Mario
1915f34de8
version 8.6.3
2023-09-16 17:59:31 +00:00
Mario
675f26fe90
changelog
...
(cherry picked from commit 491e309911 )
2023-09-16 19:58:52 +02:00
Mario
491e309911
changelog
2023-09-16 17:55:59 +00:00
Mario
283d27c5b1
css fix
2023-09-16 11:35:41 +00:00
Mario
24d862c1bc
fix regression in jsonld_document_loader()
...
(cherry picked from commit 3708c1ac8c )
2023-09-16 13:26:38 +02:00
Mario
3708c1ac8c
fix regression in jsonld_document_loader()
2023-09-16 10:51:28 +00:00
Mario
df60be423a
redbasic: add functions for reference
2023-09-15 13:50:19 +00:00
Mario
a1e583129f
more type checking
...
(cherry picked from commit a06b28b693 )
2023-09-15 15:46:15 +02:00
Mario
a06b28b693
more type checking
2023-09-15 13:45:24 +00:00
System user; apache
198070700c
only select the required fields to prevent memory exhaustion on big result sets
...
(cherry picked from commit 3a01aa40d8 )
2023-09-15 15:32:38 +02:00
System user; apache
3a01aa40d8
only select the required fields to prevent memory exhaustion on big result sets
2023-09-15 15:28:13 +02:00
Mario
b628af2258
allow themes to manipulate app icons (photos) via a hook
2023-09-15 06:55:27 +00:00
Mario
0cb5d0d63e
also look for widgets in view/theme/themename/widget
2023-09-14 12:30:14 +00:00
Mario
526c85e2ca
fix minor regression after recent changes
2023-09-14 10:00:24 +00:00
Mario
8a21c8e618
more theme fixes
2023-09-13 20:56:27 +00:00
Mario
8d3d5747d2
more theme fixes
2023-09-13 16:31:38 +00:00
Mario
f1f1406596
revert extra padding
2023-09-13 15:53:40 +00:00
Mario
9e42be9884
theme fixes
2023-09-13 15:51:10 +00:00
Mario
75e75b93cf
an attempt to cache seen item mids for the purpose that we can hide seen pubstream items from the notifications - might revert if it turns out that it does not scale
2023-09-10 19:09:55 +00:00
Mario
0e8ecbc9fc
theme fixes to make a barebones theme work slightly better
2023-09-10 08:00:18 +00:00
Mario
a88236b36f
possible fix for item widget not respecting ACL if added by title - issue #1799
2023-09-09 18:52:30 +00:00
Mario
df06c54bd2
Merge branch 'translations/update-norwegian-bokmål-strings' into 'dev'
...
Update translations for Norwegian Bokmål.
See merge request hubzilla/core!2059
2023-09-09 18:02:52 +00:00
Mario
f2d88387c9
Merge branch 'redbasic/fix-darktheme-colorbox' into 'dev'
...
redbasic: Use body background color for colorboxes.
See merge request hubzilla/core!2058
2023-09-09 18:01:00 +00:00
Mario
db4c6bbd3b
Merge branch 'cherry-pick-847732bd-2' into 'dev'
...
Update Spanish strings
See merge request hubzilla/core!2057
2023-09-09 17:59:48 +00:00
Harald Eilertsen
c8e7f79f50
Update translations for Norwegian Bokmål.
2023-09-09 15:41:18 +02:00
Mario
1157dc7dc8
make sure to set the other relevant dates aswell to omit discrepancies if they would be set a splitsecond later when we store the item
2023-09-07 19:55:15 +00:00
Harald Eilertsen
c12833521f
Transparent background for colorbox controls icons.
...
This makes it blend in better when using dark style. I've kept the
actual button/control colours unchanged though.
2023-09-07 20:34:40 +02:00
Harald Eilertsen
5d9346999e
redbasic: Use body background color for colorboxes.
...
Typically (only?) used by the "view source" function.
2023-09-07 13:30:58 +02:00
mjfriaza:4GF~eYj,-iAv
52c0631833
Update Spanish strings
...
(cherry picked from commit 847732bd8ac4b79f206981af7d90f183ee8ea58a)
2023-09-02 16:37:25 +02:00
Mario
e16aefec2c
call init allthough it does not contain anything atm. it will set up things we need later e.g. App::$page["htmlhead"] and php will raise a warning if it does not exist. Also minor cleanup
2023-08-30 08:44:18 +00:00
Mario
053a247cc8
work around sabre caldav php warnings
2023-08-28 08:11:32 +00:00
Mario
1426b7a6dc
order by hubloc_id like everywhere else for this reason and do not include deleted hublocs
2023-08-27 20:29:30 +00:00
Mario
ec66949b35
version 8.6.2
2023-08-27 19:06:14 +00:00
Mario
bc9d8d1136
changelog
2023-08-27 19:03:21 +00:00
Mario
542a527d0d
changelog
2023-08-27 19:02:55 +00:00
Mario Vavti
5e0c392287
test refactor the previous commit
...
(cherry picked from commit 0a3094fc9a )
2023-08-27 20:01:01 +02:00
Mario Vavti
05ff94941c
allow public stream comments/reactions if item_fetched is set, when fetching parent of a reaction fetch the thr_parent
...
(cherry picked from commit 816bbad28a )
2023-08-27 20:00:30 +02:00
Mario
a27d75d610
fix notification text for likes in cases where obj.actor is not set
...
(cherry picked from commit ce4150cd06 )
2023-08-27 19:59:24 +02:00
Mario
446e842904
make sure that we allow "0" as pathname
...
(cherry picked from commit be19b75031 )
2023-08-27 19:58:55 +02:00
Mario
ba153e2c18
mising pdl file
...
(cherry picked from commit 2d5c99f459 )
2023-08-27 19:58:07 +02:00
Mario
3342ea6891
fix unable to create folders with name 0
...
(cherry picked from commit c4af4e3297 )
2023-08-27 19:57:01 +02:00
Mario
8c3d5fd295
fix index name mixup
...
(cherry picked from commit 1acfc05e2d )
2023-08-27 19:56:26 +02:00
Mario
5fc58fb10a
missing semicolon
...
(cherry picked from commit b40c38f58c )
2023-08-27 19:56:10 +02:00
Mario
4e2ae9cd4e
remove unused variable
...
(cherry picked from commit 0ec715d7c9 )
2023-08-27 19:55:49 +02:00
DM42.Net Hubzilla Development
4167ca2e5c
Fix Typo
...
(cherry picked from commit 3bd2a91992 )
2023-08-27 19:55:23 +02:00
Mario
9b3e9dcf02
fix cached jsonld files fetched via network
2023-08-27 17:53:40 +00:00
Mario
f203fcc92e
more performance improvements
...
(cherry picked from commit 4b1384be83 )
2023-08-27 19:50:39 +02:00
Mario
0b20069c20
move trigger out of the loop for better performance and some var -> let
2023-08-27 17:49:52 +00:00
Mario
bad7b778b3
fix php warning
2023-08-27 17:48:10 +00:00
Mario
f89ce93940
ignore internal follow activity
...
(cherry picked from commit 7200c71673 )
2023-08-27 19:45:51 +02:00
Mario
1ddbc8a26d
fix admin table highlight by adding the correct classes
...
(cherry picked from commit c412c01a65 )
2023-08-27 19:43:09 +02:00
Mario Vavti
0a3094fc9a
test refactor the previous commit
2023-08-21 10:45:12 +02:00
Mario Vavti
816bbad28a
allow public stream comments/reactions if item_fetched is set, when fetching parent of a reaction fetch the thr_parent
2023-08-21 10:07:51 +02:00
Mario
ce4150cd06
fix notification text for likes in cases where obj.actor is not set
2023-08-19 08:55:17 +00:00
Mario
be19b75031
make sure that we allow "0" as pathname
2023-08-15 12:05:50 +00:00
Mario
3ddab5966b
only try to fetch the icon if we actually got one
2023-08-14 18:13:58 +00:00
Mario
2d5c99f459
mising pdl file
2023-08-14 09:40:51 +00:00
Mario
a5a1bbf5d7
move profile photo fetching to background
2023-08-14 09:21:45 +00:00
Mario
c4af4e3297
fix unable to create folders with name 0
2023-08-14 08:17:47 +00:00
Mario
1acfc05e2d
fix index name mixup
2023-08-14 07:58:44 +00:00
Mario
b40c38f58c
missing semicolon
2023-08-14 07:38:36 +00:00
Mario
87c41cb9ac
Merge branch 'DM42-Manifest-Typo-20230725' into 'dev'
...
Fix Typo
See merge request hubzilla/core!2055
2023-08-11 09:03:29 +00:00
Mario
0ec715d7c9
remove unused variable
2023-08-09 08:18:27 +00:00
Mario
e6a261a789
now all acl fields are checked. if they are not complete the check will fail
2023-08-09 08:01:18 +00:00
DM42.Net Hubzilla Development
3bd2a91992
Fix Typo
2023-07-25 09:07:32 -04:00
Mario
c721bc672c
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2023-07-21 12:07:57 +00:00
Mario
931b876b44
fix cached jsonld files fetched via network
2023-07-21 12:07:17 +00:00
Mario
87b91e5023
Merge branch 'DM42-20230718-fixjsonldrawfile' into 'dev'
...
add .jsonld to the list of allowed file suffixes for direct download. Fixes...
See merge request hubzilla/core!2053
2023-07-21 10:02:41 +00:00
Mario
4b1384be83
more performance improvements
2023-07-21 08:17:45 +00:00
Mario
8da6e6a096
move trigger out of the loop for better performance and some var -> let
2023-07-20 19:20:56 +00:00
Mario
5181e575b4
fix accesslist in two cases
2023-07-20 11:46:40 +00:00
Mario
ca994735be
Merge branch 'zotlabs/improve-access-list-type-safety' into 'dev'
...
Zotlabs: Improve type safety for AccessList class.
See merge request hubzilla/core!2052
2023-07-20 09:05:42 +00:00
Harald Eilertsen
718c303086
Zotlabs: More type safety for AccessList class.
...
Add more type declarations to class attributes and functions.
This should ensure that only strings and null values can be assigned to
the various access list members. This is still a bit loose, as we should
probably aim for lists of channel or group id's instead of a generic
type like a string.
I'll leave that for later, though.
2023-07-19 20:19:00 +02:00
Mario
7200c71673
ignore internal follow activity
2023-07-19 12:52:41 +00:00
DM42.Net Hubzilla Development
14c97799c6
add .jsonld to the list of allowed file suffixes for direct download. Fixes 404 error when trying to get /library/w3org/security-v1.jsonld and /library/w3org/activitystreams.jsonld
2023-07-18 14:34:10 -04:00
Harald Eilertsen
a06e8bfaee
Zotlabs: Improve type safety for AccessList class.
...
Add type annotations for constructor and set* methods, and throw an
exception if the passed in arrays are missing required keys. This means
that both invalid input types and missing keys will throw and exception
rather than just die with a runtime error.
There's not checks to verify that the contents of the required array
keys are valid or make sense, though. They are just assigned, and
returned as is by the get method when requested.
Also, the set_from_array method is not well tested at the moment.
2023-07-18 20:18:42 +02:00
Mario
7dad60bbd5
version 8.6.1
2023-07-18 13:09:56 +00:00
Mario
a66b4626fb
changelog
...
(cherry picked from commit 330add963d )
2023-07-18 15:08:07 +02:00
Mario
330add963d
changelog
2023-07-18 13:04:34 +00:00
Mario
da1ccc620b
Merge branch 'DM42-20230717-fixfatalerron304' into 'dev'
...
Skip logging when DB functions are not yet loaded (logging requires db lookup).
See merge request hubzilla/core!2051
2023-07-18 11:12:11 +00:00
Mario
c412c01a65
fix admin table highlight by adding the correct classes
2023-07-18 11:00:21 +00:00
Mario
74d7fa61d9
fix hcard addon regression
...
(cherry picked from commit ef6ea4484e )
2023-07-18 12:11:50 +02:00
Mario
ef6ea4484e
fix hcard addon regression
2023-07-18 09:57:38 +00:00
DM42.Net Hubzilla Development
ba2d775215
Skip logging when DB functions are not yet loaded (logging requires db lookup).
2023-07-17 20:34:16 -04:00
Mario
f866771854
Merge branch 'tests/cleanup-unit-tests' into 'dev'
...
Cleanup unit tests
See merge request hubzilla/core!2049
2023-07-17 08:43:08 +00:00
Mario
70b8c57d22
basic per item rtl language support - issue ##1780
2023-07-13 09:47:50 +00:00
Harald Eilertsen
b04e0d0fd4
tests: AccessListTest expand is_private test.
2023-07-12 21:57:27 +02:00
Harald Eilertsen
3f9d5e11d1
tests: AccessListTest move type annotation to code
...
This cleans up the doc comment. Should probably try to do this
everywhere.
2023-07-12 21:56:09 +02:00
Harald Eilertsen
09fe271b25
tests: AccessListTests nitpicking on doc comment.
2023-07-12 21:39:37 +02:00
Harald Eilertsen
d5c1a49984
tests: AccessListTest collect defaults in one testcase.
...
Just no need to have them spread around in various other tests cases.
2023-07-12 21:38:10 +02:00
Harald Eilertsen
e80d3653c9
test: Enable and cleanup GetTagsTest.
...
These tests actually tests both the get_tags() function, and the
handle_tags() function. The latter don't work, and should probably be
split into it's own test cases.
There's also some stubs here that we may want to deal with in another
way.
Also removed meaningless "test" of intval() builtin function. It behaves
as documented, no need for us to test it.
2023-07-12 20:42:37 +02:00
Harald Eilertsen
30b0d0a5cc
tests: Cleanup ContainsAttribute test.
...
Mostly cosmetic to satisfy phpcs + remove explicit require.
2023-07-12 20:42:37 +02:00
Harald Eilertsen
9beceb9b02
tests: Cleanup Autoname test.
...
Not sure if this test is actually useful, but leave it for now.
2023-07-12 20:42:37 +02:00
Harald Eilertsen
6f13cabfba
tests: Don't explicitly require CUT in AntiXSSTest.
...
Rely on PHPUnit config to load the app and the code under test.
2023-07-12 20:42:37 +02:00
Harald Eilertsen
7bd2de9967
unit-tests: There's no need to test builtin func hex2bin
2023-07-12 20:42:37 +02:00
Harald Eilertsen
b0b0973e2d
unit tests: Cosmetic fixes in AntiXSSTest.php
...
- Start comments with capital letter
- Fix indentation
- Add missing doc comments
2023-07-12 20:42:36 +02:00
Mario
3d866e8975
update date
2023-07-11 19:55:08 +00:00
Mario
63fb8d0392
Merge branch '8.6RC'
2023-07-11 18:57:18 +00:00
Mario
384de0925e
version 8.6
2023-07-11 18:56:21 +00:00
Mario
5b5c569c82
RC2
2023-07-05 10:06:57 +00:00
Mario
6f2371ee74
changelog
2023-07-05 10:05:38 +00:00
Mario
d6e7d90197
fix regression after recent changes
2023-07-05 09:29:33 +00:00
Mario
aa73db0fe6
bump dev version
2023-07-04 18:05:37 +00:00
Mario
d85088fc3d
version and strings
2023-07-04 18:00:33 +00:00
Mario
7e21aeedcd
css fix
2023-07-04 17:51:16 +00:00
Mario
342460fa17
css fixes
2023-07-04 11:19:04 +00:00
Mario
e57211fbd1
also filter deleted hublocs
2023-07-04 09:07:39 +00:00
Mario
d31eb4c89c
update fullcalendar
2023-07-04 08:47:22 +00:00
Mario
6753d260e4
do not linkify in nobb and noparse tags - issue #1776
2023-07-04 08:05:00 +00:00
Mario
a3092204a1
fix issue #1771
2023-07-03 18:35:10 +00:00
Mario
10b49af776
fix php warning
2023-07-03 12:42:46 +00:00
Mario
3497ced9f9
Ãfix php warning
2023-07-03 10:49:34 +00:00
Mario
7a0f22b0a7
make sure to return infos from current hub where applicable - fix issue #1770
2023-07-03 10:37:32 +00:00
Mario
4f03272a5f
unify code for selecting deliverable abook xchans
2023-07-01 11:03:26 +00:00
Mario
7755936a2e
remove unused pseudo abook code
2023-06-29 12:31:32 +00:00
Mario
9f6844ec30
pass $escape to stringify_array_elms()
2023-06-29 11:43:02 +00:00
Mario
c2952aa803
make sure to not allow moderation of poll answers
2023-06-29 11:29:48 +00:00
Mario
8f7383f5c2
text
2023-06-28 12:05:55 +00:00
Mario
750641ef19
implement inline moderation of reactions
2023-06-27 14:53:23 +00:00
Mario
fb48dfc082
bump version
2023-06-24 21:30:39 +00:00
Mario
1de5bce1c1
remove logging
2023-06-24 21:00:24 +00:00
Mario
676603239d
Merge branch 'cherry-pick-1baa3489' into 'dev'
...
Update Spanish translation-2
See merge request hubzilla/core!2048
2023-06-23 12:39:19 +00:00
Mario
4c87f36a8c
bump version
2023-06-23 12:37:07 +00:00
Mario
12b2137a04
fix relaying and syncing in Activity::drop(), change wording for moderation request notices and redirect moderation request for reactions to mod moderate
2023-06-23 12:35:41 +00:00
mjfriaza
762e1c9c2b
Update Spanish translation-2
...
(cherry picked from commit 1baa34894f6799cac3d973db8c1205239ad6179b)
2023-06-23 13:44:18 +02:00
Mario
cd26ead043
implement optional moderation of unsolicited comments, minor css fixes and some more work on ocap
2023-06-23 09:13:51 +00:00
Mario
6a560cfec4
always check pageflags otherwise site specific flags will be overwritten when a sync package arrives from a clone that has no flags for this channel - fix issue #1769
2023-06-21 09:20:25 +00:00
Mario
489ba72d5c
fix issues in mod oep
2023-06-19 19:47:01 +00:00
Mario Vavti
5df9779669
make sure to use the correct url
2023-06-18 22:27:33 +02:00
Mario
e49d2f6b8f
remove deprecated templates
2023-06-18 09:20:57 +00:00
Mario
9550a7a954
more html fix
2023-06-18 09:02:10 +00:00
Mario
d9f855b97e
fix bogus html
2023-06-18 09:00:54 +00:00
Mario
e275dae6e3
use function to get actor hublocs
2023-06-18 08:43:05 +00:00
Mario
88ccc2a3b9
bump version
2023-06-17 07:59:16 +00:00
Mario
84487edc05
undefined variable and return null in fetch_local if we did not find anything (we also return null in fetch)
2023-06-16 12:27:08 +00:00
Mario
7177649969
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2023-06-16 12:16:47 +00:00
Mario
18b7b3f125
deprecate ActivityStreams::fetch() and provide the possibility to fetch local items directly
2023-06-16 12:16:22 +00:00
Mario
89c7e1a8ee
Merge branch 'help' into 'dev'
...
typo in hooklist.bb
See merge request hubzilla/core!2042
2023-06-15 20:41:06 +00:00
Mario
774a9b118e
Merge branch 'make-unit-tests-pass' into 'dev'
...
Make unit tests pass
See merge request hubzilla/core!2041
2023-06-15 20:40:28 +00:00
Mario
327841280b
Merge branch 'dev' into 'dev'
...
Simplified version auf automated install script
See merge request hubzilla/core!2040
2023-06-15 20:36:22 +00:00
OJ Random
1e0a686561
Simplified version auf automated install script
2023-06-15 20:36:20 +00:00
OJ Random
96883100b4
typo in hooklist.bb
2023-06-15 19:19:08 +02:00
Harald Eilertsen
1fcb05ed8c
Unit tests: Update Markdown tests to reflect that it works.
2023-06-14 23:02:13 +02:00
Harald Eilertsen
8c85516c57
Unit tests: Book Hubzilla to make app env available in tests.
...
Not quite unit test clean, but a somewhat pragmatic approach to make the
tests pass as is.
2023-06-14 23:00:44 +02:00
Mario
6989a3eaad
fix string replacement if a match is available more than once
2023-06-12 19:05:37 +00:00
Mario
57796a2f96
only remove the owner from delivery if its their post and minor cleanup
...
(cherry picked from commit 59b217f7ea )
2023-06-12 10:17:17 +02:00
Mario
59b217f7ea
only remove the owner from delivery if its their post and minor cleanup
2023-06-12 08:13:42 +00:00
Mario
fb9a193c44
do not add deleted xchans for poco
2023-06-08 16:24:02 +00:00
Mario
2739f1f3f0
remove logging
2023-06-08 15:34:00 +00:00
Mario
0c2cb18578
shuffle queue deliveries for more randomness
2023-06-08 15:33:02 +00:00
Mario
db2c5aae84
bump version
2023-06-02 19:56:50 +00:00
Mario
aa2cec103b
Merge branch 'dev' into 'dev'
...
Update 'full' and 'minimal' layouts to use color_mode functionality
See merge request hubzilla/core!2039
2023-06-02 19:54:59 +00:00
ivan zlax
a532a70ac0
Update 'full' and 'minimal' layouts to use color_mode functionality
2023-06-02 19:54:59 +00:00
Mario
ec6cec8854
even more changelog
...
(cherry picked from commit 3fb22d27ab )
2023-06-02 21:47:41 +02:00
Mario
3fb22d27ab
even more changelog
2023-06-02 19:46:49 +00:00
Mario
1cbaab5889
more changelog
...
(cherry picked from commit fef19b47c2 )
2023-06-02 21:39:27 +02:00
Mario
fef19b47c2
more changelog
2023-06-02 19:38:46 +00:00
Mario
5126613825
update bootstrap to version 5.3
2023-06-02 19:35:23 +00:00
Mario
07097d2fa3
version 8.4.2
2023-06-02 19:27:36 +00:00
Mario
8c9fb32ca0
changelog
...
(cherry picked from commit 68d921e918 )
2023-06-02 21:26:22 +02:00
Mario
68d921e918
changelog
2023-06-02 19:25:49 +00:00
Mario
330b36159d
work around hubloc confusion in mod rmagic
...
(cherry picked from commit 02089f15c4 )
2023-06-02 21:18:52 +02:00
Mario
046152e798
improved unseen forums notification
...
(cherry picked from commit 6a27afa6ac )
2023-06-02 21:18:30 +02:00
Mario
11ca5bb7d5
owa: workaround for friendica when using nginx until this will be fixed at their side and check prrofile uid for features instead of local channel
...
(cherry picked from commit 423fdc0a96 )
2023-06-02 21:16:56 +02:00
Mario
e0838ff8ab
fix wrong array key
...
(cherry picked from commit 11a2419c22 )
2023-06-02 21:13:31 +02:00
Mario
11a2419c22
fix wrong array key
2023-06-02 19:10:53 +00:00
Mario
f3420c0adb
bump version
2023-06-02 18:30:04 +00:00
Mario
bd84ff4838
update bootstrap to version 5.3
2023-06-02 16:36:57 +00:00
Mario
87689df062
even more adjust text
2023-06-02 15:59:26 +00:00
Mario
1bfbd57ee4
more adjust text
2023-06-02 15:34:06 +00:00
Mario
64d7585282
adjust text
2023-06-02 15:29:24 +00:00
Mario
0ee03a565f
remove custom acl from rpost
2023-06-02 12:02:50 +00:00
Mario Vavti
1b0e268416
fix theme_attachments()
...
(cherry picked from commit 65a472c113 )
2023-06-02 13:35:39 +02:00
Mario
0e8d1afcaf
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2023-06-02 11:34:08 +00:00
Mario
48a33f08e2
ocap initial checkin
2023-06-02 11:33:44 +00:00
Mario Vavti
f9ca956510
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2023-06-02 13:30:36 +02:00
Mario Vavti
65a472c113
fix theme_attachments()
2023-06-02 13:30:21 +02:00
Mario
4b17ea04a7
add owner and author to item_permissions_sql()
2023-06-01 10:15:35 +00:00
Mario
423fdc0a96
owa: workaround for friendica when using nginx until this will be fixed at their side and check prrofile uid for features instead of local channel
2023-06-01 08:15:33 +00:00
Mario
396b124e84
do not parse x-multicode as bbcode
2023-05-30 09:11:30 +00:00
Mario
6a27afa6ac
improved unseen forums notification
2023-05-30 08:59:29 +00:00
Mario
b9812ba06a
update composer libs
2023-05-30 08:36:17 +00:00
Mario
bc6aded074
fix a possible privacy mismatch
2023-05-29 18:16:38 +00:00
Mario
904401617a
mod magic make a get request instead of post and remove digest header
2023-05-26 10:17:53 +00:00
Mario
02089f15c4
work around hubloc confusion in mod rmagic
2023-05-26 08:19:34 +00:00
Mario
43a18a2569
update description
2023-05-25 09:01:29 +00:00
Mario
4c2dc2bf16
Merge branch 'dev' into 'dev'
...
double columns templates
See merge request hubzilla/core!2035
2023-05-25 08:53:03 +00:00
ivan zlax
e6eb2a8476
double columns templates
2023-05-25 08:53:03 +00:00
Mario
af5ae163f3
more fixes for where keyId = acct:xxx@yyy.zz
2023-05-25 08:18:16 +00:00
Mario
d00860430f
owa fixes for where keyId = acct:xxx@yyy.zz
2023-05-25 08:03:10 +00:00
Mario
af0b4a0fca
return hubloc_hash instead of hubloc_id_url for AP and improved check for location
2023-05-24 09:08:32 +00:00
Mario
404189f88c
backgound url must be between quotation marks
2023-05-20 17:38:37 +00:00
Mario
1a27fad9b9
backgound url must be between quotation marks
2023-05-20 12:40:28 +00:00
Mario
c2cfe481df
version 8.4.1
2023-05-20 09:28:32 +00:00
Mario
3a56fb6ec6
Merge branch 'dev'
2023-05-20 09:27:45 +00:00
Mario
61950decb3
changelog
2023-05-20 09:27:31 +00:00
Mario
1a614ea023
instead of setting the value to 0 just continue so that already existing values will not be overwritten
2023-05-19 13:17:45 +00:00
Mario
a83b6a5e63
instead of setting the value to 0 just continue so that already existing values will not be overwritten
2023-05-19 13:16:53 +00:00
Mario
65d98af24c
Merge branch '8.4RC'
2023-05-17 13:28:23 +00:00
Mario
62d35627f3
version 8.4
2023-05-17 13:28:05 +00:00
Mario
84f1ed1587
Merge branch 'dev' into 8.4RC
2023-05-17 13:26:01 +00:00
Mario
31b4fb343d
changelog
2023-05-17 13:25:33 +00:00
Mario
3c3f5c60da
changelog
2023-05-16 09:26:45 +00:00
Mario
18914f2081
Merge branch 'dev' into 8.4RC
2023-05-15 08:04:02 +00:00
Mario
b50da2d8b7
fix parent_mid and thr_parent not set correctly for response activities
2023-05-15 08:03:27 +00:00
Mario
5bdd699c9d
Merge branch 'dev' into 8.4RC
2023-05-13 19:52:52 +00:00
Mario
29e8e6d95c
fix parent and parent_mid for likes
2023-05-13 19:51:25 +00:00
Mario Vavti
049fc91615
Merge branch 'dev' into 8.4RC
2023-05-13 21:38:08 +02:00
Mario Vavti
b7c96f2cbd
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2023-05-13 21:37:45 +02:00
Mario Vavti
1e6408df13
fix regression decoding the uuid for responses
2023-05-13 21:37:33 +02:00
Mario
7b90548c1d
save a query
2023-05-12 17:45:30 +00:00
Mario
5d330e18ff
save a query
2023-05-12 16:29:42 +00:00
Mario
07662ff076
Merge branch 'dev' into 8.4RC
2023-05-12 08:02:19 +00:00
Mario
9252ae1596
css fixes
2023-05-12 08:01:25 +00:00
Mario
0155e9131d
remove outdated comments
2023-05-11 12:51:25 +00:00
Mario
247cf40ace
bump version
2023-05-10 20:45:33 +00:00
Mario
4a6b450c55
Merge branch 'dev' into 8.4RC
2023-05-10 20:44:43 +00:00
Mario
5b80d57a54
php warning
2023-05-10 20:40:10 +00:00
Mario
8ac4547e73
php warnings
2023-05-10 20:33:38 +00:00
Mario
3658975b69
typo
2023-05-10 20:22:18 +00:00
Mario
abc3545ef9
use act->objprop() in decode_note()
2023-05-10 20:11:54 +00:00
Mario
01f8cb698d
check if we have a type and a href
2023-05-10 18:38:43 +00:00
Mario
5e4d0f45fc
check if var is set and escape $ sign in ru translation
2023-05-10 16:43:00 +00:00
Mario
efd2f78274
check if var is set and escape $ sign in ru translation
2023-05-10 16:42:12 +00:00
Mario
690ff955fa
Merge branch 'dev' into 8.4RC
2023-05-10 16:09:36 +00:00
Mario Vavti
3fb27bdc55
fix query for postgres
2023-05-10 18:04:19 +02:00
Mario
d8306fca6f
Merge branch 'dev' into 8.4RC
2023-05-10 12:05:15 +00:00
Mario Vavti
380775540d
missing function
2023-05-10 14:03:37 +02:00
Mario Vavti
65e3b0dafd
deal with arrays and json
2023-05-10 13:53:03 +02:00
Mario
4ae81d753c
Merge branch 'dev' into 8.4RC
2023-05-10 08:16:09 +00:00
Mario
0f01aac823
wording
2023-05-10 08:15:21 +00:00
Mario
ce0a96351e
make sure we have a xchan and a hubloc - otherwise re-discover
2023-05-10 08:14:51 +00:00
Mario
93dda6f1fd
Merge branch 'dev' into 8.4RC
2023-05-09 09:20:48 +00:00
Mario
5e83db959e
more changelog
2023-05-09 09:20:21 +00:00
Mario
74436eb03e
Merge branch 'dev' into 8.4RC
2023-05-09 09:08:06 +00:00
Mario
993178fc49
changelog
2023-05-09 09:07:32 +00:00
Mario
1c217cf446
es translation as per manuel
2023-05-09 07:58:41 +00:00
Mario
0bf2be1f9d
Merge branch 'owa-compat-friendica' into 'dev'
...
Owa compatibility for Friendica
See merge request hubzilla/core!2036
2023-05-09 07:50:30 +00:00
Pascal Deklerck
548589be4d
Owa compatibility for Friendica
2023-05-09 07:48:52 +00:00
Max Kostikov
697a1b1ed1
Merge branch 'dev' into 'dev'
...
Update Russian translation
See merge request hubzilla/core!2037
2023-05-08 12:44:18 +00:00
Max Kostikov
d893c7eb33
Update Russian hstrings.php
2023-05-08 12:42:17 +00:00
Max Kostikov
8957d24752
Update Russian hmessages.po
2023-05-08 12:41:46 +00:00
Mario
677e730235
Merge branch 'dev' into 8.4RC
2023-05-07 14:25:17 +00:00
Mario
4227d973b9
missing class
2023-05-07 14:24:59 +00:00
Mario
06c0af50c3
Merge branch 'dev' into 8.4RC
2023-05-07 12:48:14 +00:00
Mario
4d3a48d1c1
cropper fixup
2023-05-07 12:47:13 +00:00
Mario
f6b66f4cad
Merge branch 'dev' into 8.4RC
2023-05-07 12:17:09 +00:00
Mario
a56f9ab4e6
more css and whitespace
2023-05-07 12:16:52 +00:00
Mario
ca913e5077
Merge branch 'dev' into 8.4RC
2023-05-07 12:04:54 +00:00
Mario
b25ebe12c5
more css
2023-05-07 12:03:42 +00:00
Mario
984980b170
version
2023-05-07 11:31:50 +00:00
Mario
be45005dbb
css fixes
2023-05-07 11:29:45 +00:00
Mario
b8c9f04989
bump version
2023-05-07 09:04:10 +00:00
Mario
bf2d41eb14
composer autoload
2023-05-07 08:46:28 +00:00
Mario Vavti
158f9afb37
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2023-05-07 10:42:10 +02:00
Mario Vavti
f884e31d21
composer autoload
2023-05-07 10:41:57 +02:00
Mario
d3a5ff9d68
version and strings
2023-05-07 08:39:59 +00:00
Mario Vavti
7185780d4e
h3 adds bottom margin - remove it
2023-05-07 10:30:34 +02:00
Mario Vavti
f995b2822f
exclude deleted hublocs
2023-05-07 10:03:27 +02:00
Mario Vavti
d7490ac738
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2023-05-07 09:52:38 +02:00
Mario Vavti
383d0e17f2
fix directory search
2023-05-07 09:52:27 +02:00
Mario
7c1a3ab36e
css fix
2023-05-07 07:11:54 +00:00
Mario
edc8d17031
slightly change online status display
2023-05-06 20:42:04 +00:00
Mario
f3f861234d
minor css fix
2023-05-06 20:28:29 +00:00
Mario
93278c00b7
update profile vcard to implement the cover image
2023-05-06 19:41:02 +00:00
Mario
5bbe93d49f
minor de strings update
2023-05-05 17:49:08 +00:00
Mario
21cd8d31d7
css fix
2023-05-05 17:46:53 +00:00
Mario
d649b4df28
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2023-05-05 16:10:12 +00:00
Mario
2bb9550343
slightly more robust get_quote_bbcode()
2023-05-05 16:09:53 +00:00
Mario Vavti
ef0feff4a5
Hidden > Spam
2023-05-05 12:33:39 +02:00
Mario
dfa43b4856
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2023-05-04 09:28:05 +00:00
Mario
a24a1ca6d7
update 1258 to remove traces of channelreputation
2023-05-04 09:27:31 +00:00
Mario Vavti
2d4b35fbc9
provide possibility to flag via ajax calls to prevent pageloads
2023-05-03 22:42:52 +02:00
Mario Vavti
57e2910477
flag new xtags with the xchan flag
2023-05-03 18:13:47 +02:00
Mario Vavti
ffbaa7e4dc
when flagging an entry also flag its xtags and improved keywords query in dirsearch
2023-05-03 15:25:47 +02:00
Mario
df42036100
make sure config.system.trusted_directory_servers is an array
2023-05-03 08:47:21 +00:00
Mario Vavti
ca9491d343
move trusted directory servers to security and implement in backend
2023-04-29 22:43:49 +02:00
Mario
96ae569eaf
trusted dir servers frontend
2023-04-29 19:38:34 +00:00
Mario Vavti
fb295d53f1
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2023-04-29 20:17:19 +02:00
Mario Vavti
95d07974f4
fix php warning
2023-04-29 20:13:52 +02:00
Mario
39d78064da
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2023-04-28 21:50:01 +00:00
Mario
a2bcbb90ed
fix regression decoding obj type
2023-04-28 21:44:12 +00:00
Mario
c31b37f570
bootstrap files
2023-04-28 19:23:28 +00:00
Mario
2a1341b910
update bootstrap
2023-04-28 19:02:23 +00:00
Mario Vavti
354e341d69
mastodon says hashtag is a subset of link - issue #1750
2023-04-28 12:50:57 +02:00
Mario Vavti
13946b2b76
fix and document edge case
2023-04-28 10:03:05 +02:00
Mario Vavti
29aa52df6a
fix poller after refactor
2023-04-28 09:29:15 +02:00
Mario Vavti
c3267a27d3
fix column name
2023-04-28 09:04:02 +02:00
Mario Vavti
3543e6dd32
slightly refactor dir sync
2023-04-28 08:57:21 +02:00
Mario Vavti
5412ba617d
more dir sync testing
2023-04-28 00:58:46 +02:00
Mario Vavti
1f81a2cb1b
remove updates entry if a xchan_hash mismatch is encountered
2023-04-27 22:54:45 +02:00
Mario Vavti
5da58d42f6
adjust args in libzotdir update and some dir sync fixes
2023-04-27 22:26:53 +02:00
Mario Vavti
299b6037c9
remove logging
2023-04-27 11:24:26 +02:00
Mario Vavti
1ed8b9dd14
fix php error
2023-04-27 11:17:53 +02:00
Mario Vavti
cf4912cb3d
use shorter strings
2023-04-27 11:08:21 +02:00
Mario Vavti
e6ec87f910
update doco and fix safemode
2023-04-27 11:00:43 +02:00
Mario Vavti
f72fb974a9
for flag updates also match site directory and ud host
2023-04-27 07:07:38 +02:00
Mario Vavti
bdb25315b6
initial commit for directory flags federation
2023-04-26 23:01:56 +02:00
Mario
60f0739c3e
update 1257 ud_guid > ud_host
2023-04-26 16:28:20 +00:00
Mario
0faab9277f
fix update
2023-04-26 16:09:14 +00:00
Mario Vavti
51fce12cd7
update 1256
2023-04-26 17:59:20 +02:00
Mario Vavti
d79290df75
dirsync update column
2023-04-26 17:58:35 +02:00
Mario Vavti
0bf65bcad5
remove rate entry and move ignore button to the right
2023-04-26 13:46:25 +02:00
Mario Vavti
44dbf19e89
wrong variable
2023-04-26 12:59:04 +02:00
Mario Vavti
469a76f1f6
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2023-04-26 12:50:56 +02:00
Mario Vavti
f851c272fa
enable dir admins to flag or hide entries
2023-04-26 12:50:37 +02:00
Mario
027a9fec61
fix potential security issue as per friendica
2023-04-26 06:28:24 +00:00
Mario
09fde2f839
correctly set some perms when our follow request was accepted
2023-04-25 08:36:20 +00:00
Mario
8a14e4261d
check for uuid so that will be also catch items that were posted from alternate locations
2023-04-23 18:44:39 +00:00
Mario
6c9f1de265
remove logging
2023-04-23 18:05:17 +00:00
Mario
3ad0179b62
fix regression when rendering event items
2023-04-23 16:07:57 +00:00
Mario Vavti
81f33da499
improved fetch_conversation()
2023-04-23 13:02:38 +02:00
Mario
80d70e64f5
bump version
2023-04-23 09:26:30 +00:00
Mario
eec4845cd0
add the conversation endpoint and implement paginated fetch for zot requests in mod item
2023-04-23 09:23:39 +00:00
Mario
b99a4ade1a
bump version
2023-04-21 10:39:17 +00:00
Mario
84e25e8fd2
Fetch conversations in the background. Otherwise it might sgnificantly delay delivery
2023-04-21 10:34:55 +00:00
Mario
39e14eb95c
hotfix: make sure to not pass an empty path to fopen()
2023-04-21 10:33:05 +00:00
Mario
f277d08244
queue and poller testing
2023-04-21 07:45:32 +00:00
Mario
d7c479fa6d
% values in format_poll() should be rounded
2023-04-19 11:01:49 +00:00
Mario Vavti
44e5dc7d97
bump version
2023-04-19 11:14:46 +02:00
Mario Vavti
fdd54057a8
also return deleted channels info in webfinger and document why
2023-04-19 11:12:35 +02:00
Mario Vavti
d43485141f
use empty for check
2023-04-16 20:12:04 +02:00
Mario Vavti
2350561903
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2023-04-16 17:13:00 +02:00
Mario Vavti
5674badccd
improved update_directory_entry(), update ud_last even if webfinger failed
2023-04-16 17:12:49 +02:00
Mario
a793f4414d
fix php warning
2023-04-16 13:47:48 +00:00
Mario
e99957f99f
fix php warning
2023-04-16 11:20:02 +00:00
Mario
ad5bbc463b
fix wrong variable
2023-04-16 10:59:26 +00:00
Mario
81993cf2a3
cleanup
2023-04-15 15:15:55 +00:00
Mario
5d40742ee6
fix wrong variable
2023-04-15 07:53:30 +00:00
Mario
1ce050d911
update es strings as per Manuel
2023-04-14 19:02:37 +00:00
Mario
8e7393fc26
update it string as per Giaco
2023-04-14 18:55:45 +00:00
Mario Vavti
ad45205ddf
this has been moved to cron for now
2023-04-14 10:45:01 +02:00
Mario Vavti
409e9208ee
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2023-04-14 09:21:46 +02:00
Mario Vavti
d8811b499d
improved item_expire()
2023-04-14 09:21:33 +02:00
Mario
dd1f9494f1
css fix
2023-04-14 06:04:44 +00:00
Mario Vavti
20f4538db4
update remove_all_xchan_resources() and remove deletion of deprecated conv table
2023-04-13 22:28:08 +02:00
Mario Vavti
d08c8e6edc
Revert "zot_info(): improved check for deleted"
...
This reverts commit f1667dbbe6 .
2023-04-13 21:50:13 +02:00
Mario Vavti
f1667dbbe6
zot_info(): improved check for deleted
2023-04-13 21:25:03 +02:00
Mario Vavti
2bab7e2693
prevent duplicate definitions
2023-04-13 18:51:13 +02:00
Mario Vavti
824497b97a
fix wrong array key, check for xchan_deleted with empty() which will also catch a possibly already removed xchan (which will be null) and bump version
2023-04-13 11:37:01 +02:00
Mario Vavti
0b7bece8e3
remove pre zot6 compatibility tweaks
2023-04-13 11:01:57 +02:00
Mario Vavti
6ddf1a5786
update zotinfo to use as much info as possible from channel since in some cases the xchan might be history already
2023-04-13 10:45:36 +02:00
Mario Vavti
b9827dfe02
move colon to the variable
2023-04-12 23:11:02 +02:00
Mario Vavti
64f30831ac
rename update_modtime() to update() and only bump ud_date if something actually changed
2023-04-12 23:07:19 +02:00
Mario Vavti
bf5722cd25
always call update_modtime() foer now;
2023-04-12 19:07:28 +02:00
Mario Vavti
ae074153c8
remouve updates stuff from import_directory_profile()
2023-04-12 18:40:51 +02:00
Mario Vavti
63d46dbdfb
more logging
2023-04-12 18:27:04 +02:00
Mario Vavti
bdf1b23198
reset ud_last if we had contact and some cleanup
2023-04-12 18:24:44 +02:00
Mario Vavti
6f1c261f6b
deprecate ud_flags and ud_arr in import_xchan()
2023-04-12 18:01:35 +02:00
Mario Vavti
3233d5485f
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2023-04-12 17:51:09 +02:00
Mario Vavti
aa06400a50
deprecate flags and transaction_id and only return results which are currently updated
2023-04-12 17:50:39 +02:00
Mario
30724bd7c4
update updates if anything changed
2023-04-12 15:35:21 +00:00
Mario Vavti
0d3b389538
fix php warning
2023-04-12 13:35:41 +02:00
Mario Vavti
9f7dbe16fd
adjust check
2023-04-12 13:21:26 +02:00
Mario Vavti
432024123a
update updates if we are provided an ud_arr or we imported a new xchan
2023-04-12 13:17:23 +02:00
Mario Vavti
261762448e
use url instead of addr for updates and clean up local_dir_update() and update_modtime()
2023-04-12 11:36:34 +02:00
Mario Vavti
7ce4175876
initial commit directory sync rewrite - should work but still requires lots of cleanup
2023-04-12 09:29:51 +02:00
Mario
a57739c462
Merge branch 'dev'
2023-04-09 20:01:22 +00:00
Mario
03bdbfa705
set ud_last after successfully probing a channel
2023-04-09 20:00:54 +00:00
Mario
92246ce3a8
Merge branch 'dev'
2023-04-09 19:53:27 +00:00
Mario
cdf74c2e41
Revert "make sure to update ud_last timestamp if we successfully fingered a channel"
...
This reverts commit f76d9b7908 .
2023-04-09 19:52:54 +00:00
Mario
4a72ea6666
Merge branch 'dev'
2023-04-09 19:45:04 +00:00
Mario
f76d9b7908
make sure to update ud_last timestamp if we successfully fingered a channel
2023-04-09 19:44:35 +00:00
Mario
dcfdf3a5d7
Merge branch 'dev'
2023-04-09 19:02:36 +00:00
Mario
4873f61d6c
disable thread listener interface by default and minor fixes
2023-04-09 18:51:55 +00:00
Mario
1538107ae4
minor queueworker fixes
2023-04-08 20:25:31 +00:00
Mario
9b93dc5137
split up a potentially long running sql query
2023-04-08 20:18:17 +00:00
Mario Vavti
5ec721b978
likes not synced between clones
2023-03-31 09:31:28 +02:00
Mario
24568c0e2f
add some explanation and remove logging
2023-03-30 13:23:16 +00:00
Mario
92a89ca258
version 8.3.1
2023-03-30 13:10:47 +00:00
Mario
ba71c53bc6
ignore deliveries by our own channel which do not origin from the local hub. instead rely on the sync delivery.
2023-03-30 12:08:43 +00:00
Mario Vavti
b3cfeb573a
do not add not_here, anon, token and rss contacts to receivers
2023-03-29 21:46:28 +02:00
Mario
9083e99d2a
in fact this can be removed
...
(cherry picked from commit 70ca247c88 )
2023-03-24 10:29:09 +01:00
Mario
70ca247c88
in fact this can be removed
2023-03-24 09:22:10 +00:00
Mario
14fc0c735b
encode object after we have dealt with deleted items and work around a php error
...
(cherry picked from commit 70b3c8080e )
2023-03-24 10:05:37 +01:00
Mario
70b3c8080e
encode object after we have dealt with deleted items and work around a php error
2023-03-24 09:01:06 +00:00
Mario
2c483c460a
initial check in to allow all mentions option
2023-03-23 20:11:18 +00:00
Mario
79405cf1d3
Merge branch 'dev'
2023-03-21 09:20:57 +00:00
Mario
5c755fdd1c
PHP 8.1 is the required minimum version
2023-03-21 09:20:22 +00:00
Mario
89285f1408
Merge branch '8.2RC'
2023-03-19 13:55:18 +00:00
Mario
17c0bb2069
version 8.2
2023-03-19 13:54:15 +00:00
Mario
192736f6d7
Merge branch 'dev' into 8.2RC
2023-03-19 13:53:12 +00:00
Mario
ae928b9aff
changelog
2023-03-19 13:52:43 +00:00
Mario
4eee8ce770
Merge branch 'dev' into 8.2RC
2023-03-19 13:50:39 +00:00
Mario
723eb6597a
simplify
2023-03-19 13:29:35 +00:00
Mario
3dcfdba74b
simplify
2023-03-19 13:28:43 +00:00
Mario
5428053663
Merge branch 'dev' into 8.2RC
2023-03-19 09:43:34 +00:00
Mario
d0b41d0b07
more changelog
2023-03-19 09:41:17 +00:00
Mario
a82d861d2c
update changelog
2023-03-19 09:25:56 +00:00
Mario
1e184b781b
Merge branch 'dev' into 8.2RC
2023-03-19 08:22:29 +00:00
Mario
54b684fdb8
css fixes
2023-03-19 08:22:08 +00:00
Mario
c1ddb89990
Merge branch 'dev' into 8.2RC
2023-03-18 15:47:09 +00:00
Mario
2f5fa4df75
add the download attribute to prevent onbeforeunload
2023-03-18 15:46:30 +00:00
Mario
20735083b3
update bb_parse_b64_crypt()
2023-03-18 14:52:25 +00:00
Mario
7ac7cb129f
Merge branch 'dev' into 8.2RC
2023-03-17 09:44:17 +00:00
Mario
f8b2f738bb
remove redundant untranslated htconfig templates and add the db_skip_locked_supported config option
2023-03-17 09:30:17 +00:00
Mario
11b9e546a9
Merge branch 'dev' into 8.2RC
2023-03-14 10:43:03 +00:00
Mario
7e4721e4c7
work around friendica img attachment has different href than body which results in duplicate images
2023-03-14 10:35:01 +00:00
Mario
3a3fd38e3a
Merge branch 'dev' into 8.2RC
2023-03-12 22:04:37 +00:00
Mario
63a8611579
fix issue #1728
2023-03-12 22:03:47 +00:00
Mario
38a1b79174
fix max_oembed_size check if content length header is an array (e.g. after a redirect with code 301) - fix issue #1727
2023-03-12 20:59:36 +00:00
Mario
0a679e503e
make sure to only transform channel wall posts for group actors
...
(cherry picked from commit 95cbcf30d7 )
2023-03-12 19:56:34 +01:00
Mario
e7c529f2c3
Merge branch 'dev' into 8.2RC
2023-03-12 18:44:28 +00:00
Mario
95cbcf30d7
make sure to only transform channel wall posts for group actors
2023-03-12 18:43:50 +00:00
Mario
dfc70021e3
fix version after merge
2023-03-12 09:38:31 +00:00
Mario
9daecca0ad
make an format exception for repeated forum posts
2023-03-12 09:34:35 +00:00
Mario
c9d8a4dc1d
bump dev version
2023-03-11 20:43:21 +00:00
Mario
5fada6a497
more strings and provide mfa feedback via jgrowl
2023-03-11 20:40:32 +00:00
Mario
ac9c33fb3b
check form security token and require password to enable/diable mfa
2023-03-11 20:24:56 +00:00
Mario
641b1c2e1b
fix php error
2023-03-11 19:38:37 +00:00
Mario
f031707563
strings and version
2023-03-11 19:37:34 +00:00
Mario
7f0518f693
merge es translations as per manuel
2023-03-11 19:28:17 +00:00
Mario
634d2f02b5
translateable strings
2023-03-11 19:25:27 +00:00
Mario
d7aee292d3
mark items as fetched in other places
2023-03-11 14:47:10 +00:00
Mario
1987517836
only set owner to observer if the item is not fetched otherwise the comment author could end up as owner
2023-03-09 18:31:43 +00:00
Mario
203d9d651f
mfa strings update
2023-03-09 15:48:03 +00:00
Mario
8af5788fc1
more mfa cleanup, set the value in session if mfa is enabled and only allow enabling mfa after a test passed
2023-03-08 17:29:56 +00:00
Mario
3de81877c6
more mfa cleanup
2023-03-08 13:15:33 +00:00
Mario
2665b34962
whitespace
2023-03-08 10:21:05 +00:00
Mario
2ffef2be8f
minor cleanup
2023-03-08 10:18:32 +00:00
Mario
c2e5610455
tests
2023-03-08 10:11:59 +00:00
Mario
234bb64250
port totp mfa from streams with some adjustions
2023-03-08 10:04:29 +00:00
Mario
d43a56614c
position should be fixed
2023-03-04 21:33:50 +00:00
Mario
9f10e7e356
simplify pageloader animation
2023-03-04 17:03:37 +00:00
Mario
dc6075aa3f
do not use zrl tag for non zot profiles and remove redundant foreach which was a leftover from zot to zot6 transition days
2023-03-03 19:33:39 +00:00
Mario
972d6917ac
add fixme
2023-03-03 14:59:48 +00:00
Mario
ec3ba87f3a
Revert "some work on bringing bang tags back for forums"
...
This reverts commit da034045cc .
2023-03-03 08:49:18 +00:00
Mario
da034045cc
some work on bringing bang tags back for forums
2023-03-02 21:15:19 +00:00
Mario
65f001b4b7
provide a fake progress bar for pwa standalone mode
2023-03-02 16:45:10 +00:00
Mario
d81473487f
minor cleanup and docu
2023-03-02 12:39:21 +00:00
Mario
06a8d5a4fa
bump version
2023-03-02 11:48:52 +00:00
Mario
3653a86ad3
message filter entries are stored encoded - make sure to decode the word before we use it
2023-03-02 11:00:03 +00:00
Mario
c8d913fba7
wrong variable
2023-03-02 10:24:18 +00:00
Mario
b70acd0079
wrong variable
2023-03-02 10:20:43 +00:00
Mario
f167648115
improve mod hq to save some db lookups
2023-03-02 10:14:49 +00:00
Mario
b457c66bf9
do not include deleted hublocs when looking for author
2023-03-02 10:13:54 +00:00
Mario
ca0bd3ed32
fix some php warnings
2023-02-28 09:29:39 +00:00
Mario
7dacc7c268
Revert "fix second part of issue #1731 "
...
This reverts commit 0db2e6b62c .
2023-02-27 20:38:42 +00:00
Mario
0db2e6b62c
fix second part of issue #1731
2023-02-27 20:31:16 +00:00
Mario
e412bdbdbe
bump version
2023-02-27 09:07:26 +00:00
Mario
f032bcc5f2
Default owner_xchan to $observer (sender) in Activity::store() - this is because in case where an announce holds a relayed activity we drop the announce and process the relayed activity only. In that case actor.id as set in Activity::decode_note() will not be the correct owner. In other cases actor.id and sender should be identical.
2023-02-27 08:42:13 +00:00
Mario
9ab9ac0e2e
possible fix for issue #1731
2023-02-27 08:22:35 +00:00
Mario
fd3adf4d11
slightly improve contact search
2023-02-24 21:35:22 +00:00
Mario
c42911bd8d
css fixes
2023-02-23 16:19:02 +00:00
Mario
828087ee8c
fix syntax for get_compund_property()
2023-02-23 14:54:04 +00:00
Mario
efcda1d37d
port some functions from streams
2023-02-23 09:51:37 +00:00
Mario
656400b418
look for owner instead of author - this way we will also catch the via posts
2023-02-22 17:07:53 +00:00
Mario
ca7bd49964
Activity: do not force new thread if the announce is from a group actor
2023-02-22 11:20:32 +00:00
Mario
3527137264
Activity: set xchan_pubforum if we deal with a group actor
2023-02-22 10:47:11 +00:00
Mario
e045a36559
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2023-02-17 10:18:30 +00:00
Mario
ee8fc701a6
do not try to oembed in notes
2023-02-17 10:18:01 +00:00
Mario Vavti
777fdeb462
realy make sure we will deduplicate even if there is a bogus second primary entry
2023-02-16 16:56:57 +01:00
Mario Vavti
1078b774ae
make sure we will deduplicate even if there is a bogus second primary entry
2023-02-16 16:52:29 +01:00
Mario
62a363debc
queue fixes
2023-02-16 14:17:05 +00:00
Mario Vavti
7839b931f1
make sure we provide a created timestamp for likes and remove the workaround which returned the wrong date format
2023-02-16 13:12:22 +01:00
Mario
cbf8c4bdb2
more queue updates from streams and remove a hz_syslog
2023-02-16 11:16:44 +00:00
Mario
321cd9f2e0
more restructure for better responsive behaviour
2023-02-15 18:06:16 +00:00
Mario
09a60774d7
we can sign messages which are not from the primary location
2023-02-15 13:33:23 +00:00
Mario
1ca988b177
revisit author_id and fix issue with pinned content
2023-02-15 09:41:48 +00:00
Mario
07fd8cf6cd
restructure wall-item-head
2023-02-15 08:51:23 +00:00
Mario
e7fb56447a
bump version
2023-02-14 07:35:41 +00:00
Mario
de3e83f0a2
fix mod cal after fullcalendar update
2023-02-14 07:33:05 +00:00
Mario
6c78f7b769
css fixes
2023-02-12 15:05:06 +00:00
Mario
2c459fefce
remove deprecated functions
2023-02-12 14:13:59 +00:00
Mario
a1eb39872b
implement hq widget author image and notifications updates
2023-02-12 10:43:31 +00:00
Mario
724b8cc6a5
port queue improvements from streams
2023-02-12 10:41:23 +00:00
Mario Vavti
2bfd18e6cd
css fixes
2023-02-10 21:08:49 +01:00
Mario
20658f3b4a
do not blur
2023-02-09 12:46:23 +00:00
Mario
c945698eb4
work around wierd textcomplete behaviour
2023-02-09 12:37:08 +00:00
Mario
5f89bd75a4
bump version
2023-02-09 01:53:46 +00:00
Mario
09c9b47265
fix more hubloc confusion, implement hq widget author filter and some autocomplete fixes
2023-02-09 01:52:48 +00:00
Mario
ea2b653b9b
queueworker: do not wait for locked rows, use skip locked if configured via system.db_skip_locked_supported
2023-02-08 11:03:29 +00:00
Mario
9c3660e2f6
remove superfluous semicolon
2023-02-01 10:02:35 +00:00
Mario
4bcacf858b
do not deduplicate notifications because the dupes could be valid and var -> let
2023-01-29 10:06:58 +00:00
Mario
7faa3359f0
fix undefined varable warning
2023-01-28 20:19:51 +00:00
Mario
71f1814477
remove redundant argument
2023-01-28 20:04:18 +00:00
Mario
a3913c5ca4
fix ics import
2023-01-28 16:57:32 +00:00
Mario
ae1cc65b23
do not use transparency for navbar togglers in dark mode
2023-01-28 15:00:11 +00:00
Mario
9a16bf65bd
update simplepie
2023-01-27 07:28:21 +00:00
Mario
c3d3dc9d92
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2023-01-27 07:26:35 +00:00
Mario
e54eb21b71
update smarty
2023-01-27 07:24:50 +00:00
Harald Eilertsen
0140f9fe56
translations: Misc updates for nb_NO.
...
(cherry picked from commit ec6832687b )
2023-01-27 08:00:26 +01:00
Harald Eilertsen
03243df16a
translations: Fix timeago for nb_NO.
...
(cherry picked from commit 9065a90ac0 )
2023-01-27 08:00:07 +01:00
Mario
28dc8443a8
Merge branch 'translations/update-nb-no' into 'dev'
...
Translations/update nb no
See merge request hubzilla/core!2034
2023-01-27 06:58:45 +00:00
Harald Eilertsen
ec6832687b
translations: Misc updates for nb_NO.
2023-01-26 20:07:59 +01:00
Harald Eilertsen
9065a90ac0
translations: Fix timeago for nb_NO.
2023-01-26 20:07:02 +01:00
Mario
94b26e1e66
redbasic: fix regression
2023-01-26 18:35:49 +00:00
Mario
a2fc2e776a
bump version
2023-01-26 18:29:21 +00:00
Mario
79b40179b4
redbasic: implement setting for always light navbar icons and some minor fixes
2023-01-26 18:28:40 +00:00
Mario
60c968222f
bump version
2023-01-26 10:26:55 +00:00
Mario
e99dc2193f
remove unsused variables
2023-01-26 10:23:33 +00:00
Mario
cf1838f76e
minor cleanup and prevent duplicate recipients in some places
2023-01-26 10:10:06 +00:00
Mario
0db5016666
remove redundant code
2023-01-26 09:15:46 +00:00
Mario
c4b37ba462
theme fixes
2023-01-26 07:22:21 +00:00
Mario
c3b908dcfc
: fixes
2023-01-25 16:35:18 +00:00
Mario
23f93044c1
update forkawesome lib
2023-01-25 15:22:15 +00:00
Mario
32dcc28414
calendar: fixes
2023-01-25 14:05:20 +00:00
Mario
ddae3eaf84
calendar: remove deprecated options
2023-01-25 13:39:50 +00:00
Mario
a9ae17036d
update fullcalendar
2023-01-25 13:09:00 +00:00
Mario
08e925758e
update fullcalendar library
2023-01-25 13:08:05 +00:00
Mario
213c8a6eec
according to spec this should be id instead of href
2023-01-25 13:06:50 +00:00
Mario
ca4ad836a3
revert theme color
2023-01-25 11:00:01 +00:00
Mario
56361fa2fc
theme fixes
2023-01-25 10:59:17 +00:00
Mario
fedce4cd74
cleanup
2023-01-24 09:36:27 +00:00
Mario
cac48fc4bf
use light colored navbar for light mode - this makes the focus light schema redundant
2023-01-24 09:29:00 +00:00
Mario
1cad844d2d
theme fixes
2023-01-22 15:35:55 +00:00
Mario
2d5e09f930
theme fixes
2023-01-20 20:07:37 +00:00
Mario
fbda34935d
remove dark schema quirks
2023-01-20 11:19:39 +00:00
Mario
c5ca7f236f
bump version
2023-01-20 11:06:05 +00:00
Mario
9dc949b62c
native dark theme initial checkin
2023-01-20 11:05:15 +00:00
Mario
40394b94d7
typo :\
2023-01-17 10:33:31 +00:00
Mario
bae446973f
reflect pubstream disable/enable logic change in can_view_public_stream()
2023-01-17 10:29:12 +00:00
Mario
2805520d1b
Merge remote-tracking branch 'origin/8.0RC'
2023-01-13 20:01:05 +00:00
Mario
fb7ca18820
version 8.0
2023-01-13 19:56:11 +00:00
Mario
1b00d5657f
Merge branch 'dev' into 8.0RC
2023-01-13 19:55:44 +00:00
Mario
cd9f35e78a
update changelog
2023-01-13 19:55:18 +00:00
Mario
f9cedab964
update changelog
2023-01-13 09:42:57 +00:00
Mario
9ec516e5a4
Merge branch 'dev' into 8.0RC
2023-01-12 16:12:26 +00:00
Mario
550b6d90a4
missing semicolon
2023-01-12 16:11:42 +00:00
Mario
5cb92b6e21
Merge branch 'dev' into 8.0RC
2023-01-12 11:55:13 +00:00
Mario
8a7b221412
mark old hubloc entries from re-installed hubs deleted if we discover any
2023-01-12 11:28:48 +00:00
Mario
d092e79ebc
remove fragment in notifier - it should not be required, when processing multiple choice polls sleep some time before calling the notifier
2023-01-12 11:04:03 +00:00
Mario
2ddb88a34d
RC2
2023-01-11 19:57:35 +00:00
Mario
71761c9039
Merge branch 'dev' into 8.0RC
2023-01-11 16:35:21 +00:00
Mario
16555b93bb
fix race conditions when processing multiple choice polls
2023-01-11 16:34:23 +00:00
Mario
bd5e834b42
Merge branch 'dev' into 8.0RC
2023-01-08 08:20:05 +00:00
Mario
2eb4f093be
update theme requirements
2023-01-08 08:19:37 +00:00
Max Kostikov
d4bf587103
Merge branch 'dev' into 'dev'
...
Fix Russian translation escaping
See merge request hubzilla/core!2033
2023-01-07 14:06:54 +00:00
Max Kostikov
ae7bd8b644
Fix translation escaping
2023-01-07 14:05:52 +00:00
Max Kostikov
f89cede020
Merge branch 'dev' into 'dev'
...
Update Russian translations
See merge request hubzilla/core!2032
2023-01-07 13:58:39 +00:00
Max Kostikov
59facf6f00
Update hstrings.php
2023-01-06 11:29:49 +00:00
Max Kostikov
01d93733ae
Update hmessages.po
2023-01-06 11:24:03 +00:00
Mario
4c434129a6
Merge branch 'dev' into 8.0RC
2023-01-05 18:25:45 +01:00
Mario
b40499b4c1
revert accidental change in session
2023-01-05 18:25:08 +01:00
Mario
66333aedb7
fix version
2023-01-05 18:23:00 +01:00
Mario
47071c58aa
fix affinity slider updates - issue #1714
2023-01-05 18:21:49 +01:00
Mario
79d99688b4
bump version
2023-01-05 11:39:09 +01:00
Mario
edcb0631aa
composer dump autoload
2023-01-05 11:35:15 +01:00
Mario
bc361e6469
strings and version
2023-01-05 11:33:50 +01:00
Mario
c95ef1a5c0
pdledit_gui: only show installed modules and widgets
2023-01-05 11:06:19 +01:00
Mario
0c0891f64f
bump version
2023-01-05 10:37:40 +01:00
Mario
23828f53bc
pubstream: when going to conv from unthreaded mode stay in the module
2023-01-05 10:29:42 +01:00
Mario
f909e129ab
Merge branch 'nb-no/update-translations' into 'dev'
...
Update translations for nb-no (Norsk Bokmål)
See merge request hubzilla/core!2031
2023-01-04 20:34:57 +00:00
Mario
7d4bcc2e8b
translateable strings
2023-01-04 20:20:14 +00:00
Mario
2eb4d87621
fix issue #1717
2023-01-04 20:14:11 +00:00
Mario
435888c1a3
bump version
2023-01-04 19:39:11 +00:00
Mario
e69fabcd71
pdledi_gui: sort widgets
2023-01-04 19:33:18 +00:00
Mario
1a283301cf
Revert "pdledit_gui: minor cleanup"
...
This reverts commit 031df70cf8 .
2023-01-04 19:29:42 +00:00
Mario
031df70cf8
pdledit_gui: minor cleanup
2023-01-04 19:29:11 +00:00
Mario
3ad36db7dd
pdledit_gui: minor cleanup
2023-01-04 19:27:44 +00:00
Mario
e16ea1ae05
pdl editor for addon iitial commit
2023-01-04 14:25:46 +00:00
Mario
941135a0a6
we should look for owner_xchan just like in mod pubstream
2023-01-04 09:01:44 +00:00
Mario
29776ecea2
queueworker: implement auto_queue_worker_sleep setting in frontend
2023-01-03 13:50:22 +00:00
Mario
d2edef5c5a
go away if method is not implemented
2023-01-03 13:30:53 +00:00
Mario
da9349ea62
provide inline error messages for mod cloud
2023-01-03 10:59:38 +00:00
Mario
de0d2afc15
fix issues with pubstream tagcloud
2023-01-02 21:56:20 +00:00
Mario Vavti
d8c94c2003
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2023-01-02 20:39:15 +01:00
Mario Vavti
0e71bfe222
add sys channel to receiveres for public items
2023-01-02 20:38:56 +01:00
Mario
0ae402e624
bump version
2023-01-02 18:38:44 +00:00
Mario
b96dc11ddd
improve sse loop
2023-01-02 18:37:36 +00:00
Mario Vavti
37b539eaa5
fix wrong variable - issue #1720
2023-01-01 21:25:15 +01:00
Mario Vavti
0741708086
change the logic of building the site only public stream. we will now fetch sys channel items but restrict them to authors of this site only. this fixes a comment permission issue.
2023-01-01 21:21:13 +01:00
Mario
a30cfd8fec
filter approvals
2022-12-27 16:08:08 +00:00
Mario
633cd11c5b
move mod queueworker to /admin
2022-12-27 10:44:54 +00:00
Mario
3101c6540a
add workerq to the install schemas
2022-12-27 10:33:29 +00:00
Mario
d2d6be73b8
fix subquery in hq widget and order by hubloc_id desc in handle_tag() to make sure we get the most recent entry when using privacy tags
2022-12-26 09:08:54 +00:00
Mario
a46e2c1e6d
only display details if there are any
2022-12-22 13:35:46 +00:00
Mario
2b0404fefc
queueworker: add some more details
2022-12-22 13:29:34 +00:00
Mario
7ef9462286
bring back item-highlight
2022-12-22 12:22:32 +00:00
Mario Vavti
c6e7a7eaee
comment out unused code
2022-12-22 12:42:44 +01:00
Mario
999e142370
minor cleanup
2022-12-22 10:09:35 +00:00
Mario
a7ad117a83
there is no point in wrapping single queries into a transaction
2022-12-22 10:02:31 +00:00
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
f6d9406063
streamline ap followers only privacy warning with current handling. also fixes possible php error.
...
(cherry picked from commit 34125177e8 )
2022-12-19 10:05:02 +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
6e881bcef2
exclude not tagable xchan networks handle_tag()
...
(cherry picked from commit 4f9a933108 )
2022-12-08 21:41:56 +01: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
12a963cc40
version 7.8.7
2022-12-03 09:01:18 +00:00
Mario
f89975fd0e
changelog 7.8.7
...
(cherry picked from commit b4dffe5946 )
2022-12-03 09:59:06 +01: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
00512579f3
fix regression when adding feed contacts
...
(cherry picked from commit 5216c5b232 )
2022-12-02 18:47:40 +01: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
697a74f37e
fix regression: new event not created
...
(cherry picked from commit d16b6c3838 )
2022-12-02 18:06:20 +01: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
Mario
68ca8951a8
mark unseen items seen after a certain amount of time (default 90 days)
2022-11-25 18:37:22 +00:00
Mario Vavti
1e4718eae1
do not always trigger a sse event if pubs notification are off or the app is not installed for the channel
2022-11-24 16:42:09 +01:00
Mario Vavti
680cf25f37
de-duplicate by mid. there is no combined index for uid and uuid hence the query could be slow if an uid has a lot of items. the workaround for hubzilla < 4.0 is not required anymore
2022-11-24 16:08:57 +01:00
Mario Vavti
7ec6df495f
slight restructure
2022-11-24 16:05:19 +01:00
Mario
aeda31fda7
fix warnings
2022-11-24 09:52:50 +00:00
Mario
5248aa3065
css fix
2022-11-24 09:42:35 +00:00
Mario
67767c5853
Merge branch 'redbasic/dark-theme-fixes' into 'dev'
...
redbasic: Dark scheme fixes
See merge request hubzilla/core!2029
2022-11-23 18:43:42 +00:00
Mario
6de1aec683
the blue dots were slightly too bold.
2022-11-22 21:10:11 +00:00
Harald Eilertsen
221d3cdf6a
redbasic: Dark theme fixes
...
- Make rows in admin tables readable while hovering over them.
2022-11-22 15:31:54 +01:00
Harald Eilertsen
1ff12c5520
redbasic: Dark scheme fixes
...
- Changed background of category tags to make them readable.
- Changed background on "view source" dialog to make it readable.
2022-11-22 09:46:41 +01:00
Mario
41376ec2cd
fix issue in tag_deliver() and silence some more warnings
2022-11-20 20:31:59 +00:00
Mario
bf335ecaf3
hq widget: use distinct classes for seen and unseen thread items count
2022-11-18 13:32:14 +00:00
Mario
424bc73f58
bump version
2022-11-18 10:45:42 +00:00
Mario
59e6989cbc
hq widget: implement thread unseen items count
2022-11-18 10:43:33 +00:00
Mario
0e6b27c9f4
if a feed fails, do not update connected timestamp. attempt to poll feeds only once a day if we could not fetch it last time we tried
2022-11-17 11:50:13 +00:00
Mario
0e157e4e8b
remove logging
2022-11-17 09:11:34 +00:00
Mario
805074a0f9
externals: fix warnings
2022-11-17 09:09:02 +00:00
Mario
5216c5b232
fix regression when adding feed contacts
2022-11-17 08:57:09 +00:00
Mario
8633162f0c
bump versionÃ
2022-11-15 21:22:39 +00:00
Mario
c392a77b46
performance: just count the first 99 unseen items and display 99+ if there are more than 99
2022-11-15 21:22:10 +00:00
Mario
08c2c9bc22
possible fix for issue #1698
2022-11-15 19:29:29 +00:00
Mario
f64bd590a8
bump version
2022-11-14 05:51:32 +00:00
Mario
131ffcf582
changelog 7.8.6
2022-11-14 05:49:33 +00:00
Mario
b17a0aef17
fix typo and version 7.8.6
2022-11-14 05:47:16 +00:00
Mario
8a21783fa5
bump version
2022-11-13 19:45:36 +00:00
Mario
53152e2ef5
version 7.8.5
2022-11-13 19:44:08 +00:00
Mario
ca6ba92d82
Merge branch 'dev'
2022-11-13 19:43:12 +00:00
Mario
04516b787a
update changelog
2022-11-13 19:42:07 +00:00
Mario
6e124a4d72
changelog
2022-11-13 19:40:03 +00:00
Mario
6da65c7ddc
cast the type to update if it is an edit
2022-11-13 17:13:33 +00:00
Mario
9eb332f032
allow to look for pubstream items if we do not own one but make sure the permissons are checked correctly
2022-11-10 17:57:26 +00:00
Mario
30ddee65a4
fix wrong array key and undefined array key
2022-11-10 10:48:24 +00:00
Mario
63dc8d7fc4
fix undefined variable
2022-11-10 10:37:41 +00:00
Mario
a1a287bac7
fix typo in variable name
2022-11-10 10:34:05 +00:00
Mario
e9b786d5e8
Ãwrong array key
2022-11-09 13:05:48 +00:00
Mario
ad9fb411f6
address issue #1705
2022-11-09 11:52:55 +00:00
Mario
1ff982983e
items_fetch(): check if set and if there is a value
2022-11-09 11:34:03 +00:00
Mario
8c6c43d762
items_fetch(): check if set and if there is a value
2022-11-09 11:33:10 +00:00
Mario
6baf197842
version 7.8.4
2022-11-09 09:38:09 +00:00
Mario
42e5a50e4f
changelog and version
2022-11-09 09:33:18 +00:00
Mario
b713c9a491
fix new uuid created when editing post
2022-11-09 09:27:33 +00:00
Mario
64ade742d9
whitespace
2022-11-07 19:55:30 +00:00
Mario
1870c3c876
whitespace
2022-11-07 19:55:13 +00:00
Mario
23b272aafd
merge conflict
2022-11-07 19:53:03 +00:00
Mario
057db41758
bump version
2022-11-07 19:50:55 +00:00
Mario
839c5a8e41
fix regression where automatically created directories were not public and pinned/featured state of apps was not displayed correctly
2022-11-07 19:41:22 +00:00
Mario
36b8b6bf6c
Merge branch 'dev'
2022-11-06 08:27:18 +00:00
Mario
40d74fa779
fix case and german translation string
2022-11-06 08:27:00 +00:00
Mario
249bdeb642
Merge branch 'dev'
2022-11-05 10:26:14 +00:00
Mario
b4ee80d1ea
changelog
2022-11-05 10:25:40 +00:00
Mario
96bf9d0769
version 7.8.2
2022-11-05 09:52:11 +00:00
Mario
7fc9c83986
Merge branch 'dev'
2022-11-05 09:50:55 +00:00
Mario
5502f1cc63
do not update the guid on xchan/hubloc updates and define some array keys
2022-11-04 10:31:05 +00:00
Mario
b55801323c
fix warnings
2022-11-03 15:26:46 +00:00
Mario
818374c8cc
wor around shares from streams not rendered correctly
2022-11-03 13:54:40 +00:00
Mario
e80191d4cd
fix regression
2022-11-03 13:09:11 +00:00
Mario
c2a796b6ea
rename variable and warning fixes
2022-11-03 11:57:35 +00:00
Mario
00694f0dfd
css fixes
2022-11-02 19:19:24 +00:00
Mario
134f4c5b52
undefined array key
2022-11-02 18:59:47 +00:00
Mario
0840fc42f9
php warning
2022-11-02 18:49:36 +00:00
Mario
2650a647e9
php warnings
2022-11-02 18:32:52 +00:00
Mario Vavti
3311269162
throw a 404 if we could not determine which channel to load
2022-11-02 17:52:19 +01:00
Mario
b2172d39f6
re-install: if we have a cashed entry, make sure we fetch the latest
2022-11-02 15:54:12 +00:00
Mario Vavti
f4d39bd3c8
fix more php warnings
2022-11-02 16:52:42 +01:00
Mario Vavti
1cf659033b
set hubloc_connected in mod fhublocs otherwise the hublocs might be removed by prune_hub_reinstalls()
2022-11-02 10:38:40 +01:00
Mario
3dc5527690
css variables
2022-10-31 14:01:00 +00:00
Mario
81b02d04b5
version 7.8.1
2022-10-26 21:57:53 +00:00
Mario
95f6f9e10a
Merge branch 'dev'
2022-10-26 21:56:32 +00:00
Mario
9554f53519
update version and changelog
2022-10-26 21:54:29 +00:00
Mario
5d7081a224
fix php warnings
2022-10-26 21:40:27 +00:00
Mario
9cbdf3f31f
wrong argument in documentation
2022-10-26 19:27:15 +00:00
Mario
c8bc1b560b
missing field in query
2022-10-26 19:11:13 +00:00
Mario
40ae6b396f
fix php warnings
2022-10-26 18:12:56 +00:00
Mario
9c117ffa05
fix php warnings
2022-10-26 15:56:41 +00:00
Mario Vavti
9e95f189ed
fix php warnings
2022-10-26 17:56:04 +02:00
Mario Vavti
221b31bcc6
fix php warnings
2022-10-25 19:06:17 +02:00
Mario Vavti
8879776d64
fix php warnings
2022-10-23 14:02:19 +02:00
Mario
5edd13c6bb
fix various issues
2022-10-21 11:20:23 +02:00
Mario
7ca289edd0
fix php warnings
2022-10-20 19:25:01 +00:00
Mario
bf434818d7
fix php warnings
2022-10-20 13:16:03 +00:00
Mario
03aeb88832
fix php warnings
2022-10-20 10:25:11 +00:00
Mario Vavti
bb5b33a0d3
fix more php warnings
2022-10-20 11:40:31 +02:00
Mario Vavti
53931017b9
fix php warnings
2022-10-20 11:15:06 +02:00
Mario Vavti
e9ca17cec1
fix php warnings
2022-10-18 12:39:13 +02:00
Mario
f70956964b
fix php warning
2022-10-14 15:23:23 +00:00
Mario Vavti
4547a9d9d3
catch decryption failure edgecase
2022-10-14 17:13:23 +02:00
Mario Vavti
71accb6b0a
fix php warnings
2022-10-13 16:38:18 +02:00
Mario Vavti
2a95500b65
fix more php warnings
2022-10-13 13:15:08 +02:00
Mario Vavti
2ddad66ce7
mod dirsearch: fix php warnings
2022-10-13 12:48:22 +02:00
Mario
108be24aed
remove logging
2022-10-12 19:39:15 +00:00
Mario
71efb05658
fix php warnings
2022-10-12 19:36:24 +00:00
Mario
a9a36894cb
fix php warnings
2022-10-12 12:15:30 +00:00
Mario
bc9778e02f
poco: remove unused parameters
2022-10-12 10:02:18 +00:00
Mario
a83d2efe84
remove dead code and deal with conv privacy mismatches in Activity::store()
2022-10-12 09:47:47 +00:00
Mario
d3856caf81
composer update michelf/php-markdown
2022-10-12 09:09:55 +00:00
Mario
e1f9b1c47d
composer update jbroadway/urlify
2022-10-12 09:01:22 +00:00
Mario
497c953d0e
composer update bshaffer/oauth2-server-php
2022-10-12 08:54:51 +00:00
Mario
bec76bd057
composer update ezyang/htmlpurifier
2022-10-12 08:53:14 +00:00
Mario
54f4762e1a
composer update symfony
2022-10-12 08:48:27 +00:00
Mario
8bf5c18425
composer update ramsey/uuid
2022-10-12 08:45:01 +00:00
Mario
c36bb17475
composer update sabre
2022-10-12 08:42:41 +00:00
Mario
2291fcdf11
composer update simplepie
2022-10-12 08:28:35 +00:00
Mario
4070c46d15
composer update smarty
2022-10-11 19:20:46 +00:00
Mario
a749db8d0f
composer update twbs
2022-10-11 18:45:17 +00:00
Mario
10ba98c4f5
Revert "update composer libs"
...
This reverts commit 108a3efe0b .
2022-10-11 18:41:34 +00:00
Mario
108a3efe0b
update composer libs
2022-10-11 18:34:03 +00:00
Mario
ccd826f63a
Revert "update composer libs"
...
This reverts commit 5e5f0aa955 .
2022-10-11 18:29:06 +00:00
Mario
5e5f0aa955
update composer libs
2022-10-11 18:18:57 +00:00
Mario
f9a4c53e3f
jQuery.timeago.settings.strings should not be in document.ready
2022-10-11 10:03:05 +00:00
Mario
60b576568e
more css fixes
2022-10-11 09:45:12 +00:00
Mario
d0e1b73205
css fixes
2022-10-11 09:18:40 +00:00
Mario
ef2448e17e
Merge branch '7.8RC'
2022-10-10 18:05:26 +00:00
Mario
99a5cf1ad4
version 7.8
2022-10-10 18:03:48 +00:00
Mario
bc3113ae16
Merge branch 'dev' into 7.8RC
2022-10-10 16:50:04 +00:00
Mario
fb475da008
update changelog
2022-10-10 16:37:24 +00:00
Mario
d5fc3ad646
Merge branch 'dev' into 7.8RC
2022-10-10 16:29:50 +00:00
Mario
8b7da6e318
spanish translations as per Manuel
2022-10-10 15:06:48 +00:00
Mario
ed208c4bcc
update changelog
2022-10-10 15:02:37 +00:00
Mario
6ab65519a0
when updating hubloc_connected also update hubloc_updated
...
(cherry picked from commit 4549bc89ec )
2022-10-05 10:49:19 +02:00
Mario
4549bc89ec
when updating hubloc_connected also update hubloc_updated
2022-10-05 08:41:31 +00:00
Mario
a0430f91bd
fix owa in case of hub reinstalls
2022-09-30 10:25:46 +00:00
Mario
624bb1db8d
Merge branch 'dev' into 7.8RC
2022-09-30 07:56:24 +00:00
Mario
9f522bbe6c
update strings
2022-09-30 07:54:46 +00:00
Mario
931da3b4f7
Merge branch 'dev' into 7.8RC
2022-09-30 07:38:47 +00:00
Mario
5a25fd54a4
fix issue #1694
2022-09-30 07:14:47 +00:00
Mario
9f0f4c50a4
update htconfig.tpl
2022-09-30 06:43:53 +00:00
Mario
0bf3d31578
make it an info
2022-09-29 15:36:02 +00:00
Mario Vavti
8ca293c3e4
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2022-09-29 16:59:07 +02:00
Mario Vavti
ba0c877ffc
fix menu item display issue
2022-09-29 16:56:54 +02:00
Mario
b8e00c2dc9
remove custom navbar override from repo
2022-09-29 14:19:14 +00:00
Mario
2dd48898a8
Merge branch 'dev' into 'dev'
...
GERMAN TRANSLATION - fix for minutes, hours, years,... by polls in .po file and translation more competed pdpr1 and SiteTOS added
See merge request hubzilla/core!2027
2022-09-29 14:16:22 +00:00
Rock
66fc807655
GERMAN TRANSLATION - fix for minutes, hours, years,... by polls in .po file and translation more competed pdpr1 and SiteTOS added
2022-09-29 14:16:22 +00:00
Mario
653eb2909b
Merge branch 'dev' into 7.8RC
2022-09-29 09:03:29 +00:00
Mario
72520a2dd9
fix hq widget displaying superblocked items
2022-09-29 08:58:36 +00:00
Mario
a7d4666a70
Merge branch 'dev' into 7.8RC
2022-09-28 15:21:34 +00:00
Mario
13476d5003
remove unnecessary check
2022-09-28 15:21:11 +00:00
Mario
879cdedec3
Merge branch 'dev' into 7.8RC
2022-09-28 10:35:36 +00:00
Mario
05bd2a1f9e
one more hub reinstall fix
2022-09-28 10:35:09 +00:00
Mario
c49d1547c4
Merge branch 'dev' into 7.8RC
2022-09-28 10:27:58 +00:00
Mario
ad35363c2e
hub reinstall issues
2022-09-28 10:27:35 +00:00
Mario
b3f70140e5
Merge branch 'dev' into 7.8RC
2022-09-27 08:59:44 +00:00
Mario
2f21dc50b4
fix mod poke
2022-09-27 08:59:08 +00:00
Mario
cbd8c2483b
fix versionÃ
2022-09-26 08:33:47 +00:00
Mario
03475bfb15
Ãfix regression
2022-09-26 08:31:57 +00:00
Mario
bb9411e7dc
update dev version
2022-09-26 07:16:11 +00:00
Mario
bce4e2d022
update version and strings
2022-09-26 07:13:01 +00:00
Mario
7cfc14fef7
emit a notice if an item was deleted - issue #1691
2022-09-22 12:50:11 +00:00
Mario
f220cf3173
fix issue #1687
2022-09-22 12:02:21 +00:00
Mario
725359b1aa
fix issue #1690
2022-09-22 10:55:58 +00:00
Mario
937d6cb1ef
php8: fix warnings
2022-09-22 06:31:35 +00:00
Mario
118a5edebc
fix warnings and regressions
2022-09-15 09:19:55 +00:00
Mario
1b4333e8d9
chek permissions in get_things() - partly fixes issue #1686 a lot more work is requird though
2022-09-14 18:35:36 +00:00
Mario
d66a0b50e9
address issue #1688
2022-09-14 17:43:12 +00:00
Mario
1d56b9a1bb
php8: warning fixes
2022-09-14 12:31:19 +00:00
Mario
96535ee4df
make actor_store() fetch the actor object if none is provided, remove announce from the is_response array and provide a function to find the attributedTo url
2022-09-13 11:20:35 +00:00
Mario
b55f314d7e
php8: fix warnings
2022-09-11 18:26:27 +00:00
Mario
480862d714
php8: fix more warnings
2022-09-11 14:58:40 +00:00
Mario
990a3af2a7
php8: random cleanup and warning fixes
2022-09-08 20:02:22 +00:00
Mario
1f5a23143a
remove debug code
2022-09-07 18:07:38 +00:00
Mario
fcfb9e9758
fix random php warnings
2022-09-07 12:50:46 +00:00
Mario
9beee689ce
fix display of star and dreport links
2022-09-06 11:32:27 +00:00
Mario
2c388c3833
add missing modal
2022-09-06 10:52:59 +00:00
Mario
1a75066616
revert: do not wrap multi line code blocks into pre tag
2022-09-06 10:27:01 +00:00
Mario
3dfb0bcae9
do not wrap multi line code blocks into pre tag
2022-09-06 09:21:39 +00:00
Mario
9ac0b77e92
fix missing closing div tag if there are no recent channel activities to display
2022-09-05 08:04:37 +00:00
Mario
6421a32520
fix issue where an unkown diaspora author was not imported if the comment arrived via a relayed activity and a minor css fix
2022-08-30 13:51:59 +00:00
Mario
fdcae52740
do not escape tags here since it will destroy additional query params
2022-08-21 18:21:05 +00:00
Mario
a8752844ef
Activity: check for other forms of as:Public, Search: make sure to run htmlspecialchars_decode on the AP url so that previously encoded chars will be decoded again
2022-08-21 16:02:51 +00:00
Mario
e04ce5028e
more css fixes
2022-08-20 15:53:09 +00:00
Mario
f2c4d80ac0
more css fixes
2022-08-20 15:10:16 +00:00
Mario
d8a6226805
fix syntax error
2022-08-20 11:26:28 +00:00
Mario
fedf60a32c
redbasic dark: fixes
2022-08-20 11:23:46 +00:00
Mario
b3548fefc1
bump version
2022-08-20 10:07:57 +00:00
Mario
febd64c527
pdledit_gui: fix offcanvas
2022-08-20 10:06:04 +00:00
Mario
d67a5c5070
redbasic dark schema major cleanup
2022-08-20 09:56:23 +00:00
Mario
aefe7ddd8f
redbasic: make use of css variables and implement link_hover_colour
2022-08-20 09:31:30 +00:00
Mario
254dea7558
more css fixes
2022-08-19 15:02:06 +00:00
Mario
b1550f7922
more css fixes
2022-08-19 14:34:09 +00:00
Mario
2d07c3e45d
more bs upgrade fixes
2022-08-19 13:39:31 +00:00
Mario
e5f3406cb5
time for a new screenshot
2022-08-19 13:30:38 +00:00
Mario
185ddf1eaf
update to bootstrap 5.2 and fixes
2022-08-19 13:15:48 +00:00
Mario Vavti
2734335869
version
2022-08-07 14:16:56 +02:00
Mario Vavti
0132c4e36e
Merge branch 'dev'
2022-08-07 14:16:31 +02:00
Mario Vavti
7dee47183d
changelog
2022-08-07 14:16:00 +02:00
Mario Vavti
9c4988c297
Merge branch 'dev'
2022-08-07 14:07:10 +02:00
Mario Vavti
3bfbc70587
check against null
2022-08-07 14:06:08 +02:00
Mario Vavti
34858fce1c
Merge branch 'dev'
2022-08-07 12:17:56 +02:00
Mario Vavti
b47dab0ee9
update widget description
2022-08-05 12:45:43 +02:00
Mario Vavti
6eeb033b96
only decode attachment and iconfig for nonresponse activities
2022-08-04 12:42:35 +02:00
Mario Vavti
0679cb8e00
fix wrong attribution in unseen like notifications
2022-08-04 12:13:00 +02:00
Mario
3abc9ee387
fix regression in dark schema
...
(cherry picked from commit 2e9211cf41 )
2022-07-27 09:29:22 +02:00
Mario
2e9211cf41
fix regression in dark schema
2022-07-27 07:27:51 +00:00
Mario
40377796ed
Merge branch '7.6RC'
2022-07-26 18:00:00 +00:00
Mario
fedad7f31a
version 7.6
2022-07-26 17:59:11 +00:00
Mario
d2a34e0107
Merge branch 'dev' into 7.6RC
2022-07-26 17:20:30 +00:00
Vinzenz Vietzke
769c822568
StartSSL is defunct since 2018
...
https://www.thesslstore.com/blog/startcom-ssl-shutting-down-2018/
2022-07-26 17:19:16 +00:00
Mario
c452a621fe
Merge branch 'remove-dead-startssl' into 'master'
...
StartSSL is defunct since 2018
See merge request hubzilla/core!2022
2022-07-26 17:18:26 +00:00
Mario
231ab95ef6
update changelog
2022-07-26 17:16:13 +00:00
Mario
7c01b59ffb
version
2022-07-26 15:38:57 +00:00
Mario
e79668ddf4
fix lang tests if result is ambigous
2022-07-26 15:37:17 +00:00
Mario
dc6b6fc353
add "falsey" test
2022-07-26 15:22:05 +00:00
Vinzenz Vietzke
34ea58cf38
StartSSL is defunct since 2018
...
https://www.thesslstore.com/blog/startcom-ssl-shutting-down-2018/
2022-07-25 12:14:43 +00:00
Mario
199168c318
bump dev version
2022-07-19 12:44:46 +00:00
Mario
063d4bbd7d
composer autoload
2022-07-19 12:41:53 +00:00
Mario
29fd9b9d64
version and strings
2022-07-19 12:40:08 +00:00
Mario
c301baafb5
check if the webpages app is installed
2022-07-18 17:52:00 +00:00
Mario
4282672201
bump version
2022-07-16 14:52:10 +00:00
Mario
ae705dd865
HQ dashboard - missing files
2022-07-16 14:49:56 +00:00
Mario
f0fa2ce171
bump version
2022-07-15 17:51:01 +00:00
Mario
d6a9a9927c
HQ dashboard - initial checkin
2022-07-15 17:50:02 +00:00
Mario
40b4636858
fix vcard-card background for dark schema
2022-07-03 09:49:09 +00:00
Mario
97fe499b63
Merge branch 'redbasic/dark-fixes' into 'dev'
...
redbasic/dark: make category pills readable.
See merge request hubzilla/core!2021
2022-07-03 09:42:06 +00:00
Mario
e0915cffda
es: update plural function
2022-06-23 17:10:35 +00:00
Mario
7602de85c3
make sure the document is loaded
2022-06-23 17:01:43 +00:00
Harald Eilertsen
0787817eb8
redbasic/dark: make category pills readable.
2022-06-21 19:24:21 +02:00
Mario
e030648957
Merge branch 'dev' of https://codeberg.org/hubzilla/hubzilla into dev
2022-06-21 08:57:43 +00:00
hubzilla
b815935fd7
Merge pull request 'Fixing some error in Spanish translation' ( #12 ) from mjfriaza/hubzilla:dev into dev
...
Reviewed-on: https://codeberg.org/hubzilla/hubzilla/pulls/12
2022-06-21 10:57:12 +02:00
Mario
a5000ba311
Merge branch 'dev' into 'dev'
...
Fix Opengraph images inside zmg opening tag
See merge request hubzilla/core!2020
2022-06-21 08:52:47 +00:00
Max Kostikov
5e2bb874c8
Fix Opengraph images inside zmg opening tag
2022-06-14 23:19:09 +02:00
mjfriaza
fcb5a7f645
Revert "Fixing some error in Spanish translation"
...
This reverts commit 1d99c3d3f7 .
2022-06-12 18:18:55 +02:00
mjfriaza
b8c6520abb
Fix two errors in Spanish translation
2022-06-12 17:21:14 +02:00
mjfriaza
1d99c3d3f7
Fixing some error in Spanish translation
2022-06-05 17:29:44 +02:00
Mario
5e112b395d
oembed: implement a max oembed size which defaults to 1MB and do not try to oembed text previews
2022-06-03 08:51:54 +00:00
Mario
d1a8e7813a
Revert "composer updates"
...
This reverts commit 47448b11cd .
2022-06-02 08:00:45 +00:00
Mario
a0582fec12
Revert "composer update"
...
This reverts commit 2cd3a7b3f0 .
2022-06-02 08:00:31 +00:00
Mario
2cd3a7b3f0
composer update
2022-06-02 07:56:13 +00:00
Mario
47448b11cd
composer updates
2022-06-02 07:43:33 +00:00
Mario
e63f043841
Merge branch '7.4RC'
2022-06-01 07:00:21 +00:00
Mario
33dd0c83e3
version 7.4
2022-06-01 06:59:23 +00:00
Mario
32dad136f8
Merge branch 'dev' into 7.4RC
2022-06-01 06:58:19 +00:00
Mario
073ed52538
update changelog
2022-06-01 06:58:05 +00:00
Mario
eef828cf3e
fix version after merge
2022-05-31 09:38:54 +00:00
Mario
d0b5930a3a
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2022-05-31 08:42:54 +00:00
Mario
c66ad9ccc8
update changelog
2022-05-31 08:42:27 +00:00
Max Kostikov
9959a15c8e
Merge branch 'dev' into 'dev'
...
Update Russian translation
See merge request hubzilla/core!2019
2022-05-28 13:31:24 +00:00
Max Kostikov
f0e4b4dc84
Update Russian translation
2022-05-28 15:28:40 +02:00
Mario
f62f808368
bump dev version
2022-05-25 08:45:21 +00:00
Mario
530a521679
version and strings
2022-05-25 08:41:25 +00:00
Mario
50782dfb83
prevent php error and add some doco
2022-05-25 08:34:29 +00:00
Mario
27a142d5c5
cleanup
2022-05-25 08:17:37 +00:00
Mario
6d00b2e63d
bump php version requirement
2022-05-25 08:14:59 +00:00
hubzilla
7be1415a3a
Merge pull request 'Update Spanish' ( #11 ) from mjfriaza/hubzilla:dev into dev
...
Reviewed-on: https://codeberg.org/hubzilla/hubzilla/pulls/11
2022-05-25 09:54:22 +02:00
Mario
0a30b12f7d
move wiki related templates to addon
2022-05-25 07:02:15 +00:00
Mario
3058cbfbb2
categories widgets cleanup
2022-05-24 09:31:30 +00:00
Mario
ae780c977b
move article and card categories widgets to addons
2022-05-24 09:18:41 +00:00
Mario
e146a67f4b
fix photo permission if a photo description is available and use the filename as default photo description if uploading via the editor
2022-05-23 18:56:09 +00:00
Mario
162d86983a
streamline inbound attachment handling and fix regression from issue #1679
2022-05-23 09:26:29 +00:00
Mario
8534366a31
move photo flag feature entry to core
2022-05-21 08:25:14 +00:00
Mario
d1c6617dc9
missing files after composer updates
2022-05-20 09:21:23 +00:00
Mario
6f994709b9
do not show deprecated warnings by default
2022-05-19 08:27:09 +00:00
Mario
55d833a9c8
update composer libs
2022-05-19 08:18:15 +00:00
Mario
8ba4745097
update to remove core apps (wiki, cards, articles) which have been moved to addons
2022-05-19 08:04:39 +00:00
Mario
940a0c8b10
add a hidden config for the hs2019 http sig algo
2022-05-19 07:36:57 +00:00
Mario
8928b24e23
rendering fixes
2022-05-19 07:22:10 +00:00
Mario
ae9a9191f3
implement starring of pubstream items
2022-05-18 08:47:45 +00:00
mjfriaza
cb553bd016
Update Spanish
2022-05-17 14:01:28 +02:00
mjfriaza
a75c61d71e
Merge remote-tracking branch 'upstream/dev' into dev
2022-05-17 13:44:06 +02:00
Mario
c1dc16a89d
make sure we use source.content when rendering events to correctly render observer related content. fix wrong media types.
2022-05-16 20:44:53 +00:00
Mario
66436ce4a2
fix php errors
2022-05-14 19:04:05 +00:00
Mario
62b1ff4ba1
add the title in forum post reshares
2022-05-14 18:30:39 +00:00
Mario
304d136437
do not set allowed to true if verb is ACTIVITY_SHARE and slightly changed logic for conv fetches
2022-05-13 19:13:47 +00:00
Mario
1b4268b9b0
do not stringify integer value
2022-05-11 11:52:22 +00:00
Mario
a7968e6525
update queries in mod search - fixes #1677
2022-05-11 11:50:29 +00:00
Mario
e59cc3d404
deal with pleroma reactions
2022-05-10 12:15:29 +00:00
Mario
3a2d126877
use rev instead of _updated and the unix timestamp is less likely to cause issues in the future
2022-05-09 08:27:50 +00:00
Mario
ee3d6fcfee
use addr for webfinger and name for the real name in the userinfo array
2022-05-09 08:23:55 +00:00
Mario
09d929bd56
add the update date to the icon url. some platforms will not update if the icon url remains static
2022-05-07 13:42:14 +00:00
Mario
bd55ae15f2
cleanup channel apps
2022-05-07 07:09:31 +00:00
Mario
2ca80118bf
more cleanup
2022-05-06 19:10:28 +00:00
Mario
04eb20ac35
some cleanup after moving articles and cards to addons
2022-05-06 14:58:27 +00:00
Mario
f299391aa1
fix core issue #1676 and a liked/disliked/commented confusion
2022-05-06 08:24:17 +00:00
Mario
c334fc9d22
move wiki to addons
2022-05-06 07:29:59 +00:00
Mario
8520088376
move articles to addon - also remove the pdl
2022-05-04 19:26:45 +00:00
Mario
9ada8518dc
move articles to addon
2022-05-04 19:26:05 +00:00
Mario
f0c09b374c
move cards to addon
2022-05-04 18:46:45 +00:00
Mario Vavti
c5f33baf27
version 7.2.2
2022-04-26 11:12:43 +02:00
Mario Vavti
2efcdd92e0
Merge branch 'dev'
2022-04-26 11:11:53 +02:00
Mario Vavti
38fda98b6d
changelog and version
2022-04-26 11:11:17 +02:00
Mario Vavti
f9fd195c24
Merge branch 'dev'
2022-04-26 11:08:10 +02:00
Mario Vavti
01e82090b2
hubloc in AS has been moved from data to meta a while ago
2022-04-26 11:07:23 +02:00
Mario Vavti
39602ede37
version bump
2022-04-25 22:53:04 +02:00
Mario Vavti
98a311ae40
version 7.2.1
2022-04-25 22:23:47 +02:00
Mario Vavti
5c398b3e8f
Merge branch 'dev'
2022-04-25 22:21:12 +02:00
Mario Vavti
83e585ee9b
more changelog
2022-04-25 22:19:20 +02:00
Mario Vavti
e386499bfa
Merge branch 'dev'
2022-04-25 22:16:39 +02:00
Mario Vavti
4552630bf8
changelog
2022-04-25 22:15:31 +02:00
Mario Vavti
2d8065a780
whitespace
2022-04-25 21:34:47 +02:00
Mario Vavti
b94da93c74
if we have not been provided a profile id set the profile id to the default profile - fixes #1671
2022-04-25 21:34:05 +02:00
Mario Vavti
695045f197
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2022-04-23 20:53:05 +02:00
Mario Vavti
376733bd08
fix regression with incoming poll answers from activitypub
2022-04-23 20:52:45 +02:00
Mario
4c7c5137c5
check if addons have been removed from the filesystem and also remove them from the db if that is the case
2022-04-22 07:42:31 +00:00
Mario
930b9820f2
Revert "move AP addressing to pubcrawl"
...
This reverts commit 1390e1db39
2022-04-07 07:28:43 +00:00
Mario Vavti
b2fa63f2c8
move AP addressing to pubcrawl
...
(cherry picked from commit 1390e1db39 )
2022-04-07 09:27:12 +02:00
Mario Vavti
1390e1db39
move AP addressing to pubcrawl
2022-04-07 09:20:06 +02:00
Mario
e7768ae954
fixes in regard to hub re-installs: dismiss deleted hublocs, make sure we use the latest hubloc entry for addressing, in Queue::deliver() prefer primaries since their info is probably more accurate
...
(cherry picked from commit 38d977e546 )
2022-04-01 11:56:07 +02:00
Mario
38d977e546
fixes in regard to hub re-installs: dismiss deleted hublocs, make sure we use the latest hubloc entry for addressing, in Queue::deliver() prefer primaries since their info is probably more accurate
2022-04-01 09:50:12 +00:00
Mario
3e38a24f0a
fix PHP error
2022-03-31 10:07:15 +00:00
Mario Vavti
0784cd593a
Merge branch '7.2RC'
2022-03-29 11:42:53 +02:00
Mario Vavti
9c5d2ee563
version 7.2
2022-03-29 11:41:33 +02:00
Mario Vavti
be5f7c2e67
Merge branch 'dev' into 7.2RC
2022-03-29 11:39:28 +02:00
Mario Vavti
0d0f73fb67
update changelog
2022-03-29 11:38:59 +02:00
Mario
680be6cfec
Merge branch 'fix-changelog' into 'dev'
...
Update changelog with missing fix and cve
See merge request hubzilla/core!2018
2022-03-27 19:51:20 +00:00
Harald Eilertsen
2ab3d072b0
Update changelog with missing fix and cve
2022-03-25 22:14:39 +01:00
Mario
943ecff623
fix version
2022-03-25 09:27:39 +00:00
Mario
03973f5d1d
changelog
2022-03-25 09:22:57 +00:00
Mario
c42a0fa9b6
bump dev version
2022-03-23 20:20:44 +00:00
Mario
61522ed31d
strings
2022-03-23 20:16:33 +00:00
Mario Vavti
29a527426a
make sure to set comments_closed to the created date if nocomment is set
2022-03-23 21:08:54 +01:00
Mario
62ac0ff21e
streamline comment policy with downstream
2022-03-23 19:01:42 +00:00
Mario
a41c7caa18
Merge branch 'security-fixes-lfi-xss-open-redirect' into 'dev'
...
Security fixes
See merge request hubzilla/core!2017
2022-03-23 18:38:03 +00:00
Harald Eilertsen
b3ca31bce7
CVE-2022-27256: Open redirect via rpath query param.
...
Don't follow urls to external sites when submitting forms from the
settings modules. This mitigates an Open Redirect vulnerability where an
attacker could trick a user to go to an attacker controlled destination.
Fixes part of https://framagit.org/hubzilla/core/-/issues/1666
2022-03-20 15:34:24 +01:00
Harald Eilertsen
b02f6a1dae
Add function is_local_url() to check if url is local.
2022-03-20 15:34:24 +01:00
Harald Eilertsen
d35609f33a
CVE-2022-27258: XSS via rpath query param.
...
Escape URLs provided by the rpath query param in settings modules. This
prevents a possible Cross-Site scripting vulnerability, where an
attacker could inject web scripts and html into the settings form via
the rpath query parameter, and have a user execute the script by
tricking them to clicking a link.
Fixes part of https://framagit.org/hubzilla/core/-/issues/1666
2022-03-20 15:34:24 +01:00
Harald Eilertsen
8c19ab8f9f
Add helper to escape URLs.
...
The escaping makes the URL safe for display and for use in HTML element
attributes (such as href="..." etc), but does not guarantee that the URL
itself is valid after conversion. This should be good enough for
mitigating XSS issues caused by injecting html or javascript into a URL.
Also probably good enough for _most_ normal URLs, but there may be
devils hidden in the details somewhere.
2022-03-20 15:34:24 +01:00
Harald Eilertsen
30ae198b89
CVE-2022-27257: LFI in Redbasic theme.
...
Limit valid chars in schema names, and discard attempts at loading
schemas with invalid names.
This prevents a local file inclusion vulnerability where an
unauthenticated attacker can include arbitrary php files readable by the
server process and potentially obtain remote code execution.
Valid schema names may consist of ascii letters, numbers, hyphens and
underscores. Should be good enough for most cases, I think.
Fixes https://framagit.org/hubzilla/core/-/issues/1665
2022-03-20 15:34:17 +01:00
Mario
bddeab3ac1
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2022-03-20 08:59:07 +00:00
Mario
591349ee74
add the signing algo to zotinfo, and store it in import_xchan() if present
2022-03-20 08:58:18 +00:00
Mario
9081a25e64
Merge branch 'volse-redbasic-dark' into 'dev'
...
redbasic/dark: Use bootstrap-nightfall for dark schema.
See merge request hubzilla/core!2016
2022-03-20 08:27:30 +00:00
Mario
1beadfc6e7
Merge branch 'volse-fix-stylesheet-root-path' into 'dev'
...
Use correct base url for stylesheets and js.
See merge request hubzilla/core!2015
2022-03-17 08:23:02 +00:00
Harald Eilertsen
f4af532c5a
Trim trailing & from query_string.
...
When trying to fetch an image file from the Cloud module, the default
nginx config will add a trailing & if there's no args specified.
Example:
https://example.com/cloud/username/some_image.png
This will be rewritten to:
https://example.com/index.php?q=/cloud/username/some_image.png&
This in turn will cause the Cloud module to try to redirect back to the
original because it does not match the query_string (in which the
ampersand has been converted to a question mark). And this will repeat
until the browser get's tired of it.
2022-03-13 19:37:45 +01:00
Harald Eilertsen
76eb1a9d78
redbasic/dark: Tune button colours a bit.
...
Makes buttons a bit less bright so they don't stick out quite as much.
2022-03-13 17:08:06 +01:00
Harald Eilertsen
14a2790dcb
redbasic/dark: Use schema colour for dropdown item
2022-03-13 17:08:06 +01:00
Harald Eilertsen
46f54db197
redbasic/dark: Use bootstrap-nightfall for dark schema.
...
This is a color only stylesheet, modifying the original Bootstrap colors
to a dark variant. Insert this as base before the redbasic dark schema
modifications, and any custom modifications to have a nicer base for the
dark schema.
2022-03-13 17:07:45 +01:00
Mario
4ffd7587a9
make sure an announce does not overwrite an item we already have and make sure it will be a toplevel post
2022-03-11 20:29:18 +00:00
Mario
c48c62c7a8
whitespace
2022-03-10 11:41:34 +00:00
Mario
9e7fd20ade
support for hs2019
2022-03-10 09:44:37 +00:00
Mario
efa1d381ba
move attachments to the top
2022-03-05 13:55:16 +00:00
Mario
740fa058aa
remove logging
2022-03-04 18:43:54 +00:00
Mario
37f56e1efd
event fixes
2022-03-04 18:43:21 +00:00
Mario
6294be371a
bump version
2022-03-04 16:12:44 +00:00
Mario
bee7549a1e
fix regression
2022-03-04 16:09:44 +00:00
Mario
db14dbacc9
streamline event activity handling
2022-03-04 15:05:58 +00:00
Mario
27058e6297
bump version
2022-03-04 09:51:21 +00:00
Mario
b41175e0e2
port some ap quirks from the addon
2022-03-04 09:45:11 +00:00
Mario
eeea3251ad
more work on enhanced content filters
2022-03-03 20:31:43 +00:00
Harald Eilertsen
34ffff3947
Remove now unused function script_path.
2022-03-03 19:50:07 +01:00
Harald Eilertsen
65ed3818ec
Use correct base url for stylesheets and js.
...
Use z_root instead of script_path when formatting stylesheet and
javascript links for the head section. script_path does not preserve
information about the port if the site uses a nonstandard port.
2022-03-03 19:47:33 +01:00
Mario
c8417df6f1
fix duplicate ids in login form and move login/register buttons into the hamburger menu on small screens
2022-03-03 16:52:04 +00:00
Mario
dc3be7ecf7
collect the accept headers in an array
2022-03-03 11:22:46 +00:00
Mario
cf3c0b593b
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2022-03-02 19:53:16 +00:00
Mario
34f64148e8
composer updates
2022-03-02 19:52:47 +00:00
Mario
fc5dad1983
port some peertube tweeks from pubcrawl to lib/activity
2022-03-02 19:52:26 +00:00
Mario
c3c40548b9
Merge branch 't0rum-master-patch-68993' into 'master'
...
Typo in Setup.php prevents users from using Postgres
See merge request hubzilla/core!2014
(cherry picked from commit 0e2e932102 )
d384f55d Typo in Setup.php prevents users from using Postgres
2022-03-01 21:21:50 +01:00
Mario
0e2e932102
Merge branch 't0rum-master-patch-68993' into 'master'
...
Typo in Setup.php prevents users from using Postgres
See merge request hubzilla/core!2014
2022-03-01 20:20:58 +00:00
Mario
6930c4e23b
fix feedutils regression
2022-03-01 20:06:10 +00:00
Mario
01b9f2dfcf
enhanced content filters
2022-03-01 10:14:05 +00:00
Mario
0cc6f66a26
make gprobe deal with URLs, fix issue in get_actor_protocols and fix missing author issue if wall2wall comment arrives and author is not yet known
2022-02-28 10:16:19 +00:00
t0rum
d384f55dd1
Typo in Setup.php prevents users from using Postgres
2022-02-26 19:15:02 +00:00
Mario
1893368aa5
missing content region for directory
2022-02-23 13:52:49 +00:00
Mario
a520063265
widget descriptions and add content region to all pdl files for convenience
2022-02-23 11:52:11 +00:00
Mario
1e171a72a0
bump version
2022-02-21 10:18:39 +00:00
Mario
5b1a0d93b9
this was required for old style forum posts only and should not be needed anymore
2022-02-21 10:16:21 +00:00
Mario
7e04662a9c
do not require network for forums widget
2022-02-21 10:03:43 +00:00
Mario
a804549781
remove deprecated widgets and add some more widget descriptions
2022-02-21 10:02:33 +00:00
Mario
2a60f1cc6e
merge branch pdledit_gui into dev - many widgets still miss their description and requirements (this is work in progress)
2022-02-20 20:18:24 +00:00
Mario
2ddff785e5
thr_parent lost across edits
2022-02-18 18:52:38 +00:00
Mario
38882efb5c
composer update
2022-02-18 12:43:10 +00:00
Mario
6f7786b068
Merge branch 'undefined' into 'dev'
...
Replace htconfig.tpl fr
See merge request hubzilla/core!2008
2022-02-15 10:41:36 +00:00
Mario
0819141f03
Merge branch 'dandauge-dev-patch-02109' into 'dev'
...
Update lostpass_eml.tpl fr
See merge request hubzilla/core!2009
2022-02-15 10:38:43 +00:00
Mario
329ef5049f
Merge branch 'dandauge-dev-patch-69038' into 'dev'
...
Upload New File : invite.material.subject.tpl fr
See merge request hubzilla/core!2010
2022-02-15 10:38:12 +00:00
Mario
34bb8c65d6
Merge branch 'dandauge-dev-patch-34611' into 'dev'
...
Upload New File : invite.material.tpl fr
See merge request hubzilla/core!2011
2022-02-15 10:37:52 +00:00
Mario
575ccae6f9
Merge branch 'dandauge-dev-patch-30995' into 'dev'
...
Update passchanged_eml.tpl fr
See merge request hubzilla/core!2012
2022-02-15 10:37:30 +00:00
Mario
486be87e33
Merge branch 'dandauge-dev-patch-92660' into 'dev'
...
Update update_fail_eml.tpl fr
See merge request hubzilla/core!2013
2022-02-15 10:37:03 +00:00
Mario
c0350861ef
php8 warnings
2022-02-13 19:31:51 +00:00
Mario
a7ec1805e3
address deprecation warnings
2022-02-13 18:58:12 +00:00
Mario
4b06bc552f
add inbound support for quoteUrl
2022-02-13 16:53:43 +00:00
Dan d'Auge
76ee7b7eea
Update update_fail_eml.tpl fr
2022-02-13 06:21:35 +00:00
Dan d'Auge
04b1e7e34f
Update passchanged_eml.tpl fr
2022-02-13 06:08:31 +00:00
Dan d'Auge
17dbb156e1
Upload New File : invite.material.tpl fr
2022-02-13 06:03:17 +00:00
Dan d'Auge
135117c637
Upload New File : invite.material.subject.tpl fr
2022-02-13 05:54:55 +00:00
Dan d'Auge
d3348f7855
Update lostpass_eml.tpl fr
2022-02-13 05:51:23 +00:00
Dan d'Auge
39bbcb66c8
Replace htconfig.tpl fr
2022-02-13 05:22:33 +00:00
Mario
d45e8e4d20
make sure we have an array
2022-02-11 12:59:08 +00:00
Mario
d65052c1ac
comment out failing tests for now
2022-02-11 12:19:50 +00:00
Mario
2fbc42753f
language test
2022-02-11 11:42:33 +00:00
Mario
4195865965
add options
2022-02-11 11:29:08 +00:00
Mario
de3f6fbeba
more dependencies
2022-02-11 11:25:24 +00:00
Mario
6a377120bd
lets try this
2022-02-11 11:22:03 +00:00
Mario
502226b0a6
more ci testing
2022-02-11 11:16:03 +00:00
Mario
78206b48f4
add php-gd
2022-02-11 11:12:28 +00:00
Mario
dc3cec06ca
restructure
2022-02-11 11:08:43 +00:00
Mario
5a7688e099
do phpunit though
2022-02-11 11:05:11 +00:00
Mario
c721f01c76
skip db tests for now
2022-02-11 11:02:50 +00:00
Mario
463806822c
more ci testing
2022-02-11 10:56:23 +00:00
Mario
b74c2f001d
more ci testing
2022-02-11 10:54:00 +00:00
Mario
9fc7a8b626
more ci testing
2022-02-11 10:47:27 +00:00
Mario
3ffd92a6c3
more ci testing
2022-02-11 10:45:31 +00:00
Mario
29b02e5329
more ci testing
2022-02-11 10:43:42 +00:00
Mario
97584e046f
more ci testing
2022-02-11 10:40:04 +00:00
Mario
09d2fce85d
run composer updatee
2022-02-11 10:33:54 +00:00
Mario
fc3060cb29
we do not actually require this for the tests
2022-02-11 10:28:22 +00:00
Mario
9804a67165
more version bumps
2022-02-11 10:24:51 +00:00
Mario
21eddefa41
typo
2022-02-11 10:18:10 +00:00
Mario
9b62e7eedb
bump php image to 8.0
2022-02-11 10:17:04 +00:00
Mario
bf30cfd8a4
more composer updates
2022-02-11 10:01:39 +00:00
Mario
139ffae367
fix another deprecation warning
2022-02-11 09:51:21 +00:00
Mario
51a48cc264
bump php version
2022-02-11 09:42:54 +00:00
Mario
abbca12565
typo
2022-02-11 09:37:29 +00:00
Mario
9e9d96a2ec
minor restructure to omit php 8.1 deprecation warning
2022-02-11 09:36:17 +00:00
Mario
615c9f1cbe
composer update smarty to version 4.1 - new files
2022-02-11 09:27:57 +00:00
Mario
7d75d0cfbd
composer update smarty to version 4.1
2022-02-11 09:27:35 +00:00
Mario
5468de2c6a
composer libs minor version updates add new files
2022-02-11 09:23:29 +00:00
Mario
6d8aabab23
composer libs minor version updates
2022-02-11 09:21:19 +00:00
Mario
e74359fcfe
3rd arg in str_replace() can not be null
2022-02-11 09:10:19 +00:00
Mario
53c842c614
Merge branch 'dev'
2022-02-10 19:50:28 +00:00
Mario
23ececeb34
changelog and version
2022-02-10 19:48:52 +00:00
Mario
521c9eb566
Merge branch 'dev'
2022-02-10 19:45:08 +00:00
Mario
35877b1382
allow to override the DB charset via the $db_charset variable in .htconfig.php
2022-02-10 18:57:44 +00:00
Mario
c531287170
fix php8.1 deprecation warning
2022-02-09 19:25:55 +00:00
Mario
8e79a81b88
Merge branch 'dev'
2022-02-09 12:10:04 +00:00
Mario
b95ceb301f
gc() returns bool
2022-02-09 12:09:33 +00:00
Mario
76a94495c4
Merge branch 'dev'
2022-02-09 12:02:00 +00:00
Mario
b6b2299b4e
revert: union types are only possible from php version 8 and higher
2022-02-09 12:01:16 +00:00
Mario
34ddea87d3
version
2022-02-09 09:54:02 +00:00
Mario
3d318542cb
Merge branch 'dev'
2022-02-09 09:50:08 +00:00
Mario
4a8c3cdc61
changelog
2022-02-09 09:49:46 +00:00
Mario
c0b6f2d95f
fix missing asterisk
2022-02-09 09:23:12 +00:00
Mario
9ca7fccab8
Merge branch 'dandauge-dev-patch-55065' into 'dev'
...
Update register_verify_eml.tpl
See merge request hubzilla/core!1998
2022-02-09 09:15:10 +00:00
Mario
d91fcfc866
Merge branch 'dandauge-dev-patch-45641' into 'dev'
...
Update register_verify_member.tpl
See merge request hubzilla/core!1999
2022-02-09 09:14:44 +00:00
Mario
29b53f3b9d
Merge branch 'dandauge-dev-patch-07376' into 'dev'
...
Update register_open_eml.tpl
See merge request hubzilla/core!2000
2022-02-09 09:13:58 +00:00
Mario
30987095c7
Merge branch 'dandauge-dev-patch-78369' into 'dev'
...
Upload New File : cert_bad_eml.tpl fr
See merge request hubzilla/core!2001
2022-02-09 09:13:16 +00:00
Mario
43b93de570
Merge branch 'dandauge-dev-patch-72709' into 'dev'
...
Upload New File : cron_bad_eml.tpl fr
See merge request hubzilla/core!2002
2022-02-09 09:12:59 +00:00
Mario
5b310cf315
Merge branch 'dandauge-dev-patch-59648' into 'dev'
...
Upload New File : invite.casual.subject.tpl fr
See merge request hubzilla/core!2004
2022-02-09 09:10:21 +00:00
Mario
a1c2a57ea6
Merge branch 'dandauge-dev-patch-81368' into 'dev'
...
Upload New File : invite.casual.tpl fr
See merge request hubzilla/core!2005
2022-02-09 09:08:36 +00:00
Mario
34bf8f1133
Merge branch 'dandauge-dev-patch-67694' into 'dev'
...
Upload New File : invite.formal.subject.tpl fr
See merge request hubzilla/core!2006
2022-02-09 09:06:57 +00:00
Mario
c708ec577e
Merge branch 'dandauge-dev-patch-34373' into 'dev'
...
Upload New File : invite.formal.tpl fr
See merge request hubzilla/core!2007
2022-02-09 09:06:33 +00:00
Mario
c185685f2d
pdo: add the charset to the connection string
2022-02-09 08:57:27 +00:00
Mario
daee5b3477
since we do not use feedutils for ostatus anymore, we can now safely use import_author_rss() instead of import_author_unknown()
2022-02-09 08:45:19 +00:00
Mario
5d0346ee30
rename variable
2022-02-08 20:44:30 +00:00
Mario
85ad5355cf
revert logging
2022-02-08 20:13:19 +00:00
Mario
4c8b84633a
revert deleted flag for webfinger and zotfinger key
2022-02-08 20:12:16 +00:00
Mario
c0dd4d748d
HTTPSig: introduce the deleted keytype. this will allow us to not fetch an actor we have never seen before if we received a delete activity for this actor for some reason. this is only implemented in the activitypub inbox so far.
2022-02-08 19:51:10 +00:00
Mario
c94f25570b
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2022-02-08 15:15:18 +00:00
Mario
ffa5e08832
versionÃ
2022-02-08 15:15:03 +00:00
Mario Vavti
63243c8e04
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2022-02-08 15:15:34 +01:00
Mario Vavti
21c4ec2de0
fix php error in externals and streamline actor cache time
2022-02-08 15:14:16 +01:00
Mario
a8d87af418
to reduce overall network fetches cache actors in Activity::fetch() and fetch the ldsig creator with get_actor() instead of get_compound_property() so that it will check the cache before actually fetching
2022-02-08 14:09:54 +00:00
Dan d'Auge
7b084a065e
Upload New File : invite.formal.tpl fr
2022-02-06 14:46:09 +00:00
Dan d'Auge
47f6b202e5
Upload New File : invite.formal.subject.tpl fr
2022-02-06 14:30:26 +00:00
Dan d'Auge
f588d8379b
Upload New File : invite.casual.tpl fr
2022-02-06 10:20:05 +00:00
Dan d'Auge
58827e130b
Upload New File : invite.casual.subject.tpl fr
2022-02-06 10:08:07 +00:00
Dan d'Auge
d702334604
Upload New File
2022-02-06 09:03:40 +00:00
Dan d'Auge
b04aa799e3
Upload New File : cert_bad_eml.tpl fr
2022-02-06 08:54:09 +00:00
Dan d'Auge
e113f6cb9d
Update register_open_eml.tpl
2022-02-06 07:52:38 +00:00
Dan d'Auge
bc13b7eb72
Update register_verify_member.tpl
2022-02-06 07:42:00 +00:00
Dan d'Auge
f50b395da6
Update register_verify_eml.tpl
2022-02-06 06:41:23 +00:00
Mario
a0e8e40f1c
whitespace
2022-02-04 12:50:25 +00:00
Mario
cb6055c1b8
clean the url from parameters
2022-02-04 12:48:47 +00:00
Mario
25424c16e4
unpack encoded mid and make sure to goaway to the right message
2022-02-03 19:09:15 +00:00
Mario
99dcdee67a
move JSalmon stuff from the data to the meta field in Lib ActivityStreams and some more refinement on storing the raw ap and diaspora data in iconfig
2022-02-03 11:57:47 +00:00
Mario
99928f1aea
only unset if set
2022-02-02 18:59:14 +00:00
Mario
1740ae2104
more PHP 8.1 deprecated warnings
2022-02-02 17:58:29 +00:00
Mario
d8372f8433
more PHP 8.1 deprecated warnings
2022-02-02 12:44:39 +00:00
Mario
2a15d2c421
more PHP 8.1 deprecated warnings
2022-02-02 12:40:09 +00:00
Mario
bacf19688f
a like could be stored as item or activity so check both
2022-02-02 09:59:36 +00:00
Mario
31fbdcf6c5
typo
2022-02-01 10:32:54 +00:00
Mario
c8818cb7b3
formatting
2022-02-01 10:30:26 +00:00
Mario
eb20789821
allow zotfinger to recurse through all known hublocs if the one we got does not exist (404) or got removed (410). add functions for updating tables from array and deleting hublocs.
2022-02-01 10:01:56 +00:00
Mario
c90862217e
bump version
2022-01-31 11:03:49 +00:00
Mario
df87d6feeb
more work on relaying zap and diaspora, fix mod hcard
2022-01-31 10:18:58 +00:00
Mario Vavti
6c808abcfc
PHP 8.1 band-aid
2022-01-31 09:49:00 +01:00
Mario Vavti
f1822bdfab
add the signature
2022-01-31 08:46:12 +01:00
Mario
c3428acd80
make sure we never save a zot6 packet as ap raw message
2022-01-30 16:29:04 +00:00
Mario
d619192b22
attach iconfig to the activity and adjust ap raw message retrieval to handle both cases. also add a possibility to manually redeliver single hubs for debuging
2022-01-30 15:33:57 +00:00
Mario
5bdc713afe
Merge branch 'dev'
2022-01-28 20:10:11 +00:00
Mario
46eff1c937
changelog
2022-01-28 20:09:29 +00:00
Mario
76e1ea1c02
version 7.0.1
2022-01-28 20:04:43 +00:00
Mario
755076a8e5
Merge branch 'dev'
2022-01-28 20:03:30 +00:00
Mario
b49f7b8b34
fix removing contacts from privacy groups
2022-01-28 19:40:42 +00:00
Mario
c4dd8885e4
$cmd should be a strig and not null
2022-01-28 13:32:28 +00:00
Mario
4c82952b58
formatting and unused variables
2022-01-28 13:29:25 +00:00
Mario
0da69cb9c7
do not use escape_tags() for inbox
2022-01-27 21:56:13 +00:00
Mario
36e244060c
escape_tags() will turn & to & and there for mess up the xchan hash
2022-01-27 21:51:56 +00:00
Mario
b13a9f57af
fix for #1659
2022-01-27 21:10:13 +00:00
Mario
0aa67ad7f9
typo
2022-01-27 20:34:21 +00:00
Mario
195a3a6827
whitespace
2022-01-27 20:28:34 +00:00
Mario
38ecff1220
some refinement on storing the raw ap message, some comments and make sure the AS->raw is always a json string
2022-01-27 20:27:02 +00:00
Mario
67e64287af
missing define of variable, remove deprecated zot-info and ofeed from webfinger
2022-01-26 19:28:04 +00:00
Mario
b022703b0b
update to remove the mail app
2022-01-26 18:40:02 +00:00
Mario
e8069c0d93
use item_hidden instead of item_notshown for forum comment announces
2022-01-26 13:58:03 +00:00
Mario
7a1c6b64c2
$act->raw will not always hold the AP raw message. Look for it in iconfig.
2022-01-26 13:02:51 +00:00
Mario
8250cb1e8d
always store the raw message
2022-01-26 09:35:08 +00:00
Mario
ffe2c4d42b
make sure to escape the author name for the reply_to button
2022-01-24 08:51:14 +00:00
Mario
f06c970628
port z_curl_error() from zap
2022-01-23 20:23:40 +00:00
Mario
99bce46b32
fix doc
2022-01-23 15:08:13 +00:00
Mario
f711913778
fix doc
2022-01-23 15:06:18 +00:00
Mario
a8ac231667
make sure that if an existing contact role changes we will re-assign the permissions to all role members and cleanup
2022-01-23 15:03:26 +00:00
Mario
f7c8791a6d
make sure we have an existing default role in any case
2022-01-23 13:43:33 +00:00
Mario
7acc775c91
wrong function name
2022-01-21 07:46:12 +00:00
Mario
c2e21e837f
wrong function name
2022-01-21 07:45:42 +00:00
Mario
755d0f54f7
Merge branch '7.0RC'
2022-01-21 07:28:24 +00:00
Mario
f62d66ff25
version 7.0
2022-01-21 07:27:35 +00:00
Mario
406d19f930
Merge branch 'dev' into 7.0RC
2022-01-21 07:27:00 +00:00
Mario
42b13614eb
update changelog
2022-01-21 07:26:23 +00:00
Mario
c942bd67fe
Merge branch 'dev' into 7.0RC
2022-01-21 07:20:30 +00:00
Mario
b8dc3d74b6
update strings
2022-01-21 07:20:04 +00:00
Mario
38fb263737
string
2022-01-21 07:14:40 +00:00
Mario
b55beed2f9
string update
2022-01-20 14:27:28 +00:00
Mario
e9278c03c1
Merge branch 'dev' into 7.0RC
2022-01-20 10:29:52 +00:00
Mario
ae1fe83784
fix potential issue with ap addressing in mod hq
2022-01-20 10:27:55 +00:00
Mario
717a547c40
Merge branch 'dev' into 7.0RC
2022-01-20 10:03:02 +00:00
Mario
ec491e87ab
remove deprecated template
2022-01-20 10:02:39 +00:00
Mario
42e30d0835
fix pgsql profile photo issue
2022-01-20 08:14:03 +00:00
Mario
5b19418e48
fix pgsql profile photo issue
2022-01-20 08:12:14 +00:00
Mario
1bc9a7373f
Merge branch 'dev' into 7.0RC
2022-01-19 19:14:54 +00:00
Mario
23e59b5dcc
update changelog
2022-01-19 19:14:30 +00:00
Mario
c6b459cf96
drop_item() requires the item id not the item array
2022-01-19 19:11:49 +00:00
Mario
33254b4cac
Merge branch 'dev' into 7.0RC
2022-01-19 13:22:23 +00:00
Mario
44da40d18d
revert background color
2022-01-19 13:21:32 +00:00
Mario
c742f25801
prevent duplicate ids and adjust spinner color
2022-01-19 13:19:32 +00:00
Mario
b153687bf1
prevent duplicate ids and adjust spinner color
2022-01-19 13:18:47 +00:00
Mario
3318f093da
Merge branch 'dev' into 7.0RC
2022-01-19 11:25:06 +00:00
Mario
d98d56c3b5
provide a spinner for edit connection action in threads
2022-01-19 11:24:42 +00:00
Mario
c3f5f6c7ad
Merge branch 'dev' into 7.0RC
2022-01-19 10:04:42 +00:00
Mario
5f21edcc53
update changelog
2022-01-19 10:04:20 +00:00
Mario
cd0731cbb0
version RC2
2022-01-19 09:51:32 +00:00
Mario
f392ddec2f
Merge branch 'dev' into 7.0RC
2022-01-19 09:41:57 +00:00
Mario
df71168ab7
fix channel app naming and translation and cleanup apps with an db update
2022-01-19 09:41:16 +00:00
Mario
e93b26bf54
Merge branch 'dev' into 'dev'
...
Fix strings translation
See merge request hubzilla/core!1997
2022-01-19 09:21:55 +00:00
Mario
a73d4a8cbd
Merge branch 'dev' into 7.0RC
2022-01-19 08:39:12 +00:00
Mario
20ee57801c
we must check if actor.id is empty(). checking for isset() only could still end up in an empty string and produce unexpected results
2022-01-19 08:29:44 +00:00
Max Kostikov
6a270d7f02
Fix strings translation
2022-01-18 22:40:25 +02:00
Mario
68639637c9
RC1
2022-01-18 10:27:37 +00:00
Mario
0d1eabbc33
Merge branch 'dev' into 7.0RC
2022-01-18 10:26:21 +00:00
Mario
dce249f7a9
change name on all associated xchans by matching the url
2022-01-18 10:24:52 +00:00
Mario
1723d4fbd8
fix version
2022-01-18 09:59:54 +00:00
Mario
c4b09f1a4f
check for existence of vcard
2022-01-18 10:50:25 +01:00
Mario
788c973c13
vcards are not actually implemented anymore
2022-01-18 10:39:00 +01:00
Mario
465c5c8cfb
make sure to use the correct default role
2022-01-18 10:26:13 +01:00
Mario
ee28ba5be1
adjust lock hover text if item_private === 2
2022-01-17 08:23:15 +00:00
Mario
9a22e9cf39
bump dev version
2022-01-16 12:47:26 +00:00
Mario
2513f605b6
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2022-01-16 12:45:58 +00:00
Mario
3b1ffb2028
changelog
2022-01-16 12:45:00 +00:00
Max Kostikov
47c6624e12
Merge branch 'dev' into 'dev'
...
Update Russian translation
See merge request hubzilla/core!1996
2022-01-14 19:22:43 +00:00
Max Kostikov
b6f1b064d3
Update Russian translation
2022-01-14 21:20:40 +02:00
Mario
17d89467df
composer dump autoload
2022-01-14 18:31:38 +00:00
Mario
1282214d48
strings and version
2022-01-14 18:28:33 +00:00
Mario
f4bc6ee615
ux improvements
2022-01-13 13:07:59 +00:00
Mario
f8b8d8c540
make sure to fallback if local_channel and no nav_bg is set
2022-01-13 10:32:36 +00:00
Mario
57ff667438
pwa improvements according to lighthouse
2022-01-13 10:18:53 +00:00
Mario
abe3039926
ux improvements
2022-01-12 21:08:29 +00:00
Mario
82a1117e91
mod profile_photo template cleanup
2022-01-12 13:43:30 +00:00
Mario
b6ff3a4d99
mod profile_photo cleanup
2022-01-12 13:35:51 +00:00
Mario
f4046efcb2
refactor mod profile_photo
2022-01-12 13:09:53 +00:00
Mario
fc1d3831cf
revert commit 7e2aecd8
2022-01-11 09:59:07 +00:00
Mario
867deda247
remove legacy mail which has been deprecated since a year
2022-01-11 09:29:18 +00:00
Mario
f8149face5
toc: add headings
2022-01-11 09:17:39 +00:00
Mario
7e2aecd8bb
lifetime->expires
2022-01-10 11:37:47 +00:00
Mario
105d121199
set samesite cookie flag to none - some browsers start to default the flag to lax (previous none)
2022-01-10 11:36:20 +00:00
Mario
37d662f2f5
css fixes
2022-01-10 09:29:59 +00:00
Mario
5b50454b4d
make toc bbcode find its own container by default
2022-01-09 20:44:30 +00:00
Mario
b5e4c08fc5
fix get_tags() parsing toc bbcodes
2022-01-09 18:25:17 +00:00
Mario
db39cd8b7c
fix php error
2022-01-09 16:38:10 +00:00
Mario
a35f741a35
deprecate AccessList::widget()
2022-01-09 15:40:54 +00:00
Mario
fc02e018cb
mark group actors as such in items and minor text change
2022-01-08 18:57:59 +00:00
Mario
b14a530efb
missing nav_set_selected()
2022-01-08 13:22:15 +00:00
Mario
f70bc571bd
css fix
2022-01-08 13:17:19 +00:00
Mario
8cc64176b4
missing files
2022-01-07 20:14:11 +00:00
Mario
7450ac1a31
missing files
2022-01-07 20:07:09 +00:00
Mario
c72e5e3b66
streamline privacy groups
2022-01-07 20:03:40 +00:00
Mario
5e811819e2
add link to create new contact roles
2022-01-07 19:14:14 +00:00
Mario
f1c0034a18
more work on access tokens
2022-01-06 21:09:18 +00:00
Mario
7342cb81a3
bump version
2022-01-04 20:42:43 +00:00
Mario
b40e858556
only display connections widget if there are any connections to show
2022-01-04 20:42:07 +00:00
Mario
95a4ed7d6a
do not show blocked or ignored contacts in connections
2022-01-04 20:31:42 +00:00
Mario
2c2d4b6b95
remove suggestions widget from mod directory
2022-01-04 19:57:04 +00:00
Mario
4490eae4fe
remove suggestions widget from mod network
2022-01-04 19:55:53 +00:00
Mario
9d59cb0135
minor wording change and fix connections link
2022-01-04 19:48:15 +00:00
Mario
7d348fe69f
fix Access^CccessList include and plink in post_activity_item()
2022-01-03 20:20:42 +00:00
Mario
fa8fb9e73f
more lockview ui improvements
2022-01-03 11:00:14 +00:00
Mario
f6093872ec
minor usability improvement
2022-01-03 09:35:42 +00:00
Mario
e8030e29d9
remove logging
2022-01-02 20:46:44 +00:00
Mario
df8bb0596a
port new_token from zap, fixes and more cleanup
2022-01-02 20:45:25 +00:00
Mario
0003e0b8a5
lockview: fix guest links for profile groups and photos, cleanup
2022-01-02 19:33:10 +00:00
Mario
e42703d557
lockview: provide guest links for private resources
2022-01-02 08:49:36 +00:00
Mario
4636e56395
minor theme fixes
2021-12-29 18:45:03 +00:00
Mario
27ebeffad4
update_poll() can be called many times in a row for the same item if a multiple poll is being updated. This could result in the queueworker not processing duplicates. We are now adding the source item mid to the notifier call as the third argument (fragment) so that the queueworker will not think they are duplicates. The fragment is also passed to the deliver_hooks call in the notifier
2021-12-22 09:50:50 +00:00
Mario
07110cee17
add the title to the object
2021-12-21 09:58:07 +00:00
Mario
afa1f1416b
string change
2021-12-21 09:20:53 +00:00
Mario
f8dfcab0ca
string change
2021-12-21 09:20:21 +00:00
Mario
e14fd920d6
version
2021-12-21 09:19:07 +00:00
Mario
8c10fdae5b
missing label
2021-12-21 09:14:48 +00:00
Mario
eee027d9ff
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2021-12-21 09:09:43 +00:00
Mario
1b1fb5d26a
improve pconfig sync at the sending side
2021-12-21 09:08:36 +00:00
Mario Vavti
c36e0805d8
improve pconfig sync at the receiving side
2021-12-21 10:04:51 +01:00
Mario
5c56041185
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2021-12-18 19:45:42 +00:00
Mario
5aefe0b74f
guest token xchan_network = "token" and remove permission checks since the guest tokens are now added to the abook automatically
2021-12-18 19:09:15 +00:00
Max Kostikov
20e0359efd
Merge branch 'dev' into 'dev'
...
Update Russian translation
See merge request hubzilla/core!1995
2021-12-17 22:42:36 +00:00
Max Kostikov
9c790e5a90
Update Russian translation
2021-12-18 00:39:47 +02:00
Mario
9c79b5be77
version
2021-12-17 21:10:00 +00:00
Mario
2d9a4f4e42
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2021-12-17 21:08:54 +00:00
Mario
565602538c
main.js simplify notify_id checks
2021-12-17 21:08:20 +00:00
Mario Vavti
78972725ae
mod tokens cleanup and fixes
2021-12-17 22:05:45 +01:00
Mario
5ab90f7791
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2021-12-17 20:29:06 +01:00
Mario
b90d98fc2b
implement background deleting of items in contact_remove()
2021-12-17 20:26:36 +01:00
Mario
eca3ae393b
daemon to delete abbok items in the background
2021-12-17 19:25:28 +00:00
Mario
2bd69495d2
missing file
2021-12-17 19:52:54 +01:00
Mario
bfd3da43ac
access token refactor
2021-12-17 19:48:09 +01:00
Mario
32a9eaf3b6
update db schemas
2021-12-17 15:30:26 +01:00
Mario
91cea1f28a
add template
2021-12-17 15:01:25 +01:00
Mario
220ed35f58
implement contact role deletion
2021-12-17 14:59:25 +01:00
Mario
b1cf5d4e44
nag channel owners to select achannel role if they have not yet done so yet
2021-12-15 12:58:33 +00:00
Mario
fe330ec1bb
bump version
2021-12-15 12:18:07 +00:00
Mario
2968bf8241
merge branch perms_ng into dev
2021-12-15 12:17:19 +00:00
Mario Vavti
a40babbf0d
version 6.4.2
2021-12-14 11:12:43 +01:00
Mario Vavti
7822257e1c
Merge branch 'dev'
2021-12-14 11:11:57 +01:00
Mario Vavti
b37165c62b
changelog
2021-12-14 11:09:27 +01:00
Mario Vavti
5e9d267959
mod sse_bs: when processing returned mids, do not assume they are b64 encoded
2021-12-14 11:04:26 +01:00
Mario Vavti
1a1e6b6810
Announce missing in is_response_activity()
2021-12-11 10:56:50 +01:00
Mario Vavti
88140002e7
Merge branch 'dev'
2021-12-03 16:26:10 +01:00
Mario Vavti
efc203d958
fix blured profile images and pdl files
2021-12-03 16:25:42 +01:00
Mario Vavti
42d4cdcc39
Merge branch 'dev'
2021-12-03 15:13:57 +01:00
Mario Vavti
fd433b3eb6
main_width in rem
2021-12-03 15:10:59 +01:00
Mario Vavti
7483adb8ad
Merge branch 'dev'
2021-12-03 14:55:39 +01:00
Mario Vavti
45fd462f80
fix content width for dark schema
2021-12-03 14:54:47 +01:00
Mario Vavti
807003adf7
version 6.4.1
2021-12-03 13:47:58 +01:00
Mario Vavti
1b0a17c7db
Merge branch 'dev'
2021-12-03 13:46:41 +01:00
Mario Vavti
60b145833c
changelog and version
2021-12-03 13:45:19 +01:00
Mario Vavti
39458b2ba8
fix hubloc_site_id in fix_system_urls() on detected site rename events and during sync_locations() if it changed or was stored incorrectly.
2021-11-30 10:50:31 +01:00
Mario Vavti
5de38b3632
mod channel: lookup zotinfo based on hash instead of address
2021-11-29 11:26:29 +01:00
Mario Vavti
6ced3426cf
do not deliver to the same channel multiple times in case duplicate hubloc entries for the channel exist
2021-11-29 11:17:14 +01:00
Mario
43460c9d19
re-add css that was removed by accident
2021-11-26 19:29:43 +00:00
Mario
ca17fb01bc
profile cleanup and fixes
2021-11-25 07:54:53 +00:00
Mario
a6f65aa9c5
add source option so that the right makros will be used in attach_store()
2021-11-25 07:44:31 +00:00
Mario
ae9a7727d6
maximum width of content region is now calculated in rem
2021-11-24 20:47:18 +00:00
Mario
3ac5d5257b
fix issue where likes notices are emited allthough they are actually disabled
2021-11-24 20:19:35 +00:00
Mario
668d7c73ed
address issue #1651 (reload page after comment or like)
2021-11-24 20:01:16 +00:00
Mario
c95f708c91
port httpmeta from zap
2021-11-24 09:08:11 +00:00
Mario
06e214e567
more work on responsive aside
2021-11-23 09:17:04 +00:00
Mario
18f8cafee0
minor vcard fixes
2021-11-21 20:17:14 +00:00
Mario
6bd6afac05
streamline profile vcard with xchan vcard
2021-11-21 19:50:36 +00:00
Mario
fe7ecede70
Merge branch '6.4RC'
2021-11-09 09:10:19 +00:00
Mario
089708ab9f
version 6.4
2021-11-09 09:08:52 +00:00
Mario
daa844c038
Merge branch 'dev' into 6.4RC
2021-11-09 09:07:55 +00:00
Mario
4049992228
update changelog
2021-11-09 09:07:37 +00:00
Mario
7c576c91b7
Merge branch 'dev' into 6.4RC
2021-10-30 09:08:32 +00:00
Mario
17bd364614
remove logging
2021-10-30 09:07:56 +00:00
Mario
25ffd39519
Merge branch 'dev' into 6.4RC
2021-10-30 09:05:24 +00:00
Mario
acfa527e3e
css fixes
2021-10-30 09:04:50 +00:00
Mario
b512416cb3
fix version
2021-10-28 14:17:53 +00:00
Mario
bd116c53a1
update changelog
2021-10-28 14:14:20 +00:00
Mario
1251fca256
remove mcrypt from the docs
2021-10-27 18:42:25 +00:00
Mario
b2fe21709c
update sbom
2021-10-27 12:13:47 +00:00
Mario
c082d12b59
bump dev version
2021-10-27 08:11:09 +00:00
Mario
9a4ca44255
version and strings
2021-10-27 08:05:57 +00:00
Mario
6fce9a41b0
remove logging
2021-10-25 08:12:17 +00:00
Mario
65acdd7b15
mod regate: auto-connect the invitee with the inviter if auto channel create is enabled (default). fix issue where the default group was not set in the return array of create_identity()
2021-10-25 08:03:12 +00:00
Mario
a209374cbd
invite: fix variable name in template and do not substitute the Â@ in the webfinger address with @+
2021-10-22 09:52:30 +00:00
Mario
c1bb87db98
mod item: cleanup and remove some unused variables
2021-10-22 08:16:19 +00:00
Mario
8bae40449f
remove library/urlify and use vendor/jbroadway/urlify instead
2021-10-22 08:07:19 +00:00
Mario
bc3bb4694a
mod import: formating
2021-10-22 07:50:35 +00:00
Mario
22588e58f3
install urlify via composer
2021-10-22 07:46:30 +00:00
Mario
69ba4eb055
whitespace
2021-10-22 07:27:37 +00:00
Mario
687b9fb6a2
comment out warning about db version differences - it is not relevant
2021-10-22 07:26:30 +00:00
Mario
9b9ca9695c
import_items: cleanup
2021-10-21 10:36:31 +00:00
Mario
6357c69868
import_items: provide a possibility to import exported zip files by year
2021-10-21 10:29:44 +00:00
Mario
15cb7ab7a1
nativeWikiPage: more whitespace and cleanup
2021-10-20 19:54:59 +00:00
Mario Vavti
2c741bd24d
fix for issue #1640 - use item_store() instead of post_activity_item() which is checking for post_comment permission which we might not have in this case. item_store() requires slightly more data but basically does the same. Also some minor improvements and whitespace changes.
2021-10-20 21:35:42 +02:00
Mario
3f72a3beb6
fix xchan vcard rendering
2021-10-20 09:57:45 +00:00
Mario
42de18d96d
fix dutch registration email verification email template
...
(cherry picked from commit c7515b8687 )
2021-10-20 10:09:19 +02:00
Mario
4bdbdab399
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2021-10-20 08:08:09 +00:00
Mario
c7515b8687
fix dutch registration email verification email template
2021-10-20 08:07:06 +00:00
Mario
c79e39a488
improve code comments
2021-10-20 08:06:29 +00:00
Mario
d639104b71
invite: use the actual set language and check if we have a template for it
...
(cherry picked from commit c66a5ba732 )
2021-10-18 21:44:06 +02:00
Mario
c66a5ba732
invite: use the actual set language and check if we have a template for it
2021-10-18 21:41:08 +02:00
Mario
79f9b49dd7
provide tags indicating the supported protocols in the actor object and probe for zot6 if appropiate
2021-10-18 07:53:45 +00:00
Mario
8b542c250a
mod invite: skip the pre-check for valid email
2021-10-16 20:07:34 +00:00
Mario
55237683d2
xrd whitespace
2021-10-16 19:24:58 +00:00
Mario
27401794e1
rename functions after heavy lifting and expand custom sections to all possible sections
2021-10-16 18:10:23 +00:00
Mario
862a7c2dba
manifest: remove orientation so that os default will be used and add default theme_color
2021-10-16 14:03:35 +00:00
Mario
bb31a4620e
notes: provide translateable strings
2021-10-15 19:30:38 +00:00
Mario
7aaade8b23
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2021-10-15 19:17:31 +00:00
Mario
a622f533ad
some heavylifting on manual item export
2021-10-15 19:17:06 +00:00
Max Kostikov
0dd27dabd6
Merge branch 'dev' into 'dev'
...
Update Russian translation
See merge request hubzilla/core!1994
2021-10-15 15:08:16 +00:00
Max Kostikov
8ab464acf2
Update Russian translation
2021-10-15 16:55:21 +02:00
Mario
db18438db2
escape_tags only once
2021-10-15 08:15:41 +00:00
Mario
f885f98611
use the proprt syntax
2021-10-14 18:59:41 +00:00
Mario
9b8b85545f
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2021-10-14 18:16:27 +00:00
Mario
532b479f96
provide local copies of the w3.org jsonld documents - addresses issue #1637
2021-10-14 18:15:38 +00:00
Mario
422dfca6d7
fix cacert missing some certificates after last update
2021-10-14 18:13:02 +00:00
Mario
c3d1474f59
Merge branch 'dev' into 'dev'
...
Support IDNA URLs embedding
See merge request hubzilla/core!1990
2021-10-14 13:16:18 +00:00
Max Kostikov
99873504e4
Support IDNA URLs embedding
2021-10-14 13:16:16 +00:00
Mario
138a67298d
version
2021-10-13 11:36:18 +00:00
Mario
aca1551e86
implement AS representation of photos and albums, cleanup and minor fixes
2021-10-13 09:23:59 +00:00
Mario
ca32850a32
fix image object as per AS2
2021-10-12 20:06:11 +00:00
Mario
ba6f069997
HTTPSig: do not query for hubloc_addr
2021-10-12 19:05:21 +00:00
Mario
c6c6b52ccd
notes: minor css fix
2021-10-12 18:59:52 +00:00
Mario
96c334e730
bbcode for notes app
2021-10-12 11:27:36 +00:00
Mario
3e503ec3a3
Revert "httpsig: add parentheses"
...
This reverts commit e455fae334 .
2021-10-12 11:25:44 +00:00
Mario
e455fae334
httpsig: add parentheses
2021-10-12 11:25:24 +00:00
Mario
29f3dc2fa3
notifications_widget: fix regression hiding the #nav- * -sub element when there are no more notifications
2021-10-11 09:12:05 +00:00
Mario
aa41b16757
look for hubloc_id_url or hubloc_hash, otherwise we will always fetch the key from the net on platforms where those are different (e.g. mastodon).
2021-10-11 07:41:12 +00:00
Mario
f4d59abe41
streamline logic
2021-10-10 21:13:30 +00:00
Mario
18de58fd8b
HTTPSig: cleanup, add some doco and implement missing force mechanism for fetching keys
2021-10-10 21:00:22 +00:00
Mario
4c2b188f8b
if we do not have a display path, we are looking at the root directory
2021-10-10 18:16:13 +00:00
Mario
08f65420f4
messages widget: show user-plus icon for connection requests
2021-10-10 09:49:12 +00:00
Mario
b90228b319
make sure we do not select removed channels as importer in onepoll
2021-10-10 08:37:44 +00:00
Mario
ad2c165f26
bbcode: deal with codeblocks before we escape other tags
2021-10-10 08:10:49 +00:00
Mario
af5218593a
update composer libs
2021-10-10 07:59:31 +00:00
Mario
f19acd9f50
remove redundant variable and provide missing phpdoc
2021-10-10 07:56:42 +00:00
Mario
59940e7f05
make sure to not include removed channels in xrd or webfinger queries
2021-10-09 19:46:27 +00:00
Mario Vavti
094536e633
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2021-10-09 20:08:23 +02:00
Mario Vavti
4f2a439873
mod import: only run automatic content and files import if api version is compatible
2021-10-09 20:08:11 +02:00
Mario
63bdab2b5f
use Libzot::fetch_conversation to fetch conversations from search and add an optional force argument to process_delivery
2021-10-09 15:00:21 +00:00
Mario
14733f8482
more bs5 fixes
2021-10-09 08:58:11 +00:00
Mario
b830bbd084
remove hz_syslog and deal with intro notifications in the messages widget
2021-10-08 17:35:36 +00:00
Mario
c1894c5a39
bump version
2021-10-08 13:01:09 +00:00
Mario
e91e488e1f
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2021-10-08 12:26:08 +00:00
Mario
e6dac085cb
update composer libs
2021-10-08 12:24:19 +00:00
Mario
5023a5b56b
Merge branch 'Aksel-dev-patch-31902' into 'dev'
...
German roles.bb
See merge request hubzilla/core!1992
2021-10-06 15:22:43 +00:00
Aksel K
32d37d1178
Aktualisieren doc/de/roles.bb
2021-10-06 15:12:55 +00:00
Aksel K
848221649e
Neue Datei hochladen
2021-10-06 14:56:01 +00:00
Mario
f5f357060b
fix alt_pager()
2021-10-06 14:32:49 +00:00
Mario
98eea41865
fix drop_query_params() if no query params are left
2021-10-06 14:32:25 +00:00
Mario
8ac529f5ae
simplify
2021-10-06 08:43:40 +00:00
Mario
b5fed08dd4
really de-duplicate entries for dead hubs
2021-10-06 08:33:10 +00:00
Mario
9bfcaf2669
do not show duplicate entries for dead hubs
2021-10-06 08:05:16 +00:00
Mario Vavti
af05ee7e1c
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2021-10-06 09:40:15 +02:00
Mario
3918439020
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2021-10-06 07:39:34 +00:00
Mario
3b71e115a4
implement sync logic in mod appman
2021-10-06 07:39:10 +00:00
Mario Vavti
c33660a015
move sync logic for apps to mod appman. this way we can re-use the functions without creating sync loops.
2021-10-06 09:36:14 +02:00
Max Kostikov
7963d4cb8f
Merge branch 'ab-dev' into 'dev'
...
Polish translation: fixes and updates
See merge request hubzilla/core!1989
2021-10-05 18:27:42 +00:00
Mario
16281e0e7f
disable app sync due to a possible loop
2021-10-04 19:16:38 +00:00
Mario Vavti
72c58e60d7
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2021-10-04 20:32:32 +02:00
Mario Vavti
4b48ff2868
also sync the undestroy action
2021-10-04 20:32:19 +02:00
Mario
8e212d30d0
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2021-10-04 18:21:08 +00:00
Mario
b9ae396e74
unset id before syncing
2021-10-04 18:20:51 +00:00
Mario Vavti
3a38946f8a
more app sync
2021-10-04 20:19:16 +02:00
Andrzej Budziński
d0d3a5454e
Polish translation: fixes and updates
2021-10-04 19:24:16 +02:00
Mario Vavti
04c6d77d2c
set the sync flag to true
2021-10-04 14:14:30 +02:00
Mario Vavti
c2c5730d00
more app sync fixes
2021-10-04 14:08:39 +02:00
Mario Vavti
21a6dffd5f
Revert "more app sync fixes"
...
This reverts commit 7430989212 .
2021-10-04 13:54:45 +02:00
Mario Vavti
7430989212
more app sync fixes
2021-10-04 13:41:54 +02:00
Mario Vavti
2e26a13f81
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2021-10-04 13:31:30 +02:00
Mario Vavti
404ebd4d5e
app sync fixes - part 2
2021-10-04 13:31:26 +02:00
Mario
11ea7bf0fc
app sync fixes - part 1
2021-10-04 11:25:52 +00:00
Mario
6da7fe7d27
provide system app sync
2021-10-04 09:24:13 +00:00
Mario
538e540531
commment out deprecated code
2021-10-04 08:46:56 +00:00
Mario
53138f4b09
fix typo
2021-10-04 08:32:36 +00:00
Mario
3d71367f30
add pem
2021-10-04 08:31:00 +00:00
Mario
bb52ff9b4b
fix site lookup and minor cleanup
2021-10-04 08:28:57 +00:00
Mario
ab5b82221c
update certs
2021-10-03 18:24:26 +00:00
Mario
5c3b89a68b
mod locs: do not show drop icon for local clones and get rid of redundant for loop
2021-10-03 17:48:00 +00:00
Mario
da923d7749
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2021-10-03 16:54:04 +00:00
Mario
55d905fdd9
clone channel delete issues - part 2
2021-10-03 16:53:48 +00:00
Mario Vavti
4ba70a3fae
clone channel delete issues - part 1
2021-10-03 18:52:14 +02:00
Mario
a5835b0e85
disable pg tests
2021-10-03 12:59:10 +00:00
Mario
ed4e5c9bcf
version 6.2.2
2021-10-03 12:40:48 +00:00
Mario
d8793de629
make sure we have a sender here
...
(cherry picked from commit 0722188ea6 )
2021-10-03 14:38:59 +02:00
Mario
f45cb38cd3
make sure to return if we have no xchan here
...
(cherry picked from commit d6f81e139a )
2021-10-03 14:38:29 +02:00
Mario
0722188ea6
make sure we have a sender here
2021-10-03 12:36:17 +00:00
Mario
d6f81e139a
make sure to return if we have no xchan here
2021-10-03 12:22:33 +00:00
Mario
58ee147653
fix typo
2021-10-03 08:20:16 +00:00
Mario
28ad6a6883
remove redundant query and exit with status 410 if channel was removed
2021-10-03 07:18:49 +00:00
Mario
9de8aefa98
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2021-10-03 07:11:27 +00:00
Mario
66c273ae8d
channel_purge: raise limit by factor of 10
2021-10-03 07:11:12 +00:00
Mario Vavti
b27fbf209e
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2021-10-03 09:05:54 +02:00
Mario Vavti
4afd1ac705
add optional $removed argument to channelx_by functions to allow inclusion of removed channels which is required (mod channel, daemon notifier -> refresh_all) if a channel got removed also remove caching to App so we always get a fresh copy. In import_hublocs() add site_id to the array passed to Libzot::gethubs() because it is expected there.
2021-10-03 09:05:32 +02:00
Mario
d556ef59e6
sigh...
2021-10-02 14:09:55 +00:00
Mario
81e972b85c
another try on pg test
2021-10-02 14:02:58 +00:00
Mario
3bb04cc323
nope - disable pg test until the issue is resolved
2021-10-02 13:28:35 +00:00
Mario
9ff43f081f
another try to fix pg test
2021-10-02 13:23:44 +00:00
Mario
8c014e3b6b
see if this fixes pgsql test issue
2021-10-02 13:15:17 +00:00
Mario
d8378a17c9
nav move header outsite of container - fixes app sticking above header when sorting
2021-10-02 13:04:10 +00:00
Mario
574a01727e
fix removed channels counted for max id check and disable moving until we decide what to do with it
2021-10-02 12:56:35 +00:00
Mario
b5cea3301d
cleanup api_auth and make it fetch the identity if we do not have it cached yet
2021-10-02 12:28:13 +00:00
Mario Vavti
9346a06f35
also check for vnotify
2021-10-01 22:48:09 +02:00
Mario Vavti
250e917c6e
only show sse pubs if the app is installed
2021-10-01 22:44:26 +02:00
Mario Vavti
7b1cd37cd6
only bootstrap pubs if the app is installed
2021-10-01 22:30:00 +02:00
Mario Vavti
47e83a15c1
import_progress: deal with the situation where items/files are being imported but there are none to import
2021-10-01 21:52:30 +02:00
Mario
597e847a3b
css fixes
2021-10-01 17:17:02 +00:00
Mario Vavti
47f3b41d5e
remove redundant notice
2021-10-01 19:15:39 +02:00
Mario Vavti
e7f4c1ffd1
missing template class logic
2021-10-01 18:10:32 +02:00
Mario Vavti
9a87b8bf1b
only allow resume if we are not completed yet
2021-10-01 17:24:19 +02:00
Mario Vavti
dac27aab68
remove logging
2021-10-01 17:11:14 +02:00
Mario Vavti
069a5429c9
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2021-10-01 17:09:54 +02:00
Mario Vavti
b1eaa810ce
improve channel import progress page
2021-10-01 17:09:36 +02:00
Mario
e5e3c268a2
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2021-10-01 07:14:37 +00:00
Mario
22dff49673
improve file upload performance: start uploading next file only after the previous finished, make sure to not return when uploading via ajax
2021-10-01 07:14:05 +00:00
Max Kostikov
591905c282
Merge branch 'dev' into 'dev'
...
Fix possible storage conversion stuck on file save error
See merge request hubzilla/core!1988
2021-09-30 20:45:02 +00:00
Mario Vavti
6ed160e4fa
wording
2021-09-30 17:50:36 +02:00
Mario Vavti
d462230b82
minor display change
2021-09-30 17:43:29 +02:00
Mario
e48ed9d06d
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2021-09-30 15:38:49 +00:00
Mario Vavti
6236869ebe
implement file totals and add mod import_progress
2021-09-30 17:34:30 +02:00
Mario
2c7c9ae2d7
provide files total
2021-09-30 15:33:10 +00:00
Mario Vavti
b9b4e71f7d
provide a very simple status page for content import
2021-09-30 12:25:03 +02:00
Mario Vavti
b0bf646d71
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2021-09-30 12:10:11 +02:00
Mario Vavti
5cb5ecdb54
implement channel purge daemon and send a notifier purge_all message if the xchan was deleted
2021-09-30 12:09:50 +02:00
Mario Vavti
44fa5ac9a1
add channel purge daemon
2021-09-30 12:06:28 +02:00
Max Kostikov
9a19f7eac9
Fix possible storage conversion stuck on file save error
2021-09-29 23:01:27 +02:00
Mario
af0896bb8b
a possible fix for the nested list test
2021-09-29 20:57:16 +00:00
Mario
817237ef77
composer update league/html-to-markdown
2021-09-29 20:36:32 +00:00
Mario Vavti
fbefff6eed
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2021-09-29 21:47:36 +02:00
Mario Vavti
4ba47698d7
revise content import/export part 2
2021-09-29 21:47:12 +02:00
Mario
2688abf25a
revise content import/export part 1
2021-09-29 19:43:22 +00:00
Mario
5eb79bd51e
importer daemons: do not call with zap_compat flag and use return instead of kill so that queueworker can go on
2021-09-27 21:58:26 +00:00
Mario
d3f5f778a4
cleanup mod import and implement importer daemons ported from zap
2021-09-27 20:49:37 +02:00
Mario
3eeb2b0ee4
add importer daemons ported from zap
2021-09-27 18:37:09 +00:00
Mario
230a1919dd
add outbox
2021-09-27 18:36:04 +00:00
Mario
14004fbf7f
support un-starring of apps in app bin
2021-09-27 11:13:16 +00:00
Mario
73e8af98f2
fix notification panel collapsed state not saved if closed manually
2021-09-27 07:01:33 +00:00
Mario
0117a0019b
make sure to also include ap hublocs here. we will select zot6 later in the function if present
2021-09-26 18:10:34 +00:00
Mario
35ff8781f0
always promote the outbox
2021-09-26 12:15:14 +00:00
Mario
2d17442f28
externals: if dealing with AP profiles also fetch comments. there is no way to fetch conversations later
2021-09-25 10:17:45 +00:00
Mario
5c179522bb
bring back externals (slightly different approach), rename zotfeed to outbox for consistency wit AP naming. warning: this commit requires update of addons!
2021-09-25 09:03:16 +00:00
Mario
b35d95da52
dismiss deleted xchans in query
2021-09-25 08:47:39 +00:00
Mario
feca5afaa5
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2021-09-23 20:43:49 +00:00
Mario
9cb5274d30
add zot6 specific handling to onepoll
2021-09-23 20:43:37 +00:00
Mario Vavti
2870fd46da
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2021-09-23 21:54:12 +02:00
Mario Vavti
dff8ef91a6
implement the top option in items_fetch
2021-09-23 21:52:27 +02:00
Mario
0588975e37
Ãfix wrong variable name and streamline icon with unseen notifications icon
2021-09-23 14:59:40 +00:00
Mario
e0600b241a
make sure we do not mix up likes on direct messages and commments on direct messages in notices
2021-09-23 12:45:55 +00:00
Mario
d19aa8fb3b
make sure entries is initialized
2021-09-23 11:17:45 +00:00
Mario
989a4f3d49
add notices tab to HQ widget
2021-09-23 10:42:37 +00:00
Mario
2a2c4d3e9c
fix bs regression
2021-09-23 08:50:44 +00:00
Mario
a451449766
Revert "composer update bootstrap to version 5.1.1"
...
This reverts commit 89e4006b2d .
2021-09-23 08:33:36 +00:00
Mario
3347fab105
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2021-09-22 16:16:50 +00:00
Mario
33a6c92629
version
2021-09-22 16:16:35 +00:00
Mario
0707d33493
bootstrap update fixes
2021-09-22 16:14:28 +00:00
Mario
89e4006b2d
composer update bootstrap to version 5.1.1
2021-09-22 06:38:27 +00:00
Mario Vavti
4eb8921635
improve item_url_replace() - fixes #1507
2021-09-21 11:07:23 +02:00
Mario
26ac452c96
mod manage: do not query info which we do not use in the UI and probably should not due to performance considerations
2021-09-21 07:40:00 +00:00
Mario
7122e1522a
perform profile sync after all the fields are updated otherwise we will sync outdated data
2021-09-21 07:33:02 +00:00
Mario
5497adfde6
add option to mark all notices of a thread read if a notice of the thread is clicked (default 1) and fix a php error in find_parent() if $act->obj is not an array
2021-09-18 18:06:32 +00:00
Mario
d4c2e50285
changelog and version
2021-09-16 09:50:08 +00:00
Mario
7ba58208f2
version 6.2.1 and changelog
2021-09-16 08:04:59 +00:00
Mario
cc83677711
Merge branch 'master' of https://framagit.org/hubzilla/core
2021-09-16 07:49:43 +00:00
Mario
c28cce1b54
Merge branch 'dev'
2021-09-16 07:48:13 +00:00
Mario
9052695a13
typo
2021-09-15 11:03:19 +00:00
Mario
46b8db53ab
provide a get_cached_actor_provider hook and improve the author/owner handling in Libzot::import()
2021-09-15 10:59:16 +00:00
Mario
0b716b3cc7
fix $desturl set to wrong value (null)
2021-09-13 11:36:41 +00:00
Mario
d115e09abc
do not process summary in cleanup_bbcode() fixes issue #1612
2021-09-12 17:54:20 +00:00
Mario
0f803aa3ae
when updating the channel name from profiles make sure to lookup the xchan entry by xchan_hash since xchan_url is set to the primary location but we might be updating from a clone
...
(cherry picked from commit e5dc3c05df )
2021-09-10 14:34:21 +02:00
Mario
e5dc3c05df
when updating the channel name from profiles make sure to lookup the xchan entry by xchan_hash since xchan_url is set to the primary location but we might be updating from a clone
2021-09-10 12:29:05 +00:00
Mario
1cfe5c3e16
fix spacing issue for collapsed pinned apps with an image
...
(cherry picked from commit e2d0269b5c )
2021-09-10 10:12:39 +02:00
Mario
e2d0269b5c
fix spacing issue for collapsed pinned apps with an image
2021-09-10 08:11:19 +00:00
Mario
b95c61d2c2
fix language selector reloading the page if not clicking the icon exactly and bs5 modal issues
...
(cherry picked from commit 7b0f8f2896 )
2021-09-08 21:50:25 +02:00
Mario
7b0f8f2896
fix language selector reloading the page if not clicking the icon exactly and bs5 modal issues
2021-09-08 19:48:42 +00:00
Mario
25a81ea500
update release date
2021-09-08 07:50:57 +00:00
Mario
4c5f0a05c7
Merge branch '6.2RC'
2021-09-08 07:43:40 +00:00
Mario
977a55eb84
version 6.2
2021-09-08 07:42:44 +00:00
Mario
8ec001c87b
Merge branch 'dev' into 6.2RC
2021-09-07 10:22:07 +00:00
Mario
ddbc55d166
fix mod display regressions
2021-09-07 10:21:02 +00:00
Mario
9a3a0d94ea
Merge branch 'dev' into 6.2RC
2021-09-07 09:29:14 +00:00
Mario
1d3a59e0cd
resolve some vsprintf issues
2021-09-07 09:26:06 +00:00
Mario
ad7c84eda7
Merge branch 'dev' into 6.2RC
2021-09-07 07:36:53 +00:00
Mario
fe62b245ca
update changelog
2021-09-07 07:34:59 +00:00
Mario
6084360588
deprecate the custom highlight [hl] bbcode in favor of [mark] which is a html5 standard
2021-09-07 07:33:36 +00:00
Mario
52995bde12
deprecate the custom highlight [hl] bbcode in favor of [mark] which is a html5 standard
2021-09-07 07:32:49 +00:00
Mario
0f54b26e9d
bump version
2021-09-06 19:26:30 +00:00
Mario
2523ebc76a
version 6.2RC1
2021-09-06 19:24:45 +00:00
Mario
c1ce211b56
Merge branch 'dev' into 6.2RC
2021-09-06 19:22:39 +00:00
Mario
1aa7826331
strings update
2021-09-06 19:22:04 +00:00
Mario
29a1556541
more changelog
2021-09-06 19:17:24 +00:00
Mario
93f48aa805
update changelog
2021-09-06 19:13:30 +00:00
Mario
95367a8267
if posting from hq return to the message we just posted
2021-09-06 10:19:37 +00:00
Mario
97ef781a0f
fix post mail check in Activity::create_note()
2021-09-06 09:38:41 +00:00
Mario
81351d2952
update strings
2021-09-06 09:29:23 +00:00
Mario
8d28649e1b
check the post_mail permission for direct messages
2021-09-06 09:10:19 +00:00
Mario
9495fef79b
fix anon comments for cards and articles
2021-09-05 11:46:52 +00:00
Mario
de02d4c04b
do not save collections in a separate xconfig anymore
2021-09-05 11:16:20 +00:00
Mario
18cd3926d7
omit deleted hublocs in get_actor_hublocs() and use Activity::get_actor_collections() to get collections. Fallback to xconfig->collections if Activity::get_actor_collections() does not return anything yet.
2021-09-05 11:11:51 +00:00
Mario
0e1e1cda7a
fix regressions in mod hq
2021-09-04 20:18:59 +00:00
Mario
b3f2374b57
work around some weird regex interference
2021-09-04 19:46:17 +00:00
Mario
793881b9f9
more gen_link_id()
2021-09-04 08:30:04 +00:00
Mario
529824d010
more unpack_link_id()
2021-09-04 08:18:41 +00:00
Mario
c47e21f3a7
refactor actor_store and actor cache part 1
2021-09-04 07:37:49 +00:00
Mario
d83c013bec
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2021-09-04 07:36:28 +00:00
Mario
17220b2465
implement unpack_link_id() in mod channel
2021-09-04 07:34:09 +00:00
Mario
5dcf053b4c
implement strict mode for base64url_decode() and introduce unpack_link_id()
2021-09-04 07:32:01 +00:00
Max Kostikov
a11fe8c6c6
Merge branch 'dev' into 'dev'
...
Update Russian translation
See merge request hubzilla/core!1987
2021-09-01 20:09:21 +00:00
Max Kostikov
70370407ad
Fix index in Russian plurals
2021-09-01 22:05:50 +02:00
Max Kostikov
7973f11cd7
Fix Russian plurals
2021-09-01 22:02:20 +02:00
Max Kostikov
44371c9adf
Update Russian translation
2021-09-01 21:36:16 +02:00
Mario
3d40ea7f44
version
2021-09-01 19:33:14 +00:00
Mario
8a3446c021
missing file
2021-09-01 19:31:09 +00:00
Mario
6a8cc313da
bump version
2021-09-01 18:33:10 +00:00
Mario
7a1c72d5a4
composer dump autoload
2021-09-01 18:18:57 +00:00
Mario
4e7525c355
version and strings
2021-09-01 18:17:01 +00:00
Mario
e20a2752d6
add an optional force flag to actor_store()
2021-08-30 18:03:54 +00:00
Mario
e25558e24d
improve icon lookup
2021-08-30 15:36:12 +00:00
Mario
ada7d4eef5
Merge branch 'owafix' into 'dev'
...
OWA: very difficult to trace failures due to empty public key record. The...
See merge request hubzilla/core!1986
2021-08-30 11:08:40 +00:00
Mario
3fb4077672
Merge branch 'photodir' into 'dev'
...
file is stored in wrong directory (/) if uploaded using photo module and it...
See merge request hubzilla/core!1985
2021-08-30 07:56:00 +00:00
Zot
5b73cee0d8
file is stored in wrong directory (/) if uploaded using photo module and it...
2021-08-30 07:56:00 +00:00
nobody
8343f63964
OWA: very difficult to trace failures due to empty public key record. The signature might succeed because an empty key triggers an external key fetch. But the empty key cannot encrypt the token. This has been observed in the wild on a number of sites/projects.
2021-08-29 04:54:50 -07:00
Mario
5532560d07
do not define colors in manifest (system colors are mostly the better fit) and use profile fullname instead of channel_name in nav
2021-08-29 10:51:44 +00:00
Mario
ed277dbda9
more app descriptions and remove some unused images
2021-08-28 17:57:06 +00:00
nobody
2866c0b173
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2021-08-28 01:09:11 -07:00
Mario
5eaabbdb18
slightly improve push notification handling for HQ and some app descriptions
2021-08-27 18:41:52 +00:00
Mario
d24fbb51fc
adjust background color
2021-08-26 18:27:38 +00:00
Mario
6e4c9d684d
port latest pwa work from zap
2021-08-26 18:03:17 +00:00
Mario
3ff184f8bb
whitespace
2021-08-26 11:57:50 +00:00
Mario
a68b5f9de4
more app descriptions
2021-08-26 10:28:38 +00:00
Mario
d5bf42faf0
Merge branch 'dev' into 'dev'
...
issue 1599
See merge request hubzilla/core!1984
2021-08-26 08:38:42 +00:00
Zot
88b13658a7
issue 1599
2021-08-26 08:38:41 +00:00
nobody
05152ac8c8
issue 1599 - import_author_zot failing if primary is both dead and unknown
2021-08-25 19:15:46 -07:00
nobody
aa2106f949
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2021-08-25 19:13:31 -07:00
Mario
6261d0826c
db update 1248 to clean up possible bogus entries in xconfig and remove gnusoc from app
2021-08-25 15:54:26 +00:00
Mario
2e7a915ee8
add appstore widget to appman
2021-08-25 10:19:20 +00:00
Mario
0081bafab2
more app descriptions
2021-08-25 08:56:34 +00:00
Mario
64b59b4358
capitalize widget titles
2021-08-25 06:56:45 +00:00
Mario
19f9bbcad4
nav: fix minor display issue and add some code duplication for better readability
2021-08-25 06:37:14 +00:00
Mario
f399528055
more app descriptions and change the image counter to display % of images loaded instead of loaded images count
2021-08-24 18:50:19 +00:00
Mario
fea3980c01
channel manager -> channels
2021-08-24 09:03:09 +00:00
Mario
8804499cb7
channel_menu is not used anymore
2021-08-24 08:41:02 +00:00
Mario
fa1878fda1
nav cleanup
2021-08-24 08:37:51 +00:00
Mario
b129d74a38
affinity needs a version bump to pick up the description
2021-08-23 11:42:53 +00:00
Mario
189da4fdc1
untangle the app template into separate templates and fix bbcode view
2021-08-23 10:32:48 +00:00
Mario
824894baf0
more app descriptions and return to the app if installed from the module itself
2021-08-23 07:59:37 +00:00
Mario
2bd4f7384e
more app descriptions
2021-08-22 18:56:04 +00:00
Mario
1c44b37cb0
rename variable
2021-08-22 18:14:16 +00:00
Mario
ab0da7db13
use the slightly altered app_render() function instead of a separate function
2021-08-22 17:55:38 +00:00
Mario
052633d570
improve documentation
2021-08-22 10:13:25 +00:00
Mario
3bb71a6ba8
infrastructure to provide an app install widget for modules and make the bookmark app use it
2021-08-22 09:20:40 +00:00
Mario
7093b66b76
fix typo
2021-08-21 08:30:13 +00:00
Mario
168010a32c
remove deprecated forum term type and re-introduce bookmark term type
2021-08-21 08:26:46 +00:00
Mario
6eb84a3d9a
restructure apps to make space for app descritions
2021-08-21 08:25:15 +00:00
Mario
69d909596a
only redirect to hq if local
2021-08-17 18:37:19 +00:00
Mario
dd296e1aaa
more legacy mail cleanup - issue #1595
2021-08-17 18:18:52 +00:00
Mario
c3bbc35e84
more bs5 fixes
2021-08-17 18:07:30 +00:00
Mario
952407363e
make sure we have a path before running getimagesize() on it
...
(cherry picked from commit a2403042c2 )
2021-08-17 09:59:03 +02:00
Mario
2deb75de8d
remove redundant closing div tag
...
(cherry picked from commit 87cf2039ad )
2021-08-17 09:58:42 +02:00
Mario
a2403042c2
make sure we have a path before running getimagesize() on it
2021-08-17 07:53:07 +00:00
Mario
87cf2039ad
remove redundant closing div tag
2021-08-16 19:36:47 +00:00
Mario
db4109c2a0
streamline default link color
2021-08-15 08:26:11 +00:00
Mario
36564b5aa7
bump version
2021-08-04 14:47:52 +00:00
Mario
101fc33c63
bs5 sets scroll-behavior to smooth which does weird things especially on mobile devices - unset it
2021-08-04 14:46:46 +00:00
Mario
bd2270deb6
app-bin-ng: add a link to the bin for convenience and use the traditional ajax call instead of the post shortcut
2021-08-04 14:13:28 +00:00
Mario
5b72f6f09d
fix another bs5 regression
2021-08-04 12:36:20 +00:00
Mario
ee1cec8de2
the default 400px is slightly overkill
2021-08-03 07:35:43 +00:00
Mario
b0a499d8b1
remove logging
2021-08-03 07:17:55 +00:00
Mario
08f70c49f8
Merge branch 'app-bin-ng' into 'dev'
...
Apps drag and drop feature
See merge request hubzilla/core!1982
2021-08-03 07:12:36 +00:00
Mario
cddc021772
Apps drag and drop feature
2021-08-03 07:12:35 +00:00
Mario
571bae9d1c
Merge branch 'ab-dev' into 'dev'
...
Updated Polish GUI translation
See merge request hubzilla/core!1981
2021-08-03 07:05:45 +00:00
Andrzej Budziński
e01666526e
Updated Polish GUI translation according to changes made in version 6.0
...
/ 6.1 Hubzilla + stylistic fixes and typos.
2021-08-01 03:41:24 +02:00
Mario
562a160a52
remove another possible source for hubloc confusion
2021-07-29 12:29:39 +00:00
Mario
cb57c4ea18
Merge branch 'bs5' into 'dev'
...
Update to bootstrap 5 and implement next generation app menu (work in progress)
See merge request hubzilla/core!1980
2021-07-29 09:31:47 +00:00
Mario
b7ffec6fbe
bs5 border fix
2021-07-29 09:15:18 +00:00
Mario
94be9f115b
another badge fix
2021-07-29 09:06:02 +00:00
Mario
693736df7c
dropdown-menu-right -> dropdown-menu-end
2021-07-29 09:03:22 +00:00
Mario
943e7dd242
fix notification button class
2021-07-29 08:45:42 +00:00
Mario
c1526b473b
bump version
2021-07-29 08:34:33 +00:00
Mario
d459dfac74
update to bootstrap 5.0.2
2021-07-29 08:25:05 +00:00
Mario
cec2f0d894
more work on bs5
2021-07-29 08:19:33 +00:00
Mario
9722d157bf
Merge branch 'dev' into bs5
2021-07-29 06:59:13 +00:00
Mario
6bcd24ab90
check if isset before unsetting to omit php errors
...
(cherry picked from commit c6133d2558 )
2021-07-27 21:12:59 +02:00
Mario
c6133d2558
check if isset before unsetting to omit php errors
2021-07-27 19:07:09 +00:00
Mario
ea8d38dec0
version 6.0.1
2021-07-27 07:12:59 +00:00
Mario
0fa41f082d
Merge branch 'dev'
2021-07-27 07:11:12 +00:00
Mario
83b1f62e13
more changelog
2021-07-27 07:10:43 +00:00
Mario
b19213b60b
Merge branch 'dev'
2021-07-27 07:07:53 +00:00
Mario
3c5b18913f
changelog
2021-07-27 07:06:22 +00:00
Mario Vavti
676a65cd61
notifications: move handlers out of jquery ready function otherwise they might not fire on pageload
2021-07-17 14:00:03 +02:00
Mario Vavti
95fb66b433
code style
2021-07-16 13:53:32 +02:00
Mario Vavti
a57529bc54
bump min version
2021-07-16 13:50:38 +02:00
Mario Vavti
4f15c08805
more work on moving notifications handling from main.js to the notifications widget
2021-07-16 13:48:35 +02:00
Mario Vavti
7b2f4b0814
fix a regression in regard to unified session page load times intoduced in 6.0
2021-07-16 12:56:57 +02:00
Mario Vavti
3051e2c268
redirect to the local item instead of the item at the primary location if we deal with a wall item
2021-07-16 12:04:31 +02:00
Mario
d7489e3913
Merge branch 'dev' into 'dev'
...
Fix link to source on clones
See merge request hubzilla/core!1975
2021-07-16 09:46:08 +00:00
Mario Vavti
62606bf006
photo upload: always show the textarea so that text and tags can be added even if no status post is sent
2021-07-16 11:42:54 +02:00
Max Kostikov
c68f2bc2d1
Fix link to source on clones
2021-07-16 11:12:32 +02:00
Mario Vavti
f5669c9935
chanview: dismiss xchans which are marked deleted
2021-07-15 12:07:54 +02:00
Mario Vavti
9e2bdb012e
fix release date
2021-07-09 12:02:50 +02:00
Mario Vavti
d8ac25c35a
version 6.0
2021-07-09 11:33:19 +02:00
Mario Vavti
2dd47a9f59
Merge branch '6.0RC'
2021-07-09 11:31:26 +02:00
Mario Vavti
a92ad512bb
Merge branch 'dev' into 6.0RC
2021-07-08 13:36:06 +02:00
Mario Vavti
e39b29cc4b
set touch_max to 1/10 of the screen width to prevent overlaping with cursor positioning
2021-07-08 13:35:28 +02:00
Mario
76ed9f3915
typo
2021-07-08 13:23:49 +02:00
nobody
73b53675b1
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2021-07-06 05:02:52 -07:00
Mario Vavti
fd6ec17d4b
version rc1
2021-07-05 10:55:10 +02:00
Mario Vavti
8de364c83e
Merge branch 'dev' into 6.0RC
2021-07-05 10:54:29 +02:00
Mario Vavti
9b9ac5054f
changelog
2021-07-05 10:54:03 +02:00
Mario Vavti
9efea4e188
Merge branch 'dev' into 6.0RC
2021-07-05 10:51:31 +02:00
Mario Vavti
d45df824ed
redbasic: close left aside if hq control button is clicked
2021-07-05 10:42:36 +02:00
Mario Vavti
50ead82bc4
remove redundant z-index
2021-07-04 14:05:48 +02:00
Mario Vavti
c43f501716
ux fixes
2021-07-04 13:57:20 +02:00
Mario Vavti
86d471834e
do not call stickyScroll() on small screens - it is not functional
2021-07-03 14:52:00 +02:00
Mario Vavti
a1f7f7a966
since position sticky has no effect if overflow is hidden and the workarounds also have issues, we will automatically scroll to top when left aside is brought in
2021-07-03 14:36:27 +02:00
Mario Vavti
081d82218b
implement a very simple swipe mechanism for bringing in left aside
2021-07-03 14:27:55 +02:00
Mario Vavti
cca3eb8c56
work around the fact that sticky does not stick if a parent element has set overflow to hidden
2021-07-02 17:49:03 +02:00
Mario Vavti
933c097a52
changelog typos
2021-07-02 16:46:49 +02:00
Mario Vavti
f5912e05ef
do not use summary in photo object
2021-07-02 16:37:50 +02:00
Mario Vavti
e94eb1af0c
remove mail and conv tables from install SQL schemas
2021-07-02 16:13:48 +02:00
Mario Vavti
0ab7996a2a
update changelog
2021-07-02 16:07:31 +02:00
Mario
faeec0b77b
revert ebc84eab3f instead be more picky about the xchan in handle_tag()
2021-07-02 07:23:18 +00:00
Mario Vavti
ebc84eab3f
update by xchan_url to catch all associated entries
2021-07-01 22:30:29 +02:00
Mario
b560b6fbd3
Merge branch 'dev' into 6.0RC
2021-07-01 09:27:14 +00:00
Mario
c6b3bc5b20
redbasic: bump version limits
2021-07-01 09:26:20 +00:00
Mario
e31cb28b08
Merge branch 'dev' into 6.0RC
2021-07-01 07:44:51 +00:00
Mario
458fa7bfeb
port fixes from as_actor_store()
2021-06-30 19:04:42 +00:00
Mario
fab3f0f2de
fix RC version after last merge
2021-06-30 12:06:55 +00:00
Mario
c8d9238c58
missing composer file
2021-06-30 09:11:07 +00:00
Mario
5aa79caf84
bump dev version to 6.1
2021-06-30 07:25:23 +00:00
Mario
12cabbde9e
update sbom
2021-06-30 07:19:38 +00:00
Mario
ca3ab2014f
update composer autoload
2021-06-30 07:19:16 +00:00
Mario
3e6283a262
strings update
2021-06-30 07:11:44 +00:00
Mario
bc0d0a6b39
version 6.0RC
2021-06-30 07:07:58 +00:00
Mario
6a4727e3eb
fix variable name
2021-06-29 18:21:12 +00:00
Mario
ff6d1c808d
version
2021-06-29 09:54:13 +00:00
Mario
197d15b7de
only remove elements after the delete has happened
2021-06-29 09:53:40 +00:00
Mario
bb5f6a1d79
tools -> features
2021-06-29 09:40:34 +00:00
Mario
e8c6121b4e
version
2021-06-29 09:24:13 +00:00
Mario
bed81d785c
an attempt to improve the query for direct messages on some systems with hopefully no bad side-effect for others
2021-06-29 09:22:38 +00:00
Mario
0503914527
fix deleting and starring in unthreaded view
2021-06-29 08:45:48 +00:00
Mario
cb65ae6848
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2021-06-29 07:49:34 +00:00
Mario
652d083766
implement removing of notifications/preview-messages of deleted items
2021-06-29 07:49:19 +00:00
Mario
091d9c10fb
Merge branch 'clean-up' into 'dev'
...
mod network clean-up
See merge request hubzilla/core!1974
2021-06-29 07:15:44 +00:00
Xanthor
835fe10bfe
mod network clean-up
2021-06-29 07:15:42 +00:00
Mario
5a474f94e0
fix query logic
2021-06-29 05:45:05 +00:00
Mario
d322feeb54
more deprecate legacy zot
2021-06-28 08:37:05 +00:00
Mario
842c7b31fb
Merge branch 'fix' into 'dev'
...
fix call to prepare_body
See merge request hubzilla/core!1973
2021-06-28 06:55:47 +00:00
Michael Johnston
1034f02d4d
fix call to prepare_body
2021-06-28 06:55:47 +00:00
Mario
3f6b6dfaf3
fix regression in relation with recent photo changes
2021-06-27 15:20:06 +00:00
Mario
d3d4dee36a
version
2021-06-27 13:57:57 +00:00
Mario
7002248325
update 1247 to clean up bogus entries in updates. this only affects directory servers.
2021-06-27 13:57:18 +00:00
Mario
d8d0f01f80
bump version
2021-06-27 13:46:10 +00:00
Mario
b3b842c071
update 1246 to flag legacy zot hublocs and xchans deleted. we will set the deleted flag to 2 so we can distinguish them from real deletes if necessary
2021-06-27 13:45:06 +00:00
Mario
aca8d1b8f9
bump version
2021-06-25 11:00:36 +00:00
Mario
4f328740dc
more work on notifications
2021-06-25 10:53:37 +00:00
Mario Vavti
2f1c2f42b1
check if empty
2021-06-25 08:47:05 +02:00
Mario
d42a998e49
strip html tags from notification message
2021-06-25 06:24:46 +00:00
Mario
167db22e15
slightly refactor for desktop notifications and fix minor issues
2021-06-24 19:31:19 +00:00
Mario
108777251e
some preperatory work on desktop notifications
2021-06-24 11:27:51 +00:00
Mario
088713a555
Notification.requestPermission() only fires if wraped in click handler
2021-06-24 08:15:44 +00:00
Mario
7582ebc9c8
remove deprecated dir and queue fns
2021-06-24 07:08:12 +00:00
Mario Vavti
97d9764f01
if there are no messages display that there are no messages
2021-06-23 22:14:01 +02:00
Mario Vavti
dfcd8395d5
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2021-06-23 21:15:26 +02:00
Mario
6e91bee0ba
some work on streamlining mod photos
2021-06-23 15:52:04 +00:00
Mario Vavti
cf791a1909
libzotdir: make sure we have the relevant data before string into updates
2021-06-23 17:09:45 +02:00
Mario
c6d872d177
jot: do not collapse the form if in popup mode
2021-06-23 07:39:20 +00:00
Mario
cc4f3a827c
streamline jot popup for mod hq
2021-06-21 18:45:33 +00:00
Mario
0489fbb685
theme: slightly more transparency for the backdrop
2021-06-21 18:21:19 +00:00
Mario
7da23603ec
fiÃlter children by tt-filter-active class instead of visibility selector to omit reload loop in mobile view where notifications ar not visible while off-canvas
2021-06-21 18:07:19 +00:00
Mario
afb4ae2109
Merge branch 'dev' into 'dev'
...
Clean up Search.php & Enotify.php code
See merge request hubzilla/core!1972
2021-06-21 17:42:57 +00:00
Xanthor
e024375b15
Clean up Search.php & Enotify.php code
2021-06-21 17:42:56 +00:00
Mario
3632fb359f
calendar: emit a warning if the calendar for the created event is disabled
2021-06-21 07:52:47 +00:00
Mario
2a3ba5d5f0
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2021-06-20 08:25:41 +00:00
Mario
5b9dc764c5
make sure to not calculate timeago before the translations are loaded
2021-06-20 08:25:29 +00:00
Max Kostikov
24a0d4f308
Merge branch 'dev' into 'dev'
...
Update Russian translation
See merge request hubzilla/core!1970
2021-06-19 18:06:49 +00:00
Max Kostikov
88f5b10b22
Update Russian translation
2021-06-19 20:00:52 +02:00
Mario
cf69859885
one more place to drop media
2021-06-18 10:12:08 +00:00
Mario
af71f7f8cd
remove notes from network pdl - it is now located in HQ
2021-06-18 10:06:42 +00:00
Mario
ec22ca7553
css and js fixes
2021-06-18 09:58:00 +00:00
Mario
c42d8a81c7
bbcode: add option to drop media content
2021-06-18 09:51:20 +00:00
Mario
0e7473c3ba
more css improvements
2021-06-18 08:59:22 +00:00
Mario
f4f9ccc3b2
css fixes
2021-06-18 08:55:49 +00:00
nobody
efda8aac1d
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2021-06-17 14:57:47 -07:00
Mario
a84cec4acd
fix wrong class and bump version
2021-06-17 12:21:39 +00:00
Mario
cf6b7a4236
whitespace
2021-06-17 12:13:40 +00:00
Mario
998f46b45c
update hq_controls widget pdl
2021-06-17 12:12:50 +00:00
Mario
5ca352a6c3
allow to add a wrapper class to the hq_controls widget
2021-06-17 12:10:54 +00:00
Mario
a34bd3b013
fix issue where notifications were not loaded if a filter was applied
2021-06-17 11:21:59 +00:00
Mario
c268bc327a
fix issues with browser back button and minor cleanup
2021-06-17 10:14:23 +00:00
Mario
e79a27c654
just use ... as preview if we could not wind anything useful
2021-06-17 08:08:14 +00:00
Mario
2f0bac8ddf
consolidate notifications strings
2021-06-17 08:06:26 +00:00
Mario
12d7d1c3f0
fix wrong variable
2021-06-17 07:50:16 +00:00
Mario
34ca2cddd4
only show notes if the app is enabled
2021-06-17 07:43:32 +00:00
Mario
fa076efd3b
Merge branch 'dm' into 'dev'
...
New landing page HQ with separate views for direct messages, public/limited messages and starred messages if the feature is enabled
See merge request hubzilla/core!1969
2021-06-17 07:33:46 +00:00
Mario
b55676d089
New landing page HQ with separate views for direct messages, public/limited messages and starred messages if the feature is enabled
2021-06-17 07:33:45 +00:00
Mario
9b71c090c5
Merge branch 'translation-pl' into 'dev'
...
Translation pl - generated new util/hmessages.po, translated new strings + few fixes
See merge request hubzilla/core!1968
2021-06-17 07:33:15 +00:00
Mario
0f8e4e4eed
Merge branch 'dev' into 'dev'
...
Fix email local part validation
See merge request hubzilla/core!1967
2021-06-17 07:30:57 +00:00
Andrzej Budziński
de1e3d7b17
Polish translation: fixes
2021-06-13 02:30:27 +02:00
Andrzej Budziński
3d077a0bc6
Generated new util/hmesages.po + new Polish translations
2021-06-12 03:16:09 +02:00
Andrzej Budziński
c74d1f4bf7
Polish translation: a little fixes
2021-06-10 23:47:27 +02:00
Andrzej Budziński
776e1211bc
fixes in .gitignore file
2021-06-10 23:39:22 +02:00
Max Kostikov
b5a8ca6ef7
Merge branch 'translation-pl' into 'dev'
...
Polish translation: some fixes
See merge request hubzilla/core!1966
2021-06-10 08:11:20 +00:00
Max Kostikov
2c198ed89a
Remove unnecessary parentheses
2021-06-09 12:53:55 +02:00
Max Kostikov
17fdeb9e1f
Fix email local part validation
2021-06-09 11:06:12 +02:00
Mario Vavti
e41858f57c
remove redundant arg
2021-06-09 09:45:25 +02:00
Mario
219d47f04c
bs5: more fixes
2021-06-07 18:38:54 +00:00
Mario
750721c1a0
bs5: minor fix
2021-06-07 14:12:30 +00:00
Mario
b66b43256b
bs5: more notifications fixes
2021-06-07 13:21:44 +00:00
Mario
58cacaff06
bs5: more notifications work
2021-06-07 12:37:12 +00:00
Mario
9aebb01d62
bs5: notifications work
2021-06-07 14:10:57 +02:00
Mario
f3b4308cb5
upgrade to bootstrap 5.0.1 and first batch of fixes
2021-06-07 12:56:27 +02:00
Andrzej Budziński
12089e127a
Polish Translation: a little fixes
2021-06-05 21:37:29 +02:00
Andrzej Budziński
c75b8711b1
Polish Translation: a little fixes
2021-06-05 20:43:49 +02:00
Mario
67322c1264
more work on directory sync
2021-06-05 18:40:23 +00:00
Mario
607f0346f4
version
2021-06-05 10:14:08 +00:00
Mario
d5bb34f65d
composer update symfony/polyfill-ctype
2021-06-05 09:42:45 +00:00
Mario
3e18efd89f
composer update psr/log
2021-06-05 09:38:58 +00:00
Mario
bec3cb48e5
composer update commerceguys/intl to version 1.1.0
2021-06-05 09:34:18 +00:00
Mario
e8d2819c42
fix test
2021-06-05 09:17:51 +00:00
Mario
cc85c2f4d7
composer update commerceguys/intl
2021-06-05 09:11:39 +00:00
Mario
bee4fa9937
missing use statement
2021-06-05 09:06:09 +00:00
Mario
14ab5801d2
league/html-to-markdown suports tables now
2021-06-05 08:55:32 +00:00
Mario
fd8a5ff4c4
composer update league/html-to-markdown
2021-06-05 08:47:24 +00:00
Andrzej Budziński
ef9ae0db94
Polish translation: some fixes
2021-06-05 10:45:09 +02:00
Mario
4db384da34
composer update smarty
2021-06-05 08:32:34 +00:00
Mario
0784d2ea4e
Merge branch 'dev' into six
2021-06-05 07:52:43 +00:00
Mario
b90db6931d
Merge branch 'dev' into 'dev'
...
Changed behavior in the user interaction of the languages selection. Now works...
See merge request hubzilla/core!1952
2021-06-05 07:51:38 +00:00
Hilmar Runge
25497336bb
Changed behavior in the user interaction of the languages selection. Now works...
2021-06-05 07:51:38 +00:00
Mario
a0ee9557f0
Merge branch 'translation-pl' into 'dev'
...
The Polish translation: ixes and new doc translation
See merge request hubzilla/core!1965
2021-06-05 07:50:50 +00:00
Mario
7b3eb09067
Merge branch 'dev' into six
2021-06-05 07:48:44 +00:00
Andrzej Budziński
1fc3be0c9f
Polish translation:
...
Final fixes in 'view/pl/hmessages.po' + 'docs/pl'.
The Polish translation of Habzill's and Zap's GUI is consistent.
The most important articles of the documentation are also translated
Quality improvements to the documentation remain to be made, including the writing of new articles
(guides).
2021-06-04 23:35:49 +02:00
Mario
6de327402b
version 5.6.1
2021-06-04 11:27:09 +02:00
Mario
131ce826c3
Merge branch 'dev'
2021-06-04 11:10:37 +02:00
Mario
a3f4ad9ea0
fix es plural return
2021-06-04 11:10:14 +02:00
Mario
ec3b1131d9
changelog
2021-06-04 11:08:55 +02:00
Mario
74c0345009
Merge branch 'dev'
2021-06-04 10:26:17 +02:00
Mario
628b03da29
fix css issue
2021-06-04 10:25:36 +02:00
Mario
bd59fb0b4e
Merge branch 'dev'
2021-06-04 10:09:22 +02:00
mjfriaza
443b436be8
Update Spanish
...
(cherry picked from commit 993d648011 )
2021-06-04 07:52:45 +00:00
mjfriaza
993d648011
Update Spanish
2021-06-04 07:51:53 +00:00
Mario
343f3059e6
fix login name label for the case when system.verify_email is disabled
...
(cherry picked from commit e44bf42c64 )
2021-06-04 07:48:25 +00:00
Mario
10f8fe8973
use uuid for hash
2021-06-04 07:46:36 +00:00
Mario
e44bf42c64
fix login name label for the case when system.verify_email is disabled
2021-06-04 07:45:33 +00:00
Mario
3d1684fa94
Revert "fix login name label for the case when system.verify_email is disabled"
...
This reverts commit d882bad706 .
2021-06-04 07:44:37 +00:00
Mario
d882bad706
fix login name label for the case when system.verify_email is disabled
2021-06-04 07:43:23 +00:00
nobody
686530c187
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2021-06-03 16:01:16 -07:00
Mario Vavti
e5c8273f72
Merge branch 'six' of https://framagit.org/hubzilla/core into six
2021-06-03 11:00:39 +02:00
Mario Vavti
440f7bacd6
directory improvements
2021-06-03 10:59:12 +02:00
Mario
ba22d3e9b6
fix issue where a deleted channel will return 404 before returning zotinfo
...
(cherry picked from commit 33463152e8 )
2021-06-02 18:13:48 +00:00
Mario
33463152e8
fix issue where a deleted channel will return 404 before returning zotinfo
2021-06-02 17:58:46 +00:00
Mario
657af3024e
Merge branch 'dev' into 'dev'
...
Make pubstream ordering configurable
See merge request hubzilla/core!1964
2021-06-02 08:33:55 +00:00
Max Kostikov
7d82a34538
Make pubstream ordering configurable
2021-06-02 08:33:54 +00:00
Mario
a0b788e96a
fix article summary duplicated when editing - issue #1577
...
(cherry picked from commit 50c14d353b )
2021-06-02 08:32:41 +00:00
Mario
50c14d353b
fix article summary duplicated when editing - issue #1577
2021-06-02 08:31:43 +00:00
Mario Vavti
b63aa3079b
fix regression where authors from non zot6, activitypub networks got dismissed (e.g. relayed diaspora comments)
...
(cherry picked from commit b3df15a3c6 )
2021-06-02 07:52:40 +00:00
Mario
25be24e6b8
Merge branch 'six' of https://framagit.org/hubzilla/core into six
2021-06-02 07:44:36 +00:00
Mario Vavti
2ec2da5dff
Merge branch 'six' of https://framagit.org/hubzilla/core into six
2021-06-02 09:42:27 +02:00
Mario Vavti
b3df15a3c6
fix regression where authors from non zot6, activitypub networks got dismissed (e.g. relayed diaspora comments)
2021-06-02 09:41:57 +02:00
mjfriaza
481ecee9e8
Update Spanish
2021-06-01 11:57:11 +02:00
nobody
462980c70a
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2021-05-31 14:36:14 -07:00
Max Kostikov
2171686284
Merge branch 'translation-pl' into 'dev'
...
New traslations: view/pl/invite* files + some fixes
See merge request hubzilla/core!1963
2021-05-31 18:29:38 +00:00
Andrzej Budziński
b382edc61d
Fixes to docs/pl/about/about.bb
2021-05-31 18:07:16 +02:00
Andrzej Budziński
5ae21d04b0
New traslations: view/pl/invite* files + some fixes
2021-05-31 13:39:11 +02:00
Mario
b0825ead84
Merge branch 'dev' into six
2021-05-31 11:33:47 +00:00
Mario
2980f852aa
fix admin button state not displayed correctly
...
(cherry picked from commit baabb3a873 )
2021-05-31 11:32:09 +00:00
Mario
5e07ebe7fa
fix registration bug - issue #1574
2021-05-31 09:07:50 +00:00
Mario
baabb3a873
fix admin button state not displayed correctly
2021-05-31 10:14:26 +02:00
Mario
5ee1c3f2c8
include items.php in boot since it is required almost everywhere
2021-05-31 10:03:34 +02:00
Mario
3fe2a2b181
do not overwrite the original rawmsg iconfig that came with the item
2021-05-31 07:12:36 +00:00
Mario
3d2b923102
notifier fixes
2021-05-29 06:20:28 +00:00
Mario
43c941d370
fix notifier for non-zot hublocs
2021-05-28 20:15:34 +00:00
Mario
e1721b8496
remove masto hack - it does not make sense in threaded view
2021-05-28 20:14:15 +00:00
Mario
ccf3ed185f
remove mod ping
2021-05-28 17:18:03 +00:00
Mario
99af27770e
Merge branch 'dev' into six
2021-05-28 10:16:34 +00:00
Mario
e9088bd52e
notifications: if we have to return early, make sure to set offset to -1 to prevent looping
...
(cherry picked from commit f72b8ce30f )
2021-05-28 10:13:25 +00:00
Mario
f72b8ce30f
notifications: if we have to return early, make sure to set offset to -1 to prevent looping
2021-05-28 10:02:05 +00:00
Mario
19bb96121b
move mark notifications read code to mod notifications
2021-05-28 09:58:18 +00:00
Mario
69ef7cf168
remove more mail leftovers
2021-05-28 08:42:08 +00:00
Mario
f1aace5a22
remove unobscure()
2021-05-28 08:28:32 +00:00
Mario
0718ac514d
remove deprecated mail code
2021-05-28 08:11:40 +00:00
Mario
d289994da4
missing include
2021-05-28 07:22:49 +00:00
Mario
30f258b3f9
add check for type
2021-05-28 07:19:49 +00:00
Mario
d06d22c7c9
bump version
2021-05-27 20:06:22 +00:00
Mario
57c301d59c
composer dump autoload
2021-05-27 19:58:34 +00:00
Mario
4bde2f64bd
remove zot
2021-05-27 19:55:06 +00:00
Mario
8ca487115f
remove include/msglib
2021-05-27 19:50:53 +00:00
Mario
7ad0a1e557
remove include/message (the file)
2021-05-27 19:50:35 +00:00
Mario
1aa626f0e8
remove include/message
2021-05-27 19:49:44 +00:00
Mario
7e36d17135
remove include/zot
2021-05-27 19:48:19 +00:00
Mario
2f7e875eb4
remove mod post
2021-05-27 19:45:34 +00:00
Mario
3ab8632d3b
update mail widgets to not require include message and minor fixes
2021-05-27 19:20:07 +00:00
Mario
190fc4e3c4
fix typo
2021-05-27 17:44:24 +00:00
Mario
3eb1b9d168
remove reply_message_request(), implement force_refresh and minor fixes
2021-05-27 17:42:28 +00:00
Mario
2fb3d6ddf5
remove zot6/finger
2021-05-27 15:40:28 +00:00
Mario
bf74a75303
bump version
2021-05-27 12:25:23 +00:00
Mario
7d1b240954
fix typo
2021-05-27 12:07:29 +00:00
Mario
2db3e4ca48
fix test
2021-05-27 11:49:09 +00:00
Mario
cee2e63278
fix typo
2021-05-27 11:30:27 +00:00
Mario
9d5732400f
remove mod message
2021-05-27 11:21:30 +00:00
Mario
3cb0613d04
mising use statement
2021-05-27 11:16:29 +00:00
Mario
d9920fce3a
missing include
2021-05-27 11:10:09 +00:00
Mario
2765a0a9fd
missing includes
2021-05-27 10:50:53 +00:00
Max Kostikov
92ea7fcfb1
Merge branch 'translation-pl' into 'dev'
...
Next fixes to Polish translation
See merge request hubzilla/core!1962
2021-05-27 10:05:30 +00:00
Mario
9d96793e1a
update fresh
2021-05-27 09:48:50 +00:00
Mario
7776283a47
remove zot includes
2021-05-27 09:45:39 +00:00
Mario
c9d4802bf1
Ãremove queue_fn includes
2021-05-27 09:33:22 +00:00
Mario
37558e24f8
remove dir_fns includes
2021-05-27 09:30:57 +00:00
Mario
67cf9f6caf
deprecate find_upstream_directory()
2021-05-27 09:22:38 +00:00
Mario
16146af039
deprecate remove_queue_by_posturl()
2021-05-27 09:18:46 +00:00
Mario
6a7e06f11c
deprecate get_rpost_path()
2021-05-27 09:09:52 +00:00
Mario
adba56a5e5
remove mod events
2021-05-27 08:55:52 +00:00
Mario
90c9fc5338
deprecate import_xchan()
2021-05-27 08:39:23 +00:00
Mario
0a09f507fc
remove zping
2021-05-27 08:30:00 +00:00
Mario
9ea60ba79f
deprecate make_xchan_hash()
2021-05-27 08:27:33 +00:00
Mario
43ef82aaaa
remove zfinger
2021-05-27 08:19:22 +00:00
Mario
7171d790f4
import Lib/Queue as LibQueue
2021-05-27 08:02:54 +00:00
Mario
4099549609
remove deprecated rating code
2021-05-27 07:58:56 +00:00
Mario
4e4bffe5c5
deprecate queue_deliver()
2021-05-27 07:52:18 +00:00
Mario
1c8000d026
remove more legacy zot quirks
2021-05-26 19:02:13 +00:00
Mario
ff34a787c3
php8: more id3 parser fixes
2021-05-26 18:02:29 +00:00
Mario
84c5f57d22
php8: more id3 parser fixes
2021-05-26 17:54:07 +00:00
Andrzej Budziński
64181c7cf1
Next fixes. It already looks very nice, but it's not end work yet for
...
this translation.
2021-05-26 17:15:09 +02:00
Mario
3c5f840cf0
typo
2021-05-26 12:29:15 +00:00
Mario
1fa4bc9ac0
remove most legacy zot quirks
2021-05-26 12:18:59 +00:00
Mario
b742910107
remove legacy zot from supported protocols
2021-05-26 11:28:33 +00:00
Mario
b7f124072f
import_author_xchan(): do not import legacy zot
2021-05-26 11:25:36 +00:00
Mario
ec02eda113
handle_tag(): only use xchans with xhchan_deleted = 0
2021-05-26 09:36:13 +00:00
Mario
8d8523684c
more id3parser
2021-05-26 08:51:35 +00:00
Max Kostikov
8a0c7b3fe1
Merge branch 'translation-pl' into 'dev'
...
Updating translatons strings + fixes to Polish translation
See merge request hubzilla/core!1961
2021-05-25 15:01:33 +00:00
Mario
a29dbaba21
disable mod post for now
2021-05-25 12:17:45 +00:00
Mario
51ad4fac01
php8: even even more fix unmaintained id3 parser
2021-05-25 12:08:58 +00:00
Mario
d863ba1b2a
syntax error
2021-05-25 12:04:32 +00:00
Mario
175001eccd
php8: even more fix unmaintained id3 parser
2021-05-25 11:47:26 +00:00
Mario
846d99cfce
php8: more fix unmaintained id3 parser
2021-05-25 11:24:16 +00:00
Mario
2486a9c914
php8: fix un maintained id3 parser
2021-05-25 11:15:22 +00:00
Mario
a47a81db6f
more notifier work
2021-05-25 11:13:13 +00:00
Andrzej Budziński
587e790892
Regenerating hstrings.ph file
2021-05-24 18:37:53 +02:00
Andrzej Budziński
f73a83aa55
Next fixes and generating new hstrings.php file
2021-05-24 17:18:13 +02:00
Andrzej Budziński
513cf2b8e2
Updating translation strings (v. 5.7) + fixes to Polish translation
2021-05-23 23:51:27 +02:00
Mario
ea215697ed
remove location command from notifier
2021-05-23 20:36:00 +00:00
Mario
d40686e5d0
remove request command from notifier
2021-05-23 20:31:03 +00:00
Mario
0b7d343c7c
remove mail and some hubzilla < 5.0 quirks from notifier
2021-05-23 20:10:43 +00:00
Mario
d692ed634a
some cleanup
2021-05-23 19:44:37 +00:00
Mario Vavti
7d4e07df79
AccessList::is_private() does not return info about the private state (1 or 2). Use the info from the parent item until this will be sorted out
2021-05-23 19:17:09 +02:00
Mario
8211bc09d4
remove todo since the zot6 xchan should be merely imported in this case. also only return if we already have a result.
2021-05-21 06:54:37 +00:00
Mario
5705005ca3
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2021-05-21 06:44:21 +00:00
Mario
79b4642b32
introduce the direct flag for direct messages
2021-05-21 06:44:15 +00:00
Mario
c9981ff0e1
Merge branch 'Malend-dev-patch-02229' into 'dev'
...
Remove useless test
See merge request hubzilla/core!1957
2021-05-21 06:38:40 +00:00
Mario
0948b061fe
Merge branch 'Malend-dev-patch-19605' into 'dev'
...
Fix phpDoc
See merge request hubzilla/core!1958
2021-05-21 06:37:33 +00:00
Mario
a537e78f14
Merge branch 'cherry-pick-a7a47275' into 'master'
...
Merge branch 'dev' into 'dev'
See merge request hubzilla/core!1960
2021-05-20 13:40:47 +00:00
Max Kostikov
25edeebf2b
Merge branch 'dev' into 'dev'
...
Fix updated variables in member verificaton template
See merge request hubzilla/core!1959
(cherry picked from commit a7a4727591 )
bc2afb21 Fix updated variables
2021-05-20 12:40:54 +00:00
Max Kostikov
a7a4727591
Merge branch 'dev' into 'dev'
...
Fix updated variables in member verificaton template
See merge request hubzilla/core!1959
2021-05-20 12:33:03 +00:00
Max Kostikov
bc2afb21e1
Fix updated variables
2021-05-20 12:29:37 +00:00
Mario
64fe93b9eb
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2021-05-20 10:15:08 +00:00
Mario
33d2a852c9
make sure to set the correct item_private state
2021-05-20 10:14:49 +00:00
Malendur
300679c053
Fix phpDoc
2021-05-20 08:23:45 +00:00
Malendur
f9c85c52f3
Remove useless test
2021-05-20 08:14:58 +00:00
Max Kostikov
98985b2761
Merge branch 'dev' into 'dev'
...
Fix security headers switching
See merge request hubzilla/core!1953
2021-05-19 23:30:39 +00:00
Mario
8fe00d428d
bring back the channel_protocols hook
2021-05-19 17:47:26 +00:00
Max Kostikov
02229482b8
Fix security headers switching
2021-05-17 22:30:47 +02:00
Mario
9a5c1aa02f
there might be errors in cli without this
2021-05-17 09:42:29 +00:00
Mario
a46e340a13
Ãmake sure we do not deal with diaspora hublocs here
2021-05-17 09:09:24 +00:00
Mario
70c3cd99ac
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2021-05-15 13:21:22 +00:00
Mario
e89bbde575
add zid and delegate parameters to the bdest string so that we will be authenticated when being redirected offsite
2021-05-15 13:21:07 +00:00
Mario Vavti
2ee1e2af72
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2021-05-15 15:16:05 +02:00
Mario Vavti
c3ad21c548
make sure we do not mess up the query string when removing single parameters
2021-05-15 15:15:48 +02:00
Mario
635a24dff4
Merge branch 'dev' into 'dev'
...
Random PHP 8 fixes
See merge request hubzilla/core!1951
2021-05-14 08:56:07 +00:00
Max Kostikov
a03423794a
Random PHP 8 fixes
2021-05-14 08:56:06 +00:00
Mario
d4e723a8eb
fix regression in regard to menu wrapping
...
(cherry picked from commit ded9f18b8a )
2021-05-12 08:00:59 +00:00
Mario
ded9f18b8a
fix regression in regard to menu wrapping
2021-05-12 07:56:30 +00:00
Mario
3a2e5d480c
update include/items.php
2021-05-11 12:14:44 +00:00
Mario
26e851ff7f
Merge branch '5.6RC'
2021-05-11 11:59:49 +00:00
Mario
89ec043ce1
version 5.6
2021-05-11 11:58:16 +00:00
Mario
98f0272a84
Merge branch '5.6RC' of https://framagit.org/hubzilla/core into 5.6RC
2021-05-11 11:57:22 +00:00
Mario
0933925a2b
Merge branch 'dev' into 5.6RC
2021-05-11 11:57:13 +00:00
Mario
e92929fce4
changelog
2021-05-11 11:56:54 +00:00
Mario
f388412c48
id should be intval here
...
(cherry picked from commit 836de7f1a5 )
2021-05-10 09:07:59 +00:00
Mario
836de7f1a5
id should be intval here
2021-05-10 09:05:27 +00:00
Mario
43008aa42b
Merge branch '5.6RC' of https://framagit.org/hubzilla/core into 5.6RC
2021-05-08 08:44:29 +00:00
Mario
7618d8301a
5.6RC3
2021-05-08 08:44:13 +00:00
Mario
09cfc979e4
Merge branch 'dev' into 5.6RC
2021-05-08 08:43:00 +00:00
Mario
00fc5541db
remove redundant placeholder in query
...
(cherry picked from commit 954d06bdb7 )
2021-05-08 08:29:56 +00:00
Mario
954d06bdb7
remove redundant placeholder in query
2021-05-08 08:29:04 +00:00
Mario
12828ee4d4
update 1245 to fix hubloc_hash index for postgres
...
(cherry picked from commit c2e007a839 )
2021-05-07 18:47:06 +00:00
Mario
c2e007a839
update 1245 to fix hubloc_hash index for postgres
2021-05-07 15:02:55 +00:00
Mario
605bf3b9d3
register: postgres - add default values for timestamps
...
(cherry picked from commit ebd0333256 )
2021-05-07 12:15:56 +00:00
Mario
ebd0333256
register: postgres - add default values for timestamps
2021-05-07 12:15:00 +00:00
Mario
d7dcf192c7
remove logging
...
(cherry picked from commit 2ad6f6e11f )
2021-05-07 11:09:09 +00:00
Mario
2ad6f6e11f
remove logging
2021-05-07 11:08:40 +00:00
Mario
36a814b03e
version 5.6RC2
2021-05-07 11:03:59 +00:00
Mario
92bc99a805
strings
2021-05-07 11:02:21 +00:00
Mario
b5ce207344
register: implement remove_expired_registrations() and minor fixes
2021-05-07 10:03:12 +00:00
Mario
d04ff264fa
register: fix minor string issue
2021-05-07 08:26:59 +00:00
Mario
9ad2b017e2
register: fix language issue and add additional info to the infobox if email verification is configured
2021-05-07 08:15:06 +00:00
Mario
1fd5f5c893
register: redirect unverified registration emails to the verification form
2021-05-06 19:06:53 +00:00
Mario
43260891b7
register: we have already checked for existing email in check_account_email()
2021-05-06 13:54:02 +00:00
Mario
aef0350346
remove duplicate singletons hublocs once a day
2021-05-05 09:15:02 +00:00
Mario
83fbb0678c
use hubloc_hash instead of hubloc_id_url - otherwise it will bite hublocs which use more than one protocol
2021-05-05 08:50:03 +00:00
Mario
df3778c64f
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2021-05-05 08:36:43 +00:00
Mario
0dc09ea238
possible minor performance improvement
2021-05-05 08:36:18 +00:00
Max Kostikov
f085c3c98f
Merge branch 'translation-pl' into 'dev'
...
Fixes related to correction plural expression, plus typos and some other
See merge request hubzilla/core!1950
2021-05-02 12:17:13 +00:00
Mario
8d4b1ba7d4
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2021-05-02 11:33:45 +00:00
Mario
b3c543265d
introduce function to remove duplicate singleton hublocs
2021-05-02 11:33:26 +00:00
Andrzej Budziński
6eee404bb1
Fixes related to correction plural expression, plus typos and some other
...
fixes
2021-05-01 02:43:17 +02:00
Max Kostikov
ec4226b5de
Merge branch 'dev' into 'dev'
...
Fix Polish plurals expression
See merge request hubzilla/core!1949
2021-04-30 19:28:15 +00:00
Max Kostikov
8266a1490a
Fix Polish plurals expression
2021-04-30 21:24:44 +02:00
Max Kostikov
56554710ea
Merge branch 'dev' into 'dev'
...
Dev sync
See merge request kostikov/core!2
2021-04-30 19:23:26 +00:00
Max Kostikov
6a101e6260
Merge branch 'translation-pl' into 'dev'
...
Translation update to v.5.7 plus fixes and typos
See merge request hubzilla/core!1948
2021-04-30 18:34:29 +00:00
Andrzej Budziński
f12038e63e
Translation update to v.5.7 plus fixes and typos
2021-04-30 12:54:22 +02:00
Max Kostikov
ad2bf187bb
Merge branch 'dev' into 'dev'
...
Update Russian translation; fix missprint
See merge request hubzilla/core!1947
2021-04-29 10:10:27 +00:00
Max Kostikov
4cbd97e409
Update Russian translation
2021-04-29 12:06:53 +02:00
Max Kostikov
e67c780afd
Fix missprint
2021-04-29 11:35:14 +02:00
Max Kostikov
0cbdeb7bf1
Merge branch 'dev' into 'dev'
...
Dev Sync
See merge request kostikov/core!1
2021-04-29 09:32:02 +00:00
Mario
6be464ef84
bump version
2021-04-29 08:40:47 +00:00
Mario
54845a7627
composer dump autoload
2021-04-29 08:33:58 +00:00
Mario
2f6da0be7e
version and strings
2021-04-29 08:30:31 +00:00
Mario
cf87a5af3b
fix typos in Activity::follow()
2021-04-29 07:35:22 +00:00
Mario
207057c92d
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2021-04-29 06:47:26 +00:00
Mario
5300f180db
really fix manual fetching of non-ascii domains
2021-04-29 06:47:03 +00:00
Mario
ec7166eb00
fix manual fetching of non-ascii domains
2021-04-28 19:38:43 +02:00
Mario
36f041a1ff
cleanup
2021-04-28 14:23:53 +02:00
Mario
0dd2e9004d
do not attempt to translate twice
2021-04-28 13:21:49 +02:00
Mario
94f1c001f1
register: more testing and fixes
2021-04-28 13:17:45 +02:00
Mario
531a03562d
register: new install testing fixes
2021-04-27 15:09:27 +02:00
Mario
3699f78e95
register: remove single quotes in advanced examples - they might be misleading
2021-04-27 08:08:21 +00:00
Mario
ebd2283b38
more strings changes
2021-04-26 20:33:16 +00:00
Mario
a7788570e5
register: remove debug messages from UI and streamline some strings
2021-04-26 20:30:38 +00:00
Mario
2932ac9d86
register: only log to separate file if configured that way. default to standard logging via logger()
2021-04-26 18:31:08 +00:00
Mario
888c211f44
check perms for comments since in AP they can be different from the top level post
2021-04-26 11:53:25 +00:00
Max Kostikov
61cf92ebdd
Support new parse_str() syntax
2021-04-24 22:23:50 +00:00
Mario
80ec45e4f9
fix variable mixup
2021-04-22 19:48:59 +00:00
Mario
9e9851681f
Merge branch 'dev' into 'dev'
...
Fix clones sync when wiki or single wiki page deletion
See merge request hubzilla/core!1945
2021-04-22 17:53:47 +00:00
Max Kostikov
8394d4857c
Fix clones sync when wiki or single wiki page deletion
2021-04-22 17:53:47 +00:00
Mario
c700a017a0
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2021-04-22 17:43:26 +00:00
Mario
c19eb94c52
make sure we transform events to UTC on import before storing. Transform from event timezone if available otherwise channel default
2021-04-22 17:42:58 +00:00
Mario Vavti
597f24ca49
invite: fix javascript issue
2021-04-22 10:07:17 +02:00
Mario
eb793b1601
bump version
2021-04-21 19:28:41 +00:00
Mario
07525c5b45
next batch of fixes
2021-04-21 18:51:53 +00:00
Mario
35df50c39d
start sending author id, id_sig and key fields along with author/owner and adjust import_author_xchan() accordingly
2021-04-21 07:55:35 +00:00
Mario Vavti
406ca20634
version 5.4.3
2021-04-20 11:13:19 +02:00
Mario
021e7861b8
changelog
...
(cherry picked from commit 5dfe4ef6f8 )
2021-04-20 11:12:13 +02:00
Mario
5dfe4ef6f8
changelog
2021-04-20 09:11:45 +00:00
Mario
60a0fdc76b
fix regression in mod notifications
...
(cherry picked from commit b8a5f5fbf2 )
2021-04-20 10:58:56 +02:00
Mario
cd760454a5
floc off google
...
(cherry picked from commit 7ccd7b439f )
2021-04-20 10:58:38 +02:00
Mario
c7144dbf96
use protect_sprintf() on query strings
...
(cherry picked from commit f9793e870f )
2021-04-20 10:57:36 +02:00
Miłosz Kłosowicz
c31e203104
Wfinger - check https from http_x_forwarded_proto
...
(cherry picked from commit aa2450fae1 )
2021-04-20 10:57:00 +02:00
Mario
6feefc5ce0
fix regression finding bookmarks
...
(cherry picked from commit 16cc695115 )
2021-04-20 10:56:37 +02:00
Mario
1d7f9e05ed
Merge branch 'dev' into 'dev'
...
more PHP 8 fixes
See merge request hubzilla/core!1943
2021-04-20 08:53:32 +00:00
Mario
6a858b29fd
potential export issue when using PHP8
...
(cherry picked from commit ba412bc6cf )
2021-04-20 10:52:39 +02:00
Mario
3f0e687558
if we use dbescbin on save we should use dbunescbin when retrieving (at least that is true for postgres)
...
(cherry picked from commit 31abcac4b4 )
2021-04-20 10:52:18 +02:00
Mario
ba412bc6cf
potential export issue when using PHP8
2021-04-20 08:49:03 +00:00
Mario
31abcac4b4
if we use dbescbin on save we should use dbunescbin when retrieving (at least that is true for postgres)
2021-04-20 08:42:58 +00:00
Mario
d7f04ff6ee
when importing a channel, make sure we import the xchan before the hubloc - otherwise we can not verify the hubloc hash
...
(cherry picked from commit eaf9003ca2 )
2021-04-20 10:36:08 +02:00
Mario
76fd81fad1
revert last part of previous commit -> see comment above the change
...
(cherry picked from commit eded0f6c09 )
2021-04-20 10:35:27 +02:00
Mario
1cfcffc510
import_items(): make sure we compare the correct revision and only call item_store_update() if edited timestamp of the received item > stored item timestamp
...
(cherry picked from commit c95a6fe1e5 )
2021-04-20 10:35:11 +02:00
Mario
eaf9003ca2
when importing a channel, make sure we import the xchan before the hubloc - otherwise we can not verify the hubloc hash
2021-04-20 08:09:33 +00:00
Mario
751d6fe8a4
register: minor strings changes and whitespace
2021-04-19 19:29:35 +00:00
Mario
20ca6676d2
registration: reveal possibility to show all registrations in the UI
2021-04-19 19:07:50 +00:00
Mario
eded0f6c09
revert last part of previous commit -> see comment above the change
2021-04-19 10:49:41 +00:00
Mario
b5049651ad
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2021-04-19 10:41:51 +00:00
Mario
c95a6fe1e5
import_items(): make sure we compare the correct revision and only call item_store_update() if edited timestamp of the received item > stored item timestamp
2021-04-19 10:41:28 +00:00
Max Kostikov
cd97c32444
more PHP 8 fixes
2021-04-18 21:25:32 +02:00
Max Kostikov
70b204cb3f
Merge branch 'dev' into 'dev'
...
PHP 8 fixes
See merge request hubzilla/core!1942
2021-04-18 07:29:41 +00:00
Max Kostikov
d2f1edfad8
PHP 8 fixes
2021-04-18 09:27:25 +02:00
Max Kostikov
2ddfcd5222
PHP 8 fixes
2021-04-18 09:23:14 +02:00
Max Kostikov
787ee411ce
PHP 8 fixes
2021-04-17 23:50:19 +02:00
Max Kostikov
200d3577fa
Merge branch 'dev' of https://framagit.org/kostikov/core into dev
2021-04-17 23:46:40 +02:00
Max Kostikov
8ab99747f5
Merge branch 'translation-pl' into 'dev'
...
Next fixes and typos, and new docs translations
See merge request hubzilla/core!1941
2021-04-16 19:31:44 +00:00
Mario
88f7c2041d
register: add option to show all register entries
2021-04-16 18:13:20 +00:00
Andrzej Budziński
43cb21329f
Next fixes and typos, and new docs translatons
2021-04-16 16:30:03 +02:00
Mario
b8a5f5fbf2
fix regression in mod notifications
2021-04-16 12:41:31 +00:00
nobody
a96345401f
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2021-04-16 04:42:45 -07:00
Mario
7ccd7b439f
floc off google
2021-04-16 09:14:40 +00:00
Mario
f0eceb03ed
prepare Activity::follow() for pubcrawl
2021-04-16 08:08:15 +00:00
Mario
c2b9fc1a49
register: add help text to the message field
2021-04-15 13:10:20 +00:00
Mario
4d3a555b53
register: minor fixes and template cleanup
2021-04-15 09:26:47 +00:00
Mario
e35ab97b7e
register: provide a possibility to leave a message id registration is by approval
2021-04-14 19:40:51 +00:00
Mario
f9793e870f
use protect_sprintf() on query strings
2021-04-14 11:01:34 +00:00
Mario
e48fedd526
most AP projects do not handle an array for person object URL - provide a string
2021-04-14 09:30:19 +00:00
Mario
b899ed3d64
register: change some strings and add new template
2021-04-13 13:04:43 +00:00
Mario
e4adb881cb
Merge branch 'dev' into 'dev'
...
Wfinger - check https from http_x_forwarded_proto
See merge request hubzilla/core!1940
2021-04-12 18:52:37 +00:00
Miłosz Kłosowicz
aa2450fae1
Wfinger - check https from http_x_forwarded_proto
2021-04-12 10:33:21 +00:00
Mario
d9245566f5
register: change some strings and some whitespace fixes
2021-04-11 17:46:06 +00:00
Mario
16cc695115
fix regression finding bookmarks
2021-04-11 15:47:42 +00:00
Mario
f0e5ce7fd1
register: more work on ui/ux
2021-04-10 20:44:04 +00:00
Mario
ea721d380b
register: move some html out of the code and provide a basic template
2021-04-10 10:53:27 +00:00
Mario
e193b6d870
feature level is deprecated
2021-04-10 08:00:03 +00:00
Mario
766fc92a3b
register: we use default role if auto create is configured
2021-04-09 19:25:31 +00:00
Mario
df6f2abfbe
register: if auto create is configured do some more tests against the provided name and nick so it will not fail later in create_identity();
2021-04-09 19:06:36 +00:00
Mario
684245f24d
whitespace
2021-04-09 09:57:22 +00:00
Mario
01b081d809
register: only return verified registrations in get_pending_accounts(), more invite handling fixes
2021-04-09 09:49:36 +00:00
Mario
a34d8852b6
minor revert
2021-04-08 20:01:56 +00:00
Mario
18b6d48944
rgister: fixes for registering with invitecode outside of open hours
2021-04-08 19:55:53 +00:00
Mario
f3fa09fc91
register: more ui/ux
2021-04-08 16:06:43 +00:00
Mario
cb2d8b4ba6
register: minor js cleanup
2021-04-08 15:03:05 +00:00
Mario
a9da370c0b
register: cleanup template
2021-04-08 14:57:16 +00:00
Max Kostikov
b5620cb794
Merge branch 'dev' into 'dev'
...
Dev sync
See merge request kostikov/core!1
2021-04-08 14:19:29 +00:00
Mario
cf62e07bec
register: default to auto-create channel and fix auto create channel if register approval is configured
2021-04-08 12:38:38 +00:00
Mario
ec4526b5f4
cloud: instead of asking for a page reload when expiriencing a not implemnented exception just go there right away - issue #1556
2021-04-08 08:25:35 +00:00
Mario
806f50eee3
register: more ui/ux work
2021-04-07 20:50:34 +02:00
Mario
6956eadaad
registrations: minor cleanup
2021-04-07 17:19:29 +02:00
Mario
9542c1d63c
Merge branch 'dev' into 'dev'
...
air: Fix site admin registration block styles
See merge request hubzilla/core!1938
2021-04-07 14:12:01 +00:00
Mario
81bb02afb7
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2021-04-06 12:13:24 +00:00
Mario
b8abf806ca
bbcode: escape img and zmg tags so that it will not be messed with before required (e.g. URL in image description) - issue #1554
2021-04-06 12:12:51 +00:00
Max Kostikov
0d10f5ba65
Fix site admin registration block styles
2021-04-06 13:41:33 +02:00
Max Kostikov
89409d0577
Merge branch 'dev' into 'dev'
...
Fix quotes Russian translation
See merge request hubzilla/core!1937
2021-04-06 11:21:10 +00:00
Max Kostikov
144283ca1c
Fix quotes
2021-04-06 11:16:47 +00:00
Max Kostikov
c56e2953cf
Fix quotes
2021-04-06 11:16:25 +00:00
Max Kostikov
e1d40348ce
Update hstrings.php
2021-04-06 11:09:48 +00:00
Max Kostikov
4def370980
Merge branch 'dev' into 'dev'
...
Update Russian translation
See merge request hubzilla/core!1936
2021-04-06 11:00:14 +00:00
Max Kostikov
54df52675b
Revert "Fix mistake"
...
This reverts commit 9ac5504377
2021-04-06 12:30:03 +02:00
Max Kostikov
12ebdf27c0
Fix variables
2021-04-06 10:27:19 +00:00
Max Kostikov
de0f7ea5d4
Update register_verify_member.tpl
2021-04-06 10:26:26 +00:00
Max Kostikov
72151bc123
Add new file
2021-04-06 10:21:32 +00:00
Max Kostikov
8889abd5a4
Add new file
2021-04-06 10:20:50 +00:00
Max Kostikov
7f7dcd2f33
Fix missprint
2021-04-06 10:18:12 +00:00
Max Kostikov
95c3b1696e
Add new formal invitation subject
2021-04-06 10:17:46 +00:00
Max Kostikov
87cd1f87f4
Add formal invitation
2021-04-06 10:16:22 +00:00
Max Kostikov
21c4976a3a
Add new invitation subject
2021-04-06 09:59:40 +00:00
Max Kostikov
ec91e51142
Add friendly invitation
2021-04-06 09:56:11 +00:00
Max Kostikov
f1c798e9ac
Update Russian hstrings.php
2021-04-06 09:50:44 +00:00
Max Kostikov
f6996f4999
Update Russian hmessages.po
2021-04-06 09:50:21 +00:00
Max Kostikov
9ac5504377
Fix mistake
2021-04-06 09:33:17 +00:00
Mario
91f3c722d6
bump version
2021-04-06 07:57:35 +00:00
Mario
31cf2c688c
Merge branch 'dev' into air
2021-04-06 07:55:30 +00:00
Mario
81d3ba5151
do not expire page cache - it does not make much sense actually.
2021-04-06 07:48:09 +00:00
nobody
9359fc065c
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2021-04-05 23:15:01 -07:00
Max Kostikov
19daadbfd7
Merge branch 'translation-pl' into 'dev'
...
Upgrading POT, additional translations and next fixes
See merge request hubzilla/core!1935
2021-04-05 20:55:14 +00:00
Andrzej Budziński
0acb371f62
Upgrading POT, additional translations and next fixes
2021-04-05 16:34:30 +02:00
Mario
18d990a034
air: more ui/ux and provide a possibility to lookup your registration id in mod regate (raw and unfinished)
2021-03-28 20:40:26 +00:00
Mario
85b6e352d4
air: fixes
2021-03-28 10:17:54 +00:00
Mario
c389aee112
Merge branch 'air' of https://framagit.org/hubzilla/core into air
2021-03-26 21:04:26 +01:00
Mario
725e57a27a
air: more work on UX during register
2021-03-26 20:54:48 +01:00
Mario
9aab47de07
fix timezone issue in mod cal
...
(cherry picked from commit 6e7c7771bd )
2021-03-26 20:24:51 +01:00
Mario
e6a6723d1f
Merge branch 'air' of https://framagit.org/hubzilla/core into air
2021-03-26 19:21:41 +00:00
Mario
6e7c7771bd
fix timezone issue in mod cal
2021-03-26 19:20:38 +00:00
Max Kostikov
c609fc71bd
Merge branch 'translation-pl' into 'dev'
...
Fixes and new translations
See merge request hubzilla/core!1934
2021-03-25 19:36:18 +00:00
Mario
b50f1657c3
Merge branch 'air' of https://framagit.org/hubzilla/core into air
2021-03-25 14:00:49 +01:00
Mario
bc1cc65ff2
air: currently it is allowed to register with non-unique did2 (should this be allowed?) - anyway, for now sort them by reg_created to make sure we always match the latest attempt
2021-03-25 14:00:25 +01:00
Andrzej S. Budziński
697e59f9a4
Update hstrings.php
2021-03-25 12:59:45 +00:00
Andrzej Budziński
61d6239c68
Fixes and new translations
...
1) Changed translations of "a hub" and "a post" ("a hub" like "a node of
network" and not like "a web-hub" or "an air hub".) The word "a post"
should be translated as Polish "wpis" and not jargon "post".
2) New translation: doc/pl/Widgets.md
2021-03-24 23:30:42 +01:00
Mario
eba69f85c7
more work on mod display
...
(cherry picked from commit 2d716b74b9 )
2021-03-24 20:48:42 +01:00
Mario
19b96e37fb
Merge branch 'dev' into air
2021-03-24 19:46:07 +00:00
Mario
14186f5c18
cdav: fix regression - sync code was messing with caldav/carddav discovery
2021-03-24 19:41:20 +00:00
Mario
44593a3c8d
cdav: fix regression - sync code was messing with caldav/carddav discovery
2021-03-24 19:27:44 +00:00
Mario
4964a32c55
Revalidate imported profile photo on each request (patch provided by Max)
...
(cherry picked from commit 3d4ad94dcc )
2021-03-24 12:18:32 +01:00
Mario
3d4ad94dcc
Revalidate imported profile photo on each request (patch provided by Max)
2021-03-24 11:16:03 +00:00
Mario
6d5f98072d
php8: fix fatal errors
...
(cherry picked from commit 1a15c775f8 )
2021-03-24 11:39:19 +01:00
Mario
1a15c775f8
php8: fix fatal errors
2021-03-24 09:21:58 +00:00
Mario
2d716b74b9
more work on mod display
2021-03-23 11:38:42 +00:00
Mario
cc9fd4f4a4
fix regression in mod display
...
(cherry picked from commit 43c5b72317 )
2021-03-23 12:05:40 +01:00
Mario
43c5b72317
fix regression in mod display
2021-03-23 10:54:27 +00:00
Mario
2856ea6370
Merge branch 'dev' into air
2021-03-23 09:56:46 +00:00
Max Kostikov
67d65d878d
Merge branch 'dev' into 'dev'
...
Fix DAV calendars and addressbooks sync on remote access
See merge request hubzilla/core!1931
2021-03-22 14:21:38 +00:00
Max Kostikov
e19bb63857
Merge branch 'translation-pl' into 'dev'
...
Translation pl
See merge request hubzilla/core!1930
2021-03-22 14:20:56 +00:00
Max Kostikov
dbc5e54a92
Fix DAV calendars and addressbooks sync on remote access
2021-03-22 14:16:54 +00:00
Mario
b8913335b1
those are not actually needed by the handler
...
(cherry picked from commit 872ac8846e )
2021-03-22 13:51:44 +01:00
Mario
872ac8846e
those are not actually needed by the handler
2021-03-22 13:51:11 +01:00
Mario
8c16171855
sse: make sure to also bootstrap info and notice
...
(cherry picked from commit 598c3aa336 )
2021-03-22 13:43:00 +01:00
Mario
2e47ef38a9
libsync fix from zap: look for hubloc_updated instead of hubloc_connected which would always be true
...
(cherry picked from commit ccefb99cbe )
2021-03-22 13:42:01 +01:00
Mario
81b4d919e5
do not treat an URL including an @ like a webbie
...
(cherry picked from commit 35ce7dbeab )
2021-03-22 13:41:39 +01:00
Mario
f6d88f20f3
Merge branch 'air' of https://framagit.org/hubzilla/core into air
2021-03-22 13:37:31 +01:00
Mario
598c3aa336
sse: make sure to also bootstrap info and notice
2021-03-22 13:37:01 +01:00
Mario
ccefb99cbe
libsync fix from zap: look for hubloc_updated instead of hubloc_connected which would always be true
2021-03-22 10:12:57 +00:00
Mario
35ce7dbeab
do not treat an URL including an @ like a webbie
2021-03-22 10:01:32 +00:00
Mario
74610aca6f
Merge branch 'air' of https://framagit.org/hubzilla/core into air
2021-03-22 10:29:54 +01:00
Mario
02d4c5ac90
Merge branch 'air' of https://framagit.org/hubzilla/core into air
2021-03-22 09:29:23 +00:00
Mario
7f35dda5cc
Merge branch 'dev' into air
2021-03-22 10:28:08 +01:00
Mario
13355d42f7
air security: saving the password as hex string is not acceptable
2021-03-22 09:50:12 +01:00
Andrzej Budziński
77e82d7475
Fixes (Translation.md, hstrings.php)
2021-03-21 19:54:22 +01:00
Andrzej Budziński
da2df4eb55
Fixes and next translations (doc/pl/Plugins.md)
2021-03-21 18:17:06 +01:00
Mario
62fbdf3f63
Merge branch 'air' into 'air'
...
adminUI cfg to switch on (default off) register w/o email, Issue Air #1539
See merge request hubzilla/core!1927
2021-03-20 16:01:21 +00:00
Mario
554745a25a
air: do not require to verify emailaddress once more after invite code got verified - fixes #1546 but probably still requires some finetuning.
2021-03-20 16:57:11 +01:00
Hilmar R
e12c0ca3dc
adminUI cfg to switch on (default off) register w/o email,
...
accept delay 0 (no delay) and expire defaults to 99years
2021-03-19 21:10:01 +01:00
Mario
a18e297a26
Merge branch 'dev' into air
2021-03-19 20:07:59 +00:00
Mario
2d82e1bd6b
Merge branch 'dev' into 'dev'
...
Implement custom Redis session backend
See merge request hubzilla/core!1926
2021-03-19 20:07:00 +00:00
Max Kostikov
7476d8dccc
Implement custom Redis session backend
2021-03-19 20:06:59 +00:00
Mario
04b96e2cdc
air: php8 asort() argument cannot be passed by reference
2021-03-19 12:06:38 +01:00
Mario
7375824ed4
air: missing module
2021-03-19 11:45:40 +01:00
Mario
06d47deef8
air: improved UX by changing the registration workflow so that it is not required to go back to registration and post the DID. If no registration delay is configured proceed directly to verification. fixes #1540
2021-03-19 11:43:48 +01:00
Mario
85d000e792
air: revert min_livetime of the form security token - it has had its issues and air can be configured for delayed registration verification
2021-03-18 19:51:30 +00:00
Mario
3ac27d8004
air: display the verification status in the notifications
2021-03-18 19:41:12 +00:00
Mario
854a6e3787
air: only set registration request to expired if it is not yet verified
2021-03-18 14:56:53 +00:00
Mario
a36dd5a8b9
adjust timezone after the expiration check
2021-03-18 14:47:37 +00:00
Mario
7c620cbe24
air: make sure to display the timezone corrected times in the admin ui
2021-03-18 14:42:30 +00:00
Mario
7472b96c95
Merge branch 'air' of https://framagit.org/hubzilla/core into air
2021-03-18 14:55:28 +01:00
Mario
3ba42d3dcf
air: deal with timezones when displaying open/close time - this should finally fix issue #1544
2021-03-18 14:55:01 +01:00
Mario
eb3a40b07a
use lib/keyutils rsatopem()
...
(cherry picked from commit f0cce1c902 )
2021-03-18 09:37:55 +01:00
Mario
f0cce1c902
use lib/keyutils rsatopem()
2021-03-18 08:35:09 +00:00
Mario
9f26b7aa9c
air: convert utc to local in browser (we do not have a client timezone othervise at this point) - issue #1544
2021-03-17 17:49:13 +01:00
Mario
febf766be0
air: make sure we always save date_time in UTC - issue #1544
2021-03-17 14:37:16 +01:00
Mario
35d9fd4860
air: another string
2021-03-17 12:24:19 +01:00
Mario
4581abb6d1
air: some work on ui/ux
2021-03-17 12:14:55 +01:00
Mario
8d3c5114ba
use html2plain for summary
...
(cherry picked from commit 80b6954c29 )
2021-03-17 10:13:55 +01:00
Mario
80b6954c29
use html2plain for summary
2021-03-17 09:13:09 +00:00
Mario
da37548e2e
also move code comments to the function
2021-03-16 12:33:41 +01:00
Mario
c658bbca24
simplify get_pending_accounts query so that it will work in postgres. this will introduce a regression in rendering the table background color.
2021-03-16 12:32:20 +01:00
Mario
3b9a9db664
fix cover photo image issues on some mobile devices
...
(cherry picked from commit 4e921cfdcf )
2021-03-16 10:13:55 +01:00
Mario
4e921cfdcf
fix cover photo image issues on some mobile devices
2021-03-16 09:09:13 +00:00
Mario
bd24224b76
air: fix register notifications
2021-03-15 12:45:39 +00:00
Mario
a5ac388889
air: fix calculate_adue() to return false if the value is zero and do not hardcode regexpire - adding the max setting (99 years) should be fine.
2021-03-15 10:31:23 +00:00
Mario
4be123dc84
fix default value displayed if value is set to empty or zero. fix #1536 and #1537
2021-03-15 10:10:08 +00:00
Mario
0ebb1f685f
version 5.4.2
2021-03-15 08:55:46 +00:00
Mario
805a25eb62
more changelog
...
(cherry picked from commit 268464ccde )
2021-03-15 08:54:16 +00:00
Mario
4ca12afc9d
changelog
...
(cherry picked from commit cb74de7472 )
2021-03-15 08:54:05 +00:00
Mario
6cfa2572a8
do not parse bbcode in summary - issue #1532
2021-03-15 08:50:53 +00:00
Mario
04ec986bf7
cleanup
...
(cherry picked from commit 0fbd0ca416 )
2021-03-15 08:50:29 +00:00
Max Kostikov
ee453c4acc
Fix plurals variable
2021-03-15 08:50:13 +00:00
Mario
4d3524ba9d
mod subthread issue continued
...
(cherry picked from commit b6d30f6734 )
2021-03-15 08:49:53 +00:00
Mario
29beea28c2
fix mod subthread for zot6
...
(cherry picked from commit 22d769ecae )
2021-03-15 08:48:40 +00:00
Mario
e2a289d614
truncate too long text
...
(cherry picked from commit 1582b8bc96 )
2021-03-15 09:43:18 +01:00
Mario
59d3483a06
save the rewritten llink
...
(cherry picked from commit db0e1c9f31 )
2021-03-15 09:43:08 +01:00
Mario
a99161abdf
if rewriting the mid also rewrite the llink
...
(cherry picked from commit 260c518562 )
2021-03-15 09:42:56 +01:00
Mario
79d48dc92b
fix mod display query
...
(cherry picked from commit b51049227f )
2021-03-15 09:42:41 +01:00
Mario
becb898a51
more changelog
...
(cherry picked from commit 268464ccde )
2021-03-15 09:36:37 +01:00
Mario
268464ccde
more changelog
2021-03-15 08:36:00 +00:00
Mario
57aa96c412
changelog
...
(cherry picked from commit cb74de7472 )
2021-03-15 09:34:00 +01:00
Mario
cb74de7472
changelog
2021-03-15 08:33:26 +00:00
Mario
d35849c418
Merge branch 'dev' into air
2021-03-14 20:29:29 +00:00
Mario
a9a112e063
php8: fix some undefined variables
...
(cherry picked from commit ed64eba13a )
2021-03-14 21:25:45 +01:00
Mario
1e87fe6b49
cleanup
...
(cherry picked from commit 0fbd0ca416 )
2021-03-14 21:24:56 +01:00
Mario
ed64eba13a
php8: fix some undefined variables
2021-03-14 20:23:33 +00:00
Mario
0fbd0ca416
cleanup
2021-03-14 19:23:02 +00:00
Max Kostikov
0a31267b1b
Fix plurals variable
2021-03-14 11:43:47 +00:00
Mario
97c7b010ed
mod subthread issue continued
...
(cherry picked from commit b6d30f6734 )
2021-03-14 10:03:03 +01:00
Mario
b6d30f6734
mod subthread issue continued
2021-03-14 09:01:12 +00:00
Mario
b9e1c38773
fix mod subthread for zot6
...
(cherry picked from commit 22d769ecae )
2021-03-13 23:22:08 +01:00
Mario
22d769ecae
fix mod subthread for zot6
2021-03-13 22:13:17 +00:00
Mario
45ecd1b127
revert default profile image
2021-03-12 10:50:25 +00:00
Mario
3f053611bd
Merge branch 'dev' into air
2021-03-12 10:07:15 +00:00
Mario
1582b8bc96
truncate too long text
2021-03-12 09:54:01 +00:00
Mario
432e7e9714
revert follow_failover hook - there is a cleaner solution
2021-03-12 09:06:20 +00:00
Mario
31e237729c
introduce the follow_failover hook
2021-03-11 21:58:45 +00:00
Mario
d2b03f6a9b
more add interactive flag
2021-03-11 20:11:05 +00:00
Mario
51fe5ec982
add interactive flag
2021-03-11 19:33:03 +00:00
Mario
ce9b01ce84
Merge branch 'php8fixes' into 'dev'
...
Stricter item array checks
See merge request hubzilla/core!1925
2021-03-11 17:51:14 +00:00
Max Kostikov
024b489af9
Stricter item array checks
2021-03-11 17:51:13 +00:00
Mario
f980c2e3de
php8: daily warning fixes (deriving from mod network)
2021-03-11 13:03:54 +00:00
Mario
db0e1c9f31
save the rewritten llink
2021-03-11 08:25:26 +00:00
Mario
260c518562
if rewriting the mid also rewrite the llink
2021-03-10 20:44:20 +00:00
Mario
689603de82
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2021-03-10 20:35:13 +00:00
Mario
b51049227f
fix mod display query
2021-03-10 20:34:47 +00:00
Max Kostikov
0a86efc631
Merge branch 'php8fixes' into 'dev'
...
Check for HTTP port use on URL build
See merge request hubzilla/core!1924
2021-03-10 19:52:05 +00:00
Max Kostikov
f8467845d2
Check for HTTP port use
2021-03-10 19:44:54 +00:00
Max Kostikov
9098bb431c
Check for HTTP port use
2021-03-10 19:44:17 +00:00
Max Kostikov
86ed4f4f99
Check for HTTP port use
2021-03-10 19:44:02 +00:00
Max Kostikov
7795224e70
Check for HTTP port use
2021-03-10 19:43:42 +00:00
Max Kostikov
b729cee9e4
Merge branch 'dev' into 'dev'
...
Dev sync
See merge request kostikov/core!1
2021-03-10 19:41:46 +00:00
Mario
15bc5c64f3
php8: isset() returns true if the array key exists but is empty. We need to check with empty() here.
2021-03-10 16:28:05 +00:00
Mario
440a132c6b
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2021-03-10 13:18:12 +00:00
Mario
f8447521a8
php8: random fixes deriving from mod network
2021-03-10 13:16:08 +00:00
Mario
c8050ea865
Merge branch 'php8fixes' into 'dev'
...
More PHP 8 fixes
See merge request hubzilla/core!1923
2021-03-10 11:14:03 +00:00
Max Kostikov
11d831e4d7
More PHP 8 fixes
2021-03-10 11:14:02 +00:00
Mario
15faf01ec9
do not parse bbcode in summary - issue #1532
2021-03-10 11:09:49 +00:00
Mario Vavti
82192d1ead
a possible fix for issue #1529
...
(cherry picked from commit 7ee495624e )
2021-03-09 21:40:43 +01:00
Mario Vavti
7ee495624e
a possible fix for issue #1529
2021-03-09 21:36:28 +01:00
Mario
64bbbc8053
Version 5.4.1
2021-03-09 19:07:33 +00:00
Mario Vavti
4d3d868d19
changelog
...
(cherry picked from commit 45cc2d7bd8 )
2021-03-09 19:58:40 +01:00
Mario Vavti
45cc2d7bd8
changelog
2021-03-09 19:53:25 +01:00
Max Kostikov
15b45af550
Revert "Check if we have an observer xchan"
...
This reverts commit 91ebfbc215
2021-03-09 16:59:44 +01:00
Max Kostikov
91ebfbc215
Check if we have an observer xchan
2021-03-09 15:58:26 +00:00
Max Kostikov
011342ac1b
Fix undefined page end on non dynamic pages
...
(cherry picked from commit 182dec3e57 )
2021-03-09 12:14:38 +01:00
Max Kostikov
5577383a48
Fix Spanish plural expression
...
(cherry picked from commit f952d65cfd )
2021-03-09 12:13:22 +01:00
Mario
dc336010db
type submit should not be type button
...
(cherry picked from commit b09cbb72fb )
2021-03-09 12:12:53 +01:00
Mario
88fbeaddb0
fix unexpected trigger of buttons when pressing enter in input field issue #1528
...
(cherry picked from commit d57f4a9527 )
2021-03-09 12:12:20 +01:00
Mario
7612d8246e
fix summary not saved in browser autosave draft
...
(cherry picked from commit 8d26961639 )
2021-03-09 12:11:39 +01:00
Mario
53bb16e799
fix summary not reset on cancel
...
(cherry picked from commit 0932d2a0a6 )
2021-03-09 12:11:09 +01:00
Mario
ed04104250
fix profile not found if not logged in
...
(cherry picked from commit ed981ec8e8 )
2021-03-09 12:10:27 +01:00
Mario
ee40cb337a
Merge branch 'php8-netstream' into 'dev'
...
Fix network stream scrolling with PHP 8
See merge request hubzilla/core!1922
2021-03-09 11:05:43 +00:00
Max Kostikov
bdae290ec4
Revert "More checks on note decoding"
...
This reverts commit 20199f7aee34dbc7a8aebcd459ef6cb84cdb5bd7
2021-03-09 11:05:43 +00:00
Mario
53c3d0d53d
Merge branch 'php8' into 'dev'
...
Stricter parameters checks for PHP 8 support
See merge request hubzilla/core!1921
2021-03-09 11:02:28 +00:00
Mario
ed981ec8e8
fix profile not found if not logged in
2021-03-09 10:47:13 +00:00
Max Kostikov
723d757091
Change set_linkified_perms() arguments order
2021-03-09 09:08:33 +00:00
Max Kostikov
92ada6eb98
Change set_linkified_perms() arguments order
2021-03-09 09:07:47 +00:00
Max Kostikov
975d8ef0c7
Fix deprecated function arguments order
2021-03-09 09:06:16 +00:00
Max Kostikov
65e9ff357b
More checks on note decode
2021-03-08 21:16:24 +00:00
Max Kostikov
66495e6838
Check propeties existance on note decode
2021-03-08 21:06:26 +00:00
Max Kostikov
efe65e1ba8
Fix undefined edited and created checks
2021-03-08 20:57:02 +00:00
Max Kostikov
6b500ee3e1
Check if BBcode field exist
2021-03-08 20:52:39 +00:00
Max Kostikov
1ad6308f97
Formatting
2021-03-08 20:43:29 +00:00
Max Kostikov
5d82bf946e
Check if properties were provided on taxonomy decode
2021-03-08 20:35:03 +00:00
Max Kostikov
c8fe56e57d
Check if oStatus conversation exists
2021-03-08 20:30:14 +00:00
Max Kostikov
88b6353465
More checks on attachments decode
2021-03-08 20:13:08 +00:00
Max Kostikov
4afddabe15
Fix missed tag warning on decode taxonomy
2021-03-08 20:09:49 +00:00
Max Kostikov
360ae9080e
Fix actor store warnings on non defined properties
2021-03-08 20:06:36 +00:00
Max Kostikov
956aec1448
Check if item have a mention
2021-03-08 20:00:59 +00:00
Max Kostikov
4bcd093bef
Check for attachments in item
2021-03-08 19:50:55 +00:00
Max Kostikov
f62b294a72
Check if terms are defined as array for item
2021-03-08 19:46:27 +00:00
Max Kostikov
c2adf1dcd1
Check if 'attach' and 'iconfig' array are defined
2021-03-08 19:40:40 +00:00
Mario
0932d2a0a6
fix summary not reset on cancel
2021-03-08 19:40:32 +00:00
Max Kostikov
e451284256
Check if port in the site URL provided
2021-03-08 19:35:45 +00:00
Mario
49f12695cf
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2021-03-08 19:25:12 +00:00
Mario
8d26961639
fix summary not saved in browser autosave draft
2021-03-08 19:25:01 +00:00
Max Kostikov
c9ec5043b9
Check if HTTP port is defined
2021-03-08 19:22:17 +00:00
Max Kostikov
03bfb8a46f
Define $sql_extra2 variable before extending
2021-03-08 19:21:38 +00:00
Max Kostikov
0c5a7ab19b
Define $sql_extra2 variable before concatenation
2021-03-08 19:16:41 +00:00
Mario
1561e4a89c
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2021-03-08 19:15:39 +00:00
Mario
b09cbb72fb
type submit should not be type button
2021-03-08 19:14:14 +00:00
Mario
d57f4a9527
fix unexpected trigger of buttons when pressing enter in input field issue #1528
2021-03-08 19:12:37 +00:00
Mario
0e015d52a5
Merge branch 'dev' into 'dev'
...
Fix undefined page end on non dynamic pages
See merge request hubzilla/core!1920
2021-03-08 19:08:50 +00:00
Max Kostikov
7e0416ac97
Remove unusable variable $sql_query
2021-03-08 19:05:03 +00:00
Max Kostikov
98112497ba
Fix Spanish plural expression
2021-03-08 15:59:12 +00:00
Max Kostikov
f952d65cfd
Fix Spanish plural expression
2021-03-08 15:48:44 +00:00
Max Kostikov
182dec3e57
Fix undefined page end on non dynamic pages
2021-03-08 15:33:26 +00:00
Max Kostikov
8ab6076566
Merge branch 'dev' into 'dev'
...
# Conflicts:
# boot.php
2021-03-08 15:20:38 +00:00
mjfriaza
6506cab55b
Update Spanish
2021-03-08 10:28:26 +00:00
mjfriaza
97e483d684
Update Spanish
2021-03-08 10:26:38 +00:00
Mario
fe638c88e0
fix dev version
2021-03-08 10:16:00 +00:00
Mario
951e9c8c4f
Merge branch '5.4RC'
2021-03-08 09:31:23 +00:00
Mario
89415e1731
release 5.4
2021-03-08 09:26:50 +00:00
Mario
f9ab020d1d
Merge branch '5.4RC' of https://framagit.org/hubzilla/core into 5.4RC
2021-03-08 09:23:11 +00:00
Mario
1828ef6b68
changelog
2021-03-08 09:21:22 +00:00
Mario
4903d7b1e9
update sbom
...
(cherry picked from commit c67fdd9480 )
2021-03-06 18:56:53 +01:00
Mario
c67fdd9480
update sbom
2021-03-06 17:55:24 +00:00
Mario
9b5979c83a
fix varable name and more changelog
...
(cherry picked from commit 7460b1eecb )
2021-03-06 09:51:45 +01:00
Mario
7460b1eecb
fix varable name and more changelog
2021-03-06 08:50:36 +00:00
Mario
7d03ff2043
sse_bs: if Enotify::format() returns an empty array do not add it to notifications (the item has probably been blocked)
...
(cherry picked from commit 1da494a2a5 )
2021-03-05 09:26:30 +01:00
Mario
1da494a2a5
sse_bs: if Enotify::format() returns an empty array do not add it to notifications (the item has probably been blocked)
2021-03-05 08:15:41 +00:00
Mario
00ccafc90d
more changelog
...
(cherry picked from commit e0c619519f )
2021-03-04 12:21:27 +01:00
Mario
b767e7ddec
even more changelog
...
(cherry picked from commit 31da1362de )
2021-03-04 12:20:56 +01:00
Mario
31da1362de
even more changelog
2021-03-04 11:19:23 +00:00
Mario
e0c619519f
more changelog
2021-03-04 10:13:48 +00:00
Mario
f1f1e56f87
revert revert isset()
...
(cherry picked from commit 33e4b6db72 )
2021-03-04 10:53:29 +01:00
Mario
33e4b6db72
revert revert isset()
2021-03-04 09:52:54 +00:00
Mario
1eae7b92d1
revert isset()
2021-03-04 09:50:03 +00:00
Mario
5b7a10401f
version 5.4RC2
2021-03-04 09:48:19 +00:00
Mario
1b8c5b9727
changelog
...
(cherry picked from commit 548936c6ca )
2021-03-04 10:46:56 +01:00
Mario
548936c6ca
changelog
2021-03-04 09:45:51 +00:00
Max Kostikov
7beb500fb4
Check if custom CSP is set
2021-03-04 08:36:20 +00:00
Mario
9c110e7b9b
revert isset
2021-03-04 08:20:16 +00:00
Mario
129f8107d3
merge conflict
2021-03-04 08:17:07 +00:00
Mario
cb01996039
Merge branch 'dev' into 'dev'
...
Fix frame-src CSP error on video embedding
See merge request hubzilla/core!1918
2021-03-04 08:05:27 +00:00
Max Kostikov
33b738d00b
Fix frame-src CSP error on video embedding
2021-03-04 08:05:26 +00:00
Max Kostikov
cf7f380568
Merge branch 'dev' into 'dev'
...
# Conflicts:
# boot.php
2021-03-03 20:05:37 +00:00
Max Kostikov
7e36727ce6
Fix frame-src CSP error on video embedding
2021-03-03 20:01:39 +00:00
Mario
c2dc3e8dec
set the default collection acl if indicated so by the role permissions but always set the created friends group as channel_default_group when creating a new channel
...
(cherry picked from commit 9389abdb75 )
2021-03-03 14:12:42 +01:00
Mario
7d1599f9b0
group_add(): return hash if success
...
(cherry picked from commit f8f15f526f )
2021-03-03 14:11:54 +01:00
Mario
3d264f5a55
php8: fix warnings during install procedure
...
(cherry picked from commit 48bae9d421 )
2021-03-03 14:11:29 +01:00
Mario
9389abdb75
set the default collection acl if indicated so by the role permissions but always set the created friends group as channel_default_group when creating a new channel
2021-03-03 14:09:17 +01:00
Mario
f8f15f526f
group_add(): return hash if success
2021-03-03 13:44:38 +01:00
Mario
48bae9d421
php8: fix warnings during install procedure
2021-03-03 13:39:41 +01:00
Hilmar R
c29261487c
a bit more useability for the admin at the beginning
2021-03-03 12:59:19 +01:00
Hilmar R
c3229643d0
embarrassing :-(
2021-03-02 22:23:58 +01:00
Hilmar R
2b03e51bfc
did2 chk num 5...10
2021-03-02 18:45:13 +01:00
Hilmar R
4cc72db463
hope not to hurry too fast when saying 5.4RC2. But today & tomorrow is only for the tests
2021-03-02 16:11:18 +01:00
Hilmar R
d434490bdf
melt include/account
2021-03-02 15:54:51 +01:00
Hilmar R
2c15efbf48
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2021-03-01 20:26:44 +01:00
Hilmar R
c26dede97f
get dev
2021-03-01 18:48:11 +01:00
Max Kostikov
1d899d387e
Merge branch 'dev' into 'dev'
...
Dev sync
See merge request kostikov/core!2
2021-02-27 19:47:26 +00:00
Hilmar R
ea3390d626
adjust air.5 to be in sync with 5.2.2
2021-02-26 15:10:24 +01:00
Hilmar R
a04ded9cca
repair dd tag and set unique vsn
2021-02-26 14:38:41 +01:00
Mario
55b4eb7b22
version 5.4RC1
2021-02-26 10:15:56 +00:00
Mario
fbb1d6aa41
Merge branch 'dev' into 'dev'
...
Do not overwrite HTTP schema for Youtube on embedding
See merge request hubzilla/core!1917
2021-02-26 09:03:58 +00:00
Max Kostikov
5440a65607
Do not overwrite HTTP schema for Youtube on embedding
2021-02-25 16:35:19 +00:00
Mario
36c9f9abff
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2021-02-25 15:43:13 +00:00
Mario
8295ccdda7
a possible fix for #1518
2021-02-25 15:43:01 +00:00
Mario
65892ba555
Merge branch 'dev' into 'dev'
...
small adjustment
See merge request hubzilla/core!1915
2021-02-25 15:10:41 +00:00
Zot
78938df133
small adjustment
2021-02-25 15:10:41 +00:00
Mario
ac6dec91f1
Merge branch 'dev' into 'dev'
...
Enable multimedia in podcasts
See merge request hubzilla/core!1916
2021-02-25 15:09:31 +00:00
Mario
373612a046
do not poll feeds if feed_contacts are not allowed
2021-02-25 15:05:49 +00:00
Mario
c1afa306c9
fix logic
2021-02-25 14:15:13 +00:00
Mario
65a20a780d
bump version
2021-02-25 12:56:57 +00:00
Mario
b29e121113
replace sticky_kit with a simpler homwgrown solution (still a bit raw) and slightly change the way we load new content so that people with a long aside column do not have to scroll all the way to the bottom for loading the next page
2021-02-25 12:55:19 +00:00
Michal Klodner
f45ebfa223
- Enable enclosures in Atom/RSS (podcasts)
...
- Remove checking of audio/video URLs for pattern at the end
2021-02-24 21:03:05 +00:00
nobody
878be8fff0
small adjustment (effects export output but is correctly handled by import)
2021-02-24 11:48:28 -08:00
nobody
beb418b093
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2021-02-24 11:38:38 -08:00
Mario
a033c439f3
zap compat export fixes
2021-02-24 10:19:15 +00:00
Mario
66e4bc327f
Merge branch 'dev' into 'dev'
...
export compatibility from hubzilla to zap
See merge request hubzilla/core!1910
2021-02-24 08:35:30 +00:00
Zot
df362e4f81
export compatibility from hubzilla to zap
2021-02-24 08:35:29 +00:00
nobody
0f89d2b8e0
some content fields found in the wild are actually arrays
2021-02-23 15:37:58 -08:00
Max Kostikov
82ee980172
Merge branch 'dev' into 'dev'
...
Update Russian translation
See merge request hubzilla/core!1912
2021-02-23 12:33:17 +00:00
Max Kostikov
463a8d338e
Update hmessages.po
2021-02-23 12:29:02 +00:00
Max Kostikov
d074bb65da
Update Russian hstrings.php
2021-02-23 12:26:20 +00:00
Max Kostikov
b7c411470b
Update Russian hmessages.po
2021-02-23 12:24:59 +00:00
Max Kostikov
e09e6c5524
Missprint
2021-02-23 12:22:19 +00:00
Mario
fa73c8d15e
bump dev version to 5.5
2021-02-23 10:57:37 +00:00
Mario
6060ca127b
composer dump-autoload
2021-02-23 10:54:27 +00:00
Mario
ca4e0351cf
update strings
2021-02-23 10:52:38 +00:00
Mario
f3be2ecc9d
version 5.4RC
2021-02-23 10:48:47 +00:00
Mario
135305d975
Merge branch 'dev' into 'dev'
...
Rename photo storage type system variable
See merge request hubzilla/core!1911
2021-02-23 10:02:16 +00:00
Max Kostikov
34aa8ba3cc
Rename photo storage type system variable
2021-02-23 10:02:15 +00:00
Mario
28fe91dfa7
Merge branch 'dev' of https://codeberg.org/hubzilla/hubzilla into dev
2021-02-23 09:53:12 +00:00
mjfriaza
883b519714
Update Spanish version
2021-02-23 09:52:24 +00:00
hubzilla
9dae590c64
Merge pull request 'Update Spanish version' ( #4 ) from mjfriaza/hubzilla:dev into dev
...
Reviewed-on: https://codeberg.org/hubzilla/hubzilla/pulls/4
2021-02-23 10:49:21 +01:00
nobody
fc88c306ab
some minor issues uncovered during hubzilla->zap export testing
2021-02-22 17:23:08 -08:00
Mario
d4159e8333
streamline iconf names and make sure to save the correct data
2021-02-22 10:32:05 +00:00
Max Kostikov
90d04082a1
Fix missprint
2021-02-21 14:13:46 +01:00
Max Kostikov
a84c7271f2
Formatting
2021-02-20 14:49:31 +01:00
Max Kostikov
f46ddf2273
Bump DB version
2021-02-20 14:47:50 +01:00
Max Kostikov
b401869d30
Rename photo storage type system variable
2021-02-20 14:47:14 +01:00
Max Kostikov
cc55716879
Merge branch 'dev' into 'dev'
...
Dev sync
See merge request kostikov/core!1
2021-02-20 13:39:54 +00:00
Mario
ddad4f604b
provide raw base64 encoded crypto
2021-02-19 17:37:53 +00:00
Mario
dc553ab309
summary edit actions
2021-02-19 10:24:20 +00:00
Mario
a2d170385b
deprecate summary tag in favour of a separate input field
2021-02-19 10:11:24 +00:00
Mario
a275726988
update site once a day
2021-02-19 09:26:39 +00:00
Mario
863d4d83a1
fix recursive shares
2021-02-19 07:41:29 +00:00
nobody
5664f5e0a2
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2021-02-18 21:42:15 -08:00
Mario
d50381c9c6
fix summary regex after recent bbcode chane
2021-02-18 20:36:56 +00:00
Mario
c9bbe1a735
adjust error reporting for php8 to not report warnings - they are too many
2021-02-18 20:04:34 +00:00
Mario
18b9d1efd8
this setting is probably not required anymoreÃ
2021-02-18 20:00:20 +00:00
Mario
85f1845d15
fix usage of null coalescing operator
2021-02-18 19:46:26 +00:00
Mario
c34fc416a2
php8 warnings
2021-02-18 19:32:45 +00:00
Mario
7794ee5a88
php8 warnings
2021-02-18 13:32:02 +00:00
Mario
65068479b9
php8 warnings
2021-02-18 13:29:15 +00:00
mjfriaza
655ae9d1cd
Merge branch 'dev' into dev
2021-02-18 13:28:05 +01:00
mjfriaza
76163fc37b
Update Spanish version
2021-02-18 13:22:57 +01:00
Mario
92f3c5ae21
backward compatibility with recent crypto changes
2021-02-18 09:36:22 +00:00
nobody
136bc13ff6
forgot these
2021-02-17 21:50:11 -08:00
nobody
62b738da95
migration testing
2021-02-17 19:42:58 -08:00
nobody
e7c7f91a3f
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2021-02-17 16:37:19 -08:00
nobody
8a65fc8a43
more work on hz->zap migration stuff
2021-02-17 16:36:27 -08:00
Mario
c3ec5d4d6a
do not try to fetch legacy zot zotfeed - they will not return anything useful
2021-02-17 20:16:20 +00:00
Mario
0aeb4d6fb5
php8: fix mod mail if there are no messages
2021-02-17 19:41:27 +00:00
Mario
edd4ac791f
remove logging
2021-02-17 18:15:09 +00:00
Mario
27577824de
fix php8 issue in include/oembed and unencapsulate for zot_refresh()
2021-02-17 18:14:29 +00:00
nobody
0b95e061a3
more zap export work
2021-02-17 01:15:07 -08:00
nobody
383917eb0f
more zap export compatibility work
2021-02-17 01:05:30 -08:00
nobody
7e3046b85c
more work on zap channel export.
2021-02-16 23:38:17 -08:00
Mario Vavti
281b2261af
reduce loglevel until the most glaring php8 issues will be resolved
2021-02-16 14:35:01 +01:00
Mario
3eaf0b7f23
php8 another fix
2021-02-16 12:56:34 +00:00
Mario
76ad2c0fa4
php8 fix
2021-02-16 12:41:27 +00:00
Mario
efaadf54d3
make sure we do not try to update columns which do not exist
2021-02-16 09:21:55 +00:00
Mario
6f71c6d950
fix detection of multiline codeblocks after recent change to bbcode()
2021-02-15 19:18:49 +00:00
Mario
ad0b0364b8
missing files
2021-02-15 18:42:21 +00:00
Mario
e8c2e17bc9
compser update twbs/bootstrap
2021-02-15 18:41:44 +00:00
Mario
6fae291cc8
missing file
2021-02-15 18:40:00 +00:00
Mario
1e48be7ab7
compser update symfony/polyfill-ctype
2021-02-15 18:39:11 +00:00
Mario
0cd4c34101
compser update sabre/dav /vobject
2021-02-15 18:35:40 +00:00
Mario
02401ea9fd
composer update ramsey/collection
2021-02-15 18:29:24 +00:00
Mario
18c8f1b903
composer update brick/math
2021-02-15 18:27:20 +00:00
Mario
4171a0136a
revert debug code
2021-02-15 18:25:04 +00:00
Mario
ba29a6ce4d
composer update smarty
2021-02-15 18:23:26 +00:00
Mario
d72a096fa5
fix preview generating duplicate IDs
2021-02-15 10:15:57 +00:00
Mario
ed99392001
move substitution of new lines with <br> to the end of bbcode(). This will fix issue #1512 .
2021-02-15 08:20:42 +00:00
Mario
50e9a12ca5
Merge branch 'fix-public-permissions-in-display' into 'dev'
...
FIX: Display urls won't show to permitted remote observers
See merge request hubzilla/core!1909
2021-02-14 16:16:26 +00:00
M. Dent
d6b259bb27
FIX: Display urls won't show to permitted remote observers
2021-02-14 17:16:25 +01:00
Mario
f94b046333
changelog
...
(cherry picked from commit 5e8e6dc458 )
2021-02-13 21:23:04 +01:00
Mario
5e8e6dc458
changelog
2021-02-13 20:20:46 +00:00
Mario
9751efb709
version 5.2.2
2021-02-13 21:17:13 +01:00
Mario
7b2f53cc69
fix ping_site() issue
...
(cherry picked from commit 22e0175ab7 )
2021-02-13 21:15:49 +01:00
Mario
22e0175ab7
fix ping_site() issue
2021-02-13 19:30:15 +00:00
Mario
0ffb09aa40
onepoll: add date_begin argument to poll url
2021-02-11 21:05:45 +00:00
Mario
8054d7ad66
remove logging
2021-02-11 21:01:16 +00:00
Mario
d3e70acacd
make encode_item_collection() deal with extra query args
2021-02-11 21:00:10 +00:00
Mario
6f520cadb7
actor will be stored in the next step decode_note()
2021-02-11 11:13:06 +00:00
Mario
becdd64257
update 1242
2021-02-10 20:59:30 +00:00
Mario
464a0634d6
use (un)obscurify
2021-02-10 20:40:28 +00:00
Mario
391db61629
revert z_(un)obscure() until (un)obscurify() will be implemented and a update will take care of the data in db
2021-02-10 19:27:00 +00:00
Mario
e6450acc03
version
2021-02-09 19:13:32 +00:00
Mario
e75ae17662
whitespace
2021-02-09 14:09:26 +00:00
Mario
3b3c93f9b3
undo accidental revert in last commit
2021-02-09 14:05:00 +00:00
Mario
b4693870ba
port Lib/Crypto from zap
2021-02-09 13:50:03 +00:00
Mario
5aee2f172e
restructure keyutiÃls tests
2021-02-08 20:05:05 +00:00
Mario
6b8b42fb21
fix line separators
2021-02-08 16:16:56 +00:00
Mario
320e95aaae
composer
2021-02-08 16:08:31 +00:00
Mario
1bcf84f275
fix test
2021-02-08 16:04:56 +00:00
Mario
a8e0bd1f12
keyutils tests
2021-02-08 13:37:48 +00:00
Mario
eb05e5a205
revert include/crypto to its previous state for reference - we are now using Lib/Keyutils for key conversion
2021-02-08 10:55:35 +00:00
Mario
d316d9436b
mixed up variables
2021-02-08 10:17:05 +00:00
Max Kostikov
b2e4a4b2b1
Merge branch 'dev' into 'dev'
...
Use datetime interval in public tag cloud query to support queueworker deduplication
See merge request hubzilla/core!1908
2021-02-06 10:41:33 +00:00
Max Kostikov
e1d622c49f
Use datetime interval in public tag cloud query to support queueworker deduplication
2021-02-06 11:36:22 +01:00
Max Kostikov
8bb77bcfd6
Fix new Imagemagick object
2021-02-05 15:32:09 +01:00
Andrzej Budziński
f4ecc0dfb9
Fixes:
...
- view/pl/hmessages.mo
- view/pl/hmessages.po
- view/pl/hstrings.php
2021-02-05 04:11:52 +01:00
Andrzej Budziński
111ae9812c
Fixes:
...
- view/pl/hmessages.mo
- view/pl/hmessages.po
- view/pl/hstrings.php
2021-02-04 23:53:25 +01:00
Mario Vavti
a9070382e7
bump version
2021-02-04 22:26:29 +01:00
Mario Vavti
9e22641425
add Lib/Keyutils
2021-02-04 22:20:55 +01:00
Mario Vavti
19007dd8eb
move key conversion to separate lib
2021-02-04 22:16:48 +01:00
Mario Vavti
03e1f5f8a4
remove unused function
2021-02-04 21:49:25 +01:00
Mario Vavti
6bb73e14b6
key conversion functions cleanup
2021-02-04 21:31:37 +01:00
Mario Vavti
41f84dabcc
use phpseclib for key transformations
2021-02-04 21:21:22 +01:00
Mario Vavti
cd79d12e5b
phpseclib missing files
2021-02-04 21:05:17 +01:00
Mario Vavti
a6162d3134
downgrade phpseclib to version 2
2021-02-04 21:01:25 +01:00
Andrzej Budziński
ba73845bad
Merge branch 'dev' into translation-pl
2021-02-03 15:00:24 +01:00
Andrzej Budziński
7ece28b981
Fixes:
...
- view/pl/hmessages.mo
- view/pl/hmessages.po
- view/pl/hstrings.php
2021-02-03 14:58:06 +01:00
Mario Vavti
34b28cd8d3
fix wrong operand
2021-02-03 10:22:34 +01:00
Mario Vavti
9a170791e4
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2021-02-03 10:12:02 +01:00
Andrzej Budziński
5799a073fe
Fixes:
...
- doc/pl/admin/administrator_guide.md
- doc/pl/about/project.bb
- doc/pl/TermsOfService.md
2021-02-03 02:19:27 +01:00
Mario
44b559fb1d
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2021-02-02 12:58:01 +00:00
Mario
2167d12b3f
composer add phpseclib
2021-02-02 12:57:46 +00:00
Mario Vavti
e312c381d8
import_xchan() $arr photo structure has changed
2021-02-02 11:47:38 +01:00
Mario Vavti
af6f7f244e
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2021-02-02 10:58:28 +01:00
Mario Vavti
f3f49cf80f
fix php8 issues
2021-02-02 10:58:10 +01:00
Andrzej Budziński
85b1bc7929
Fixes:
...
- doc/pl/feature/additional/overview.md
2021-02-02 03:17:25 +01:00
Andrzej Budziński
de36172af3
Fixes:
...
- doc/pl/feature/additional/overview.md
2021-02-02 03:09:04 +01:00
Andrzej Budziński
f5fba51f5c
Fixes:
...
- doc/context/pl/settings/features/help.html: fixes
2021-02-02 03:00:19 +01:00
Andrzej Budziński
a2185c7886
Polish translatons - fixes, typos, and new translation
...
1) view/pl/messages.po: fixes & typos
2) doc/pl/admin/administrator_guide.md: fixes & typs
3) doc/pl/feature/*: new translations (needed work yet)
4) doc/pl/Features.md: fixes
5) doc/context/pl/cards/help.html: fixes
6) doc/context/pl/settings/features/help.html: fixes
7) doc/context/pl/settings/tokens/help.html: fixes
8) view/pl/register_verify_member.tpl: fixes
2021-02-02 02:50:13 +01:00
Mario
08c9152abd
fix getting mimetype via getimagesize() and do not default to image/jpeg yet if it could not be found
2021-02-01 22:58:55 +00:00
Mario
70fa7ad8d0
too many arguments
2021-02-01 20:52:35 +00:00
Mario
cd081ac077
remove unused/commented out code
2021-02-01 14:32:28 +00:00
Mario
197338a727
remove logging
2021-02-01 09:30:22 +00:00
Mario
61e7791d31
Merge branch 'dev' into 'dev'
...
Better profile photo fetch processing
See merge request hubzilla/core!1906
2021-02-01 08:53:10 +00:00
Max Kostikov
de91d2c804
Better profile photo fetch processing
2021-02-01 09:53:09 +01:00
Mario
11f5550512
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2021-01-31 20:37:29 +00:00
Mario
d99611e7dd
add fetch_provider hook
2021-01-31 20:37:16 +00:00
Max Kostikov
c0933c90e8
Fix copypaste
2021-01-31 15:26:55 +01:00
Max Kostikov
21b3ba38e7
Fix polish plurals function
2021-01-31 12:05:02 +01:00
Max Kostikov
bac87a8aec
Fix polish plurals function
2021-01-31 12:04:26 +01:00
Hilmar R
fae5515350
forgotten docs
2021-01-30 23:19:03 +01:00
Hilmar R
68d5969d33
validate,invite
2021-01-30 23:15:13 +01:00
Max Kostikov
a235917d48
Merge branch 'translation-pl' into 'dev'
...
New fixes & translations
See merge request hubzilla/core!1907
2021-01-30 18:40:37 +00:00
Andrzej Budziński
d2eb10d7ff
Fixes ( !1905 ):
...
- view/pl/hmessages.po
- view/pl/hstrings.php
2021-01-30 18:42:47 +01:00
Andrzej Budziński
89bf71b227
New fixes & translatosns:
...
- doc/pl/tutorials/*: 100%
- doc/pl/checking_account_guota_usage.bb: 100%
- doc/pl/member/member_guide.bb: fixes
- doc/pl/admin/hub_snapshots.md: fixes
- view/pl/hmessage.po: fixes
- view/pl/hstrings.po: fixes to generated code
2021-01-30 14:03:39 +01:00
Hilmar R
3773bceb46
context help register en,de
2021-01-29 23:25:47 +01:00
Mario
7686b48723
code format only
2021-01-29 07:36:56 +00:00
Hilmar R
4ecb4189b8
Register panel interaction consistence usage
2021-01-28 22:08:38 +01:00
Mario
840dbbe8ba
code format only
2021-01-28 15:50:34 +00:00
Mario
ab4863a2e0
AS discovery for mod profile
2021-01-28 15:44:57 +00:00
Mario
8c2442eca5
AS channel discovery with custom access header
2021-01-28 14:57:37 +00:00
Mario Vavti
8b78e18fb8
keep file permissions in util folder at 755
2021-01-27 11:56:58 +01:00
Mario
66640a206e
fix issue in view/pl/hstrings.php
2021-01-27 10:35:17 +00:00
Mario
15c90371e0
Merge branch 'customjotheaders' into 'dev'
...
Custom "headers" in item creation form.
See merge request hubzilla/core!1901
2021-01-27 10:25:26 +00:00
M. Dent
00fe7bb1bb
Custom "headers" in item creation form.
2021-01-27 11:25:26 +01:00
Mario
a2728167bc
Merge branch 'dev' into 'dev'
...
Rebuild public tags cloud not often than once per 5 mins.
See merge request hubzilla/core!1900
2021-01-27 10:23:59 +00:00
Max Kostikov
6326605c99
Revert "Fix directory permissions on create"
...
This reverts commit 85c5e1178a57865ad977c260725da2839ebb4d98
2021-01-27 11:23:59 +01:00
Mario
7cd4f60922
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2021-01-27 10:15:37 +00:00
Mario
af719fea40
fix file permissions. 755 for dirs, 644 for files
2021-01-27 10:15:26 +00:00
Max Kostikov
0af458768f
Fix wrong redbasic theme permissions
2021-01-27 12:14:30 +02:00
Mario
3ba46873ba
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2021-01-27 09:59:40 +00:00
Mario
f4cc91f0f5
Merge branch 'translation-pl' into 'dev'
...
Translation pl
Polish translations (used on hub.hubzilla.pl)
- view/pl: 100%
- doc/pl: ~40%
- doc/context/pl: 100%
- doc/macros/pl: 100%
See merge request hubzilla/core!1902
2021-01-27 09:57:30 +00:00
Andrzej S. Budziński
f813671b67
Merge branch 'translation-pl' into 'dev'
...
Translation pl
Polish translations (used on hub.hubzilla.pl)
- view/pl: 100%
- doc/pl: ~40%
- doc/context/pl: 100%
- doc/macros/pl: 100%
See merge request hubzilla/core!1902
2021-01-27 10:57:30 +01:00
Hilmar R
d0d6170a71
login panel, reg limits.
2021-01-27 00:20:18 +01:00
Mario
74f8f2d956
thread listener improvements
2021-01-26 12:11:01 +00:00
Mario
f0ee4c3cef
port fix from zap: catch a complex edge case where some public stream comments were not being delivered and should have been
2021-01-26 10:35:24 +00:00
Mario
6878445319
use mail envelope instead of lock icon for direct messages
2021-01-26 10:29:03 +00:00
Mario
de34dac6cc
port youtube embed fix from zap
2021-01-26 09:56:28 +00:00
Mario
1c8d298f3f
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2021-01-26 09:21:21 +00:00
Mario
777af6e7ad
Libzot::fetch_conversation() fixes
2021-01-26 09:21:16 +00:00
Mario Vavti
82dbdf7c70
fix issues in Activity::encode_item_collection() after recent changes
2021-01-26 10:07:41 +01:00
Mario Vavti
4cf05891d7
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2021-01-25 21:52:29 +01:00
Mario Vavti
d4198223bc
invoke channel discovery by hash instead of address and add thread listeners only if we also send them the post
2021-01-25 21:52:17 +01:00
Mario
1b4bbcc891
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2021-01-25 20:28:03 +00:00
Mario
0e9d99c603
expose manual public item import from searchbar, set commen_policy in Activity::store() to what we get if we get something otherwise default to authenticated, comments by the owner have the relay flag set and therefor $perm will be not be set to post_comments - always check if we own the parent in lib/libzot (not only if $perm = send_stream) if otherwise not allowed
2021-01-25 20:27:50 +00:00
Charlie Root
3ed444b4b4
Run storageconv from web server user
2021-01-25 18:35:28 +02:00
Hilmar R
cd98e75a42
Two field positions
2021-01-24 23:53:28 +01:00
Mario
77793e17c0
Merge branch 'dev' into 'dev'
...
Add support filesystem storage for xchan profile photos
See merge request hubzilla/core!1898
2021-01-24 20:03:35 +00:00
Max Kostikov
552796286e
Add support filesystem storage for xchan profile photos
2021-01-24 21:03:34 +01:00
Hilmar R
3f031399cb
auto channel create adjustments
2021-01-24 20:59:11 +01:00
Mario
e486442eb1
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2021-01-24 19:55:50 +00:00
Mario
2035828042
revert externals/zotfeed functionality due to scaling issues. Save zotfeed consumers that are not our contacts in thread listeners
2021-01-24 19:55:29 +00:00
Hilmar R
0a16674f6e
auto channel create adjustments, zar log reg msgs
2021-01-24 16:44:58 +01:00
Mario
4fbedb6750
extra check for item_private in fetch_and_store_parents()
2021-01-24 15:00:01 +00:00
Hilmar R
9365b8691e
2 fields dups removed
2021-01-23 23:58:20 +01:00
Max Kostikov
6b0c61ac6b
Merge branch 'dev' into 'dev'
...
Variable typo
See merge request hubzilla/core!1897
2021-01-23 20:57:47 +00:00
Max Kostikov
0a13c794ab
Variable typo
2021-01-23 21:55:50 +01:00
Max Kostikov
a53f286467
Merge branch 'dev' into 'dev'
...
Don't fetch profile photos from own hub
See merge request hubzilla/core!1896
2021-01-23 20:47:06 +00:00
Max Kostikov
e4ed5ed264
Do not store multiple profile images thumbnails
2021-01-23 21:45:20 +01:00
Max Kostikov
74441f2f00
Don't fetch profile photos from own hub
2021-01-23 21:38:03 +01:00
Max Kostikov
007de17702
Merge branch 'dev' into 'dev'
...
Bump DB update version
See merge request hubzilla/core!1895
2021-01-23 15:24:44 +00:00
Max Kostikov
ecf2e4e0ee
Bump DB update version
2021-01-23 16:22:29 +01:00
Hilmar R
33825ba0b4
typo
2021-01-23 16:08:16 +01:00
Hilmar R
67db1c6e9b
melt diff prod fork 4.6.2 air onto 5.2.1 to 5.2.2 DB 1241
2021-01-23 15:24:24 +01:00
Max Kostikov
03910453a9
Merge branch 'dev' into 'dev'
...
Dev sync
See merge request kostikov/core!3
2021-01-23 13:07:09 +00:00
Max Kostikov
30962dadbf
Merge branch 'dev' into 'dev'
...
# Conflicts:
# Zotlabs/Daemon/Cache_query.php
# include/contact_widgets.php
# include/taxonomy.php
2021-01-23 14:04:42 +01:00
Max Kostikov
33951dc1e4
Remove duplicated profile photos
2021-01-23 14:00:38 +01:00
Max Kostikov
893847c649
Fix duplicate profile photos creation for clones
2021-01-23 13:58:05 +01:00
Mario
fbbc53838c
fix ramsey/uuid exception
2021-01-23 12:35:02 +00:00
Hilmar R
abdf6f40a2
at end of day, some files probably without conflicts so far
2021-01-23 00:08:25 +01:00
Max Kostikov
7bc0340106
Encode SQL query array
2021-01-22 15:39:48 +01:00
Max Kostikov
bfb9f10234
Encode SQL query array
2021-01-22 15:38:40 +01:00
Max Kostikov
3f34c73f09
Decode SQL query array
2021-01-22 15:37:49 +01:00
Mario
92f420f77c
cleanup
2021-01-22 10:42:58 +00:00
Mario Vavti
78716c42d6
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2021-01-22 11:16:43 +01:00
Mario Vavti
e6aed4fb8e
implement externals via zot6 and zotfeed - part 2
2021-01-22 11:12:39 +01:00
Mario
064effe5fd
fix encode_item_collection()
2021-01-22 10:11:27 +00:00
Mario
93ac3c985f
implement externals via zot6 and zotfeed - part 1
2021-01-22 10:06:50 +00:00
Hilmar R
523765b968
Merge branch 'master' into air.5
2021-01-22 01:38:43 +01:00
Mario
fe97b63e0b
Merge branch 'dev' into 'dev'
...
Implement SQL query background caching
See merge request hubzilla/core!1894
2021-01-21 09:08:53 +01:00
Max Kostikov
3836e75c89
Implement SQL query background caching
2021-01-21 09:08:53 +01:00
Max Kostikov
28ae78c579
Higher log level
2021-01-21 08:16:15 +01:00
Mario
bdd6d878f1
cleanup lib/libsync
2021-01-21 07:09:19 +00:00
Max Kostikov
8134e9cae0
Process channel categories list in background
2021-01-20 22:28:38 +01:00
Max Kostikov
70ee41f252
Process public tags cloud in background
2021-01-20 22:24:00 +01:00
Max Kostikov
491dffd9b7
Implement SQL query background caching
2021-01-20 22:18:27 +01:00
Max Kostikov
ad42890a0b
Swap key and cat for running pid tracking
2021-01-20 22:15:01 +01:00
Mario
5a971a3731
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2021-01-20 21:14:29 +00:00
Max Kostikov
ab4455c54c
Merge branch 'dev' into 'dev'
...
Dev sync
See merge request kostikov/core!2
2021-01-20 22:12:15 +01:00
Max Kostikov
6cca06f641
Merge branch 'dev' into 'dev'
...
Use Zot6 on pinned content sync between clones
See merge request hubzilla/core!1893
2021-01-20 22:09:21 +01:00
Mario
c5d37a0831
remove logging
2021-01-20 20:43:51 +00:00
Mario
57645386b2
looks like we get arrays or json strings here for some reason
2021-01-20 20:42:59 +00:00
Mario
b242347fa1
onepoll via zot6 to /zotfeed which implements an outbox
2021-01-20 20:17:50 +00:00
Max Kostikov
15b2aa660b
Update Pin.php
2021-01-20 13:53:09 +01:00
Max Kostikov
4da4f2367f
Use Zot6 on pinned content sync between clones
2021-01-20 13:18:48 +01:00
Max Kostikov
9612a69a64
Merge branch 'dev' into 'dev'
...
Dev sync
See merge request kostikov/core!1
2021-01-20 13:15:40 +01:00
Mario
4e9d8e1a83
fix abandon days setting for onepoll
2021-01-18 21:10:59 +00:00
Mario
6083bfea2f
lib/activity cleanup and remove unused code - requires addon update
2021-01-18 20:39:23 +00:00
Mario
08264f8d11
more cleanup daemon/thumbnail
2021-01-18 14:35:40 +00:00
Mario
8b93136773
more cleanup daemon/queue
2021-01-18 14:35:00 +00:00
Mario
c7a82a6a84
more cleanup daemon/poller
2021-01-18 14:33:19 +00:00
Mario
ef67e18161
more cleanup daemon/onepoll
2021-01-18 14:29:01 +00:00
Mario
08d2fb4ed4
more cleanup daemon/onedirsync
2021-01-18 14:24:44 +00:00
Mario
836637621d
more cleanup daemon/notifier
2021-01-18 14:23:23 +00:00
Mario
6e7a2d0d96
more cleanup daemon/master
2021-01-18 14:13:58 +00:00
Mario
101005f3d2
more cleanup daemon/importfile
2021-01-18 14:11:29 +00:00
Mario
8f88543478
more cleanup daemon/importdoc
2021-01-18 14:10:38 +00:00
Mario
f1ac5bb667
more cleanup daemon/gprobe
2021-01-18 14:09:48 +00:00
Mario
8e5df2dd22
more cleanup daemon/externals
2021-01-18 14:08:31 +00:00
Mario
441525750f
more cleanup daemon/expire
2021-01-18 14:02:37 +00:00
Mario
9acfc44ac9
cleanup daemon/expire
2021-01-18 14:00:21 +00:00
Mario
d5bd09b983
cleanup daemon/deliver_hooks, daemon/directory
2021-01-18 13:49:58 +00:00
Mario
45350179b4
cleanup daemon/deliver
2021-01-18 13:41:34 +00:00
Mario
d0f3d2b2a5
cleanup daemon/curlauth
2021-01-18 13:40:01 +00:00
Mario
3742fe80fc
only var can be passed by reference, cleanup
2021-01-18 13:37:54 +00:00
Mario
e191966e69
only var can be passed by reference, cleanup
2021-01-18 13:36:47 +00:00
Mario
2c8e122008
cleanup daemon/checksites
2021-01-18 13:29:48 +00:00
Mario
2729f466d5
cleanup
2021-01-18 13:23:29 +00:00
Mario
f4b71fbec1
cleanup
2021-01-18 13:21:13 +00:00
Mario
6695225492
cleanup
2021-01-18 13:08:13 +00:00
Mario
4f74d1d877
cleanup
2021-01-18 13:00:39 +00:00
Mario
bee84e9b00
whitespace
2021-01-18 12:56:07 +00:00
Mario
faaa2d4472
$match should be array
2021-01-18 11:21:37 +00:00
Mario
917c6caa14
force arg is not used anymore in drop_item_lolevel()
2021-01-18 08:46:37 +00:00
Mario
cd59c67c67
fix undefined variable
2021-01-18 08:43:08 +00:00
Mario
37f1b774b7
missing import
2021-01-17 15:19:00 +00:00
Mario
828636847e
get_item_elements() check against zot6
2021-01-17 14:13:31 +00:00
Mario
06b5f71075
port util/connect to Lib/Connect
2021-01-17 14:06:35 +00:00
Mario
8d37a4239a
mark_orphan_hubsxchans() check against zot6
2021-01-17 13:56:23 +00:00
Mario
a925b08e80
get_bookmark_link() check against zot6
2021-01-17 13:52:55 +00:00
Mario
46aefd8883
fix fetch vcard menu entry for zot6 connections
2021-01-17 13:41:27 +00:00
Mario
38a48de826
app_render() check against zot6
2021-01-17 13:35:13 +00:00
Mario
254e30bea1
version 5.2.1
2021-01-16 10:33:46 +01:00
Mario
a16692eeb0
changelog
...
(cherry picked from commit 485a232ae6 )
2021-01-16 10:33:13 +01:00
Mario
485a232ae6
changelog
2021-01-16 09:31:51 +00:00
Mario
d3f8118874
wrong logic
...
(cherry picked from commit 0d544e2294 )
2021-01-16 10:18:29 +01:00
Mario
0d544e2294
wrong logic
2021-01-16 09:17:45 +00:00
Mario
cb3131a166
also check for zot6
...
(cherry picked from commit 3bcb322156 )
2021-01-16 10:14:16 +01:00
Mario
3105f514e4
make attach_upgrade() catch entries where only display_path is missing
...
(cherry picked from commit 42812078c5 )
2021-01-16 10:13:43 +01:00
Mario
395b427787
cleanup mod like
2021-01-16 09:09:54 +00:00
Mario
4d63c37c38
HTTPSig::get_zotfinger_key() only takes the id arg
2021-01-15 21:23:14 +00:00
Mario
a2776ade81
exec is marked deprecated
2021-01-15 21:19:07 +00:00
Mario
5f5b3f3d4c
remove unused global var
2021-01-15 21:02:13 +00:00
Mario
60b76c53fc
fix undefined var
2021-01-15 20:58:31 +00:00
Mario
e55ea8b126
undefined variable $filename
2021-01-15 20:52:18 +00:00
Mario
889581e35b
wrong variable name
2021-01-15 20:36:48 +00:00
Mario
f7222d43c9
only vars can be passed by reference
2021-01-15 20:26:22 +00:00
Mario
1e474c9689
unused variable and missing break statement
2021-01-15 20:14:48 +00:00
Mario
50fb658776
fix undefined variable
2021-01-15 20:10:44 +00:00
Mario
dde0f3a403
formatting
2021-01-15 20:03:49 +00:00
Mario
597d7bd532
formatting
2021-01-15 20:02:03 +00:00
Mario
aa27f93a9c
cleanup unused/undefined variables
2021-01-15 20:00:47 +00:00
Mario
ae4b5231bb
fix undefined vars in mod cal
2021-01-15 19:37:47 +00:00
Mario
28ef42a424
make functions public static
2021-01-15 19:31:50 +00:00
Mario
70233ea903
remove redundant import and add ext-zip to composer
2021-01-15 19:28:15 +00:00
Mario
63c15c2c8d
remove redundant import
2021-01-15 19:11:14 +00:00
Mario
3e1f387b2b
Receiver::run() does not take an argument
2021-01-15 19:09:27 +00:00
Mario
77c777512c
fix issue in unused function
2021-01-15 19:04:20 +00:00
Mario
02059fb663
bump composer php version
2021-01-15 19:00:04 +00:00
Mario
3205429d24
more wiki issues
2021-01-15 18:57:56 +00:00
Mario
aa8eb9522f
wiki issues
2021-01-15 18:55:07 +00:00
Mario
5030157246
argument must be of type boolean
2021-01-15 18:39:07 +00:00
Mario
a3bc9251bf
$msg must be array
2021-01-15 18:37:08 +00:00
Mario
5a325cfa7b
remove unused variables
2021-01-15 17:21:33 +00:00
Mario
583d3b5580
whitespace
2021-01-15 15:49:22 +00:00
Mario
43e3663721
fix wrong/undefined variables and add sleep interval to notifier calls
2021-01-15 15:48:17 +00:00
Mario
9f8a512eb5
only var can be passed by reference
2021-01-15 15:07:54 +00:00
Mario
3bcb322156
also check for zot6
2021-01-15 15:06:07 +00:00
Mario
1e645cabd4
style fixes
2021-01-15 15:00:53 +00:00
Mario
ee82763d45
add ext-json to composer
2021-01-15 14:47:26 +00:00
Mario
42812078c5
make attach_upgrade() catch entries where only display_path is missing
2021-01-15 10:00:13 +00:00
Mario
83f0c3d1dd
some work to fix r_preview in list mode
2021-01-14 14:28:35 +00:00
Mario
e5a70744c0
update changelog
...
(cherry picked from commit 299c4bda1b )
2021-01-13 11:35:06 +01:00
Mario
5eefdc6485
Merge branch '5.2RC'
2021-01-13 09:50:53 +00:00
Mario
4d2bcbc583
release 5.2
2021-01-13 09:48:47 +00:00
Mario
299c4bda1b
update changelog
2021-01-13 09:47:44 +00:00
Mario
f4b9291d42
Merge branch 'dev' into 5.2RC
2021-01-13 09:39:55 +00:00
Mario
b7afc905ec
Revert "keyid adapt for backward compatibility to current release part 2"
...
This reverts commit efb8a29b5f .
2021-01-13 09:34:38 +00:00
Mario
01bd846433
Revert "keyid adapt for backward compatibility to current release"
...
This reverts commit ff100a499a .
2021-01-13 09:34:03 +00:00
Mario
08f717d4fc
Merge branch 'dev' into 5.2RC
2021-01-13 09:01:31 +00:00
Mario
b9fd87b004
do not turn the groups own direkt messages into group items - fixes #1510
2021-01-13 08:54:58 +00:00
Mario
1615f2c79a
Merge branch 'dev' into 5.2RC
2021-01-12 09:08:28 +00:00
Mario
f430db0de7
changelog
2021-01-12 09:04:32 +00:00
Mario
32eb603643
lukasreschke/id3parser is not maintained anymore. fix it so that composer dump-autoload will not complain
2021-01-12 08:52:08 +00:00
Mario
c3f387f22a
more changelog
2021-01-12 08:35:22 +00:00
Mario
8703caff5f
restrict length of short profile title/description to 190characters to omit sql warnings about too long string data
2021-01-12 08:25:09 +00:00
Mario
c5d50c9e47
Ãupdate changelog
2021-01-11 20:33:17 +00:00
Mario
fed4e3e03a
Ãupdate changelog
2021-01-11 20:32:33 +00:00
Mario
9d1f73e179
5.2RC4
2021-01-11 19:02:26 +00:00
Mario
ba164d9488
Merge branch 'dev' into 5.2RC
2021-01-11 19:01:02 +00:00
Mario
3fe67eb646
more libzotdir
...
(cherry picked from commit e339e897ff )
2021-01-11 19:55:07 +01:00
Mario
12ba2c30b9
can not access global from statc method
2021-01-11 08:59:16 +00:00
Mario Vavti
7c1b41019e
missing constant definition
2021-01-10 22:42:57 +01:00
Mario Vavti
707110e5a7
sync_directories() omit known dead sites
2021-01-10 21:46:31 +01:00
Mario Vavti
ba9a9cb016
undefined variable
2021-01-10 21:32:42 +01:00
Mario
c1c75c4b67
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2021-01-10 00:32:45 +00:00
Mario
0446349b89
missing use statement
2021-01-10 00:32:34 +00:00
Mario Vavti
915cb44601
typo
2021-01-09 23:06:56 +01:00
Mario
17a153fb6d
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2021-01-09 21:54:55 +00:00
Mario
e339e897ff
more libzotdir
2021-01-09 21:54:41 +00:00
Mario
6b57f163bd
fix markup
...
(cherry picked from commit 4ace4819ff )
2021-01-09 22:05:40 +01:00
Mario
4ace4819ff
fix markup
2021-01-09 22:04:47 +01:00
mjfriaza
ce893122af
Update Spanish translation
...
(cherry picked from commit c90d1fc8ef )
2021-01-09 22:02:35 +01:00
Mario
fb5188a8c6
Merge remote-tracking branch 'codeberg/dev' into dev
2021-01-09 21:01:24 +00:00
hubzilla
c17f452fc7
Merge pull request 'Update Spanish translation' ( #2 ) from mjfriaza/hubzilla:dev into dev
...
Reviewed-on: https://codeberg.org/hubzilla/hubzilla/pulls/2
2021-01-09 21:59:22 +01:00
Mario
71b0f54b7a
update sbom
2021-01-09 20:55:40 +00:00
Mario
d387d021fe
update sbom
2021-01-09 20:54:48 +00:00
Mario
d6fefc3603
5.2RC3
2021-01-09 20:34:21 +00:00
Mario
efb8a29b5f
keyid adapt for backward compatibility to current release part 2
2021-01-09 20:20:48 +00:00
Mario
ff100a499a
keyid adapt for backward compatibility to current release
2021-01-09 19:57:55 +00:00
Mario
d89dc65330
remove redundant mail.apd
...
(cherry picked from commit 898df6287a )
2021-01-09 20:33:12 +01:00
Mario
fa41527f85
fix some php8 fatal errors
...
(cherry picked from commit 2522d42c71 )
2021-01-09 20:32:40 +01:00
Mario
f48d844e42
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2021-01-09 19:27:46 +00:00
Mario
898df6287a
remove redundant mail.apd
2021-01-09 19:27:32 +00:00
Mario
2522d42c71
fix some php8 fatal errors
2021-01-09 20:22:47 +01:00
Mario
39c5e85564
RC2
2021-01-09 15:50:57 +01:00
Mario
1294c05a91
version
2021-01-09 13:27:57 +00:00
Mario
64f802d4f6
fix error in sql query
...
(cherry picked from commit 0e2af40329 )
2021-01-09 14:25:41 +01:00
Mario
61e782389c
more streamline keyid
2021-01-09 13:24:32 +00:00
Mario
7cfb230a5e
streamline keyid
2021-01-09 13:22:43 +00:00
Mario
0e2af40329
fix error in sql query
2021-01-09 13:05:31 +00:00
Mario
7f51ff0a8d
set resource_type = group_item and resource_id = original mid for forum items so we do not need to query the body for the original mid on edit.
2021-01-08 21:27:06 +00:00
Mario Vavti
d1a61c6dce
allow deletes for e.g. w2w posts where we are the author but item wall is not set. ownership is checked at the receiving side anyway
2021-01-08 13:12:01 +01:00
mjfriaza
c90d1fc8ef
Update Spanish translation
2021-01-08 11:29:32 +01:00
Mario
42cd046e90
RC1
2021-01-06 20:37:04 +01:00
Mario
52fa350138
error in logic
...
(cherry picked from commit 16082456df )
2021-01-06 20:35:16 +01:00
Mario
4ea8357c6a
remove logging
...
(cherry picked from commit 49cc69ecc5 )
2021-01-06 20:35:03 +01:00
Mario
dd0da70b06
filter out self and child folders from the folder list
...
(cherry picked from commit a0c8e1959a )
2021-01-06 20:34:49 +01:00
Mario
d80f2a621d
simplify attach_folder_select_list()
...
(cherry picked from commit c7010dac3c )
2021-01-06 20:33:59 +01:00
Mario
16082456df
error in logic
2021-01-06 19:32:36 +00:00
Mario
49cc69ecc5
remove logging
2021-01-06 19:27:26 +00:00
Mario
a0c8e1959a
filter out self and child folders from the folder list
2021-01-06 19:26:40 +00:00
Mario
c7010dac3c
simplify attach_folder_select_list()
2021-01-06 19:22:29 +00:00
Mario
99bfc3aaa0
version 5.3
2021-01-05 08:48:30 +00:00
Mario
43b3922803
dump autoload
2021-01-05 08:45:23 +00:00
Mario
ca70ad1a9f
version and strings
2021-01-05 08:44:10 +00:00
Mario Vavti
a250419b59
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2021-01-04 20:36:37 +01:00
Mario Vavti
291644f29d
fix issue where categories were not saved on forum wall post
2021-01-04 20:36:24 +01:00
Mario
d4e97ab64c
more work on tiles
2021-01-04 13:43:46 +00:00
Mario
e92f98d3c6
rounded corners
2021-01-04 11:14:01 +00:00
Mario
999aac19de
missing translateable string and adapt icons
2021-01-04 11:09:12 +00:00
Mario
b2f6e5673d
some work on the tiles view
2021-01-04 10:58:41 +00:00
Mario
f0d1c962a7
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2021-01-03 20:18:05 +00:00
Mario
6999b8d9b4
fix no channel_id provided for contact_remove() in reply_purge(). fix wrong notifier command
2021-01-03 20:17:45 +00:00
Max Kostikov
46e704d507
Merge branch 'dev' into 'dev'
...
Update Russian translation
See merge request hubzilla/core!1892
2021-01-03 17:05:03 +01:00
Max Kostikov
308e94ea79
Update hstrings.php
2021-01-03 16:43:45 +01:00
Max Kostikov
0c839b2738
Update hmessages.po
2021-01-03 16:43:22 +01:00
Mario
cff5859c59
mod cloud strings
2021-01-03 14:28:02 +00:00
Mario
6d95f5fc98
files_ng: slightly change the way we display link bbcode
2021-01-03 10:07:54 +00:00
Mario
7684861249
do not check against undefined variable
2021-01-02 21:37:06 +00:00
Mario
9759cb7075
fix typo
2021-01-02 21:18:49 +00:00
Mario
b3a5f9bef4
wrong variable
2021-01-02 21:10:47 +00:00
Mario
3e3b6cc1e1
wrong variable
2021-01-02 21:01:42 +00:00
Mario
474103dc82
remove unused code and fix width and height not defined
2021-01-02 20:56:18 +00:00
Mario
092a8f2d05
fix wrong variable
2021-01-02 20:39:58 +00:00
Mario
2bcf0c354a
fix wrong variable
2021-01-02 20:39:47 +00:00
Mario
73cc756cac
fix wrong variable
2021-01-02 20:38:56 +00:00
Mario
6091c2dba0
fix wrong variable
2021-01-02 20:38:44 +00:00
Mario
2862a73253
fix typo
2021-01-02 20:38:11 +00:00
Mario
850c3f2b6a
fix typos
2021-01-02 18:58:20 +00:00
Mario
98f3e4cbd3
set is_owner does not need to be a per item flag. fix post button visible for collections
2021-01-02 18:53:23 +00:00
Mario
efc8ed4845
make share title h3
2021-01-02 11:20:03 +00:00
Mario
0bc4c7d1a0
version 5.0.8
2020-12-30 15:01:17 +00:00
Mario
be2e754d78
changelog
...
(cherry picked from commit 817e72846e )
2020-12-30 15:59:13 +01:00
Mario
817e72846e
changelog
2020-12-30 14:55:00 +00:00
Mario
220768bffc
escape both single and double quotes for the notifications title. fixes issue #1503
...
(cherry picked from commit 11d61a744d )
2020-12-30 15:40:15 +01:00
Mario Vavti
3cd64bcb22
random_profile: return zot6 entries
...
(cherry picked from commit 5cefdbf985 )
2020-12-30 15:40:03 +01:00
Mario Vavti
86bfb07c29
dirserach: return zot6 entries
...
(cherry picked from commit 5485f96625 )
2020-12-30 15:39:48 +01:00
Max Kostikov
ad08bd62aa
Revert "Fix sync item with Zot connections"
...
This reverts commit 3db4aa69440553788d8f46cf4bbfb38ca4f09130
(cherry picked from commit c063fe0720 )
2020-12-30 15:39:33 +01:00
Max Kostikov
d79cab0680
Deduplicate contacts list on autocomplete
...
(cherry picked from commit d889547b26 )
2020-12-30 15:38:26 +01:00
Mario
d1d6f7d838
sse: fix issue with direct message notificationss
...
(cherry picked from commit d5eeb948d5 )
2020-12-30 15:38:09 +01:00
Max Kostikov
e31a7e5c9d
Do not revalidate cached photos
...
(cherry picked from commit ca051e943f )
2020-12-30 15:37:47 +01:00
Max Kostikov
e6f0d9887c
Implement Imagemagick resources consumption limiting
...
(cherry picked from commit 36d89d02e1 )
2020-12-30 15:37:28 +01:00
Mario
2855d84fba
owa specify key
...
(cherry picked from commit f2258d4202 )
2020-12-30 15:36:25 +01:00
Mario
3c19648a56
fix issue where an array was passed to get_key() instead of a string
...
(cherry picked from commit 81a1aedeb9 )
2020-12-30 15:35:38 +01:00
Mario
8db367c743
remove fallback code - it will not be required if compression is dismissed
2020-12-30 14:30:39 +00:00
Mario
2c4fabba35
store zip files without compression
2020-12-30 14:12:08 +00:00
Mario
dff42ffb41
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2020-12-29 20:16:35 +00:00
Mario
11d61a744d
escape both single and double quotes for the notifications title. fixes issue #1503
2020-12-29 20:16:23 +00:00
Mario Vavti
5cefdbf985
random_profile: return zot6 entries
2020-12-29 20:37:23 +01:00
Mario Vavti
5485f96625
dirserach: return zot6 entries
2020-12-29 20:36:41 +01:00
Mario
af0f46d23d
Merge branch 'cloneissue' into 'dev'
...
Fix sync comments with clones
See merge request hubzilla/core!1889
2020-12-29 15:50:33 +01:00
Max Kostikov
c063fe0720
Revert "Fix sync item with Zot connections"
...
This reverts commit 3db4aa69440553788d8f46cf4bbfb38ca4f09130
2020-12-29 15:50:32 +01:00
Mario
203ba7343c
Merge branch 'autocomplete' into 'dev'
...
Deduplicate contacts list on autocomplete
See merge request hubzilla/core!1891
2020-12-29 11:49:52 +01:00
Max Kostikov
d889547b26
Deduplicate contacts list on autocomplete
2020-12-29 11:49:52 +01:00
Mario
b66e19dc43
Merge branch 'photocache' into 'dev'
...
Do not revalidate cached photos
See merge request hubzilla/core!1890
2020-12-29 11:49:33 +01:00
Mario
c84e3334bf
Merge branch 'tuneimagick' into 'dev'
...
Implement Imagemagick resources consumption limiting
See merge request hubzilla/core!1888
2020-12-29 11:49:11 +01:00
Mario
d5eeb948d5
sse: fix issue with direct message notificationss
2020-12-28 13:19:40 +00:00
Mario
9670833a5d
files_ng: provide a fallback in case the server timed out on compressing the zip file
2020-12-28 10:12:25 +00:00
Max Kostikov
ca051e943f
Do not revalidate cached photos
2020-12-26 14:24:04 +01:00
Max Kostikov
36d89d02e1
Implement Imagemagick resources consumption limiting
2020-12-26 14:10:56 +01:00
Mario
f4bfa77942
version bump
2020-12-23 09:16:45 +00:00
Mario
f2258d4202
owa specify key
2020-12-23 08:32:59 +00:00
Mario
d56bf34326
fix javascript warning
2020-12-23 08:22:31 +00:00
Mario
9fa3dee522
remove deprecated forum autocomplete code
2020-12-23 08:19:11 +00:00
Mario
7ee2192c29
provide some info and remove unused code
2020-12-22 13:33:54 +00:00
Mario
3a38292bab
files_ng: improve download handlÃing
2020-12-22 13:23:20 +00:00
Mario
60cbb65d84
files_ng: omit parent folders of a download
2020-12-22 09:01:52 +00:00
Mario
d118ab71e6
files_ng: implement directory and bulk file download
2020-12-21 21:37:10 +00:00
Mario
81a1aedeb9
fix issue where an array was passed to get_key() instead of a string
2020-12-21 21:31:52 +00:00
Mario
1fd576436b
changelog
...
(cherry picked from commit 638f7a1c89 )
2020-12-21 09:44:38 +01:00
Mario
fac05e7dcd
version 5.0.7
2020-12-21 09:05:29 +01:00
Max Kostikov
eef3126f0b
Fix CardDAV address book ID
...
(cherry picked from commit 6579007ca0 )
2020-12-21 09:04:36 +01:00
Max Kostikov
2df5a2a66d
Use Zot6 for CardDAV and CalDAV sync between clones
...
(cherry picked from commit c596fb14bb )
2020-12-21 09:04:26 +01:00
Mario Vavti
01e7e3c24a
handle owa with hubloc_id_url only
...
(cherry picked from commit ed4bf1c13d )
2020-12-21 09:04:04 +01:00
Mario
8112dee91e
do not json_encode the attach array - fixes #1499
...
(cherry picked from commit 5b24225251 )
2020-12-21 09:03:46 +01:00
Mario
638f7a1c89
changelog
2020-12-21 08:03:17 +00:00
Max Kostikov
5de4c3cc3f
Merge branch 'dev' into 'dev'
...
Use Zot6 for CardDAV and CalDAV sync between clones
See merge request hubzilla/core!1886
2020-12-20 00:01:50 +01:00
Max Kostikov
6579007ca0
Fix CardDAV address book ID
2020-12-19 23:57:14 +01:00
Max Kostikov
c596fb14bb
Use Zot6 for CardDAV and CalDAV sync between clones
2020-12-19 22:58:17 +01:00
Max Kostikov
116fc4e00d
Merge branch 'dev' into 'dev'
...
Dev sync
See merge request kostikov/core!4
2020-12-19 22:02:51 +01:00
Mario
57f6f54f29
refresh_all will be called from the notifier in Daemon/Directory
2020-12-19 15:21:34 +00:00
Mario
8640e6d1df
deprecate ! and !! forum tags
2020-12-18 13:26:51 +00:00
Mario
801583fd07
flag forums where we do not have post permissions and filter them from the acl selector
2020-12-18 12:40:36 +00:00
Mario Vavti
4987534eba
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2020-12-18 10:02:43 +01:00
Mario Vavti
ed4bf1c13d
handle owa with hubloc_id_url only
2020-12-18 10:02:13 +01:00
Mario
5b24225251
do not json_encode the attach array - fixes #1499
2020-12-17 18:57:04 +00:00
Mario
886be8c452
changelog for version 5.0.6
...
(cherry picked from commit 269efb9c1e )
2020-12-17 14:46:08 +01:00
Mario
269efb9c1e
changelog for version 5.0.6
2020-12-17 13:45:14 +00:00
Mario Vavti
612448e4ae
update to fix empty hubloc_id_url caused by clone import bug for zot hublocs which was fixed in 4693069a06
2020-12-17 13:29:15 +00:00
Mario Vavti
82db19d54c
restrict owa to zot6 and zot network until the hubloc madness with activitypub and possibly also diaspora will be solved
...
(cherry picked from commit 7ebba75fa2 )
2020-12-17 14:26:32 +01:00
Mario
06aa3e6b8c
fix issue with abconfig when cloning a channel
...
(cherry picked from commit f13bff2a76 )
2020-12-17 14:26:00 +01:00
Mario
abf985c69e
owa: dismiss deleted hublocs
...
(cherry picked from commit 006a409eb8 )
2020-12-17 14:25:06 +01:00
Mario
c176b54f6b
use refresh_all in mod import
...
(cherry picked from commit 59f1c038fe )
2020-12-17 14:24:49 +01:00
Mario
b24e691e7e
try to fix more hubloc anomalies: use refresh_all in remove_obsolete_hublocs() and use Libzot::encode_locations() instead of zot_encode_locations() in notifier
...
(cherry picked from commit dec4ceabb5 )
2020-12-17 14:24:16 +01:00
Mario
c2e43dc1b0
fix missing hubloc_id_url for zot hubloc when importing a channel
...
(cherry picked from commit 4693069a06 )
2020-12-17 14:23:09 +01:00
Mario
7b7739c32c
try to prevent hubloc confusion in some places
...
(cherry picked from commit 61cfeb5bdb749319357912d958cd13304b895bce)
(cherry picked from commit 634ace552d )
2020-12-17 14:22:44 +01:00
Mario
269172406f
make gprobe look for zot6 only
...
(cherry picked from commit 1d3437aa419adde319d2a3f5d98e7f8fe4418f27)
(cherry picked from commit 751a1ba969 )
2020-12-17 14:20:58 +01:00
Mario
4c054d6de9
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2020-12-17 12:27:49 +00:00
Mario Vavti
34a58369f2
update to fix empty hubloc_id_url caused by clone import bug for zot hublocs which was fixed in 4693069a06
2020-12-17 13:27:11 +01:00
Mario Vavti
59b4764a15
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2020-12-17 12:46:33 +01:00
Mario Vavti
7ebba75fa2
restrict owa to zot6 and zot network until the hubloc madness with activitypub and possibly also diaspora will be solved
2020-12-17 12:46:22 +01:00
Mario
b2e80efe3f
files_ng: provide bbcode snippets in the info panel
2020-12-17 10:04:24 +00:00
Mario
b4b566318a
files_ng: fix regression in finding the right path in certain situations and add a info panel with attach and zrl bbcode
2020-12-16 16:57:56 +00:00
Mario
27df896a9c
files_ng: implement lockview
2020-12-16 08:26:19 +00:00
Mario
8188a551f3
fix regression in files aclselect
2020-12-15 12:12:38 +00:00
Mario
f13bff2a76
fix issue with abconfig when cloning a channel
2020-12-15 11:29:45 +00:00
Mario
59f1c038fe
use refresh_all in mod import
2020-12-15 10:04:22 +00:00
Mario
006a409eb8
owa: dismiss deleted hublocs
2020-12-15 08:40:02 +00:00
Mario
dec4ceabb5
try to fix more hubloc anomalies: use refresh_all in remove_obsolete_hublocs() and use Libzot::encode_locations() instead of zot_encode_locations() in notifier
2020-12-15 08:36:14 +00:00
Mario
4a902dbbbe
fix file sync issues
2020-12-14 22:06:47 +00:00
Mario
8e488e2913
handle removal of terms in attach_delete() when deleting a ressource
2020-12-14 21:56:19 +00:00
Mario
e58e27ce22
sync categories
2020-12-14 21:38:49 +00:00
Mario
78c0926a64
improve when to show link to parent path
2020-12-14 20:22:13 +00:00
Mario
4693069a06
fix missing hubloc_id_url for zot hubloc when importing a channel
2020-12-14 14:06:07 +00:00
Mario
70e529ef5d
add another parent element to wrap the tools
2020-12-14 11:17:36 +00:00
Mario
2a154f8c9a
merge branch files_ng into dev
2020-12-14 11:02:20 +00:00
Mario
634ace552d
try to prevent hubloc confusion in some places
...
(cherry picked from commit 61cfeb5bdb749319357912d958cd13304b895bce)
2020-12-12 22:41:38 +01:00
Mario
751a1ba969
make gprobe look for zot6 only
...
(cherry picked from commit 1d3437aa419adde319d2a3f5d98e7f8fe4418f27)
2020-12-12 22:41:11 +01:00
Mario
d95573741d
changelog
2020-12-12 19:02:28 +00:00
Max Kostikov
faf4bcdd62
Remove duplicate delete terms query
...
(cherry picked from commit a27c593a2a )
2020-12-12 19:56:24 +01:00
Mario
badae90051
Merge branch 'dev' into 'dev'
...
Remove duplicate delete terms query
See merge request hubzilla/core!1885
2020-12-12 19:44:01 +01:00
Max Kostikov
a27c593a2a
Remove duplicate delete terms query
2020-12-12 19:43:57 +01:00
Mario
f699442bec
bump version
2020-12-12 19:40:49 +01:00
Mario
8720931a53
fix hubloc issue in mod getfile
...
(cherry picked from commit b0b9b9f28974f9016e47491e81876224c57a7e3b)
(cherry picked from commit 8c1c49a45e )
2020-12-12 19:36:42 +01:00
Max Kostikov
600dcdfc58
Remove duplicate delete terms query
2020-12-12 10:10:32 +01:00
Max Kostikov
a4b83327c2
Merge branch 'dev' into 'dev'
...
Dev sync
See merge request kostikov/core!3
2020-12-12 10:07:39 +01:00
Mario
8c1c49a45e
fix hubloc issue in mod getfile
...
(cherry picked from commit b0b9b9f28974f9016e47491e81876224c57a7e3b)
2020-12-11 12:35:54 +01:00
Mario
b1f0014429
Merge branch 'dev' into 'dev'
...
Skip profile photo query from addons for undefined channel id
See merge request hubzilla/core!1884
2020-12-07 11:08:41 +01:00
Max Kostikov
d984918c75
Skip profile photo query from addons for undefined channel id
2020-12-07 11:08:41 +01:00
Mario
21ac4b5139
remove announce activity from response activites array
...
(cherry picked from commit 52c78c757ae73082ed29e48707b2313e65020db3)
2020-12-07 11:03:03 +01:00
Max Kostikov
92eb7a0be4
Formatting
2020-12-04 14:45:27 +01:00
Max Kostikov
b26b1c0820
Skip profile photo query from addons for undefined channel id
2020-12-04 14:36:29 +01:00
Max Kostikov
a9dd6d6bdb
Merge branch 'dev' into 'dev'
...
Dev sync
See merge request kostikov/core!2
2020-12-04 14:33:34 +01:00
Mario
d60c53cd12
version 5.0.4
2020-12-01 08:46:22 +00:00
Mario
6b0fe6e0a0
changelog
...
(cherry picked from commit 9c7ec55b40 )
2020-12-01 09:45:09 +01:00
Mario
9c7ec55b40
changelog
2020-12-01 08:43:59 +00:00
Mario
28f1f4cbdc
missing parenthesis
...
(cherry picked from commit 45b41f0787 )
2020-12-01 09:38:59 +01:00
Mario
508b3ce730
Ãfix regerssion in updating the primary
...
(cherry picked from commit c47434634d )
2020-12-01 09:38:48 +01:00
Mario
87ecc61fb4
dismiss title in response activity
...
(cherry picked from commit eb2ad3fc438544192cda95d88a4c2a54ec1e0014)
(cherry picked from commit b89355b9d8 )
2020-12-01 09:38:17 +01:00
Mario
ce4d664abc
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2020-12-01 08:31:50 +00:00
Mario
45b41f0787
missing parenthesis
2020-12-01 08:31:27 +00:00
Mario
c47434634d
Ãfix regerssion in updating the primary
2020-12-01 08:31:15 +00:00
Mario
b89355b9d8
dismiss title in response activity
...
(cherry picked from commit eb2ad3fc438544192cda95d88a4c2a54ec1e0014)
2020-11-28 11:40:03 +01:00
Mario
3f40d6f7b7
run composer install --no-dev
2020-11-27 11:09:48 +00:00
Mario
155daac8ad
run composer install --no-dev
2020-11-27 11:08:45 +00:00
Mario
f9d24d07dd
composer autoload dump
2020-11-27 10:50:46 +00:00
Mario
d91e35e197
bring back require but with the correct path
2020-11-27 10:47:24 +00:00
Mario
a967dd9d13
fix languagedetect warnming
2020-11-27 08:04:41 +00:00
Mario
f4bb7bcbff
update composer libs
2020-11-27 08:04:00 +00:00
Mario
0f6166da00
Merge branch 'dev'
2020-11-26 18:43:53 +00:00
Mario
07e5b8295e
changelog
2020-11-26 18:41:51 +00:00
Mario
9afdf86961
coverage config
2020-11-26 12:10:16 +00:00
Mario
f4f1974be0
those would require dbunit
2020-11-26 12:01:15 +00:00
Mario
6f6399ca0f
fix test
2020-11-26 11:43:07 +00:00
Mario
5018c0fbb8
add dms/phpunit-arraysubset-asserts
2020-11-26 11:37:13 +00:00
Mario
188975ccbd
update gitlab-ci
2020-11-26 11:20:16 +00:00
Mario
5e1addc75e
revert folder renaming
2020-11-26 11:14:40 +00:00
Mario
138beeac41
wrong path
2020-11-26 10:24:00 +00:00
Mario
187364d94a
set xdebug.mode=coverage in php.ini
2020-11-26 10:21:13 +00:00
Mario
6e74e76fcd
update phpunit.xml
2020-11-26 10:12:35 +00:00
Mario
615424d272
update ci file
2020-11-26 10:04:33 +00:00
Mario
d40a7a609e
run vendor/bin/phpunit --migrate-configuration
2020-11-26 10:03:39 +00:00
Mario
0ec40f00a9
minor adjustion
2020-11-26 09:52:24 +00:00
Mario
de054026f2
try phpunit 9, remove dbunit (not compatible and abandoned), re-enable xdebug
2020-11-26 09:26:37 +00:00
Mario
175b45d1ed
update php-mock
2020-11-26 08:56:38 +00:00
Mario
e236b77817
more psr-4 autoloading standard
2020-11-26 08:48:09 +00:00
Mario
21cd4a1b48
psr-4 autoloading standard
2020-11-26 08:43:03 +00:00
Mario
e9a50371f5
comment out xdebug
2020-11-26 08:30:06 +00:00
Mario
71f8a08e5f
update phpunit
2020-11-26 08:19:51 +00:00
Mario
4419c93d80
this should not be required anymore
2020-11-26 07:58:57 +00:00
Mario
fcc13ce02c
version
2020-11-25 18:45:37 +00:00
Mario
941db04260
add a uuid version 5 based uuid to imported feeds. if rewrite author for sourced items, also rewrite mid to be fetchable
2020-11-25 13:52:27 +00:00
Mario
87d7a3053a
do not reset item_origin to 1 for deleted items to prevent possible looping and do not set item_uplink for sourced rss items - we can not sen anything to them.
2020-11-25 11:01:25 +00:00
Mario
ae11b2c281
profile_load() requires channel_address
2020-11-24 22:14:24 +00:00
Mario
f43577ec27
add logging
2020-11-23 21:26:52 +00:00
Mario
c648c38fb0
fix warning
2020-11-23 20:23:17 +00:00
Mario
34d54fd309
simplify code and fix issue with categories
2020-11-23 19:57:28 +00:00
Mario
891b1428cc
do not use chanlink_url() at this place
2020-11-23 18:23:46 +00:00
Mario
453dd38e51
missing include
2020-11-23 14:01:04 +00:00
Mario
f59aefd3d9
store actor of fetched acivities
2020-11-23 09:10:53 +00:00
Mario
451468d129
fix mod item issue with remote channels
2020-11-22 16:37:20 +00:00
Mario
c0adf31da9
fix like issue with remote channels
2020-11-22 13:07:03 +00:00
Mario
bb43c57b07
make simple update more simple again
2020-11-21 20:57:50 +00:00
Mario
6c94bbc93f
collase the updated content
2020-11-21 20:52:38 +00:00
Mario
50422c608f
fix #1492
2020-11-21 20:35:38 +00:00
Mario
7639157a49
restrict returned html usage to local_channel() until some issues will be worked out
2020-11-21 20:15:05 +00:00
Mario
f74cfaec5f
fix pubstream id issue
2020-11-21 10:22:23 +00:00
Mario
d559b4a201
deliver to local hub first
2020-11-21 10:21:14 +00:00
Mario
2d4064aca4
returning the rendered html when liking a post or comment
2020-11-20 20:38:10 +00:00
Mario
337d8ea78c
minor cleanup
2020-11-20 14:42:46 +00:00
Mario
4c0a26dbf9
move post_comment() handling via ctrl-enter out of handle_comment_form() - to many issues with multiple triggers
2020-11-20 10:45:35 +00:00
Mario
885edd6261
version
2020-11-20 09:15:19 +00:00
Mario
011de75706
returning the rendered html when posting a comment will make the following update (and its implication in mod pubstream) obsolete
2020-11-20 09:14:46 +00:00
Mario
852e456d44
this is silly but it seems to be required for firefox to stop scrolling in certain conditions
2020-11-18 20:34:41 +00:00
Mario
18136788e4
be more specific
2020-11-18 20:33:32 +00:00
Mario
f1101808b7
fix regression in relation to pustream notifications
2020-11-18 17:09:53 +00:00
Mario
791d5098a0
fix regression
2020-11-18 12:28:20 +00:00
Mario
f2fd12fbe5
Do away with auto updates except for our own actions. We might consider to re-implement this for single thread view like eg /display. Instead of calculating scroll positions during updates, keep track of expanded items and set the expanded state when updating - this fixes issue #1488
2020-11-18 09:52:44 +00:00
Mario
b5ab77908e
implement submit on ctrl-enter for post editor and comments
2020-11-17 09:09:36 +00:00
Mario
25620081a1
translation
2020-11-16 09:36:27 +00:00
Mario
5750e6cada
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2020-11-16 09:34:08 +00:00
Mario
394aa76a8f
changelog
2020-11-16 09:33:57 +00:00
Mario
35c4deb884
work around an edge case in acl selector
...
(cherry picked from commit e7c83a81c7 )
2020-11-16 10:31:14 +01:00
Mario
0daccead12
changellog
2020-11-16 09:29:49 +00:00
Mario
e7c83a81c7
work around an edge case in acl selector
2020-11-16 09:28:18 +00:00
Mario
dcf8830752
Merge branch 'dev'
2020-11-16 08:26:44 +00:00
Mario
3d519f478a
changelog
2020-11-15 13:49:25 +00:00
Mario
3f0fc40ef8
fix ping_site()
2020-11-15 13:44:13 +00:00
Mario
820494c7a6
deprecate daemon/ratenotif
2020-11-15 12:34:10 +00:00
Mario
60b82d3690
more changelog
2020-11-15 11:49:16 +00:00
Mario
57d9b1b332
fix directory post url
2020-11-15 11:48:23 +00:00
Mario
67f8b78a7d
changelog
2020-11-15 11:35:26 +00:00
Mario
aada997601
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2020-11-15 11:03:47 +00:00
Mario
e5dd108bd7
outq_hash is unique - no need for limit
2020-11-15 11:03:17 +00:00
Mario
ad91ab68ce
cleanup
2020-11-15 11:02:21 +00:00
Max Kostikov
66c3c32154
Merge branch 'dev' into 'dev'
...
Update Russian translation
See merge request hubzilla/core!1883
2020-11-15 11:17:59 +01:00
Max Kostikov
c9ce562369
Update hmessages.po
2020-11-15 11:10:49 +01:00
Max Kostikov
a1f01529a7
Update hstrings.php
2020-11-15 11:10:28 +01:00
Max Kostikov
38985dc4e2
Merge branch 'dev' into 'dev'
...
Dev sync
See merge request kostikov/core!1
2020-11-15 11:09:44 +01:00
me
78f150cfbc
air.s1: field templates checkbox/input/select and one new
2020-11-14 23:37:18 +01:00
Mario
e74c52094f
remove dot
2020-11-14 21:37:49 +00:00
Mario
e05f1f95cf
bump version
2020-11-14 21:31:45 +00:00
Mario
b63c5f2785
Polling fallback to server sent events. Polling is the default. SSE must be enabled in /admin/site > Advanced > Enable SSE Notifications if desired.
2020-11-14 21:28:50 +00:00
Mario
685c569eaf
minor queue adjustments
2020-11-13 13:49:39 +00:00
Mario
b6e3469519
update to fix more broken hublocs and version bump
2020-11-13 09:26:04 +00:00
Mario
16071f300e
better check for valid inbox
2020-11-13 09:18:54 +00:00
Mario
a8de999b7c
do not store actors without an inbox - they are not valid
2020-11-12 20:17:03 +00:00
Mario
0dcbcf93c2
some work on include/import
2020-11-12 11:50:00 +00:00
Mario
06273e980e
Merge branch 'dev'
2020-11-12 09:00:56 +00:00
Mario
c879e5de44
changelog and version bump
2020-11-12 08:57:51 +00:00
Mario
890290fff0
log the body if fetch failed
2020-11-11 12:10:35 +00:00
Mario
cddae14352
do not log exception - it could exhaust memory
2020-11-09 11:31:20 +00:00
Mario
b3e6a3c1e2
make share titles h3 to reflect the original titlÃe size
2020-11-08 19:07:44 +00:00
Mario
255b6a14a8
less hubloc confusion
2020-11-08 12:55:32 +00:00
Mario
bafbf04164
Merge branch '5.0RC'
2020-11-05 08:46:42 +00:00
Mario
fdefa101d8
version 5.0
2020-11-05 08:42:49 +00:00
Mario
7e40eeb52a
Merge branch 'dev' into 5.0RC
2020-11-05 08:41:01 +00:00
Mario
e98804693d
update changelog
2020-11-05 08:37:34 +00:00
Mario
953c294778
wrong variable name
2020-11-05 08:32:21 +00:00
Mario
20d2811cd5
Merge branch 'dev' into 5.0RC
2020-11-04 15:16:52 +00:00
Mario
207df132e6
make sure we attach the public key
2020-11-04 13:36:52 +00:00
Mario
40e0fe1d25
css issue
2020-11-04 11:06:30 +00:00
Mario
fe3f42ce10
call sse_setNotificationsStatus() after fading out buttons
2020-11-03 07:29:37 +00:00
Mario
b4ca5c133c
Merge branch 'dev' into 5.0RC
2020-11-01 12:38:18 +00:00
Mario
8f1a579597
update changelog
2020-11-01 12:37:49 +00:00
Mario
aa69b43e0e
fix vsprintf() warning
2020-11-01 12:33:45 +00:00
Mario
cadd6fdfff
fix vsprintf() error
2020-11-01 12:24:55 +00:00
Mario
85b97014c9
version 5.0RC8
2020-10-31 20:33:48 +00:00
Mario
50ca95735d
fix merge conflict
2020-10-31 20:32:39 +00:00
Mario
b55c7f794b
Merge branch 'dev' into 5.0RC
2020-10-31 20:30:36 +00:00
Mario
205279f7f8
more changelog
2020-10-31 20:28:16 +00:00
Mario
934721a98d
remove unmaintained and deprecated schemas
2020-10-31 20:27:23 +00:00
Mario
d02a8d733e
update changelog
2020-10-31 20:24:21 +00:00
Mario
d59b81f11d
if restarting a previously interrupted upload just return where we ended - fix issue #1485
2020-10-31 19:57:14 +00:00
Mario
b11d2c376b
Merge branch 'dev' into 'dev'
...
Don't try to fetch profile photo for unknown channel
See merge request hubzilla/core!1880
2020-10-31 13:53:13 +01:00
Mario
6d83b5b68d
Merge branch 'cherry-pick-16d450fc' into 'dev'
...
HTML parsing lib change to standard PHP in scrape_feed() and scrape_vcard()
See merge request hubzilla/core!1882
2020-10-31 09:19:30 +01:00
root
0ad7c8f69e
HTML parsing lib change to standard PHP in scrape_feed() and scrape_vcard()
...
(cherry picked from commit 16d450fc6980bb70f13e574d1b20406dd313110e)
2020-10-31 09:15:37 +01:00
Mario Vavti
e24c769f8e
fix issue #1484
2020-10-27 20:27:49 +01:00
Max Kostikov
7cf9b85a97
Don't try to fetch profile photo for unknown channel
2020-10-25 11:43:35 +01:00
Mario
dd3d65cb1c
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2020-10-25 10:32:07 +00:00
Mario
5e19632f2d
update changelog
2020-10-25 10:32:02 +00:00
Mario
cc543d1ad2
remove redundant includesÃ
2020-10-25 10:30:12 +00:00
Mario
35299ed7c3
Merge branch 'dev' into 'dev'
...
Add results caching on public tag and profile categories fetching
See merge request hubzilla/core!1875
2020-10-25 11:28:41 +01:00
Max Kostikov
7008cf3269
Add results caching on public tag and profile categories fetching
2020-10-25 11:28:40 +01:00
Mario
6979ea44f4
more directory fixes
2020-10-25 08:26:25 +00:00
Mario
81775eebe2
directory fixes
2020-10-25 07:59:49 +00:00
Mario
e70802c6ad
strings update
2020-10-25 07:47:07 +00:00
Mario
7112bcd134
bt_syslog() instead of syslog flag for btlogger
2020-10-25 07:27:07 +00:00
Mario
d3d5ddfb43
enable btlogging to syslog
...
(cherry picked from commit 5580fc1954 )
2020-10-24 23:29:11 +02:00
Mario
5580fc1954
enable btlogging to syslog
2020-10-24 21:26:46 +00:00
Mario
d0e85f05af
Merge branch 'dev' into 5.0RC
2020-10-23 12:18:53 +00:00
Mario
c136741db6
more remove logging
2020-10-23 12:18:04 +00:00
Mario
5724be1f8e
Merge branch 'dev' into 5.0RC
2020-10-23 11:47:23 +00:00
Mario
29e89d1152
Ãremove loggingÃ
2020-10-23 11:46:43 +00:00
Mario
95dfde99c6
Merge branch 'dev' into 5.0RC
2020-10-23 09:29:22 +00:00
Mario
59fd3861a7
wrong extension
2020-10-23 09:28:49 +00:00
Mario
69d627a58b
Merge branch 'dev' into 5.0RC
2020-10-23 06:52:18 +00:00
Mario
2772c33563
load eager in items - lazy breaks collapsing of long items with images
2020-10-22 19:22:52 +00:00
Mario
78f655f877
more lazy, less eager
2020-10-22 19:11:03 +00:00
Mario
75a73be60c
lazy/eager loading and minor css fixes
2020-10-22 18:54:21 +00:00
Mario
690874fc6e
fix minor regression
2020-10-22 12:12:53 +00:00
Mario
96de38a1f0
adapt notifications and mark item seen handling to play well with client side page caching
2020-10-22 11:33:25 +00:00
Mario
cef0c2ebb2
highlight events for today in notifications and remove some redundant css
2020-10-19 08:44:44 +00:00
Mario
5e0f5460f2
provide info about dead sites in delivery report and set site_dead when marking a hubloc down.
2020-10-19 07:25:30 +00:00
Mario
ff8c9cfd14
load more notifications if visible notifications count becomes < 15
2020-10-18 09:47:46 +00:00
Mario
b5b033fe22
reduce result set for notificationsÃ
2020-10-16 14:12:30 +00:00
Mario
5dc2f43d1d
mark private forums in acl selector
2020-10-16 11:54:14 +00:00
Mario
f0acb9f01e
get_forum_channels(): fix an issue where we would not look for private forums in case we did not have any channels where tag_deliver is set
2020-10-16 11:43:21 +00:00
Mario
b6ca9b6020
make acl selector work correctly if we provide a cid in mod network
2020-10-16 10:32:07 +00:00
Mario
9c6446edbe
fix image src issue in template
2020-10-16 10:29:24 +00:00
Mario
d84f0030be
on refresh, always set all perms
2020-10-16 10:21:58 +00:00
Mario
61f554e0d7
remove new lines and tabs from xchan_name
2020-10-15 10:54:59 +00:00
Mario
3b252d98b8
add forums to acl selector where appropriate
2020-10-15 10:51:58 +00:00
Mario
f5315ed6a2
use logger for logging
2020-10-14 14:25:22 +00:00
Mario
c1f36802a1
version 5.0RC6
2020-10-14 12:36:10 +00:00
Mario
ba0f24bf70
Merge branch 'dev' into 5.0RC
2020-10-14 12:33:38 +00:00
Mario
522b92128f
use logger for logging
2020-10-14 12:32:18 +00:00
Mario
ea77043aaf
more logging
2020-10-14 08:53:12 +00:00
Mario
91dd877c2d
Merge branch 'dev' into 5.0RC
2020-10-14 08:17:35 +00:00
Mario
e2e160b8e8
In find_best_identity() only look for zot and zot6 network types. Otherwise we could end up rewriting activitypub contacts to their diaspora equivalent which would be counterproductive here. Dismiss deleted hublocs. Same applies for find_best_zot_identity(). Also add logging.
2020-10-14 07:33:30 +00:00
Mario
89c74868aa
Merge branch 'dev' into 5.0RC
2020-10-13 09:20:16 +00:00
Mario
45a5a04189
do not overwrite $x variable
2020-10-13 09:03:13 +00:00
Mario
1f41b1837f
version 5.0RC5
2020-10-13 08:33:22 +00:00
Mario
c01e1b6c33
Merge branch 'dev' into 5.0RC
2020-10-13 08:31:57 +00:00
Mario
08e7c7b249
use a more neutral default cover image provided by bggenerator.com
2020-10-13 08:16:14 +00:00
Mario
b103993ad1
this is not required here
2020-10-13 08:14:14 +00:00
Mario
e12f375624
return if author or owner is missing and add more logging
2020-10-13 07:25:33 +00:00
Mario
8cd67a5d4a
fix more php warnings and remove temporary logging
2020-10-12 21:37:44 +00:00
Mario
31e030af69
missing parenthesis
2020-10-12 21:01:36 +00:00
Mario
375986437a
fix php warnings
2020-10-12 20:58:30 +00:00
Mario
5f93157d5a
improve find_best_identity() and fix wrong variable
2020-10-12 20:28:48 +00:00
Mario
8d3c201830
if we receive an item with a zot xchan as author or owner rewrite them to the zot6 xchan if we have their zot6 xchan in abook
2020-10-12 20:22:07 +00:00
Mario
612ef90523
version 5.0RC4
2020-10-12 06:50:29 +00:00
Mario
e64856e957
Merge branch 'dev' into 5.0RC
2020-10-12 06:47:41 +00:00
Mario
8595835aa0
revert linebreak removing
2020-10-11 19:48:35 +00:00
Mario
4d2507263d
find best identity
2020-10-11 19:35:48 +00:00
Mario
4a671fe634
replace linebreaks with spaces
2020-10-11 10:50:03 +00:00
Mario
ed845d93bc
5.0RC testing: fix issue with event responses
2020-10-10 19:06:35 +00:00
Mario
595f3d99b4
quickfix localize_item() - requires more work
2020-10-10 08:00:25 +00:00
Mario
1e2d5b0c77
only call zid_init() if session is not yet authenticated
2020-10-09 12:44:14 +00:00
Mario
1215618589
add zot6 to the authenticatable options and fix array key in reshare header
2020-10-09 12:16:55 +00:00
Mario
67533ee478
add rss network authors to the not fetchable list
2020-10-09 12:03:33 +00:00
Mario
3acd5dcc07
remove source entries for removed contacts
2020-10-09 07:38:11 +00:00
Mario
c387902a44
5.0RC testing: correctly set permissions for rss feeds
2020-10-09 07:19:23 +00:00
Mario
ad51be7dd9
reduce result set for query in zid_init() and use Libzot::zot_record_preferred() in mod rmagic
2020-10-08 18:18:44 +00:00
Mario
3514f805ea
more bdi tags
2020-10-07 15:38:04 +00:00
Mario
2690159f09
5.0RC testing: use the zot6 xchan if available
2020-10-07 08:02:04 +00:00
Mario
902151918c
5.0RC testing: do not attempt zot6 delivery of anonymous comments - the author is not a valid actor
2020-10-06 10:03:57 +00:00
Mario
5dd1ea21af
5.0RC testing: dismiss activities where an author could not be found
2020-10-06 10:01:20 +00:00
Mario
b37c8bf928
code optimisation
2020-10-06 08:25:53 +00:00
hubzilla
923ae14c47
Merge pull request 'Update Spanish' ( #1 ) from mjfriaza/hubzilla:dev into dev
...
Reviewed-on: https://codeberg.org/hubzilla/hubzilla/pulls/1
2020-10-05 15:14:54 +02:00
Mario
7ec6550734
version 5.0RC3
2020-10-05 12:03:14 +00:00
Mario
e622802c24
Merge branch 'dev' into 5.0RC
2020-10-05 12:01:46 +00:00
Mario
244c8edfca
Ãrework undo/delete to use inline objects
2020-10-05 11:47:22 +00:00
Mario
245c0c22cd
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2020-10-02 15:12:53 +00:00
Mario
93b90ab23a
more work on delete/undo
2020-10-02 15:12:42 +00:00
Mario
765f9ffcf0
Revert "more work on delete/undo"
...
This reverts commit bdfdd515d8
2020-10-02 17:12:26 +02:00
Mario Vavti
bdfdd515d8
more work on delete/undo
2020-10-02 17:08:49 +02:00
Mario
72c6d3e7ba
item/activity fetching
2020-10-02 12:09:23 +00:00
Mario
869ce64f87
Merge branch 'dev' into 5.0RC
2020-10-01 12:01:52 +00:00
Mario
86117c8859
more delete fixes
2020-10-01 11:51:20 +00:00
Mario
96c4c72ee3
minor issue
2020-10-01 11:16:03 +00:00
Mario
4b0d32eb14
Merge branch 'deletefixes' into 'dev'
...
deleting like/dislike/accept/reject/etc. activities should be Undo rather than Delete per the spec
See merge request hubzilla/core!1879
2020-10-01 12:35:35 +02:00
nobody
1d705b9805
deleting like/dislike/accept/reject/etc. activities should be Undo rather than Delete per the spec
2020-09-30 23:38:05 -07:00
Mario
8605aee533
use object url
2020-10-01 06:34:27 +00:00
Mario
e4de9ef903
Merge branch 'deletefixes' into 'dev'
...
delete fixes
See merge request hubzilla/core!1878
2020-10-01 08:26:03 +02:00
nobody
e529635952
delete fixes
2020-09-30 17:05:36 -07:00
Mario
21b71401d3
version 5.0RC2
2020-09-30 10:30:17 +00:00
Mario
80bdcbb3e6
Merge branch 'dev' into 5.0RC
2020-09-30 10:28:54 +00:00
Mario
b878b69028
5.0RC testing: fix issue in relation with deletes
2020-09-30 10:10:49 +00:00
nobody
48440e368c
bug: undoing a like on a comment can remove the comment
...
(cherry picked from commit b999456bf16a5d457a16fab1299289cfb54bfed4)
2020-09-30 08:16:59 +02:00
Mario
a7bf07b864
5.0RC testing: fix uuid for likes/dislikes
2020-09-28 20:31:26 +00:00
Mario
a80e59812b
RC5.0 testing: fix purge and some cleanup
2020-09-28 12:36:22 +00:00
Mario Vavti
3f784a974a
deprecate \Zotlabs\Zot\Finger where apropriate
2020-09-26 15:05:16 +02:00
mjfriaza
5ce3565109
Update Spanish
2020-09-26 13:55:57 +02:00
Mario Vavti
b25054e891
if we do not have App::$poi here we would already have returned. No need to check here.
2020-09-25 13:47:40 +02:00
Mario Vavti
2c316c788e
port mod chanview
2020-09-25 13:41:21 +02:00
Mario Vavti
2fe2cc5e65
5.0RC testing: channel is not set and not required here
2020-09-25 12:44:44 +02:00
Mario
5d6a7922c1
port mod gprobe
...
(cherry picked from commit d23e830955 )
2020-09-23 16:35:03 +02:00
Mario
d23e830955
port mod gprobe
2020-09-23 14:28:04 +00:00
Mario
762de94900
5.0RC testing: comment out global remove
...
(cherry picked from commit 5edec37d57 )
2020-09-23 14:16:33 +02:00
Mario
d938c79385
5.0RC testing: do not use intval() on hubloc_id_url
...
(cherry picked from commit 42ef6208c1 )
2020-09-23 14:16:17 +02:00
Mario
987a369fec
5.0RC testing: update hublocs by hubloc_id_url of we mark it deleted or change primary to catch both zot and zot6 hublocs. only set the zot6 hubloc as primary.
...
(cherry picked from commit 6f508b81d6 )
2020-09-23 14:15:47 +02:00
Mario
586e2ef2df
5.0RC testing: fix mod locs
...
(cherry picked from commit 81e2f73c98 )
2020-09-23 14:15:31 +02:00
Mario
5edec37d57
5.0RC testing: comment out global remove
2020-09-23 12:14:16 +00:00
Mario
42ef6208c1
5.0RC testing: do not use intval() on hubloc_id_url
2020-09-23 11:50:30 +00:00
Mario
6f508b81d6
5.0RC testing: update hublocs by hubloc_id_url of we mark it deleted or change primary to catch both zot and zot6 hublocs. only set the zot6 hubloc as primary.
2020-09-23 11:44:10 +00:00
Mario
81e2f73c98
5.0RC testing: fix mod locs
2020-09-23 09:48:14 +00:00
Mario
be43d3e0fd
5.0RC testing: on channel removal mark both zot6 and zot xchans and hublocs deleted
...
(cherry picked from commit 60fd27eca4 )
2020-09-23 11:19:17 +02:00
Mario
60fd27eca4
5.0RC testing: on channel removal mark both zot6 and zot xchans and hublocs deleted
2020-09-23 09:18:02 +00:00
Mario
ca4a3c3cc0
fix notifications html not reset on markRead()
...
(cherry picked from commit dfad87f674 )
2020-09-23 09:44:37 +02:00
Mario
dfad87f674
fix notifications html not reset on markRead()
2020-09-23 07:43:35 +00:00
Mario
743e575701
changelog and use dbq() where apropriate in z6trans_connections()
...
(cherry picked from commit be627c3f3a )
2020-09-22 10:27:52 +02:00
Mario
be627c3f3a
changelog and use dbq() where apropriate in z6trans_connections()
2020-09-22 08:23:28 +00:00
Mario
80fdf53cc3
5.0RC testing: Diagnostics app should point to mod zot_probe
2020-09-21 12:09:31 +00:00
Mario
759f297aae
5.0RC testing: provide hubloc_id_url for new created zot hublocs
...
(cherry picked from commit 1a41c44c2f )
2020-09-21 11:27:23 +02:00
Mario
1a41c44c2f
5.0RC testing: provide hubloc_id_url for new created zot hublocs
2020-09-21 09:14:39 +00:00
nobody
88b014e9a7
use channel index
...
(cherry picked from commit 846d30239d97091d1e6b56e923c1965471f6bbff)
(cherry picked from commit f422362747 )
2020-09-21 10:37:57 +02:00
nobody
bd0b8d768e
apply channel name changes to all associated xchans
...
(cherry picked from commit f2ac1e4b7d2aa4854ed08ded49b2ed2dd10fab59)
(cherry picked from commit 34217f5f90 )
2020-09-21 10:37:41 +02:00
nobody
f422362747
use channel index
...
(cherry picked from commit 846d30239d97091d1e6b56e923c1965471f6bbff)
2020-09-21 10:35:56 +02:00
nobody
34217f5f90
apply channel name changes to all associated xchans
...
(cherry picked from commit f2ac1e4b7d2aa4854ed08ded49b2ed2dd10fab59)
2020-09-21 10:35:14 +02:00
Mario
56e503149d
allow to show unchecked box if the value is 0 or false
...
(cherry picked from commit 04af502e3a )
2020-09-21 10:09:03 +02:00
Mario
04af502e3a
allow to show unchecked box if the value is 0 or false
2020-09-21 08:06:57 +00:00
Mario
f2c1fd2a48
ÃRC1
2020-09-20 15:10:31 +00:00
Mario Vavti
a86fd554a3
adapt mod z6trans to point to util/z6convert.php in case anyone stumbles over outdated doco.
...
(cherry picked from commit c38fc0b906 )
2020-09-20 17:04:34 +02:00
Mario Vavti
ef0a8bcde0
add z6convert.php
...
(cherry picked from commit 2758d3c3eb )
2020-09-20 17:01:22 +02:00
Mario Vavti
c38fc0b906
adapt mod z6trans to point to util/z6convert.php in case anyone stumbles over outdated doco.
2020-09-20 16:49:36 +02:00
Mario Vavti
2758d3c3eb
add z6convert.php
2020-09-20 16:38:48 +02:00
Mario
521a5074c9
5.0RC testing: their_perms should be reset before they are recreated. Otherwise withdrawn permissions will not take effect locally.
...
(cherry picked from commit 9c8d732081 )
2020-09-19 22:34:32 +02:00
Max Kostikov
430c48e828
Update Russian hmessages.po
...
(cherry picked from commit ba0410dd24 )
2020-09-19 22:34:07 +02:00
Max Kostikov
2e747bec6f
Update Russian hstrings.php
...
(cherry picked from commit da44cef9a3 )
2020-09-19 22:33:46 +02:00
Max Kostikov
d945789e1b
Boost DB conversion speed to Z6
...
(cherry picked from commit a9377d6a3f )
2020-09-19 22:33:05 +02:00
Max Kostikov
de306cd7b8
Missprint
...
(cherry picked from commit b223b71d0d )
2020-09-19 22:31:38 +02:00
Mario
aedde6600e
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2020-09-19 19:19:29 +00:00
Mario
9c8d732081
5.0RC testing: their_perms should be reset before they are recreated. Otherwise withdrawn permissions will not take effect locally.
2020-09-19 19:19:03 +00:00
Max Kostikov
5d1e10522f
Merge branch 'dev' into 'dev'
...
Update Russian translation
See merge request hubzilla/core!1874
2020-09-18 19:56:28 +02:00
Max Kostikov
ba0410dd24
Update Russian hmessages.po
2020-09-18 19:48:03 +02:00
Max Kostikov
da44cef9a3
Update Russian hstrings.php
2020-09-18 19:47:27 +02:00
Mario
e9227b0ffe
Merge branch 'dev' into 'dev'
...
Boost DB conversion speed to Z6
See merge request hubzilla/core!1872
2020-09-18 13:43:02 +02:00
Max Kostikov
9299aff2af
Boost DB conversion speed to Z6
2020-09-18 13:43:01 +02:00
Max Kostikov
a9377d6a3f
Boost DB conversion speed to Z6
2020-09-17 23:25:55 +02:00
Max Kostikov
b223b71d0d
Missprint
2020-09-17 19:49:30 +02:00
Max Kostikov
02cf85fa34
Merge branch 'dev' into 'dev'
...
Dev sync
See merge request kostikov/core!1
2020-09-17 19:47:44 +02:00
Mario
76a6e0b6fc
bump dev version
2020-09-17 11:15:56 +00:00
Mario
2a2f032f17
update strings
2020-09-17 11:09:01 +00:00
Mario
e7ddd1a481
version 5.0RC
2020-09-17 10:57:24 +00:00
Mario
813ab2c5ed
regenerate autoload file
2020-09-17 10:23:20 +00:00
Mario
4acdf9e817
deprecate $a variable for *_plugin_admin() and *_plugin_admin_post()
2020-09-16 09:16:27 +00:00
Mario
465da3a942
respect advanced profile setting in sexual preference selector - issue #1477
2020-09-14 07:41:20 +00:00
Mario
fb601cc280
Merge branch 'dev' into 'dev'
...
Support remote host cache directives on profile photo fetching
See merge request hubzilla/core!1871
2020-09-13 11:56:03 +02:00
Max Kostikov
25b9776bf6
Support remote host cache directives on profile photo fetching
2020-09-13 11:56:02 +02:00
Max Kostikov
5271232aa5
Fix variable name
2020-09-12 12:20:09 +02:00
Mario
7fa70108c4
whitespace
2020-09-11 12:19:24 +00:00
Mario
ff09b2131e
disable community tags until we agree on how to implemnt this in zot6/activitypub
2020-09-11 12:11:09 +00:00
Max Kostikov
df758f40ef
Avoid photo profile fetching more than once every 1 min
2020-09-09 11:11:52 +02:00
Max Kostikov
1d8dd949dc
Update photo_driver.php
2020-09-08 22:50:59 +02:00
Max Kostikov
9dd333a2f4
Support remote host cache directives on profile photo fetching
2020-09-08 14:20:12 +02:00
Mario
d53b3b242d
fix get_plink() for zot6
2020-09-04 18:56:21 +00:00
Mario
8e0e4b7b92
Merge branch 'dev' into 'dev'
...
Update of the .homeinstall folder
See merge request hubzilla/core!1869
2020-09-04 20:07:49 +02:00
Papa Dragon
adee24af6f
Update of the home install setup script
...
- "hubzilla" replaced by "zotserver" in file names and file content when relevant
- Nginx can now be installed as the web server (Apache still chosen by default in the config file)
- Setup script now allows installation of multiple hub/instances on the same server
- Daily cron jobs script was updated an splitted : one global script launches shared commands
(SSL cert renewal + global backup on external device) and every instance has its own script for
git pull (individual scripts are launched by the global one)
2020-08-30 12:18:51 +02:00
Mario Vavti
1b161b0ee4
move z6trans_connections() to cron from cron daily
2020-08-26 21:13:32 +02:00
Mario Vavti
5aaa8f44a2
remove hublocs without a hubloc_hash and also remove hublocs where hubloc_id_url could not be fixed
2020-08-26 20:15:21 +02:00
Mario Vavti
1fbc6fa431
add check against null
2020-08-25 06:48:22 +02:00
Mario Vavti
6177ec9134
prefix table names
2020-08-24 20:31:59 +02:00
Mario Vavti
bd4867ef39
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2020-08-24 13:44:43 +02:00
Mario Vavti
0189d06375
provide some sort of feedback
2020-08-24 13:44:30 +02:00
Mario
aafdeb9000
Revert "more prefer zot6"
...
This reverts commit e9a264cb43
2020-08-24 11:26:52 +02:00
Mario Vavti
e9a264cb43
more prefer zot6
2020-08-24 11:18:47 +02:00
Mario Vavti
b996d82c5f
prefer zot6 and also check for hubloc_deleted
2020-08-24 09:45:26 +02:00
Mario Vavti
c53794a8a2
an attempt to fix update 1238 for older hubs with broken xchan entries
2020-08-23 19:17:23 +02:00
Mario Vavti
170b2e4465
only show poke link if poke app is installed
2020-08-22 22:44:00 +02:00
Mario Vavti
4e0fc81e5d
move cryptojs to addon
2020-08-22 22:14:29 +02:00
Mario
3b865d432f
Revert "composer update pear/text_languagedetect"
...
This reverts commit 646dce7765
2020-08-22 21:32:06 +02:00
Mario Vavti
646dce7765
composer update pear/text_languagedetect
2020-08-22 20:01:59 +02:00
Mario Vavti
88a68f96da
composer update html-to-markdown
2020-08-22 19:56:28 +02:00
Mario Vavti
32bdf42913
composer update htmlpurifier
2020-08-22 19:50:15 +02:00
Mario Vavti
53a010d1d4
bootstrap files
2020-08-22 19:41:57 +02:00
Mario Vavti
a9e19cb89e
composer update bootstrap
2020-08-22 19:40:57 +02:00
Mario Vavti
4878611987
composer update jquery-file-upload
2020-08-22 19:36:43 +02:00
Mario Vavti
2c777acb25
composer update sabre libs
2020-08-22 19:31:29 +02:00
Mario Vavti
49df57df45
use the default setting and also add the mode to the cipher. aes-128 is to be preferred over aes-256 according to bruce schneier https://www.schneier.com/blog/archives/2009/07/another_new_aes.html#c386957
2020-08-21 10:55:55 +02:00
Mario Vavti
374c30999a
whitespace
2020-08-20 22:51:19 +02:00
Mario Vavti
2ab480188a
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2020-08-20 22:47:53 +02:00
Mario Vavti
c4c47f7777
first cut on implementing additional encryption with the SJCL library. aes only and no backward compatibility.
2020-08-20 22:47:33 +02:00
Mario
c36b2ca915
be more clear in comment
2020-08-20 08:53:58 +00:00
Mario
e55a1a6aa8
fix item deletion
2020-08-20 08:43:13 +00:00
Mario
21e5b05b14
Merge branch 'dev' into 'dev'
...
issue with DAV - moveInto and variable scope
See merge request hubzilla/core!1868
2020-08-17 20:40:41 +02:00
nobody
ea845aeacd
issue with DAV - moveInto and variable scope
2020-08-16 16:29:00 -07:00
nobody
ee3b077f26
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2020-08-16 16:28:17 -07:00
Mario Vavti
393cee6619
$id is expected to be an array with a calendarId and an instanceId for caldav
2020-08-15 13:17:04 +02:00
Mario
d9196bb82a
Merge branch 'dev' into 'dev'
...
update profile|cover photo activities converted to z6
See merge request hubzilla/core!1865
2020-08-05 19:13:44 +02:00
Zot
5ecbbfc7df
update profile|cover photo activities converted to z6
2020-08-05 19:13:44 +02:00
nobody
9244ee8094
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2020-08-04 16:26:44 -07:00
nobody
0b7ca61958
update profile|cover photo activities converted to z6
2020-08-04 16:25:33 -07:00
Mario
c56b140387
Ãthis should not be required anymore
2020-08-03 19:51:03 +00:00
Mario
3e7d3a20af
css fix
2020-07-31 09:37:59 +00:00
Mario
2d2cab0aba
event display zot/zot6 compatibility
2020-07-31 08:41:18 +00:00
Mario
364346b07c
syntax
2020-07-30 19:22:02 +00:00
Mario
be15a395d8
use cursor-pointer for the lock
2020-07-30 12:32:00 +00:00
Mario
845f7e9382
add new lock icon as svg
2020-07-30 09:59:25 +00:00
Mario
976d6baf6a
use the compact view in html2plain()
2020-07-30 08:48:02 +00:00
Mario
f9271bb0bd
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2020-07-30 08:22:01 +00:00
Mario
06f03eb13a
respect notifications settings
2020-07-30 08:21:43 +00:00
Mario
1a1c0ca72c
Merge branch 'dev' into 'dev'
...
Add minimum form displaying time before login
See merge request hubzilla/core!1863
2020-07-30 09:26:30 +02:00
Mario
73f2db09ae
Merge branch 'dev' into 'dev'
...
foreach warning and a minor update to util/zotsh
See merge request hubzilla/core!1864
2020-07-30 09:19:32 +02:00
Mario
be533679dd
raise cache lifetime - this should probably be configurable
2020-07-30 06:56:25 +00:00
Mario
e31903cbc9
add some context to the notifications
2020-07-29 19:53:00 +00:00
Mario
33d417955d
version
2020-07-26 07:47:52 +00:00
Mario
9f0f794a0a
whitespace
2020-07-26 07:46:22 +00:00
Mario
33e4d7c0d8
fix hubloc_id_url for activitypub with broken xchan_url
2020-07-26 07:45:20 +00:00
Mario
ad30834123
version
2020-07-26 07:31:05 +00:00
Mario
fba64e9451
improve profile detection and reduce feed result set
2020-07-26 07:16:06 +00:00
Mario
9b5e270379
tool to fix missing hubloc_id_url entries
2020-07-24 20:46:55 +00:00
Mario
ea5131db88
construct hubloc_id_url for imported legacy zot hublocs
2020-07-24 20:44:55 +00:00
zotlabs
7ae86d29d2
add api_verify to api_zot
2020-07-22 16:23:38 -07:00
zotlabs
13ff9a897d
foreach warning
2020-07-22 16:20:36 -07:00
Max Kostikov
4db38ec64a
Add minimum form displaying time before login
2020-07-21 23:59:26 +02:00
Mario
29c5a65e8f
reset bParam_page in case of failure
2020-07-21 19:25:37 +00:00
Mario
dd2ffae8bf
Revert "zot6 testing"
...
This reverts commit 4f95b44ff2 .
2020-07-21 19:08:03 +00:00
Mario
ca969cd0ed
those are not lÃikely to be parents
2020-07-21 17:54:14 +00:00
Mario
4f95b44ff2
zot6 testing
2020-07-21 17:29:40 +00:00
Mario
cb7aec0da5
slightly raise cache lifetime
2020-07-21 09:10:31 +00:00
Mario
62eebc86f6
no need to iterate the object twice
2020-07-21 09:09:41 +00:00
Max Kostikov
5ea7196e78
Merge branch 'dev' into 'dev'
...
Dev sync
See merge request kostikov/core!1
2020-07-19 14:58:19 +02:00
Mario
fcc47e69e4
do not cache single thread pages
2020-07-16 11:59:35 +00:00
Mario
d2f1c37431
more itemspage work
2020-07-16 10:49:08 +00:00
Mario
817fe8d485
version
2020-07-16 10:14:09 +00:00
Mario
1dbd85322d
an attempt to improve lazy loading
2020-07-16 10:13:26 +00:00
Mario
fe90096ace
bump zot revision to 6.0 std version to 4.7.9
2020-07-14 12:51:31 +00:00
Mario
ad60309187
minor adjustion
2020-07-14 12:48:21 +00:00
Mario
634a515ec1
reduce result sets and work around a regression in justifiedGallery
2020-07-14 12:43:34 +00:00
Mario
01abb82c37
prefer zot6 sys channel
2020-07-14 09:36:10 +00:00
Mario
1c88a8d4a0
Merge branch 'dev' into 'dev'
...
z6 work
See merge request hubzilla/core!1862
2020-07-14 09:24:11 +02:00
Mario
ce77f82966
more zot6
2020-07-13 20:52:15 +00:00
Mario
573af9e366
fix embeded shares
2020-07-13 18:59:23 +00:00
Mario
774cc852d4
fix php warning
2020-07-13 09:18:11 +00:00
zotlabs
c0735a5ca2
z6trans: don't swap xprof xchans on directory servers because it will fail with duplicate primary key in many cases and the migration will fail on each channel. What this means is that directory servers may take time to pick up zot6 entries if they haven't received them prior to the upgrade. I don't see an easier solution unless we check for existence of the zot6 xchan_hash in the xprof table before converting it.
2020-07-12 19:16:37 -07:00
zotlabs
fa752b0ac1
zot6 group updates to support edit and delete of top-level group posts. This is supported remotely by editing or removing the post that started it all. A W2W post can only be deleted at this time.
2020-07-12 19:06:24 -07:00
Mario
3f69fc70f1
sbom add jquery
2020-07-05 07:55:21 +00:00
Mario
137f56f994
only redirect to known sites
2020-06-19 08:18:43 +00:00
Mario
e2cbcf7039
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2020-06-18 19:40:18 +00:00
Mario
64f8df0a0d
looks like fullcalendar now requires a date object instead of a string
2020-06-18 19:40:00 +00:00
Mario
274d556ec1
add a title
2020-06-18 10:46:45 +02:00
Mario
f28c3b441e
start a software bill of materials - this is work in progress
2020-06-18 08:39:06 +00:00
Mario
4eaa893e0b
Merge branch 'dev' into 'dev'
...
zap group support
See merge request hubzilla/core!1859
2020-06-17 09:12:15 +02:00
Zot
36e969fd79
zap group compatibility - rewrites DMs and wall-to-wall posts to group pages as new posts authored by the group with an embedded reshare. This currently has known delivery issues due to zot/zot6 xchan confusion which are already slated for resolution in hz5. Specifically "sender is not owner/author" and missing abconfig permissions on the zot6 identity for a channel we're connected with over traditional zot.
2020-06-17 09:12:15 +02:00
Mario
d8f16960c8
Merge branch 'dev_homeinstall_reminder' into 'dev'
...
Dev homeinstall reminder
See merge request hubzilla/core!1860
2020-06-17 09:08:20 +02:00
OJ Random
101a7648ee
Dev homeinstall reminder
2020-06-17 09:08:20 +02:00
Mario
70a104f24f
upÃdate copperjs to version 1.5.7
2020-06-16 07:32:55 +00:00
Mario
0f27db6271
uodate justified-gallery to version 3.8.1
2020-06-15 09:35:39 +00:00
Mario
56ec55110a
update fullcalendar to version 4.4.2
2020-06-15 08:19:13 +00:00
Mario
570497071d
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2020-06-15 07:04:40 +00:00
Mario
49dee6312f
new file
2020-06-15 07:02:18 +00:00
Mario
63a6b4a162
composer update commerceguys/intl
2020-06-15 07:01:35 +00:00
Mario Vavti
ec4dea0920
zot6 does not appear to use zfinger
2020-06-14 18:47:18 +02:00
Mario Vavti
7270da6a28
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2020-06-14 15:39:00 +02:00
Mario Vavti
8cd66145bd
fix discovery
2020-06-14 15:38:44 +02:00
Mario
92ee27349c
check for zot6 first
2020-06-14 13:35:17 +00:00
Mario
a88233a045
composer update jquery-file-upload
2020-06-13 12:01:27 +00:00
Mario
0259130cf3
update jquery to version 3.5.1
2020-06-13 11:18:57 +00:00
Mario
d0a1f0b8f9
revert additional top border
2020-06-13 11:18:26 +00:00
Mario
97dd350c61
css fixes due to bootstrap update
2020-06-13 11:13:47 +00:00
Mario
dc3b09c8f3
composer update bootstrap
2020-06-13 10:00:50 +00:00
Mario
c8c4513af9
Merge branch 'dev' into 'dev'
...
allow apps to be both pinned and starred independently
See merge request hubzilla/core!1858
2020-06-11 12:13:44 +02:00
Zot
3201a4bec5
allow apps to be both pinned and starred independently
2020-06-11 12:13:43 +02:00
Mario
9da8e30c37
Merge branch 'fix-invite-code-deletion' into 'dev'
...
Fix invite code deletion
See merge request hubzilla/core!1857
2020-06-01 14:46:47 +02:00
Keenan Pepper
6bfac1a907
Fix bug allowing invite codes to be reused unlimited times
...
The invite codes aren't deleted from the DB because of a malformed query.
2020-05-27 13:52:38 -07:00
Mario
d0c7c99d5e
use strip_tags() on rss titles
2020-05-18 11:06:46 +00:00
Mario
934bcf5336
comment out code which is only required for loggingÃ
2020-05-18 08:46:30 +00:00
Mario
5b88873530
re-enable time logging
2020-05-18 07:33:32 +00:00
Mario
b161b02c51
bump version
2020-05-18 07:29:41 +00:00
Mario
ddc544e00a
add images load status to spinnner if preload images is enabled
2020-05-18 07:28:25 +00:00
Mario
97d5ffe056
wrong path
2020-05-16 08:44:24 +00:00
Mario Vavti
13319985fd
uuid for likes
2020-05-15 19:28:03 +02:00
Mario
e3aaa39f9e
Revert "uuid for likes"
...
This reverts commit b6efb02ed2 .
2020-05-15 15:26:05 +00:00
Mario
b6efb02ed2
uuid for likes
2020-05-15 15:08:57 +00:00
Mario
c358d8326e
whitespace
2020-05-15 13:16:07 +00:00
Mario
f40fedcad6
rewriting the author for legacy compatibility only if author is from this site and add comment.
2020-05-15 12:40:06 +00:00
Mario
b4973ede44
rewriting the owner for legacy compatibility should be sufficient
2020-05-15 12:11:35 +00:00
Mario
81338e8086
use zot_record_preferred() when fetching keys
2020-05-15 10:10:07 +00:00
Mario
4270e17bc4
implement notifications for direct messages
2020-05-14 09:27:39 +00:00
Mario
1329662edc
use dbq() in update 1238
2020-05-12 09:13:59 +00:00
Mario
249427365b
bump version
2020-05-12 09:08:56 +00:00
Mario
326644104c
really fix update for postgres
2020-05-12 08:56:05 +00:00
Mario
1520a26e0f
fix update for postgres
2020-05-12 08:34:35 +00:00
Mario
6ffdc1b642
update file
2020-05-12 08:29:54 +00:00
Mario
22d8523e76
DB update 1238 to fix hubloc_id_url for existing hublocs and set hubloc_id_url in Activity::actor_store()
2020-05-12 08:23:41 +00:00
Mario
2d3740b912
Legacy Hubzilla compatibility: when we relay a comment from hubzilla < 4.0, we send it to ourself again but this time with a valid uri as mid. To catch this as duplicate, we need to check for the basename aswell.
2020-05-11 20:22:25 +00:00
Mario
c8ab5db768
Merge branch 'dev' into 'dev'
...
Dev
See merge request hubzilla/core!1856
2020-05-11 19:54:22 +02:00
zotlabs
c656478230
issue with quoted hashtags/mentions
2020-05-10 16:13:01 -07:00
Mario
3d02758fee
deal with diaspora uuid
2020-05-10 10:55:57 +00:00
Mario
f473b5abfb
as_vid_sort -> vid_sort
2020-05-10 07:53:21 +00:00
Mario
22d68ddf08
it looks like this was required at some point but is not required anymore for our autocomplete to work as expected. fixes #1463
2020-05-08 12:21:06 +00:00
Mario
2cba88f1eb
new files
2020-05-07 21:49:08 +00:00
Mario
f132436af3
composer updates 2
2020-05-07 21:48:26 +00:00
Mario
fae70bf0a7
Revert "composer updates"
...
This reverts commit dbfe748d27
2020-05-07 23:35:02 +02:00
Mario
ffd2faf8a0
Revert "add new files"
...
This reverts commit c76ff4249e
2020-05-07 23:34:41 +02:00
Mario
64a8913385
tests: more declare return type
2020-05-07 21:00:49 +00:00
Mario
266dcd44bb
tests: declare return type
2020-05-07 20:49:52 +00:00
Mario
8851921d6d
bump php version to 7.3 for gitlab-ci
2020-05-07 20:36:45 +00:00
Mario
c76ff4249e
add new files
2020-05-07 15:23:30 +00:00
Mario
dbfe748d27
composer updates
2020-05-07 15:22:25 +00:00
Mario
4ee809bed6
fix tests
2020-05-07 08:31:31 +00:00
Mario
4ebf6cda5d
remove more traces of the premium channel app
2020-05-07 08:06:38 +00:00
Mario
a04b6d178b
deprecate premium channel app
2020-05-07 07:55:05 +00:00
Mario
c8b45c3449
channelx caching
2020-05-07 06:57:33 +00:00
Mario
1bb74a5a01
css
2020-05-06 19:59:21 +00:00
Mario
ef94072cee
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2020-05-06 19:56:47 +00:00
Mario
ff3ff2478d
allow to set different values for left and right aside width in $theme.php
2020-05-06 19:56:37 +00:00
Mario
2757822cd8
Merge branch 'dev' into 'dev'
...
Issue generating photo thumbnails when uploaded via davfs
See merge request hubzilla/core!1855
2020-05-06 11:00:30 +02:00
Zot
2cb0cade7b
Revert "issue generating photo thumbnails when uploaded via davfs"
...
This reverts commit 7a0d9a4494 .
2020-05-06 11:00:29 +02:00
zotlabs
191e01e3ec
re-apply after removing from cherry-picked git hash from wrong branch
2020-05-05 20:01:09 -07:00
zotlabs
8c65e9cb4a
Revert "issue generating photo thumbnails when uploaded via davfs"
...
This reverts commit 7a0d9a4494 .
2020-05-05 19:59:22 -07:00
zotlabs
79968ea07a
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2020-05-05 19:42:00 -07:00
zotlabs
7a0d9a4494
issue generating photo thumbnails when uploaded via davfs
2020-05-05 19:39:09 -07:00
Mario
06d1cf83d2
deal with polls and votes in enotify
2020-05-05 14:51:00 +00:00
Mario
de058901c2
catch the owner_xchan for activity_share items in notifications filter
2020-05-05 07:40:24 +00:00
Mario
a40b882d72
typo
2020-05-04 09:26:06 +00:00
Mario
46242aeaae
display complete perminfo only to owner
2020-05-04 09:24:22 +00:00
Mario
ad040a0b11
set CURLOPT_ENCODING in z_post_url()
2020-05-04 07:44:19 +00:00
Mario
4eaba326ce
version 4.7.6
2020-05-03 12:33:42 +00:00
Mario
fd48f9d173
improve functionality of combined notification filters
2020-05-03 12:31:10 +00:00
Mario
104c45f6e6
Merge branch 'dev' into 'dev'
...
Display delayed posts on author's channel page
See merge request hubzilla/core!1854
2020-05-02 17:28:49 +02:00
Max Kostikov
f4a71db42d
Display delayed posts on author's channel page
2020-05-02 17:28:49 +02:00
Mario
1ac2b93fd8
Merge branch 'iss1457' into 'dev'
...
stress the importance of PHP mail()
See merge request hubzilla/core!1852
2020-05-02 17:27:40 +02:00
Mario
03c1419ad0
missing lib include
2020-05-02 11:48:11 +00:00
Mario
18938280f5
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2020-05-01 10:24:13 +00:00
Mario
01334d761a
set CURLOPT_ENCODING to empty string so that compressed content will be uncompressed
2020-05-01 10:24:00 +00:00
Max Kostikov
446204f7d8
Merge branch 'dev' into 'dev'
...
Force browser photo revalidation
See merge request hubzilla/core!1853
2020-04-29 14:44:42 +02:00
Max Kostikov
328900cf3b
Force browser photo revalidation
2020-04-29 14:38:11 +02:00
Mario
837dbb7a14
Ãfix photo items
2020-04-29 11:10:54 +00:00
Mario
c9794439bc
adjust code comments and whitespace
2020-04-29 08:24:00 +00:00
Mario
079c13e633
more work on attach_store_item()
2020-04-29 08:21:33 +00:00
OJ Random
7b8c85cf3f
stress the importance of PHP mail()
2020-04-27 09:59:17 +02:00
Mario
c229f058b4
fix mod filestorage and fetch the info from attach if only the hash is provided in attach_store_item()
2020-04-25 09:15:20 +00:00
Mario
e2b10f52e0
more work on deprecating ACTIVITY_OBJ_FILE and adapt mod sharedwithme
2020-04-24 14:25:49 +00:00
Mario
2b8afd5580
fix file notifications
2020-04-23 19:38:19 +00:00
Mario
7e89d816d7
more work on deprecating ACTIVITY_OBJ_FILE
2020-04-23 19:14:43 +00:00
Mario
77c87bcccf
default item_wall to 0
2020-04-23 18:21:38 +00:00
Mario
b7a655917e
some work on deprecating ACTIVITY_OBJ_FILE
2020-04-23 18:19:25 +00:00
Mario
d8bfa5dd96
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2020-04-22 18:15:38 +00:00
Mario
88eb19165b
the parent id is required later in the process
2020-04-22 18:15:02 +00:00
Mario
2828b8cf5c
Merge branch 'dev_homeinstall' into 'dev'
...
fixes for real installation for debian 10
See merge request hubzilla/core!1851
2020-04-22 14:18:50 +02:00
Mario
b1b9dbe55f
more prefer zot6 over zot
2020-04-22 07:44:51 +00:00
Mario
579adb4897
fix onepoll
2020-04-21 09:42:40 +00:00
OJ Random
a9d52cd296
fixes for real intallation for debian 10
2020-04-20 17:56:52 +02:00
Mario
c71422e909
add the spec folder
2020-04-20 15:53:43 +00:00
Mario
03506bd6cf
use $mid as plink to prevent to long plinks
2020-04-20 11:58:08 +00:00
Mario
244936b0fd
some work on improving federation of item_private and make sure we deal with an array in array_path_exists()
2020-04-20 09:34:00 +00:00
Mario
f430a24fa3
missing lib import
2020-04-19 14:24:52 +00:00
Mario
ecb1c78173
make sure $post_tags is defined somewhere outsite a clause to prevent PHP warnings
2020-04-19 14:17:00 +00:00
Mario
42631b5943
revert
2020-04-18 14:22:40 +00:00
Mario
109f9eed61
just fetch the info we need
2020-04-18 14:09:08 +00:00
Mario
c7fdc53795
more do not include hublocs with no hubloc_id_url
2020-04-18 13:59:30 +00:00
Mario
602ca91700
remove debug code
2020-04-18 13:17:37 +00:00
Mario
4cfc0b1a64
de-duplicate $post_tags
2020-04-18 12:19:34 +00:00
Mario
3d5fdd086b
only return hublocs with hubloc_id_url set
2020-04-18 11:30:19 +00:00
Mario
223c4c7b9a
implement addressing and fix conversation fetching
2020-04-18 09:23:48 +00:00
Mario
f7e925beaa
Revert "keychange and request packets via zot6"
...
This reverts commit 9d0f71bfcb
2020-04-16 12:33:02 +02:00
Mario
e588ea8a8b
fix notification filtering
2020-04-15 15:39:33 +00:00
Mario
91cad21d33
fetch the item for asld in Lib/Share. This probably fixes addons issue #146
2020-04-15 11:56:56 +00:00
Mario
d6b9c8b93d
Ãfix php warning
2020-04-15 08:43:28 +00:00
Mario
a7273668d8
Merge branch 'dev' into 'dev'
...
Remove unnecessary [summary] tag processing
See merge request hubzilla/core!1850
2020-04-15 10:22:54 +02:00
Max Kostikov
b1f74f4ef4
Remove unnecessary [summary] tag processing
2020-04-15 10:22:54 +02:00
Mario
c640d1c599
Merge branch 'dev' into 'dev'
...
event issue when using strict sql mode
See merge request hubzilla/core!1849
2020-04-15 10:22:31 +02:00
Mario
9d0f71bfcb
keychange and request packets via zot6
2020-04-15 08:21:07 +00:00
Max Kostikov
bbca6be0f9
Update Item.php
2020-04-12 23:08:11 +02:00
Max Kostikov
31e1e9cbfb
Remove unnecessary [summary] tag processing
2020-04-12 21:41:32 +02:00
Mario
6de823b532
discover_feed() does not exist yet
2020-04-12 08:59:42 +00:00
Mario
69878ed628
handle some basic friendica attachment bbcodes
2020-04-12 07:54:22 +00:00
Mario
27ae9c9d34
just comment out is_edit_activity() call and add comments on why it is commented out
2020-04-12 07:35:17 +00:00
Mario
52e698cae6
function is_edit_activity() is obsolete
2020-04-12 07:05:01 +00:00
zotlabs
6a0ac591d1
event issue when using strict sql mode
2020-04-10 14:27:20 -07:00
Mario
328685d2fb
move from build_sync_packet() to Libsync::build_sync_packet()
2020-04-09 09:38:36 +00:00
Mario
806c738923
remove voting from UI in favour of polls
2020-04-08 18:41:54 +00:00
Mario
9c2d48bcd4
update 1236: we have seen situations in the wild where a zot6 xchan was present while its hubloc was missing. fix those separately if required so that we cover both situations.
2020-04-08 12:20:44 +00:00
Max Kostikov
d8802e4fc8
Merge branch 'dev' into 'dev'
...
Fix process id disclouse
See merge request hubzilla/core!1848
2020-04-08 11:40:32 +02:00
Max Kostikov
2c8a243ece
Merge branch 'dev' into 'dev'
...
# Conflicts:
# Zotlabs/Daemon/Expire.php
2020-04-08 11:34:29 +02:00
Max Kostikov
3372fb0761
Fix process id disclouse
2020-04-08 11:31:17 +02:00
Mario
af7a31cd14
owa: look for zot6 first
2020-04-06 12:12:44 +00:00
Mario
cb2996a40c
another import fix and do not allow importing channels < version 4.7.4 for zot6 compatibility reasons
2020-04-05 15:00:08 +00:00
Mario
ea237a97a1
more mod import fixes
2020-04-05 11:37:42 +00:00
Mario
530b1d038f
fix mod import
2020-04-05 11:19:12 +00:00
Mario
a31981966e
fix warning if iconfig value is an array
2020-04-05 09:29:23 +00:00
Mario
84183d9f7e
show event timezone only if adjust ist set and the offset of the event timezone is different from the channel default timezone offset
2020-04-05 09:11:12 +00:00
Mario
805f8bf983
show event timezone if it differs from the channel default timezone
2020-04-05 07:59:41 +00:00
Mario
67c9b5d049
fix unseen forum posts count
2020-04-05 06:47:12 +00:00
Mario
44b935f875
another attempt to get events right
2020-04-04 15:41:58 +00:00
Mario
cade25a112
Revert "more timezone changes"
...
This reverts commit cec2e92fe3
2020-04-03 22:01:44 +02:00
Mario
a4831b0f7c
Revert "use timezone info for timezone display only- the actual time is in utc already."
...
This reverts commit 625438ff64
2020-04-03 22:01:24 +02:00
Mario
ec9418b262
Revert "set timezone iconfig a little earlier in the process so that it will be included in the object"
...
This reverts commit 6cfaa5cba3
2020-04-03 22:01:02 +02:00
Mario
cec2e92fe3
more timezone changes
2020-04-03 19:50:50 +00:00
Mario
625438ff64
use timezone info for timezone display only- the actual time is in utc already.
2020-04-03 19:22:31 +00:00
Mario
6cfaa5cba3
set timezone iconfig a little earlier in the process so that it will be included in the object
2020-04-03 18:34:15 +00:00
Mario
31fea1014e
Merge branch 'dev' into 'dev'
...
fix app links in DB when doing a site rename
See merge request hubzilla/core!1846
2020-04-03 10:51:34 +02:00
Mario
898fea1e0e
Merge branch 'dev' into 'dev'
...
Avoid multiple run of expiry procedure on large sites
See merge request hubzilla/core!1847
2020-04-03 10:49:57 +02:00
Max Kostikov
4b3979df04
Avoid multiple run of expiry procedure on large sites
2020-04-03 10:49:57 +02:00
Mario
ac52bebb88
ATOM_TIME format is not compatible with the DB
2020-04-02 12:33:57 +00:00
Mario
c568f7b8d1
bump version
2020-04-01 18:22:33 +00:00
Mario
d925ec6759
fix outgoing mails to zot connections
2020-04-01 18:13:00 +00:00
Max Kostikov
c136c142b8
Use config instead pconfig
2020-04-01 12:59:12 +02:00
Mario
38be2386dd
cheat with guid_sig to reflect transition to zot6 and re-enable transition of connections
2020-04-01 09:26:27 +00:00
Mario
643b2f9205
do not enable transition of connections yet
2020-04-01 08:03:19 +00:00
Mario
ffe429be65
transition connections to zot6 if their site has been updated
2020-04-01 07:44:07 +00:00
Max Kostikov
4a56b77f64
Use pconfig
2020-03-31 21:00:21 +02:00
Max Kostikov
9773ab7aab
Use POSIX kill 0 to check expire process status
2020-03-31 20:45:15 +02:00
Max Kostikov
6c02fa40f1
Check if POSIX PHP module is available on PID check
2020-03-31 20:15:09 +02:00
Max Kostikov
632996f53e
Add check if expire procedure is still running
2020-03-31 20:03:29 +02:00
Max Kostikov
710448e73f
Update Expire.php
2020-03-31 19:58:08 +02:00
Max Kostikov
084177a20c
Avoid multiple run of expiry procedure on large sites
2020-03-31 19:57:05 +02:00
Max Kostikov
5a2c62466e
Merge branch 'dev' into 'dev'
...
Sync dev
See merge request kostikov/core!2
2020-03-31 19:54:20 +02:00
Mario
b739f91caa
use Libsync::build_sync_packet() in mod item, default Lib/Queue driver to zot6 and some whitespace cleanup in queue_deliver()
2020-03-29 15:18:49 +00:00
Mario
b1590ad645
fix check for existing hublocs
2020-03-29 10:47:22 +00:00
Mario
f49010bb12
port fhublocs to zot6 and fix issue with primary detection
2020-03-29 08:33:42 +00:00
Mario
6e1c3b6d48
Merge branch 'z6connect' into 'dev'
...
Transition to zot6
See merge request hubzilla/core!1823
2020-03-28 11:12:22 +01:00
Mario
bcdd75b817
prevent mod fhublocs breaking things. it needs porting to zot6 but has no priority for now.
2020-03-28 09:29:49 +00:00
Mario
0271f2a1ae
fix z6_discover() to do the right thing after transition
2020-03-26 08:14:20 +00:00
Mario
0c1c386a0a
do not use channel_portable_id in process_channel_sync_delivery(). we should only accept sync packages from channels which are already transitioned to zot6.
2020-03-25 11:29:00 +00:00
zotlabs
a3acec9674
issue 1454 - some photo item ActivityStreams links not returning json-ld; requires related fixes in addons/pubcrawl
2020-03-24 18:26:20 -07:00
Mario
4eaddd1279
do not sync with incompatible hubs
2020-03-24 08:32:37 +00:00
Mario
eb3dbcce7b
one more typo
2020-03-16 22:04:28 +00:00
Mario
3ecf1cab5e
typo
2020-03-16 21:55:59 +00:00
Mario
c536526196
Update 1236 and bump version to 4.7.4
2020-03-16 20:12:30 +00:00
Mario
b2de12442d
wrong variable
2020-03-13 19:32:59 +00:00
zotlabs
8f5cb0c45a
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2020-03-12 17:55:35 -07:00
Mario
3b4503c971
use xchan_guid_sig instead of channel_guid_sig since it slightly differs depending on *default* protocol
2020-03-12 19:09:34 +00:00
Mario
c358aa2806
first batch of zot6 transition patches. basic communication with transitioned channels *should* work now
2020-03-12 18:27:16 +00:00
zotlabs
938d26ba3e
fix app links in DB when doing a site rename
2020-03-11 15:18:33 -07:00
Mario
b23751128b
port create_identity() to zot6
2020-03-11 10:43:19 +00:00
Mario
d54ff4fae5
Merge branch 'dev' into z6connect
2020-03-11 10:35:05 +00:00
Mario
720d3dcedc
z6trans preparation for db update 1236
2020-03-11 10:34:25 +00:00
Mario
ce4fc30439
use 24h time format
2020-03-06 10:11:10 +00:00
Mario
b39474456f
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2020-03-06 09:51:10 +00:00
Mario
25cd9b4983
provide tool to transform channels to zot6. WARNING: transformed channels will not yet be functional without additional patches.
2020-03-06 09:50:53 +00:00
Max Kostikov
2d65ce542c
Merge branch 'dev' into 'dev'
...
Dev
See merge request hubzilla/core!1845
2020-03-06 10:42:17 +01:00
Max Kostikov
c2b691fd01
Translate 'vote' button text
2020-03-06 10:33:25 +01:00
Max Kostikov
ae691bdc7c
Merge branch 'dev' into 'dev'
...
Sync dev
See merge request kostikov/core!1
2020-03-06 10:26:19 +01:00
Mario
ba566fd64b
Merge branch 'dev' into z6connect
2020-03-02 09:50:11 +00:00
Max Kostikov
85c07d57fe
Merge branch 'dev' into 'dev'
...
rework img alt text - preserve legacy bbcode
See merge request hubzilla/core!1844
2020-03-01 16:23:24 +01:00
zotlabs
16fd618380
rework img alt text - preserve legacy bbcode
2020-02-29 13:08:16 -08:00
Mario
06f2979e04
prevent duplicate votes
2020-02-29 10:25:22 +00:00
Mario
1ff9d1afdd
Merge branch 'dev' into 'dev'
...
alt attribute for images
See merge request hubzilla/core!1843
2020-02-29 11:15:55 +01:00
zotlabs
a776f69a59
alt attribute for images
2020-02-28 14:31:49 -08:00
Mario
a574290235
poll UI strings
2020-02-28 13:22:30 +00:00
Mario
84c9ae04fc
Merge branch 'wiki-link-titles' into 'dev'
...
Allow wiki link titles
See merge request hubzilla/core!1842
2020-02-28 12:23:01 +01:00
BattleMage
c74c41c3b8
Allow wiki link titles
...
Allow linking to wiki pages with alternating titles by separating the
title from the link with a pipe, like regular wiki markup does.
2020-02-28 10:31:07 +01:00
Mario
7cf73e0533
Merge branch 'dev' into 'dev'
...
add iconfig to zot6 objects
See merge request hubzilla/core!1835
2020-02-27 10:22:48 +01:00
Mario
03e9ed71b4
version 4.7.3
2020-02-27 09:22:06 +00:00
Mario
e7e79f7423
bump version
2020-02-27 08:38:01 +00:00
Mario
589af1f9ee
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2020-02-26 09:51:56 +00:00
Mario
e7f25b8466
implement poll UI in jot
2020-02-26 09:51:40 +00:00
Max Kostikov
2100441b54
Merge branch 'dev' into 'dev'
...
Update Russian translation
See merge request hubzilla/core!1839
2020-02-26 00:17:58 +01:00
Max Kostikov
082826ee44
Update hstrings.php
2020-02-26 00:12:57 +01:00
Max Kostikov
93ad3eb6f1
Update hmessages.po
2020-02-26 00:12:23 +01:00
Max Kostikov
177209b5e9
Merge branch 'dev' into 'dev'
...
Fix missprint in Russian translation
See merge request hubzilla/core!1838
2020-02-25 21:43:48 +01:00
Max Kostikov
47d80df81c
Update hmessages.po
2020-02-25 21:38:33 +01:00
Max Kostikov
3d6fa049da
Update hstrings.php
2020-02-25 21:37:49 +01:00
Max Kostikov
16738dfe7f
Merge branch 'dev' into 'dev'
...
Minor cdav related changes
See merge request hubzilla/core!1836
2020-02-24 12:10:00 +01:00
Max Kostikov
c28ba4be37
Update cdav import parameters comment
2020-02-24 11:39:26 +01:00
Max Kostikov
8bcdc24fcb
Code reuse
2020-02-24 11:38:23 +01:00
Mario
b36eb9a91c
Merge branch 'dev' into 'dev'
...
Implement DAV calendars sync with clones
See merge request hubzilla/core!1834
2020-02-24 10:02:09 +01:00
Max Kostikov
989fbe70cd
Implement DAV calendars sync with clones
2020-02-24 10:02:09 +01:00
zotlabs
85cf25a2a8
add iconfig to zot6 objects
2020-02-23 15:28:16 -08:00
Mario
7bb94f9993
Merge branch 'patch-20200221a' into 'dev'
...
Fix: hang on too few items
See merge request hubzilla/core!1832
2020-02-23 14:40:18 +01:00
M. Dent
1297c8d2ae
Fix: hang on too few items
2020-02-23 14:40:18 +01:00
Mario
ed28ef185e
polls can also appear in shares
2020-02-23 08:45:39 +00:00
Mario
9d97cc2a1d
implement optional events and polls filter
2020-02-21 10:44:26 +00:00
Mario
23acf02d58
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2020-02-20 21:25:52 +00:00
Mario
60311eb04b
fix warning
2020-02-20 21:25:41 +00:00
Mario
b9a8b9e47b
Merge branch 'dev' into 'dev'
...
Implement CardDAV address book sync with clones
See merge request hubzilla/core!1829
2020-02-20 20:03:50 +01:00
Max Kostikov
b7bac45427
Revert "Use argv() instead URI parsing"
...
This reverts commit bcfb69eeeef6a0506a0ec0574a03b673df84a55a
2020-02-20 20:03:50 +01:00
Mario
7d05b8e5fd
vote issue
2020-02-20 17:16:14 +00:00
Mario
d5ae9aedc4
remove unused images
2020-02-13 10:38:47 +01:00
Max Kostikov
1b216e6019
Merge branch 'dev' into 'dev'
...
issue with multi-line poll elements
See merge request hubzilla/core!1831
2020-02-13 08:33:20 +01:00
zotlabs
83256c9ccd
issue with multi-line poll elements
2020-02-12 14:17:28 -08:00
Mario
9f029336ca
fix notifications for polls
2020-02-11 09:20:32 +00:00
Mario
95476cf33c
Merge branch 'dev' into 'dev'
...
this allows polls to federate from hubzilla to zap, though still a remaining issue with voting
See merge request hubzilla/core!1830
2020-02-11 07:55:34 +01:00
zotlabs
bf7c96807a
fix poll responses
2020-02-10 18:17:41 -08:00
zotlabs
d4a6aa7801
this allows polls to federate from hubzilla to zap, though still a remaining issue with voting
2020-02-10 15:34:33 -08:00
zotlabs
b767bda410
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2020-02-10 14:38:28 -08:00
Mario
a39d436f9f
poll fixes
2020-02-10 20:37:35 +00:00
Mario
50dbe1e62d
Merge branch 'dev' into 'dev'
...
poll updates
See merge request hubzilla/core!1828
2020-02-10 12:25:11 +01:00
zotlabs
be81a40b2b
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2020-02-09 16:33:12 -08:00
zotlabs
bbcb237f5b
poll updates
2020-02-09 16:32:18 -08:00
Mario
33be244d8a
Merge branch 'patch-1' into 'dev'
...
Add 'hook call' to be used for new addon 'NavBanner_options'
See merge request hubzilla/core!1827
2020-02-07 11:24:01 +01:00
Voryzen
ca75619518
Add 'hook call' to be used for new addon 'NavBanner_options'
2020-02-07 11:24:01 +01:00
Max Kostikov
82acfb75a1
Merge branch 'dev' into 'dev'
...
missing piece of poll code
See merge request hubzilla/core!1826
2020-02-05 14:28:27 +01:00
zotlabs
fc9e6d289a
missing piece of poll code
2020-01-31 12:51:23 -08:00
Mario
6838342d62
fix php warningÃ
2020-01-31 10:29:20 +00:00
Mario
69b25e490e
Merge branch 'dev' into 'dev'
...
polls and other backend z6 compat work
See merge request hubzilla/core!1825
2020-01-31 10:34:55 +01:00
zotlabs
b8d7647c48
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2020-01-30 15:58:36 -08:00
zotlabs
989443a569
basic poll support and patch to not call System::get_platform_name() within t() unless needed. Polls probably need refining and have not yet been fully tested after porting
2020-01-30 15:56:33 -08:00
Max Kostikov
c50a311ff3
Merge branch 'dev' into 'dev'
...
Prevent multiple database requests on name platform check
See merge request hubzilla/core!1824
2020-01-30 20:39:13 +01:00
Max Kostikov
b37e5a426a
Update System.php
2020-01-30 20:36:00 +01:00
Max Kostikov
5e76318e44
Update System.php
2020-01-30 20:28:55 +01:00
Max Kostikov
8ed3971ef0
Prevent multiple database requests on name platform check
2020-01-30 20:18:25 +01:00
Mario
c2b6f0bc28
Merge branch 'dev' into 'dev'
...
z6 compat work
See merge request hubzilla/core!1822
2020-01-30 20:06:15 +01:00
Zot
2c42daf609
z6 compat work
2020-01-30 20:06:15 +01:00
Mario
8e2446a2fc
provide img and zmg tags with image description
2020-01-30 17:24:08 +00:00
Mario
19bb9e0181
zap is storing perms different from hubzilla - revert Lib/Connect to use the hubzilla way. Eventually we might want to streamline this with zap. This will require a DB update to upgrade permissions in abconfig.
2020-01-30 10:12:45 +00:00
zotlabs
e9b2dacb61
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2020-01-29 14:33:43 -08:00
zotlabs
3df5d854b8
z6 transition work - prevent z6 sync packets from being unpacked into an incompatible schema
2020-01-29 14:29:06 -08:00
Mario
9545a81166
update create_identity() to use Lib/Connect via connect_and_sync() ported from zap
2020-01-26 19:41:52 +00:00
Mario
1712eceaf9
port Lib/Connect and Module/Follow from zap. Connect with new connections via zot6
2020-01-26 15:08:55 +00:00
Mario
7d8c6cb9ed
Merge branch 'dev' into 'dev'
...
bugfix: event_addtocal not preserving original privacy expectation
See merge request hubzilla/core!1820
2020-01-26 13:54:00 +01:00
zotlabs
f123809d29
more work on zap export
2020-01-25 16:24:14 -08:00
Mario
7abcdd34af
minor private forum notifications fixes
2020-01-25 14:32:35 +00:00
zotlabs
ead56c59e2
bugfix: event_addtocal not preserving original privacy expectation
2020-01-24 19:38:52 -08:00
zotlabs
19a8dfaa5c
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2020-01-24 19:38:21 -08:00
Mario
fa45ea1d84
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2020-01-23 14:25:01 +00:00
Mario
8789edb65d
make sure we import the zot6 xchan if we do not have it yet
2020-01-23 14:24:46 +00:00
Max Kostikov
b6abc034cf
Merge branch 'dev' into 'dev'
...
Update Russian translation
See merge request hubzilla/core!1819
2020-01-22 21:11:27 +01:00
Max Kostikov
c92ea70453
Update hstrings.php
2020-01-22 21:02:46 +01:00
Max Kostikov
07eee20525
Update hmessages.po
2020-01-22 21:02:33 +01:00
Mario
6c9130be46
Merge branch 'dev' into 'dev'
...
Don't validate domain with PTR record; remove uneccessary CNAME check; add IPv6 check
See merge request hubzilla/core!1818
2020-01-22 20:26:10 +01:00
Mario
51f00cda92
fix typo
2020-01-21 08:55:11 +00:00
Mario
7973567a7c
more shortlocalize and bdi tags
2020-01-20 09:30:24 +00:00
Max Kostikov
b81b18814e
Don't validate domain with PTR record; remove uneccessary CNAME check; add IPv6 check
2020-01-19 21:55:15 +01:00
Mario
bbfe71b0c6
the address or URL as linktitle should be sufficient
2020-01-18 20:46:52 +00:00
Mario
7404183830
missing update file
2020-01-18 20:13:09 +00:00
Mario
43aea3ce38
we need 24h format
2020-01-18 20:05:05 +00:00
Mario
cbaf4b7536
introduce db_str_to_date()
2020-01-18 20:00:37 +00:00
Mario
570d84c031
fix shortlocalize
2020-01-18 16:04:40 +00:00
Mario
9eeccc087d
move mail frontend to addons and remove mail app from system apps
2020-01-18 14:23:23 +00:00
Mario
7404a8ec1a
implement bdi tags via bbcode where possible
2020-01-18 14:19:31 +00:00
Mario
bfae86bdb6
more bdi tags
2020-01-18 13:17:37 +00:00
Mario
66f6a1d186
wrap profile names in bdi tags to prevent mastodon-kiddies to mess with the layout
2020-01-18 10:54:53 +00:00
Mario
17a4aa983e
$owner in get_feed_for() is the atom rendered channel, for atom_entry we need the owners channel_id though.
2020-01-17 21:31:37 +00:00
Mario
2a0a06d74a
some work on zot6 DMs
2020-01-15 21:43:47 +00:00
Mario
ccaa93655a
fix typo
2020-01-15 09:48:10 +00:00
Mario
65bc363685
Merge branch 'dev' into 'dev'
...
event compatibility work
See merge request hubzilla/core!1817
2020-01-15 10:30:02 +01:00
zotlabs
293d411efb
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2020-01-14 13:34:56 -08:00
zotlabs
2a287e6def
event compatibility work
2020-01-14 13:29:45 -08:00
Mario
d96f4340e8
Merge branch 'dev' into 'dev'
...
Fix wrong URL detection with Markdown support enabled
See merge request hubzilla/core!1816
2020-01-14 10:38:06 +01:00
zotlabs
d3cbbe029c
rework activitystreams events - send invite/event activities instead of create/event. Also a first pass at creating a Zap export file from Hubzilla. Much more work is needed before this is functional.
2020-01-12 22:41:28 -08:00
Max Kostikov
a1ccacb825
Fix wrong URL detection with Markdown support enabled
2020-01-12 18:24:59 +01:00
Mario
b04915161b
composer update symfony/polyfill-ctype
2020-01-12 09:51:21 +00:00
Mario
8cb968c4b0
composer update sabre/dav
2020-01-12 09:18:07 +00:00
Mario
f645c6f3a5
update cropperjs to the recent version
2020-01-11 10:30:12 +00:00
Mario
4c1c690816
fix markdown test
2020-01-09 14:33:00 +00:00
Mario
537a7cf03d
composer updates
2020-01-09 13:34:37 +00:00
Mario
662e8f8a4c
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2020-01-09 08:38:48 +00:00
Mario
7397348b9c
Merge branch 'dev' into 'dev'
...
Add age choice on cached item retrieve
See merge request hubzilla/core!1813
2020-01-09 09:30:36 +01:00
Mario
5c43013692
deal with situations where we do not have an xchan_addr but only an xchan_url
2020-01-09 08:20:01 +00:00
Max Kostikov
908875a052
Update Cache.php
2020-01-06 20:40:18 +01:00
Max Kostikov
41ce2da080
Add age choice on cached item retrieve
2020-01-05 11:49:36 +01:00
Max Kostikov
6add6ce79b
Merge branch 'dev' into 'dev'
...
Fixed es-es/hmessages.po
See merge request hubzilla/core!1812
2019-12-28 22:23:57 +01:00
mjfriaza
0fe9c029ab
Fixed es-es/hmessages.po
2019-12-28 19:04:58 +01:00
Max Kostikov
a6522b34c7
Merge branch 'dev' into 'dev'
...
Update Spanish
See merge request hubzilla/core!1811
2019-12-28 18:47:08 +01:00
mjfriaza
229f99fe6b
Update Spanish
2019-12-28 18:17:42 +01:00
Mario
bdc269d445
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2019-12-28 14:38:06 +00:00
Mario
ff63132a32
pubstream: use search mode for tag filter view and add a title
2019-12-28 14:37:52 +00:00
Max Kostikov
e7fb22edc1
Merge branch 'dev' into 'dev'
...
Update Russian translation
See merge request hubzilla/core!1810
2019-12-27 19:38:17 +01:00
Max Kostikov
3c59303b68
Update hstrings.php
2019-12-27 19:25:36 +01:00
Max Kostikov
fb4504c5a3
Update hmessages.po
2019-12-27 19:25:05 +01:00
Mario
db22578c16
re-add german translations for x minutes etc. which were removed in rkor's merge request
2019-12-21 09:49:24 +00:00
Mario
300727b8cf
german translation fixes
2019-12-21 09:40:57 +00:00
Mario
448fb14fc4
Merge branch 'dev' into 'dev'
...
Some translations to German (#1418 )
See merge request hubzilla/core!1809
2019-12-21 10:35:32 +01:00
Mario
c42e8613e5
sse: fix new posts only filter broken after aditional results loaded
2019-12-20 09:53:05 +00:00
Robert Kormann
12de30a2b1
German translations related to settings and apps, German context help
2019-12-18 18:27:00 +01:00
Mario
6f93d9848c
Disable oembed in directory profile about
2019-12-17 10:53:40 +01:00
Mario
3d019fa2dd
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2019-12-17 09:33:08 +00:00
Max Kostikov
d5aeb13601
Merge branch 'dev' into 'dev'
...
Fix possibly unknown author
See merge request hubzilla/core!1808
2019-12-16 21:51:40 +01:00
Mario
230f7ab6d4
sse: remove redundant code
2019-12-16 13:50:43 +00:00
Max Kostikov
d71dd21abc
Fix possibly unknown author
2019-12-16 10:23:33 +01:00
Robert Kormann
0d00b72569
Merge branch 'dev' into RKor.Info
2019-12-15 18:11:47 +01:00
Mario
00f6deb9bd
remove redundant css
2019-12-15 09:14:51 +00:00
Robert Kormann
cce5054aec
German translations of settings and apps elements
2019-12-14 16:46:26 +01:00
Mario
544ef3bc58
update composer libs and minor notifications display fixes
2019-12-12 14:51:10 +00:00
Mario
124cc43962
when ajax loading new posts, always scroll to top first
2019-12-12 09:09:31 +00:00
Max Kostikov
4237dd457e
Merge branch 'dev' into 'dev'
...
missing translation "%d unseen"
See merge request hubzilla/core!1806
2019-12-10 12:34:45 +01:00
zotlabs
88ebbd90d8
missing translation "%d unseen"
2019-12-09 19:43:01 -08:00
Max Kostikov
298acb9645
Merge branch 'dev' into 'dev'
...
directory: port censoring from zap and disable oembed in profile about
See merge request hubzilla/core!1805
2019-12-09 18:47:55 +01:00
Mario
c4f4edd743
directory: port censoring from zap and disable oembed in profile about
2019-12-09 10:44:44 +00:00
Max Kostikov
258a4e5627
Merge branch 'dev' into 'dev'
...
Don't show pinned post on single post displaying
See merge request hubzilla/core!1804
2019-12-08 00:22:46 +01:00
Max Kostikov
e1400e5745
Don't show pinned post on single post displaying
2019-12-08 00:18:51 +01:00
Mario
593688d539
Merge branch 'dev' into 'dev'
...
Add .webp image format support
See merge request hubzilla/core!1802
2019-12-07 20:14:18 +01:00
Max Kostikov
aed6823051
Add .webp image format support
2019-12-07 20:14:17 +01:00
Mario
96f9e51546
sse: encode string instead of replacing quotes in the template, use decodeURIComponent() instead of unescape() which is marked deprecated.
2019-12-07 19:09:19 +00:00
Mario
161ea6d51f
sse: initial commit to deal with forum notifications
2019-12-07 13:05:07 +00:00
Max Kostikov
88e755037b
Merge branch 'dev' into 'dev'
...
Unpin pinned item on site admin deletion
See merge request hubzilla/core!1801
2019-12-05 12:43:00 +01:00
Max Kostikov
cde706748a
Unpin pinned item on site admin deletion
2019-12-05 12:37:54 +01:00
Max Kostikov
3e833a5bcd
Merge branch 'dev' into 'dev'
...
Add missed break
See merge request hubzilla/core!1800
2019-12-04 21:00:20 +01:00
Max Kostikov
475a39ff90
Add missed break
2019-12-04 20:57:35 +01:00
Max Kostikov
2dd2b755f1
Merge branch 'dev' into 'dev'
...
Show unpin button in pinned post for owner only
See merge request hubzilla/core!1799
2019-12-04 15:42:48 +01:00
Max Kostikov
a6516341c5
Show unpin button for pinned post for owner only
2019-12-04 15:35:46 +01:00
Max Kostikov
9a70c3c275
Show unpin button for pinned post for owner only
2019-12-04 15:33:53 +01:00
Max Kostikov
5998445841
Merge branch 'dev' into 'dev'
...
Remove pinned item on every change
See merge request hubzilla/core!1798
2019-12-04 12:01:24 +01:00
Max Kostikov
d9c39d0c41
Remove pinned item on every change
2019-12-04 11:58:42 +01:00
Max Kostikov
4038b78377
Merge branch 'dev' into 'dev'
...
More pinned items frontend processing fixes
See merge request hubzilla/core!1797
2019-12-04 11:53:37 +01:00
Max Kostikov
dce8516da4
More pinned items frontend processing fixes
2019-12-04 11:50:56 +01:00
Max Kostikov
d439dee736
Merge branch 'dev' into 'dev'
...
Fix switching pinned items
See merge request hubzilla/core!1796
2019-12-04 11:16:36 +01:00
Mario
295c08fcf3
update changelog
2019-12-04 10:14:28 +00:00
Max Kostikov
efa11cbc74
Update pinned item markup
2019-12-04 11:13:33 +01:00
Max Kostikov
4a8e222763
Fix update pin / unpin button text on pinned item replace
2019-12-04 11:11:39 +01:00
Max Kostikov
75b9c7d6b8
Fix variables for unpin button
2019-12-04 10:21:03 +01:00
Max Kostikov
d1648fb258
Remove square
2019-12-04 10:12:29 +01:00
Max Kostikov
34cda095fe
Remove square
2019-12-04 10:10:39 +01:00
Max Kostikov
dad7bc82c3
Merge branch 'dev' into 'dev'
...
Ad unpin button for pinned content and fix unpin on unpinned item drop
See merge request hubzilla/core!1795
2019-12-04 10:07:09 +01:00
Max Kostikov
0ee65ee954
Merge branch 'dev' into 'dev'
...
# Conflicts:
# Zotlabs/Widget/Pinned.php
# view/js/main.js
# view/tpl/conv_item.tpl
# view/tpl/pinned_item.tpl
2019-12-04 10:03:55 +01:00
Max Kostikov
ae0780fe3f
Unpin only pinned items on item drop
2019-12-04 09:58:16 +01:00
Max Kostikov
d2a65ab1be
Remove hint for pin button
2019-12-04 09:50:31 +01:00
Max Kostikov
f4516826ef
Add unpin button for pinned item
2019-12-04 09:49:32 +01:00
Max Kostikov
b894380f86
Add unpin button for pinned item
2019-12-04 09:49:05 +01:00
M. Dent
b48a9d3f75
Merge branch 'dev' into 'dev'
...
Add content pinning support
See merge request hubzilla/core!1794
2019-12-04 03:44:25 +01:00
Max Kostikov
21b398252a
Add content pinning support
2019-12-04 03:44:24 +01:00
Max Kostikov
80e03268fd
Fix show share menu option for pinned post
2019-12-03 23:35:19 +01:00
Max Kostikov
135b3cf1ef
Fix hide pinned post button for unauthenticated viewer
2019-12-03 17:17:06 +01:00
Max Kostikov
b9e083da61
Add layout for hiding pinned content and its processing
2019-12-03 16:58:46 +01:00
Max Kostikov
74aa446190
Add hiding pinned content
2019-12-03 16:56:24 +01:00
Max Kostikov
0d7548a381
Add hiding pinned content
2019-12-03 16:55:32 +01:00
Max Kostikov
428b2cca21
Minor pinned content processing fixes
2019-12-03 16:44:27 +01:00
Max Kostikov
28a316f73f
Normalize SQL query
2019-12-03 10:33:46 +01:00
Max Kostikov
0532d639c2
Optimize pinned item verbs based activity processing
2019-12-03 10:26:49 +01:00
Max Kostikov
c17717c5db
Remove debug logging
2019-12-03 10:14:49 +01:00
Max Kostikov
8b00913579
Show poll results in pinned items
2019-12-03 00:24:04 +01:00
Max Kostikov
cf95c4878d
Add poll results in pinned item layout
2019-12-03 00:23:02 +01:00
Max Kostikov
4958e3b42c
Unpin item on drop
2019-12-02 17:07:12 +01:00
Max Kostikov
cc3edeb6f5
Fix unique HTML elements id
2019-12-02 15:09:15 +01:00
Max Kostikov
20c296ce53
Add scroll to pinned item before removal
2019-12-01 16:30:16 +01:00
Max Kostikov
5ccbcb44f7
Add pinned content on channel page
2019-12-01 15:52:57 +01:00
Max Kostikov
adcf28af7c
Add Russian strings for pinned content
2019-12-01 15:41:28 +01:00
Max Kostikov
5b206cd4a7
Add Russian strings for pinned content
2019-12-01 15:41:10 +01:00
Max Kostikov
1eb70b66d8
Add missed semicolon
2019-12-01 15:37:06 +01:00
Max Kostikov
3c1ff1fc63
Add base64 mids array
2019-12-01 15:22:38 +01:00
Max Kostikov
d711f2ad4c
Add b64mids to support current JS
2019-12-01 15:21:32 +01:00
Max Kostikov
ae8a1c992a
Formatting
2019-12-01 14:28:26 +01:00
Max Kostikov
580d3db5a8
Add pinned content widget
2019-12-01 14:26:18 +01:00
Max Kostikov
042cc96968
Add pinning processing module
2019-12-01 14:21:08 +01:00
Max Kostikov
d177043c9f
Add pinned item layout
2019-12-01 14:17:32 +01:00
Max Kostikov
4c1e2c2dd8
Fix missprint
2019-12-01 14:12:52 +01:00
Max Kostikov
7dcb0cc11b
Add pinning processing
2019-12-01 14:10:47 +01:00
Max Kostikov
837d9a4df0
Add pinnig controls to item layout
2019-12-01 14:08:19 +01:00
Max Kostikov
ec1d5ead93
Add description for system.pin_types variable
2019-12-01 14:06:14 +01:00
Max Kostikov
f485ed174d
Add pinned items controls
2019-12-01 14:00:10 +01:00
Max Kostikov
e8560d56f5
Add pinned items strings
2019-12-01 13:56:52 +01:00
Max Kostikov
3a937fb969
Add pinned items JS strings
2019-12-01 13:55:51 +01:00
Mario
c1aa96ebf7
sse: template fixes, fix missing forum notifications and minor impovements
2019-11-29 19:46:13 +00:00
Mario
17e012afc6
remove logging
2019-11-29 15:31:46 +00:00
Mario
1c6796f907
sse: possible fix for race condition and fix notification count if we loaded unseen items but their notifications were not yet loaded
2019-11-29 15:30:58 +00:00
Mario
f2c73c0f45
Merge branch 'fix-listmode-spinner' into 'dev'
...
Move auto_save_draft to header from thread comment
See merge request hubzilla/core!1793
2019-11-28 09:30:57 +01:00
Mario
78492d0037
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2019-11-28 08:23:13 +00:00
Mario
2b08519f5a
sse: improve caching fix an issue with removing notifications and move chatpresence expiration to cron
2019-11-28 08:22:53 +00:00
DM42.Net Hubzilla Development
c86b35da70
Move auto_save_draft to header from thread comment
2019-11-28 00:27:12 -05:00
Max Kostikov
b2003e2c3c
Merge branch 'dev' into 'dev'
...
Update Russian translation
See merge request hubzilla/core!1791
2019-11-25 22:32:53 +01:00
Max Kostikov
8a08cceccb
Update CHANGELOG
2019-11-25 22:32:39 +01:00
Max Kostikov
9284b60a79
Update CHANGELOG
2019-11-25 22:25:44 +01:00
Max Kostikov
b69f8a3f29
Update Russian hstrings.php
2019-11-25 22:22:37 +01:00
Max Kostikov
8ea7c08f43
Update Russian hmessages.po
2019-11-25 22:22:17 +01:00
Max Kostikov
78197aa625
Merge branch 'dev' into 'dev'
...
Dev sync
See merge request kostikov/core!6
2019-11-25 22:20:49 +01:00
Mario
fcb065bcb2
update changelog
2019-11-25 21:06:12 +00:00
Mario
3940fa5659
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2019-11-25 21:00:24 +00:00
Mario
697fbf33c5
Merge branch 'dev' into 'dev'
...
Fix once cached embedded content is used and stored forever
See merge request hubzilla/core!1790
2019-11-25 21:50:03 +01:00
Max Kostikov
901785663e
Fix once cached embedded content is used and stored forever
2019-11-25 21:50:02 +01:00
Max Kostikov
9e4ff8ce25
Update system.object_cache_days default value
2019-11-25 17:52:21 +01:00
Max Kostikov
5f1b2b4bf7
Use cached embedded content use up to 30 days by default
2019-11-25 17:51:28 +01:00
Max Kostikov
271d280c91
Fix orthography
2019-11-25 14:37:45 +01:00
Max Kostikov
8f708fef9c
Add daily expired cached embedded content cleanup
2019-11-25 14:35:03 +01:00
Max Kostikov
38de059156
Revert "Add daily cached embedded content cleanup"
...
This reverts commit 5c47c9ed95
2019-11-25 14:32:58 +01:00
Max Kostikov
f0b40ac15e
Add system.object_cache_days variable description
2019-11-25 14:27:36 +01:00
Max Kostikov
5c47c9ed95
Add daily cached embedded content cleanup
2019-11-25 14:16:07 +01:00
Max Kostikov
dafac11aaa
Remove move unused cache cleanup to cron
2019-11-25 14:08:29 +01:00
Max Kostikov
1fc81457a1
Use cached embeds for a week by default
2019-11-25 14:07:39 +01:00
Mario
0d47bb6878
remove sysmsg and sysmsg_info from session - those are now stored in xconfig (sse)
2019-11-25 12:59:16 +00:00
Mario
f6f7e7e8d2
changelog
2019-11-25 11:32:22 +00:00
Mario
483d450af4
sse: use fadeOut() to be consistent
2019-11-23 20:47:34 +00:00
Mario
decc14c324
sse: more cleanup
2019-11-23 20:41:20 +00:00
Mario
1134be8d30
sse: improve handling of notification status and major cleanup
2019-11-23 20:20:13 +00:00
Mario
fb65c54123
sse: minor improvements
2019-11-23 13:33:46 +00:00
Mario
fe803135d8
sse: fix another regression
2019-11-22 21:01:54 +00:00
Mario
908ebed9fd
sse: remove some logging
2019-11-22 20:55:52 +00:00
Mario
bdb6b0d237
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2019-11-22 20:52:55 +00:00
Mario
73a0866ac4
sse: fix a regression where not all appearances of an notification were looped through and fix format_notify() to not look for the parent item anymore
2019-11-22 20:52:22 +00:00
Max Kostikov
e6b1b20565
Add space after comma in connection accepted interactions list
2019-11-22 19:28:37 +01:00
Max Kostikov
e40ea62c7c
Add space after comma in connection accepted interactions list
2019-11-22 19:24:40 +01:00
Max Kostikov
7864579b1e
Add space after comma in connection accepted interactions list
2019-11-22 19:20:02 +01:00
Mario
b62eb665c5
sse: store the item mid plus reactions mids in data-mids and change functions accordingly
2019-11-22 14:11:26 +00:00
Mario
c72716eca7
missing closing tags
2019-11-22 14:08:53 +00:00
Mario
530d816df6
Merge branch 'better-conn-status' into 'dev'
...
More descriptive connection status icons
See merge request hubzilla/core!1789
2019-11-22 14:59:46 +01:00
M. Dent
23c47f78ea
More descriptive connection status icons
2019-11-22 14:59:45 +01:00
Mario
4a4c43bb2c
Merge branch 'cherry-pick-cc1cca5e' into 'dev'
...
Cherry pick cc1cca5e
See merge request hubzilla/core!1788
2019-11-21 14:47:20 +01:00
Manuel Jiménez Friaza
0159b631fc
no mention notifications from mastodon (and pleroma)
...
(cherry picked from commit ea235c0c67 )
2019-11-21 14:47:20 +01:00
Mario
e74361c4db
sse: introduce sse_updateNotifications() to be able to update the notifications from different places
2019-11-20 18:38:25 +00:00
Mario
21299c6fc1
sse: defins sse_mids as array and comment out logging of dismissed notifications
2019-11-19 09:39:09 +00:00
Mario
eec42d3bb3
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2019-11-19 09:33:13 +00:00
Mario
bd049eddd4
sse: fix notifications visible for loaded items when the items were loaded before the notifications
2019-11-19 09:33:00 +00:00
Max Kostikov
e762347080
Merge branch 'dev' into 'dev'
...
Remove duplicate Opengraph creation
See merge request hubzilla/core!1786
2019-11-18 20:36:46 +01:00
Max Kostikov
53ad04cdc4
Remove duplicate Opengraph creation
2019-11-18 20:33:55 +01:00
Max Kostikov
148c3f9dc5
Merge branch 'dev' into 'dev'
...
Better Opengraph markup for posts
See merge request hubzilla/core!1785
2019-11-18 15:58:35 +01:00
Max Kostikov
6f1188f44f
Update Articles.php
2019-11-18 15:52:59 +01:00
Max Kostikov
78868314a7
Use channelx array on Opengraph markup procedure
2019-11-18 15:47:03 +01:00
Max Kostikov
dc2f293089
Update opengraph.php
2019-11-18 15:42:14 +01:00
Max Kostikov
c7a0526428
Move back Opengraph markup creation to init stage
2019-11-18 15:40:51 +01:00
Max Kostikov
498c021aec
Merge branch 'dev' into 'dev'
...
Dev sync
See merge request kostikov/core!5
2019-11-18 13:00:43 +01:00
Max Kostikov
5ee133843f
Remove base64 decode check on Opengraph tags create
2019-11-18 12:55:09 +01:00
Max Kostikov
9ad2902add
Remove unnecessary brackets
2019-11-18 12:55:02 +01:00
Mario
ef75d27afb
cleanup local and session storage on channel change or logout
2019-11-15 21:12:40 +00:00
Mario
965c51c2d4
sse: implement notifications for anonymous visitors (info, notice and pubs) and fix a potential memory leak
2019-11-15 20:29:58 +00:00
Mario
5a6b14f878
onepoll: do not update dead feeds
2019-11-15 10:01:21 +00:00
Mario
de9a7f0fa9
make inline pdf a security option, move thumbnail security to security options from admin/site
2019-11-15 09:55:44 +00:00
Mario
3009c88d24
AP fixes
2019-11-15 09:43:39 +00:00
Mario
f3fa2d853a
sse: make sure we have an observer
2019-11-13 14:30:54 +00:00
Mario
a982aecd5b
sse: revert to reset to array
2019-11-13 13:51:00 +00:00
Mario
52bd27a028
check if file exists
2019-11-13 13:40:40 +00:00
Mario
e5e16da8cb
sse: reset to empty string instead of empty array
2019-11-13 13:26:28 +00:00
Mario
b0adb70ffc
Merge branch 'dev' into 'dev'
...
wildcard tag issue
See merge request hubzilla/core!1784
2019-11-13 08:56:27 +01:00
zotlabs
2f4c619d51
wildcard tag issue
2019-11-12 20:25:25 -08:00
Mario
6e36820b1b
sse: do not delete xconfig - reset it
2019-11-12 21:15:01 +00:00
Mario
209d06a8f7
better detection for who to send sys notifications (needs addons update)
2019-11-12 10:11:58 +00:00
Max Kostikov
4a6d050e22
Merge branch 'sse_merge_core' into 'dev'
...
sse notifications
See merge request hubzilla/core!1783
2019-11-11 21:30:38 +01:00
Mario
b033597ada
sse notifications
2019-11-11 21:30:38 +01:00
Mario
89342ca9fb
use minified version of jquery
2019-11-11 10:17:03 +00:00
Mario
892f4b4182
bump version
2019-11-11 08:20:30 +00:00
Max Kostikov
ec68ede79f
Merge branch 'dev' into 'dev'
...
Dev sync
See merge request kostikov/core!4
2019-11-08 23:39:04 +01:00