Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | missing semicolon | Mario | 2023-08-14 | 1 | -1/+1 | |
| | | ||||||
| * | Merge branch 'DM42-Manifest-Typo-20230725' into 'dev' | Mario | 2023-08-11 | 1 | -1/+1 | |
| |\ | | | | | | | | | | | | | Fix Typo See merge request hubzilla/core!2055 | |||||
| | * | Fix Typo | DM42.Net Hubzilla Development | 2023-07-25 | 1 | -1/+1 | |
| | | | ||||||
| * | | remove unused variable | Mario | 2023-08-09 | 1 | -6/+0 | |
| | | | ||||||
| * | | now all acl fields are checked. if they are not complete the check will fail | Mario | 2023-08-09 | 1 | -4/+13 | |
| |/ | ||||||
| * | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario | 2023-07-21 | 1 | -1/+2 | |
| |\ | ||||||
| | * | Merge branch 'DM42-20230718-fixjsonldrawfile' into 'dev' | Mario | 2023-07-21 | 1 | -1/+2 | |
| | |\ | | | | | | | | | | | | | | | | | add .jsonld to the list of allowed file suffixes for direct download. Fixes... See merge request hubzilla/core!2053 | |||||
| | | * | add .jsonld to the list of allowed file suffixes for direct download. Fixes ↵ | DM42.Net Hubzilla Development | 2023-07-18 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | 404 error when trying to get /library/w3org/security-v1.jsonld and /library/w3org/activitystreams.jsonld | |||||
| * | | | fix cached jsonld files fetched via network | Mario | 2023-07-21 | 1 | -33/+50 | |
| |/ / | ||||||
| * | | more performance improvements | Mario | 2023-07-21 | 1 | -3/+3 | |
| | | | ||||||
| * | | move trigger out of the loop for better performance and some var -> let | Mario | 2023-07-20 | 2 | -10/+15 | |
| | | | ||||||
| * | | fix accesslist in two cases | Mario | 2023-07-20 | 2 | -2/+2 | |
| | | | ||||||
| * | | Merge branch 'zotlabs/improve-access-list-type-safety' into 'dev' | Mario | 2023-07-20 | 2 | -21/+71 | |
| |\ \ | | | | | | | | | | | | | | | | | Zotlabs: Improve type safety for AccessList class. See merge request hubzilla/core!2052 | |||||
| | * | | Zotlabs: More type safety for AccessList class. | Harald Eilertsen | 2023-07-19 | 1 | -11/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add more type declarations to class attributes and functions. This should ensure that only strings and null values can be assigned to the various access list members. This is still a bit loose, as we should probably aim for lists of channel or group id's instead of a generic type like a string. I'll leave that for later, though. | |||||
| | * | | Zotlabs: Improve type safety for AccessList class. | Harald Eilertsen | 2023-07-18 | 2 | -13/+63 | |
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add type annotations for constructor and set* methods, and throw an exception if the passed in arrays are missing required keys. This means that both invalid input types and missing keys will throw and exception rather than just die with a runtime error. There's not checks to verify that the contents of the required array keys are valid or make sense, though. They are just assigned, and returned as is by the get method when requested. Also, the set_from_array method is not well tested at the moment. | |||||
| * / | ignore internal follow activity | Mario | 2023-07-19 | 2 | -13/+17 | |
| |/ | ||||||
| * | changelog | Mario | 2023-07-18 | 1 | -0/+4 | |
| | | ||||||
| * | Merge branch 'DM42-20230717-fixfatalerron304' into 'dev' | Mario | 2023-07-18 | 2 | -6/+7 | |
| |\ | | | | | | | | | | | | | Skip logging when DB functions are not yet loaded (logging requires db lookup). See merge request hubzilla/core!2051 | |||||
| | * | Skip logging when DB functions are not yet loaded (logging requires db lookup). | DM42.Net Hubzilla Development | 2023-07-17 | 2 | -6/+7 | |
| | | | ||||||
| * | | fix admin table highlight by adding the correct classes | Mario | 2023-07-18 | 4 | -36/+24 | |
| | | | ||||||
| * | | fix hcard addon regression | Mario | 2023-07-18 | 1 | -1/+1 | |
| |/ | ||||||
| * | Merge branch 'tests/cleanup-unit-tests' into 'dev' | Mario | 2023-07-17 | 5 | -276/+245 | |
| |\ | | | | | | | | | | | | | Cleanup unit tests See merge request hubzilla/core!2049 | |||||
| | * | tests: AccessListTest expand is_private test. | Harald Eilertsen | 2023-07-12 | 1 | -1/+21 | |
| | | | ||||||
| | * | tests: AccessListTest move type annotation to code | Harald Eilertsen | 2023-07-12 | 1 | -3/+2 | |
| | | | | | | | | | | | | | | | This cleans up the doc comment. Should probably try to do this everywhere. | |||||
| | * | tests: AccessListTests nitpicking on doc comment. | Harald Eilertsen | 2023-07-12 | 1 | -1/+3 | |
| | | | ||||||
| | * | tests: AccessListTest collect defaults in one testcase. | Harald Eilertsen | 2023-07-12 | 1 | -10/+8 | |
| | | | | | | | | | | | | Just no need to have them spread around in various other tests cases. | |||||
| | * | test: Enable and cleanup GetTagsTest. | Harald Eilertsen | 2023-07-12 | 1 | -206/+170 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These tests actually tests both the get_tags() function, and the handle_tags() function. The latter don't work, and should probably be split into it's own test cases. There's also some stubs here that we may want to deal with in another way. Also removed meaningless "test" of intval() builtin function. It behaves as documented, no need for us to test it. | |||||
| | * | tests: Cleanup ContainsAttribute test. | Harald Eilertsen | 2023-07-12 | 1 | -10/+7 | |
| | | | | | | | | | | | | Mostly cosmetic to satisfy phpcs + remove explicit require. | |||||
| | * | tests: Cleanup Autoname test. | Harald Eilertsen | 2023-07-12 | 1 | -10/+7 | |
| | | | | | | | | | | | | Not sure if this test is actually useful, but leave it for now. | |||||
| | * | tests: Don't explicitly require CUT in AntiXSSTest. | Harald Eilertsen | 2023-07-12 | 1 | -2/+0 | |
| | | | | | | | | | | | | Rely on PHPUnit config to load the app and the code under test. | |||||
| | * | unit-tests: There's no need to test builtin func hex2bin | Harald Eilertsen | 2023-07-12 | 1 | -10/+0 | |
| | | | ||||||
| | * | unit tests: Cosmetic fixes in AntiXSSTest.php | Harald Eilertsen | 2023-07-12 | 1 | -25/+29 | |
| | | | | | | | | | | | | | | | | | | - Start comments with capital letter - Fix indentation - Add missing doc comments | |||||
| * | | basic per item rtl language support - issue ##1780 | Mario | 2023-07-13 | 5 | -4/+22 | |
| |/ | ||||||
| * | update date | Mario | 2023-07-11 | 1 | -1/+1 | |
| | | ||||||
* | | remove the directory updates entry if the channel was removed | Mario Vavti | 2023-10-26 | 1 | -6/+3 | |
| | | | | | | (cherry picked from commit 67aaa979049ea2666da1fb313b2b095e27422128) | |||||
* | | more changelog8.6.3 | Mario | 2023-09-16 | 1 | -0/+2 | |
| | | | | | | (cherry picked from commit 4338e4ef86933cef44ca4dddacd627dd3a136d20) | |||||
* | | version 8.6.3 | Mario | 2023-09-16 | 1 | -1/+1 | |
| | | ||||||
* | | Revert "version 8.6.3" | Mario | 2023-09-16 | 1 | -2771/+2771 | |
| | | | | | | This reverts commit 1915f34de8f496d49d5b4be74570dba5f51b89b0 | |||||
* | | version 8.6.3 | Mario | 2023-09-16 | 1 | -2771/+2771 | |
| | | ||||||
* | | changelog | Mario | 2023-09-16 | 1 | -1/+7 | |
| | | | | | | (cherry picked from commit 491e309911ebc2f6ace735a1f53c94d1595845c9) | |||||
* | | fix regression in jsonld_document_loader() | Mario | 2023-09-16 | 1 | -5/+2 | |
| | | | | | | (cherry picked from commit 3708c1ac8c60c500e3aa15450380fe657f1dd24a) | |||||
* | | more type checking | Mario | 2023-09-15 | 1 | -2/+2 | |
| | | | | | | (cherry picked from commit a06b28b6934cda8a8cacd3ebf7c76b881a69b74e) | |||||
* | | only select the required fields to prevent memory exhaustion on big result sets | System user; apache | 2023-09-15 | 1 | -3/+6 | |
| | | ||||||
* | | version 8.6.28.6.2 | Mario | 2023-08-27 | 1 | -1/+1 | |
| | | ||||||
* | | changelog | Mario | 2023-08-27 | 1 | -0/+17 | |
| | | ||||||
* | | test refactor the previous commit | Mario Vavti | 2023-08-27 | 1 | -4/+7 | |
| | | | | | | (cherry picked from commit 0a3094fc9a708c4e83d6dd91250ac2105e21b03f) | |||||
* | | allow public stream comments/reactions if item_fetched is set, when fetching ↵ | Mario Vavti | 2023-08-27 | 1 | -4/+3 | |
| | | | | | | | | | | parent of a reaction fetch the thr_parent (cherry picked from commit 816bbad28a6292be1c697fe3ac4073f3f110dc10) | |||||
* | | fix notification text for likes in cases where obj.actor is not set | Mario | 2023-08-27 | 1 | -0/+9 | |
| | | | | | | (cherry picked from commit ce4150cd06a5eb3995592b7c3898d980a58d3dd6) | |||||
* | | make sure that we allow "0" as pathname | Mario | 2023-08-27 | 1 | -2/+2 | |
| | | | | | | (cherry picked from commit be19b7503105955b58c85dbec65c02626c9e5000) | |||||
* | | mising pdl file | Mario | 2023-08-27 | 1 | -0/+10 | |
| | | | | | | (cherry picked from commit 2d5c99f459c77dbf17db9809d3ba37d66f14b2a5) |