Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix deprecation warning | Mario | 2024-03-14 | 2 | -3/+3 |
| | |||||
* | use the streams php-jcs library until the floats issue will be fixed ↵ | Mario | 2024-03-14 | 16 | -415/+143 |
| | | | | upstream. see here for reference https://codeberg.org/streams/streams/issues/151 | ||||
* | Revert "composer update and use the fixed streams php-jcs library until the ↵ | Mario | 2024-03-14 | 123 | -1988/+10526 |
| | | | | | | floats issue will be fixed upstream. see here for reference https://codeberg.org/streams/streams/issues/151" This reverts commit 6bf61dfa6b585db01b607a79bd64ec9c583a9c10. | ||||
* | fix dreport links after recent changes | Mario | 2024-03-14 | 2 | -2/+2 |
| | |||||
* | return false if we have nothing to look at | Mario | 2024-03-14 | 1 | -0/+4 |
| | |||||
* | composer update and use the fixed streams php-jcs library until the floats ↵ | Mario | 2024-03-14 | 123 | -10526/+1988 |
| | | | | issue will be fixed upstream. see here for reference https://codeberg.org/streams/streams/issues/151 | ||||
* | fix code comment | Mario | 2024-03-13 | 1 | -2/+2 |
| | |||||
* | fix another regression from last Lib/Config refactor which returned the ↵ | Mario | 2024-03-13 | 2 | -0/+15 |
| | | | | default falue in case the value was an array. also add a testcase for this situation | ||||
* | fix modal headerà | Mario | 2024-03-12 | 1 | -1/+1 |
| | |||||
* | deprecated function | Mario | 2024-03-11 | 1 | -1/+1 |
| | |||||
* | add sodium-plus js crypto library | Mario | 2024-03-10 | 55 | -0/+37180 |
| | |||||
* | implement sodium-plus library to replace unmaintained sjcl | Mario | 2024-03-10 | 6 | -29/+104 |
| | |||||
* | remove superfluous () | Mario | 2024-03-10 | 1 | -1/+1 |
| | |||||
* | add the file | Mario | 2024-03-10 | 1 | -0/+24 |
| | |||||
* | move escape_tags() to Lib/Text.php and add test | Mario | 2024-03-10 | 1 | -4/+2 |
| | |||||
* | we usually use ENT_COMPAT for content, so stick to this | Mario | 2024-03-10 | 1 | -2/+2 |
| | |||||
* | remove logging | Mario | 2024-03-09 | 1 | -3/+0 |
| | |||||
* | bump version | Mario | 2024-03-09 | 1 | -1/+1 |
| | |||||
* | more work on emojis | Mario | 2024-03-09 | 36 | -38/+217 |
| | |||||
* | passing null to mb_strlen() is deprecated | Mario | 2024-03-08 | 1 | -2/+2 |
| | |||||
* | check if term is set before processing it | Mario | 2024-03-08 | 1 | -1/+1 |
| | |||||
* | fix php warnings | Mario | 2024-03-08 | 1 | -6/+18 |
| | |||||
* | start sending articles instead of notes by default | Mario | 2024-03-08 | 1 | -1/+1 |
| | |||||
* | inbound support for custom emojis | Mario | 2024-03-08 | 4 | -58/+91 |
| | |||||
* | list attachments in the original order | Mario | 2024-03-07 | 1 | -4/+5 |
| | |||||
* | add at the top to maintain original order | Mario | 2024-03-07 | 1 | -2/+2 |
| | |||||
* | remove unused include | Mario | 2024-03-07 | 1 | -1/+0 |
| | |||||
* | whitespace | Mario | 2024-03-07 | 1 | -3/+1 |
| | |||||
* | fix deprecation warning and add test | Mario | 2024-03-07 | 3 | -6/+49 |
| | |||||
* | fix another php warning | Mario | 2024-03-06 | 1 | -1/+1 |
| | |||||
* | fix php warning | Mario | 2024-03-06 | 1 | -1/+1 |
| | |||||
* | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario | 2024-03-06 | 452 | -7374/+8929 |
|\ | |||||
| * | minor refactor | Mario | 2024-03-06 | 1 | -4/+12 |
| | | |||||
| * | update fullcalendar | Mario | 2024-03-06 | 197 | -3011/+3120 |
| | | |||||
| * | update composer libs | Mario | 2024-03-06 | 251 | -4347/+5787 |
| | | |||||
| * | minor mod thing fixes | Mario | 2024-03-06 | 3 | -4/+6 |
| | | |||||
| * | cleanup context and introduce schema:identifier for future use | Mario | 2024-03-06 | 1 | -8/+4 |
| | | |||||
* | | fix unterminated entity reference error when dealing with domxpath and add a ↵ | Mario | 2024-03-06 | 2 | -2/+7 |
|/ | | | | test | ||||
* | bump version | Mario | 2024-03-05 | 1 | -1/+1 |
| | |||||
* | improve things display a little | Mario | 2024-03-05 | 3 | -18/+18 |
| | |||||
* | Merge branch 'fix-admin-site-page' into 'dev' | Mario | 2024-03-04 | 2 | -17/+0 |
|\ | | | | | | | | | Remove obsolete field for system lang from site admin page. See merge request hubzilla/core!2111 | ||||
| * | Remove obsolete field for system lang from site admin page. | Harald Eilertsen | 2024-03-03 | 2 | -17/+0 |
| | | | | | | | | | | | | | | | | 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 | ||||
* | | Thing > Page | Mario | 2024-03-04 | 1 | -1/+1 |
| | | |||||
* | | basic AS2 support for things | Mario | 2024-03-04 | 5 | -83/+107 |
|/ | |||||
* | we are checking for null|array union type later - false would throw an error | Mario | 2024-03-01 | 1 | -2/+2 |
| | |||||
* | Merge branch 'some-bbcode-cleanup' into 'dev' | Mario | 2024-03-01 | 3 | -326/+479 |
|\ | | | | | | | | | Add some beginning tests for bbcode, and a bit of refactoring See merge request hubzilla/core!2110 | ||||
| * | Add some beginning tests for bbcode, and a bit of refactoring | Harald Eilertsen | 2024-03-01 | 3 | -326/+479 |
| | | |||||
* | | Merge branch 'update-doxygen-config' into 'dev' | Mario | 2024-03-01 | 1 | -2/+5 |
|\ \ | | | | | | | | | | | | | Update Doxygen config for generating online API docs See merge request hubzilla/core!2109 | ||||
| * | | Update Doxygen config for generating online API docs | Harald Eilertsen | 2024-02-27 | 1 | -2/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | | Merge branch 'dba-transactions' into 'dev' | Mario | 2024-03-01 | 4 | -32/+321 |
|\ \ \ | | | | | | | | | | | | | | | | | include/dba: Make Dba driver transaction aware. See merge request hubzilla/core!2108 |