aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module
Commit message (Expand)AuthorAgeFilesLines
* streamline login pages layout - fix issue #1892Mario2025-03-072-3/+23
* fix $owner_hash not set correctly when editing and some whitespace fixesMario2025-02-281-20/+20
* revert adding of additional sort field which was added for testinggMario2025-02-131-5/+5
* exclude uplinked items from those queries since they are unlikely to be the o...Mario Vavti2025-02-113-7/+7
* Merge branch 'owa-error-messages' into 'dev'Mario2025-02-011-78/+106
|\
| * Add error message on missing owa auth headersHarald Eilertsen2025-01-291-78/+106
* | possible sql performance improvementsMario Vavti2025-01-301-5/+5
|/
* better pubs notofication fiy and also fix a javascript error and remove last ...Mario2024-12-211-1/+5
* fix anomaly in pubs notificationMario2024-12-211-2/+0
* refactor notifications widget and updateConvItems() to not require jqueryMario2024-12-192-5/+4
* fix delayed post handling in cron, always set item_delayed if we select a cre...Mario2024-12-081-1/+1
* only allow disable_comments on thread topMario2024-12-071-0/+1
* Ãfix issue where poll updates were dismissed due to missing edited update, f...Mario2024-12-061-1/+7
* an attempt to fix some comments on/off anomaliesMario2024-12-061-3/+3
* filtering censored xchans in mod pubstream queries has possible performance i...Mario2024-12-051-8/+0
* save a loop by ordering results by item_wall and more uuid only lookupMario2024-11-282-9/+9
* sql lookup by uuid should be sufficient by now, remove superfluous require_on...Mario2024-11-281-5/+1
* Fix and refactor module Admin\Accounts part IHarald Eilertsen2024-11-271-110/+148
* some cleanup for mod magicMario Vavti2024-11-182-25/+32
* fix some errors detected by phpstanMario Vavti2024-11-172-2/+5
* fix undefined variablesMario2024-11-171-4/+2
* Merge branch 'various-phpstan-issues' into 'dev'Mario2024-11-1437-191/+133
|\
| * Several issues discovered by PHPStanHarald Eilertsen2024-11-1437-191/+133
* | fix some conent import issuesMario Vavti2024-11-142-10/+13
* | containers: poll testingMario2024-11-111-2/+1
* | Merge branch 'dev' into containersMario Vavti2024-11-101-12/+15
|\|
| * Revert "Module\Item: Make $item_id an object property."Mario2024-11-101-12/+15
* | Merge branch 'dev' into containersMario Vavti2024-11-101-224/+228
|\|
| * Module\Item: Make $item_id an object property.Harald Eilertsen2024-11-101-15/+12
| * Module\Item: Move processing of zot and as requests to functions.Harald Eilertsen2024-11-101-224/+231
* | remove extensiv logging to syslogMario Vavti2024-11-091-5/+0
* | fix regression propagating deletesMario Vavti2024-11-091-2/+2
* | Merge branch 'dev' into containersMario Vavti2024-11-099-26/+26
|\|
| * Fix incorrect module imports.Harald Eilertsen2024-11-099-26/+26
* | port to containers item_store() continuedMario Vavti2024-11-082-51/+59
* | refactor drop_item[s]() for containersMario Vavti2024-11-084-7/+17
* | Merge branch 'dev' into containersMario Vavti2024-11-081-14/+21
|\|
| * Module\Thing: Don't try to escape field that's not presentHarald Eilertsen2024-11-031-1/+4
| * Module\Thing: Don't use $_REQUEST superglobal.Harald Eilertsen2024-11-031-14/+18
* | Merge branch 'dev' into containersMario Vavti2024-11-031-1/+4
|\|
| * Merge branch 'php8.2-deprecations' into 'dev'Mario2024-11-031-1/+4
| |\
| | * Zotlabs\Module\Setup: Fix deprecation.Harald Eilertsen2024-11-031-1/+4
* | | Merge branch 'dev' into containersMario Vavti2024-11-032-4/+9
|\| |
| * | Fix missing CSRF checks in admin/account_editHarald Eilertsen2024-11-021-3/+8
| |/
| * make sure the objects published date has the correct time formatMario2024-10-311-1/+1
* | Merge branch 'dev' into containersMario Vavti2024-10-231-26/+37
|\|
| * allow to file items from the public streamMario2024-10-231-26/+37
* | Merge branch 'dev' into containersMario Vavti2024-10-191-0/+1
|\|
| * bring filed items to mod hqMario2024-10-191-0/+1
* | containers: port eventsMario Vavti2024-10-181-18/+6