aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Version 5.4.1Mario2021-03-091-1/+1
|
* changelogMario Vavti2021-03-091-0/+12
| | | (cherry picked from commit 45cc2d7bd8a214f5178b6f4fd3ec3a71606c3c79)
* Fix undefined page end on non dynamic pagesMax Kostikov2021-03-091-1/+1
| | | (cherry picked from commit 182dec3e574a1db1f737b1ff2f4a6423a0911b1d)
* Fix Spanish plural expressionMax Kostikov2021-03-091-1/+1
| | | (cherry picked from commit f952d65cfd612a73dad0de0160318c630eed4c69)
* type submit should not be type buttonMario2021-03-091-1/+1
| | | (cherry picked from commit b09cbb72fbd64dd1555ce76d431c2dab6c323691)
* fix unexpected trigger of buttons when pressing enter in input field issue #1528Mario2021-03-092-28/+28
| | | (cherry picked from commit d57f4a9527896b472f5bf6dc429a1edeff0d0aef)
* fix summary not saved in browser autosave draftMario2021-03-091-0/+7
| | | (cherry picked from commit 8d26961639eedf76fce06e81c81ebc8fa9b29ae2)
* fix summary not reset on cancelMario2021-03-091-0/+1
| | | (cherry picked from commit 0932d2a0a62ff606b2934e75fd9be240bdc6dc2c)
* fix profile not found if not logged inMario2021-03-091-13/+13
| | | (cherry picked from commit ed981ec8e818892ee15f0971e387cd269ec59689)
* Update Spanishmjfriaza2021-03-082-15205/+15097
|
* Merge branch '5.4RC'5.4Mario2021-03-081204-68319/+122819
|\
| * release 5.4Mario2021-03-082-2/+2
| |
| * Merge branch '5.4RC' of https://framagit.org/hubzilla/core into 5.4RCMario2021-03-080-0/+0
| |\
| | * update sbomMario2021-03-061-8/+8
| | | | | | | | | (cherry picked from commit c67fdd94801e8d24fc2cb4522f06a0d3b7e24785)
| | * fix varable name and more changelogMario2021-03-062-1/+3
| | | | | | | | | (cherry picked from commit 7460b1eecbb1d4eb7937ab551f7d4b333eba5a38)
| | * sse_bs: if Enotify::format() returns an empty array do not add it to ↵Mario2021-03-052-6/+22
| | | | | | | | | | | | | | | notifications (the item has probably been blocked) (cherry picked from commit 1da494a2a5108eaf07821d30cea23564ceaa9506)
| | * more changelogMario2021-03-041-0/+1
| | | | | | | | | (cherry picked from commit e0c619519f13eafaf8332e3fa58eed33511604bb)
| | * even more changelogMario2021-03-041-2/+3
| | | | | | | | | (cherry picked from commit 31da1362de135c19caea24a3ba2734651b9f2c13)
| | * revert revert isset()Mario2021-03-041-1/+1
| | | | | | | | | (cherry picked from commit 33e4b6db7265661c59c21d8244e1fae42974c6af)
| * | changelogMario2021-03-082-2/+4
| |\|
| | * version 5.4RC2Mario2021-03-041-1/+1
| | |
| | * changelogMario2021-03-041-1/+66
| | |
| | * revert issetMario2021-03-041-1/+1
| | |
| | * merge conflictMario2021-03-042-7/+9
| | |\
| | * | set the default collection acl if indicated so by the role permissions but ↵Mario2021-03-031-14/+13
| | | | | | | | | | | | | | | | always set the created friends group as channel_default_group when creating a new channel
| | * | group_add(): return hash if successMario2021-03-031-23/+29
| | | |
| | * | php8: fix warnings during install procedureMario2021-03-039-83/+98
| | | |
| | * | version 5.4RC1Mario2021-02-261-1/+1
| | | |
| * | | update sbomMario2021-03-061-8/+8
| | | |
| * | | fix varable name and more changelogMario2021-03-062-1/+3
| | | |
| * | | sse_bs: if Enotify::format() returns an empty array do not add it to ↵Mario2021-03-052-6/+22
| | | | | | | | | | | | | | | | notifications (the item has probably been blocked)
| * | | even more changelogMario2021-03-041-2/+3
| | | |
| * | | more changelogMario2021-03-041-0/+1
| | | |
| * | | revert revert isset()Mario2021-03-041-1/+1
| | | |
| * | | revert isset()Mario2021-03-041-1/+1
| | | |
| * | | changelogMario2021-03-041-1/+66
| | | | | | | | | | | | (cherry picked from commit 548936c6ca6e016e6fb8bbe649d8caf1e26bb731)
| * | | Check if custom CSP is setMax Kostikov2021-03-041-1/+1
| | |/ | |/|
| * | Merge branch 'dev' into 'dev'Mario2021-03-041-5/+6
| |\ \ | | | | | | | | | | | | | | | | Fix frame-src CSP error on video embedding See merge request hubzilla/core!1918
| | * | Fix frame-src CSP error on video embeddingMax Kostikov2021-03-041-5/+6
| |/ /
| * | set the default collection acl if indicated so by the role permissions but ↵Mario2021-03-031-14/+13
| | | | | | | | | | | | | | | always set the created friends group as channel_default_group when creating a new channel (cherry picked from commit 9389abdb757d5cb5b4b4322260e86c47d11ff043)
| * | group_add(): return hash if successMario2021-03-031-23/+29
| | | | | | | | | (cherry picked from commit f8f15f526f68073baa1e4e846ab87a66c2d5b291)
| * | php8: fix warnings during install procedureMario2021-03-039-83/+98
| | | | | | | | | (cherry picked from commit 48bae9d4219735bc44f4ee72228d19d3e6b9efc9)
| * | Merge branch 'dev' into 'dev'Mario2021-02-261-3/+3
| |\ \ | | |/ | |/| | | | | | | Do not overwrite HTTP schema for Youtube on embedding See merge request hubzilla/core!1917
| | * Do not overwrite HTTP schema for Youtube on embeddingMax Kostikov2021-02-251-3/+3
| | |
| * | Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario2021-02-253-21/+20
| |\ \
| | * \ Merge branch 'dev' into 'dev'Mario2021-02-251-5/+4
| | |\ \ | | | | | | | | | | | | | | | | | | | | small adjustment See merge request hubzilla/core!1915
| | | * | small adjustmentZot2021-02-251-5/+4
| | | | |
| | * | | Merge branch 'dev' into 'dev'Mario2021-02-252-16/+16
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Enable multimedia in podcasts See merge request hubzilla/core!1916
| | | * | | - Enable enclosures in Atom/RSS (podcasts)Michal Klodner2021-02-242-16/+16
| | | |/ / | | | | | | | | | | - Remove checking of audio/video URLs for pattern at the end
| * | / / a possible fix for #1518Mario2021-02-251-1/+1
| |/ / /