aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Highlight_mark_button3Rocky2025-02-141-0/+1
* Merge branch 'dba_pdo-insert-and-update' into 'dev'Mario2025-02-011-2/+110
|\
| * Add an dba_pdo::update methodHarald Eilertsen2025-01-291-0/+37
| * Use returning clause on dba_pdo::insert where supportedHarald Eilertsen2025-01-291-3/+12
| * Fetch the server version on dba_pdo::connect.Harald Eilertsen2025-01-291-0/+3
| * Fix return value from dba_pdo::q()Harald Eilertsen2025-01-291-5/+1
| * Add an insert method to dba_pdoHarald Eilertsen2025-01-291-1/+64
* | calling fetch_post_tags() will add duplicate items hereMario Vavti2025-02-011-1/+2
|/
* return if $furl is empty for some reasonMario Vavti2025-01-241-0/+4
* add target and tgt_type tou sourced rss items if we rewrite them to our ownMario Vavti2025-01-241-11/+9
* unescape_tags() on URLs before we start messing with themMario Vavti2025-01-231-1/+4
* make sure to provide uid to drop_item() where applicable and check ownership ...Mario Vavti2025-01-222-9/+18
* fix another possible loopMario2024-12-261-1/+1
* this should fix the infinite loop caused by a regression in Daemon/ExpireMario2024-12-251-1/+1
* remove jquery.timeago.js in favor of a native js implementationMario2024-12-121-23/+0
* introduce item_forwardable() and check it before we call the notifier to poss...Mario2024-12-101-0/+19
* fix delayed post handling in cron, always set item_delayed if we select a cre...Mario2024-12-081-10/+0
* add test for relative_time()Mario Vavti2024-12-071-6/+9
* add more indicators and a new function to return relative time in the past an...Mario2024-12-071-0/+34
* an attempt to fix some comments on/off anomaliesMario2024-12-061-2/+2
* wrong classMario2024-12-051-1/+1
* fix more issues reported by phpstanMario Vavti2024-11-275-8/+8
* Merge branch 'module-admin-accounts-enhancements' into 'dev'Mario2024-11-271-55/+39
|\
| * Fix and refactor module Admin\Accounts part IHarald Eilertsen2024-11-272-103/+43
* | fix superfluous slash in some casesMario2024-11-251-4/+6
* | remove loggingMario2024-11-221-3/+0
* | Add Zotlabs\Lib\Mailer class to replace z_mail function.Harald Eilertsen2024-11-221-48/+4
|/
* some cleanup for mod magicMario Vavti2024-11-181-4/+2
* more phpstan errorsMario Vavti2024-11-171-1/+1
* fix some errors detected by phpstanMario Vavti2024-11-171-2/+4
* Fix #1879: Emails with + in local part was rejected.Harald Eilertsen2024-11-161-1/+1
* Merge branch 'various-phpstan-issues' into 'dev'Mario2024-11-146-14/+9
|\
| * Several issues discovered by PHPStanHarald Eilertsen2024-11-146-14/+9
* | this is not true anymore - check owner permsMario2024-11-131-2/+1
* | containers: poll testingMario2024-11-111-1/+2
* | containers: testing sourced itemsMario Vavti2024-11-101-90/+119
* | Merge branch 'dev' into containersMario Vavti2024-11-101-2/+2
|\|
| * Do not filter deleted hublocs in xchan_query because it will result in empty ...Mario Vavti2024-11-091-2/+2
* | make sure to notify the drop if necessaryMario Vavti2024-11-101-0/+4
* | fix encoding and attributionMario Vavti2024-11-101-5/+5
* | container fixes for photo and file uploadMario Vavti2024-11-102-11/+39
* | remove extensiv logging to syslogMario Vavti2024-11-092-5/+0
* | fix regression propagating deletesMario Vavti2024-11-091-3/+3
* | Merge branch 'dev' into containersMario Vavti2024-11-092-4/+4
|\|
| * Fix incorrect module imports.Harald Eilertsen2024-11-092-4/+4
* | port to containers item_store() continuedMario Vavti2024-11-084-12/+17
* | refactor drop_item[s]() for containersMario Vavti2024-11-084-62/+126
* | Merge branch 'dev' into containersMario Vavti2024-11-031-1/+1
|\|
| * explicit check for channel_addressMario2024-11-031-1/+1
* | Merge branch 'dev' into containersMario Vavti2024-10-231-9/+4
|\|