Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | changelog | Mario | 2024-03-19 | 1 | -1/+1 | |
| |/ |/| | | | (cherry picked from commit 5c2e10c01ebc671075052bf52ffbff3388853187) | |||||
* | | fix cover photos not uploaded into folder due to missing source option | Mario | 2024-03-19 | 1 | -1/+1 | |
| | | ||||||
* | | docu | Mario | 2024-03-18 | 2 | -4/+4 | |
| | | ||||||
* | | changelog | Mario | 2024-03-18 | 1 | -0/+90 | |
|/ | ||||||
* | make theme compatible with rc version | Mario | 2024-03-18 | 1 | -1/+1 | |
| | ||||||
* | css fix | Mario | 2024-03-18 | 1 | -1/+0 | |
| | ||||||
* | theme min/max version and minor css fix | Mario | 2024-03-17 | 2 | -5/+5 | |
| | ||||||
* | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario | 2024-03-17 | 4 | -30/+25 | |
|\ | ||||||
| * | fix hardcoded color attr | Mario | 2024-03-17 | 1 | -1/+1 | |
| | | ||||||
| * | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario | 2024-03-17 | 3 | -27/+20 | |
| |\ | ||||||
| | * | slightly adjust text sizing | Mario | 2024-03-16 | 3 | -27/+20 | |
| | | | | | | | | | (cherry picked from commit 9600789d6be3fc3e8ed0803f1d80d5dbf0dd4779) | |||||
| * | | add Emoji to the AP schema | Mario | 2024-03-17 | 1 | -0/+2 | |
| |/ | ||||||
| * | css fixes | Mario | 2024-03-16 | 2 | -4/+4 | |
| | | ||||||
* | | cleanup some ancient code and fix check for $path so that it will not pass ↵ | Mario | 2024-03-17 | 4 | -18/+8 | |
|/ | | | | if theme_include() will not return anything. also add an empty zen.css file for the zen template | |||||
* | maybe git can be removed again now after the streams lib got removed? | Mario | 2024-03-16 | 1 | -1/+1 | |
| | | | (cherry picked from commit 5860abf46f862149bb67d17c7f4b66ac34b98389) | |||||
* | apply the streams fixes manually until the addition of the streams library ↵ | Mario | 2024-03-16 | 1 | -3/+5 | |
| | | | | is sorted | |||||
* | add git again allthough it is not clear why it is required | Mario | 2024-03-16 | 2 | -3/+3 | |
| | ||||||
* | more composer weirdness | Mario | 2024-03-16 | 3 | -14/+8 | |
| | ||||||
* | Revert "another attmpt to install streams/php-jcs via composer" | Mario | 2024-03-16 | 16 | -140/+416 | |
| | | | This reverts commit 5af3c3577843a6f65c402c27607edca98233c08e | |||||
* | Revert "try installing git" | Mario | 2024-03-16 | 2 | -3/+3 | |
| | | | This reverts commit 0b4e0863764e20fa13342b89487de574bd3f1fe4 | |||||
* | Revert "remove streams folder" | Mario | 2024-03-16 | 1 | -0/+0 | |
| | | | This reverts commit 216f3755fc1b6abce4aed21ac842dd05ce17e95c | |||||
* | Revert "really add streams folder" | Mario | 2024-03-16 | 1 | -0/+0 | |
| | | | This reverts commit f402baffd3359398732aad05755be2a9dd26a0dd | |||||
* | really add streams folder | Mario | 2024-03-16 | 1 | -0/+0 | |
| | ||||||
* | remove streams folder | Mario | 2024-03-16 | 1 | -0/+0 | |
| | ||||||
* | adjust encrypted content representation and also add it to bb_to_markdown | Mario | 2024-03-15 | 2 | -9/+28 | |
| | ||||||
* | bump dev version | Mario | 2024-03-15 | 1 | -1/+1 | |
| | ||||||
* | version, strings and dump composer autoload | Mario | 2024-03-15 | 2 | -1775/+1330 | |
| | ||||||
* | update redbasic screenshot | Mario | 2024-03-15 | 1 | -0/+0 | |
| | ||||||
* | try installing git | Mario | 2024-03-15 | 2 | -3/+3 | |
| | ||||||
* | another attmpt to install streams/php-jcs via composer | Mario | 2024-03-15 | 16 | -416/+140 | |
| | ||||||
* | refactor sodium b2b encryption | Mario | 2024-03-15 | 2 | -30/+48 | |
| | ||||||
* | fix overlay z-index | Mario | 2024-03-14 | 1 | -0/+1 | |
| | ||||||
* | remove some now redundant css | Mario | 2024-03-14 | 1 | -3/+0 | |
| | ||||||
* | wrong logic | Mario | 2024-03-14 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario | 2024-03-14 | 5 | -68/+248 | |
|\ | ||||||
| * | Merge branch 'add-testing-doc' into 'dev' | Mario | 2024-03-14 | 1 | -0/+130 | |
| |\ | | | | | | | | | | | | | Add some developer docs for the test system. See merge request hubzilla/core!2113 | |||||
| | * | doc: Add some developer docs for the test system. | Harald Eilertsen | 2024-03-10 | 1 | -0/+130 | |
| | | | | | | | | | | | | | | | | | | Not sure if this is too long, or if it would be better to split it into multiple files. Also, still missing the "How to write your own tests" section. | |||||
| * | | Merge branch 'fix-test-setup-on-mariadb' into 'dev' | Mario | 2024-03-14 | 4 | -68/+118 | |
| |\ \ | | | | | | | | | | | | | | | | | Fix test db setup on MySQL/Mariadb + changed default See merge request hubzilla/core!2112 | |||||
| | * | | Fix test db setup on MySQL/Mariadb + changed default | Harald Eilertsen | 2024-03-14 | 4 | -68/+118 | |
| | | | | ||||||
* | | | | fix shortnames replaced in html tags | Mario | 2024-03-14 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | revert adding of zip and bump composer php version to 8.1 | Mario | 2024-03-14 | 5 | -6/+9 | |
| | | | ||||||
* | | | Revert "next try to use the streams php-jcs library until the floats issue ↵ | Mario | 2024-03-14 | 16 | -144/+417 | |
| | | | | | | | | | | | | | | | | | | will be fixed upstream. see here for reference https://codeberg.org/streams/streams/issues/151" This reverts commit 70dfce356b949dce00dba534536be994b1d7761d. | |||||
* | | | next try to use the streams php-jcs library until the floats issue will be ↵ | Mario | 2024-03-14 | 16 | -417/+144 | |
| | | | | | | | | | | | | fixed upstream. see here for reference https://codeberg.org/streams/streams/issues/151 | |||||
* | | | add fix again after escaping composer hell | Mario | 2024-03-14 | 1 | -1/+1 | |
| | | | ||||||
* | | | Revert "use the streams php-jcs library until the floats issue will be fixed ↵ | Mario | 2024-03-14 | 16 | -143/+415 | |
| | | | | | | | | | | | | | | | | | | upstream. see here for reference https://codeberg.org/streams/streams/issues/151" This reverts commit 81ce67df942d4bf378814677268fe03a29ecc028. | |||||
* | | | evert "fix deprecation warning" | Mario | 2024-03-14 | 2 | -3/+3 | |
| | | | | | | | | | | | | This reverts commit 898762dd95d634e9362d5138ea8e306bbfeb81b7. | |||||
* | | | Revert "update lock file" | Mario | 2024-03-14 | 2 | -4/+3 | |
| | | | | | | | | | | | | This reverts commit a93fed5ae250533af1682cfc721459d6bae9b263. | |||||
* | | | Revert "revert addition of zip" | Mario | 2024-03-14 | 3 | -3/+5 | |
| | | | | | | | | | | | | This reverts commit 55532c7cb1fee208893fc13c372acf703830529b. | |||||
* | | | revert addition of zip | Mario | 2024-03-14 | 3 | -5/+3 | |
| | | | ||||||
* | | | update lock file | Mario | 2024-03-14 | 2 | -3/+4 | |
| | | |