Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | one more hub reinstall fix | Mario | 2022-09-28 | 1 | -1/+1 |
| | |||||
* | emit a notice if an item was deleted - issue #1691 | Mario | 2022-09-22 | 2 | -0/+3 |
| | |||||
* | php8: fix warnings | Mario | 2022-09-22 | 1 | -1/+1 |
| | |||||
* | php8: warning fixes | Mario | 2022-09-14 | 7 | -7/+0 |
| | |||||
* | fix random php warnings | Mario | 2022-09-07 | 1 | -4/+2 |
| | |||||
* | add missing modal | Mario | 2022-09-06 | 1 | -0/+13 |
| | |||||
* | fix issue where an unkown diaspora author was not imported if the comment ↵ | Mario | 2022-08-30 | 1 | -2/+2 |
| | | | | arrived via a relayed activity and a minor css fix | ||||
* | more css fixes | Mario | 2022-08-20 | 3 | -13/+10 |
| | |||||
* | more css fixes | Mario | 2022-08-20 | 1 | -2/+2 |
| | |||||
* | fix syntax error | Mario | 2022-08-20 | 1 | -1/+0 |
| | |||||
* | redbasic dark: fixes | Mario | 2022-08-20 | 1 | -4/+17 |
| | |||||
* | pdledit_gui: fix offcanvas | Mario | 2022-08-20 | 1 | -3/+3 |
| | |||||
* | redbasic dark schema major cleanup | Mario | 2022-08-20 | 1 | -498/+10 |
| | |||||
* | redbasic: make use of css variables and implement link_hover_colour | Mario | 2022-08-20 | 5 | -28/+43 |
| | |||||
* | more css fixes | Mario | 2022-08-19 | 1 | -9/+17 |
| | |||||
* | more css fixes | Mario | 2022-08-19 | 3 | -49/+53 |
| | |||||
* | more bs upgrade fixes | Mario | 2022-08-19 | 1 | -2/+2 |
| | |||||
* | time for a new screenshot | Mario | 2022-08-19 | 1 | -0/+0 |
| | |||||
* | update to bootstrap 5.2 and fixes | Mario | 2022-08-19 | 4 | -21/+26 |
| | |||||
* | fix regression in dark schema | Mario | 2022-07-27 | 1 | -0/+1 |
| | |||||
* | HQ dashboard - missing files | Mario | 2022-07-16 | 2 | -0/+40 |
| | |||||
* | HQ dashboard - initial checkin | Mario | 2022-07-15 | 12 | -84/+74 |
| | |||||
* | fix vcard-card background for dark schema | Mario | 2022-07-03 | 1 | -1/+7 |
| | |||||
* | Merge branch 'redbasic/dark-fixes' into 'dev' | Mario | 2022-07-03 | 1 | -13/+9 |
|\ | | | | | | | | | redbasic/dark: make category pills readable. See merge request hubzilla/core!2021 | ||||
| * | redbasic/dark: make category pills readable. | Harald Eilertsen | 2022-06-21 | 1 | -13/+9 |
| | | |||||
* | | es: update plural function | Mario | 2022-06-23 | 1 | -1/+1 |
| | | |||||
* | | make sure the document is loaded | Mario | 2022-06-23 | 1 | -14/+15 |
|/ | |||||
* | Merge branch 'dev' of https://codeberg.org/hubzilla/hubzilla into dev | Mario | 2022-06-21 | 2 | -4/+4 |
|\ | |||||
| * | Revert "Fixing some error in Spanish translation" | mjfriaza | 2022-06-12 | 2 | -0/+11337 |
| | | | | | | | | This reverts commit 1d99c3d3f7318b6a5fa2a91ed6970338ca283bda. | ||||
| * | Fix two errors in Spanish translation | mjfriaza | 2022-06-12 | 2 | -4/+4 |
| | | |||||
| * | Fixing some error in Spanish translation | mjfriaza | 2022-06-05 | 2 | -11337/+0 |
| | | |||||
* | | Update Russian translation | Max Kostikov | 2022-05-28 | 2 | -14778/+15026 |
|/ | |||||
* | Merge pull request 'Update Spanish' (#11) from mjfriaza/hubzilla:dev into dev | hubzilla | 2022-05-25 | 2 | -4556/+4041 |
|\ | | | | | | | Reviewed-on: https://codeberg.org/hubzilla/hubzilla/pulls/11 | ||||
| * | Update Spanish | mjfriaza | 2022-05-17 | 2 | -4556/+4041 |
| | | |||||
* | | move wiki related templates to addon | Mario | 2022-05-25 | 6 | -767/+0 |
| | | |||||
* | | move article and card categories widgets to addons | Mario | 2022-05-24 | 1 | -4/+0 |
| | | |||||
* | | rendering fixes | Mario | 2022-05-19 | 3 | -5/+10 |
| | | |||||
* | | move wiki to addons | Mario | 2022-05-06 | 1 | -11/+0 |
| | | |||||
* | | move articles to addon - also remove the pdl | Mario | 2022-05-04 | 1 | -14/+0 |
| | | |||||
* | | move cards to addon | Mario | 2022-05-04 | 1 | -13/+0 |
|/ | |||||
* | Merge branch 'security-fixes-lfi-xss-open-redirect' into 'dev' | Mario | 2022-03-23 | 1 | -3/+2 |
|\ | | | | | | | | | Security fixes See merge request hubzilla/core!2017 | ||||
| * | CVE-2022-27257: LFI in Redbasic theme. | Harald Eilertsen | 2022-03-20 | 1 | -3/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Limit valid chars in schema names, and discard attempts at loading schemas with invalid names. This prevents a local file inclusion vulnerability where an unauthenticated attacker can include arbitrary php files readable by the server process and potentially obtain remote code execution. Valid schema names may consist of ascii letters, numbers, hyphens and underscores. Should be good enough for most cases, I think. Fixes https://framagit.org/hubzilla/core/-/issues/1665 | ||||
* | | redbasic/dark: Tune button colours a bit. | Harald Eilertsen | 2022-03-13 | 1 | -5/+5 |
| | | | | | | | | Makes buttons a bit less bright so they don't stick out quite as much. | ||||
* | | redbasic/dark: Use schema colour for dropdown item | Harald Eilertsen | 2022-03-13 | 1 | -0/+4 |
| | | |||||
* | | redbasic/dark: Use bootstrap-nightfall for dark schema. | Harald Eilertsen | 2022-03-13 | 2 | -0/+1902 |
|/ | | | | | | | This is a color only stylesheet, modifying the original Bootstrap colors to a dark variant. Insert this as base before the redbasic dark schema modifications, and any custom modifications to have a nicer base for the dark schema. | ||||
* | fix duplicate ids in login form and move login/register buttons into the ↵ | Mario | 2022-03-03 | 3 | -24/+29 |
| | | | | hamburger menu on small screens | ||||
* | enhanced content filters | Mario | 2022-03-01 | 1 | -0/+4 |
| | |||||
* | missing content region for directory | Mario | 2022-02-23 | 1 | -0/+3 |
| | |||||
* | widget descriptions and add content region to all pdl files for convenience | Mario | 2022-02-23 | 55 | -32/+155 |
| | |||||
* | merge branch pdledit_gui into dev - many widgets still miss their ↵ | Mario | 2022-02-20 | 13 | -30/+362 |
| | | | | description and requirements (this is work in progress) |