Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge branch 'owa-error-messages' into 'dev' | Mario | 2025-02-01 | 1 | -78/+106 | |
|\ | | | | | | | | | Add error message on missing owa auth headers See merge request hubzilla/core!2183 | |||||
| * | Add error message on missing owa auth headers | Harald Eilertsen | 2025-01-29 | 1 | -78/+106 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | If the /owa endpoint received a request with a missing or invalid Authorization header, it would return an error to the requester, but without any message describing why it failes. This patch adds a message to the error response, so that it will be a bit easier to debug these issues in the future. The owa spec includes a 'message' field in the error response, but makes it optional. Any conforming implementations should accept a response that includes the 'message' field. | |||||
* | | possible sql performance improvements | Mario Vavti | 2025-01-30 | 1 | -5/+5 | |
|/ | ||||||
* | better pubs notofication fiy and also fix a javascript error and remove last ↵ | Mario | 2024-12-21 | 1 | -1/+5 | |
| | | | | bit of jquery from notifications | |||||
* | fix anomaly in pubs notification | Mario | 2024-12-21 | 1 | -2/+0 | |
| | ||||||
* | refactor notifications widget and updateConvItems() to not require jquery | Mario | 2024-12-19 | 2 | -5/+4 | |
| | ||||||
* | fix delayed post handling in cron, always set item_delayed if we select a ↵ | Mario | 2024-12-08 | 1 | -1/+1 | |
| | | | | create date | |||||
* | only allow disable_comments on thread top | Mario | 2024-12-07 | 1 | -0/+1 | |
| | ||||||
* | Ãfix issue where poll updates were dismissed due to missing edited update, ↵ | Mario | 2024-12-06 | 1 | -1/+7 | |
| | | | | fix wrong array key when retaining item, update dreport push to also push the related item | |||||
* | an attempt to fix some comments on/off anomalies | Mario | 2024-12-06 | 1 | -3/+3 | |
| | ||||||
* | filtering censored xchans in mod pubstream queries has possible performance ↵ | Mario | 2024-12-05 | 1 | -8/+0 | |
| | | | | issues. we will filter them in process_delivery() instead | |||||
* | save a loop by ordering results by item_wall and more uuid only lookup | Mario | 2024-11-28 | 2 | -9/+9 | |
| | ||||||
* | sql lookup by uuid should be sufficient by now, remove superfluous ↵ | Mario | 2024-11-28 | 1 | -5/+1 | |
| | | | | require_once() | |||||
* | Fix and refactor module Admin\Accounts part I | Harald Eilertsen | 2024-11-27 | 1 | -110/+148 | |
| | ||||||
* | some cleanup for mod magic | Mario Vavti | 2024-11-18 | 2 | -25/+32 | |
| | ||||||
* | fix some errors detected by phpstan | Mario Vavti | 2024-11-17 | 2 | -2/+5 | |
| | ||||||
* | fix undefined variables | Mario | 2024-11-17 | 1 | -4/+2 | |
| | ||||||
* | Merge branch 'various-phpstan-issues' into 'dev' | Mario | 2024-11-14 | 37 | -191/+133 | |
|\ | | | | | | | | | Several issues discovered by PHPStan See merge request hubzilla/core!2168 | |||||
| * | Several issues discovered by PHPStan | Harald Eilertsen | 2024-11-14 | 37 | -191/+133 | |
| | | ||||||
* | | fix some conent import issues | Mario Vavti | 2024-11-14 | 2 | -10/+13 | |
| | | ||||||
* | | containers: poll testing | Mario | 2024-11-11 | 1 | -2/+1 | |
| | | ||||||
* | | Merge branch 'dev' into containers | Mario Vavti | 2024-11-10 | 1 | -12/+15 | |
|\| | ||||||
| * | Revert "Module\Item: Make $item_id an object property." | Mario | 2024-11-10 | 1 | -12/+15 | |
| | | | | | | This reverts commit 2c17d0b031b4081870d9ff86145e097ee257efb8 | |||||
* | | Merge branch 'dev' into containers | Mario Vavti | 2024-11-10 | 1 | -224/+228 | |
|\| | ||||||
| * | Module\Item: Make $item_id an object property. | Harald Eilertsen | 2024-11-10 | 1 | -15/+12 | |
| | | | | | | | | This also allows us to deduplicate initialization and validation. | |||||
| * | Module\Item: Move processing of zot and as requests to functions. | Harald Eilertsen | 2024-11-10 | 1 | -224/+231 | |
| | | | | | | | | | | These seem to be entirely independent, so moving the body of the if statements to separate functions should be fine. | |||||
* | | remove extensiv logging to syslog | Mario Vavti | 2024-11-09 | 1 | -5/+0 | |
| | | ||||||
* | | fix regression propagating deletes | Mario Vavti | 2024-11-09 | 1 | -2/+2 | |
| | | ||||||
* | | Merge branch 'dev' into containers | Mario Vavti | 2024-11-09 | 9 | -26/+26 | |
|\| | ||||||
| * | Fix incorrect module imports. | Harald Eilertsen | 2024-11-09 | 9 | -26/+26 | |
| | | | | | | | | | | | | | | | | When importing modules with use statements, they always require the fully qualified module name. Iow, there's no need to prefix them with an extra backslash. Ref: https://www.php.net/manual/en/language.namespaces.importing.php | |||||
* | | port to containers item_store() continued | Mario Vavti | 2024-11-08 | 2 | -51/+59 | |
| | | ||||||
* | | refactor drop_item[s]() for containers | Mario Vavti | 2024-11-08 | 4 | -7/+17 | |
| | | ||||||
* | | Merge branch 'dev' into containers | Mario Vavti | 2024-11-08 | 1 | -14/+21 | |
|\| | ||||||
| * | Module\Thing: Don't try to escape field that's not present | Harald Eilertsen | 2024-11-03 | 1 | -1/+4 | |
| | | | | | | | | | | The `profile_assign` field is only present if the multiple profiles feature is enabled. | |||||
| * | Module\Thing: Don't use $_REQUEST superglobal. | Harald Eilertsen | 2024-11-03 | 1 | -14/+18 | |
| | | | | | | | | Replaces all occurences with $_POST or $_GET instead. | |||||
* | | Merge branch 'dev' into containers | Mario Vavti | 2024-11-03 | 1 | -1/+4 | |
|\| | ||||||
| * | Merge branch 'php8.2-deprecations' into 'dev' | Mario | 2024-11-03 | 1 | -1/+4 | |
| |\ | | | | | | | | | | | | | Fix deprecations uncovered by running tests on PHP 8.2 See merge request hubzilla/core!2156 | |||||
| | * | Zotlabs\Module\Setup: Fix deprecation. | Harald Eilertsen | 2024-11-03 | 1 | -1/+4 | |
| | | | | | | | | | | | | | | | Using `self` in callables has been deprecated, so change to proper fully qualified class name. | |||||
* | | | Merge branch 'dev' into containers | Mario Vavti | 2024-11-03 | 2 | -4/+9 | |
|\| | | ||||||
| * | | Fix missing CSRF checks in admin/account_edit | Harald Eilertsen | 2024-11-02 | 1 | -3/+8 | |
| |/ | ||||||
| * | make sure the objects published date has the correct time format | Mario | 2024-10-31 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'dev' into containers | Mario Vavti | 2024-10-23 | 1 | -26/+37 | |
|\| | ||||||
| * | allow to file items from the public stream | Mario | 2024-10-23 | 1 | -26/+37 | |
| | | ||||||
* | | Merge branch 'dev' into containers | Mario Vavti | 2024-10-19 | 1 | -0/+1 | |
|\| | ||||||
| * | bring filed items to mod hq | Mario | 2024-10-19 | 1 | -0/+1 | |
| | | ||||||
* | | containers: port events | Mario Vavti | 2024-10-18 | 1 | -18/+6 | |
| | | ||||||
* | | Merge branch 'dev' into containers | Mario Vavti | 2024-10-12 | 2 | -283/+6 | |
|\| | ||||||
| * | Merge branch 'remove-repo-handling-from-admin-addons' into 'dev' | Mario | 2024-10-12 | 1 | -281/+0 | |
| |\ | | | | | | | | | | | | | Remove addon repo management from admin/addons. See merge request hubzilla/core!2149 | |||||
| | * | Remove addon repo management from admin/addons. | Harald Eilertsen | 2024-10-09 | 1 | -281/+0 | |
| | | | | | | | | | | | | | | | | | | This functionality was broken anyways, and needs to be rethought. Addon reporitories can still be managed from the terminal using the tools in util/. | |||||
| * | | tests: Add some tests for the Zotlabs\Magic module. | Harald Eilertsen | 2024-10-06 | 1 | -2/+6 | |
| |/ | | | | | | | | | | | | | Only tests the delegate functionality at the moment. This patch also includes some minor fixes to the Magic module, triggered by the tests with empty destination URL's. |