Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | also dismiss add/remove collection activities in fetch_conversation() | Mario | 2024-10-09 | 1 | -5/+15 |
| | |||||
* | dismiss add/remove collection activities until we support themà | Mario | 2024-10-09 | 1 | -0/+13 |
| | |||||
* | improved content and comment collapse/expand rendering | Mario | 2024-08-04 | 1 | -1/+1 |
| | |||||
* | add support for inbound locations | Mario | 2024-08-02 | 1 | -0/+7 |
| | |||||
* | fa2bi fixes | Mario | 2024-08-02 | 1 | -1/+1 |
| | |||||
* | fa2bi: catch some remains | Mario | 2024-08-02 | 1 | -7/+7 |
| | |||||
* | Merge branch 'improve-help-locale-handling' into 'dev' | Mario | 2024-07-29 | 1 | -10/+37 |
|\ | | | | | | | | | Improve handling of locale in Help module See merge request hubzilla/core!2140 | ||||
| * | Improve translation message for help pages. | Harald Eilertsen | 2024-07-24 | 1 | -1/+6 |
| | | | | | | | | | | Display the target language instead of "your preferred language". Makes it a bit more explicit. | ||||
| * | Add a notice to help pages when defaulting to english. | Harald Eilertsen | 2024-07-24 | 1 | -8/+18 |
| | | |||||
| * | Move language member to HelpHelperTrait. | Harald Eilertsen | 2024-07-24 | 1 | -0/+8 |
| | | | | | | | | Should have been there from the start, was just a miss. | ||||
| * | Fallback to english help topic if localized topic is not found. | Harald Eilertsen | 2024-07-23 | 1 | -2/+6 |
| | | |||||
* | | fa2bi continued | Mario | 2024-07-29 | 1 | -2/+2 |
| | | |||||
* | | simplified syntax | Mario | 2024-07-29 | 1 | -1/+1 |
| | | |||||
* | | only allow repeats if we are the profile owner and minor code simplification | Mario | 2024-07-23 | 1 | -2/+2 |
| | | |||||
* | | fix logic and add translateable strings | Mario | 2024-07-22 | 1 | -1/+2 |
| | | |||||
* | | item buttons redesign - initial checkin | Mario | 2024-07-22 | 1 | -7/+12 |
|/ | |||||
* | fix php warning | Mario | 2024-07-17 | 1 | -1/+1 |
| | |||||
* | dbesc the workinfo json | Mario | 2024-07-15 | 1 | -2/+2 |
| | |||||
* | improve handling of sse especially in relation with page reloads | Mario | 2024-07-08 | 1 | -1/+1 |
| | |||||
* | fix issue where event items were parsed multiple times | Mario | 2024-06-21 | 1 | -1/+2 |
| | |||||
* | Missing include in QueueWorker. | Harald Eilertsen | 2024-06-15 | 1 | -0/+2 |
| | |||||
* | QueueWorker: Use DbaTransaction class for db transactions. | Harald Eilertsen | 2024-06-14 | 1 | -24/+12 |
| | | | | | | | | | | | | | This makes sure that the system knows whether a transaction is active or not, and ensures automatic cleanup if the transaction is not closed before the methods return. It also allows us to run this code in tests. When run within a test, the transaction will be ignored, as the entire test is run within an already existing transaction. Also as each test has their own db connection, this should not have any ill effects, as there should not be any way in which different simultaneous connections can interfere with the db updates. | ||||
* | pass the force argument to the xchan_photo daemon | Mario | 2024-06-11 | 1 | -1/+1 |
| | |||||
* | fix updated not supported in wrapper function | Mario | 2024-06-10 | 1 | -1/+1 |
| | |||||
* | remove superfluous param, fix wrong var and declare types for unparse_url() | Mario | 2024-06-10 | 1 | -2/+2 |
| | |||||
* | remove unused variable and superfluous backslash | Mario | 2024-06-10 | 1 | -3/+1 |
| | |||||
* | Merge branch 'correct-type-annotation-for-config-get' into 'dev' | Mario | 2024-06-05 | 1 | -1/+1 |
|\ | | | | | | | | | Correct type annotation in comment for Config::Get. See merge request hubzilla/core!2127 | ||||
| * | Correct type annotation in comment for Config::Get. | Harald Eilertsen | 2024-06-05 | 1 | -1/+1 |
| | | |||||
* | | hotfix to mitigate queueworker crash | Mario | 2024-06-04 | 1 | -2/+11 |
|/ | |||||
* | deal with inReplyTo array | Mario | 2024-05-15 | 1 | -1/+1 |
| | |||||
* | php warnings/errors | Mario | 2024-05-14 | 1 | -1/+4 |
| | |||||
* | Rename HelpHelper to HelpHelperTrait. | Harald Eilertsen | 2024-05-03 | 1 | -1/+1 |
| | | | | PHPCS prefers traits to be suffixed with "Trait", and I think I agree. | ||||
* | Libzot: get_rpost_path was broken for URL's with no port. | Harald Eilertsen | 2024-05-01 | 1 | -2/+7 |
| | |||||
* | Rework Help module + begin tests for Setup module | Harald Eilertsen | 2024-04-30 | 1 | -0/+68 |
| | |||||
* | Merge branch 'deprecate-include-config-in-core' into 'dev' | Mario | 2024-03-24 | 13 | -87/+99 |
|\ | | | | | | | | | Deprecate *_config() functions in core. See merge request hubzilla/core!2114 | ||||
| * | Deprecate *_config() functions in core. | Harald Eilertsen | 2024-03-24 | 13 | -87/+99 |
| | | |||||
* | | it appears the smallest size for pt videos is now 720 | Mario | 2024-03-20 | 1 | -1/+1 |
|/ | |||||
* | add Emoji to the AP schema | Mario | 2024-03-17 | 1 | -0/+2 |
| | |||||
* | wrong logic | Mario | 2024-03-14 | 1 | -1/+1 |
| | |||||
* | return false if we have nothing to look at | Mario | 2024-03-14 | 1 | -0/+4 |
| | |||||
* | fix another regression from last Lib/Config refactor which returned the ↵ | Mario | 2024-03-13 | 1 | -0/+3 |
| | | | | default falue in case the value was an array. also add a testcase for this situation | ||||
* | remove superfluous () | Mario | 2024-03-10 | 1 | -1/+1 |
| | |||||
* | add the file | Mario | 2024-03-10 | 1 | -0/+24 |
| | |||||
* | more work on emojis | Mario | 2024-03-09 | 2 | -4/+25 |
| | |||||
* | 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 |
| | |||||
* | inbound support for custom emojis | Mario | 2024-03-08 | 1 | -12/+9 |
| | |||||
* | add at the top to maintain original order | Mario | 2024-03-07 | 1 | -2/+2 |
| | |||||
* | fix deprecation warning and add test | Mario | 2024-03-07 | 1 | -4/+5 |
| | |||||
* | cleanup context and introduce schema:identifier for future use | Mario | 2024-03-06 | 1 | -8/+4 |
| |