Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | provide a comments disabled indicator and some cleanup | Mario | 2024-12-07 | 3 | -43/+18 |
| | |||||
* | 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 | 3 | -4/+13 |
| | | | | 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 | 5 | -9/+14 |
| | |||||
* | set item_type so that notifier can do the right thing | Mario | 2024-12-06 | 1 | -0/+1 |
| | |||||
* | wrong class | Mario | 2024-12-05 | 3 | -3/+3 |
| | |||||
* | even more fa2bi | Mario | 2024-12-05 | 2 | -54/+60 |
| | |||||
* | we use the chat-quote icon for forums throughout the app. basically because ↵ | Mario | 2024-12-05 | 1 | -1/+1 |
| | | | | the forum posts a quote of the original post | ||||
* | more fa2bi issues | Mario | 2024-12-05 | 1 | -5/+5 |
| | |||||
* | another fa2bi issue | Mario | 2024-12-05 | 1 | -1/+1 |
| | |||||
* | filtering censored xchans in mod pubstream queries has possible performance ↵ | Mario | 2024-12-05 | 2 | -16/+10 |
| | | | | issues. we will filter them in process_delivery() instead | ||||
* | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario | 2024-12-02 | 1 | -11/+11 |
|\ | |||||
| * | Merge branch 'fix/chat-icon-fix' into 'dev' | Mario | 2024-12-02 | 1 | -11/+11 |
| |\ | | | | | | | | | | | | | Fixed notification icons in chat See merge request hubzilla/core!2177 | ||||
| | * | Fixed notification icons in chat | SK | 2024-12-02 | 1 | -11/+11 |
| |/ | |||||
* / | also copy the item_restrict field to the add activity and check for this ↵ | Mario | 2024-12-02 | 2 | -1/+2 |
|/ | | | | field in the notifier | ||||
* | 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 more issues reported by phpstan | Mario Vavti | 2024-11-27 | 6 | -10/+10 |
| | |||||
* | Merge branch 'phpstan-ignore-some-warnings' into 'dev' | Mario | 2024-11-27 | 1 | -0/+2 |
|\ | | | | | | | | | phpstan: Ignore warnings on missing return statement. See merge request hubzilla/core!2175 | ||||
| * | phpstan: Ignore warnings on missing return statement. | Harald Eilertsen | 2024-11-25 | 1 | -0/+2 |
| | | | | | | | | | | | | While some of these may be fixable without too much hassle, quite a few of them will possibly require architectural restructuring. We should revisit these, but let's silence them for now. | ||||
* | | Merge branch 'dev' into 'dev' | Mario | 2024-11-27 | 9 | -23/+23 |
|\ \ | | | | | | | | | | | | | updated fork-awesome icons to bootstrap See merge request hubzilla/core!2174 | ||||
| * | | updated fork-awesome icons to bootstrap | SK | 2024-11-22 | 9 | -23/+23 |
| | | | |||||
* | | | Merge branch 'module-admin-accounts-enhancements' into 'dev' | Mario | 2024-11-27 | 5 | -165/+395 |
|\ \ \ | | | | | | | | | | | | | | | | | Fix and refactor module Admin\Accounts part I See merge request hubzilla/core!2173 | ||||
| * | | | Fix and refactor module Admin\Accounts part I | Harald Eilertsen | 2024-11-27 | 11 | -213/+557 |
| | | | | |||||
* | | | | make sure to toggle aside if a notification or message is clicked and some ↵ | Mario | 2024-11-26 | 1 | -11/+10 |
| |_|/ |/| | | | | | | | | whitespace cleanup | ||||
* | | | fix superfluous slash in some cases | Mario | 2024-11-25 | 1 | -4/+6 |
| | | | |||||
* | | | remove logging | Mario | 2024-11-22 | 1 | -3/+0 |
| | | | |||||
* | | | Merge branch 'add-mailer-class' into 'dev' | Mario | 2024-11-22 | 6 | -48/+162 |
|\ \ \ | |/ / |/| | | | | | | | | Add Zotlabs\Lib\Mailer class to replace z_mail function. See merge request hubzilla/core!2172 | ||||
| * | | Add Zotlabs\Lib\Mailer class to replace z_mail function. | Harald Eilertsen | 2024-11-22 | 6 | -48/+162 |
| | | | |||||
* | | | mod cal: if a day is provided default to week view except the date has a ! ↵ | Mario | 2024-11-21 | 1 | -5/+7 |
| | | | | | | | | | | | | prepended | ||||
* | | | mod cal: provide a possibility to link to a specific month or day by passing ↵ | Mario | 2024-11-21 | 2 | -3/+25 |
|/ / | | | | | | | a fragment | ||||
* | | Update chat.tpl to correct expand and contract icons from forkawesome to ↵ | Mario | 2024-11-19 | 1 | -2/+2 |
| | | | | | | | | | | | | | | bootstrap icons. (cherry picked from commit c626985448e13b80fedb4c561f82b8d26bf8b282) Co-authored-by: Saiwal K <sk@utsukta.org> | ||||
* | | Ubreak tests: update MagicTest for new behaviour of Magic module. | Harald Eilertsen | 2024-11-19 | 1 | -6/+17 |
| | | |||||
* | | some cleanup for mod magic | Mario Vavti | 2024-11-18 | 3 | -29/+34 |
|/ | |||||
* | more phpstan errors | Mario Vavti | 2024-11-17 | 2 | -37/+1 |
| | |||||
* | fix some errors detected by phpstan | Mario Vavti | 2024-11-17 | 9 | -37/+80 |
| | |||||
* | Merge branch 'issue-1879-emails-with-plus-addressing-rejected' into 'dev' | Mario | 2024-11-17 | 2 | -2/+6 |
|\ | | | | | | | | | Fix #1879: Emails with + in local part was rejected. See merge request hubzilla/core!2170 | ||||
| * | Fix #1879: Emails with + in local part was rejected. | Harald Eilertsen | 2024-11-16 | 2 | -2/+6 |
| | | |||||
* | | fix undefined variables | Mario | 2024-11-17 | 2 | -5/+3 |
|/ | |||||
* | Merge branch 'add-dev-dependecy-phpstan' into 'dev' | Mario | 2024-11-14 | 6 | -18/+76 |
|\ | | | | | | | | | Add PHPStan as a developer dependency. See merge request hubzilla/core!2169 | ||||
| * | Add PHPStan as a developer dependency. | Harald Eilertsen | 2024-11-12 | 6 | -18/+76 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPStan is a static PHP code analyzer that's aimed at finding actual bugs in the code. Where PHP Code Sniffer is about codeing standards, PHPStan is about correctness of code. The provided configuration file (`phpstan.neon.dist`) is configured to use the _lowest_ level of checks that PHPStan will report on. See https://phpstan.org/user-guide/rule-levels for information about the various rule levels. Run an analysis of the code base like this: % ./vendor/bin/phpstan It will output any found issues to stdout. You can also run it like this: % ./vendor/bin/phpstan --error-format=raw > phpstan.log This will give you an output file in a format that's suitable for use with typical editors for mapping errors to source locations. | ||||
* | | Merge branch 'various-phpstan-issues' into 'dev' | Mario | 2024-11-14 | 59 | -434/+172 |
|\ \ | | | | | | | | | | | | | Several issues discovered by PHPStan See merge request hubzilla/core!2168 | ||||
| * | | Several issues discovered by PHPStan | Harald Eilertsen | 2024-11-14 | 59 | -434/+172 |
| | | | |||||
* | | | version 9.5.2 - merge containers | Mario | 2024-11-14 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'dev' into containers | Mario | 2024-11-14 | 1 | -1/+1 |
|\ \ \ | |||||
| * \ \ | Merge branch 'oops-fix-db-update' into 'dev' | Mario | 2024-11-14 | 1 | -1/+1 |
| |\ \ \ | | |_|/ | |/| | | | | | | | | | | Fix invocation of DB_Update::run. See merge request hubzilla/core!2167 | ||||
| | * | | Fix invocation of DB_Update::run. | Harald Eilertsen | 2024-11-11 | 1 | -1/+1 |
| | |/ | | | | | | | | | | | | | | | | Thought this should have been part of the change set that turned the DB_Update routine to a static function instead of a constructor to an object that is not used. | ||||
| * / | fix click area in dropdown add/remove reaction | Mario | 2024-11-11 | 1 | -4/+2 |
| |/ | | | | | | | | | (cherry picked from commit 8268ed1ba7a995fd4559d277999ad5a482571eec) Co-authored-by: Mario <mario@mariovavti.com> | ||||
* | | css fixes | Mario | 2024-11-14 | 2 | -4/+4 |
| | | |||||
* | | fix some conent import issues | Mario Vavti | 2024-11-14 | 4 | -12/+21 |
| | |