Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: Clean up default phpunit config a bit. | Harald Eilertsen | 2023-09-11 | 1 | -12/+2 |
| | |||||
* | tests: Add some db defaults in the UnitTestCase class | Harald Eilertsen | 2023-09-11 | 1 | -7/+9 |
| | |||||
* | tests: Test for get_account_by_id | Harald Eilertsen | 2023-08-13 | 1 | -0/+12 |
| | | | | First test that relies on the test db and fixtures. | ||||
* | tests: Populate test db with fixtures before test run. | Harald Eilertsen | 2023-08-13 | 1 | -1/+36 |
| | | | | | This probably needs to be optimized a bit to avoid loading large amounts of db fixtures before each test. But it's getting somewhere! | ||||
* | tests: Fix transactions handling in UnitTestCase. | Harald Eilertsen | 2023-08-13 | 1 | -4/+14 |
| | |||||
* | WIP: begin integrating DB testing. | Harald Eilertsen | 2023-08-12 | 4 | -8/+115 |
| | |||||
* | 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 |
| | |||||
* | changelog | Mario | 2023-07-05 | 1 | -0/+39 |
| | |||||
* | fix regression after recent changes | Mario | 2023-07-05 | 1 | -1/+1 |
| | |||||
* | bump dev version | Mario | 2023-07-04 | 1 | -1/+1 |
| | |||||
* | version and strings | Mario | 2023-07-04 | 2 | -466/+497 |
| | |||||
* | css fix | Mario | 2023-07-04 | 1 | -1/+1 |
| | |||||
* | css fixes | Mario | 2023-07-04 | 1 | -4/+1 |
| | |||||
* | also filter deleted hublocs | Mario | 2023-07-04 | 1 | -1/+1 |
| | |||||
* | update fullcalendar | Mario | 2023-07-04 | 208 | -1546/+3301 |
| | |||||
* | do not linkify in nobb and noparse tags - issue #1776 | Mario | 2023-07-04 | 1 | -0/+2 |
| | |||||
* | fix issue #1771 | Mario | 2023-07-03 | 1 | -2/+10 |
| | |||||
* | fix php warning | Mario | 2023-07-03 | 1 | -2/+6 |
| |