aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | remove redundant import and add ext-zip to composerMario2021-01-151-0/+1
| | | | | |
| * | | | | remove redundant importMario2021-01-151-2/+0
| | | | | |
| * | | | | Receiver::run() does not take an argumentMario2021-01-151-6/+2
| | | | | |
| * | | | | fix issue in unused functionMario2021-01-151-1/+1
| | | | | |
| * | | | | bump composer php versionMario2021-01-151-1/+1
| | | | | |
| * | | | | more wiki issuesMario2021-01-151-3/+3
| | | | | |
| * | | | | wiki issuesMario2021-01-151-3/+2
| | | | | |
| * | | | | argument must be of type booleanMario2021-01-151-1/+1
| | | | | |
| * | | | | $msg must be arrayMario2021-01-151-2/+2
| | | | | |
| * | | | | remove unused variablesMario2021-01-151-2/+1
| | | | | |
| * | | | | whitespaceMario2021-01-151-63/+63
| | | | | |
| * | | | | fix wrong/undefined variables and add sleep interval to notifier callsMario2021-01-151-1/+8
| | | | | |
| * | | | | only var can be passed by referenceMario2021-01-151-2/+2
| | | | | |
| * | | | | also check for zot6Mario2021-01-151-1/+1
| | | | | |
| * | | | | style fixesMario2021-01-151-122/+120
| | | | | |
| * | | | | add ext-json to composerMario2021-01-151-0/+1
| | | | | |
| * | | | | make attach_upgrade() catch entries where only display_path is missingMario2021-01-151-2/+1
| | | | | |
| * | | | | some work to fix r_preview in list modeMario2021-01-148-299/+316
| | | | | |
| * | | | | update changelogMario2021-01-131-1/+1
| | | | | | | | | | | | | | | | | | (cherry picked from commit 299c4bda1b306ddc5e0e15bb2a3aed9d24fe3a76)
* | | | | | changelog5.2.2Mario2021-02-131-0/+4
| | | | | | | | | | | | | | | | | | (cherry picked from commit 5e8e6dc45805b8eac7a8fb690f04c007ebd573d9)
* | | | | | version 5.2.2Mario2021-02-131-1/+1
| | | | | |
* | | | | | fix ping_site() issueMario2021-02-132-52/+71
| |_|_|_|/ |/| | | | | | | | | (cherry picked from commit 22e0175ab739bf72ce73f1682068179e3dbea79c)
* | | | | version 5.2.15.2.1Mario2021-01-161-1/+1
| | | | |
* | | | | changelogMario2021-01-161-0/+6
| | | | | | | | | | | | | | | (cherry picked from commit 485a232ae68617093f58bed6c15a52f80116cdae)
* | | | | wrong logicMario2021-01-161-1/+1
| | | | | | | | | | | | | | | (cherry picked from commit 0d544e2294149efe5f442fa1191c02f241b85b6a)
* | | | | also check for zot6Mario2021-01-161-1/+1
| | | | | | | | | | | | | | | (cherry picked from commit 3bcb3221568d80d3ae8dec47d2416b7c1b091304)
* | | | | make attach_upgrade() catch entries where only display_path is missingMario2021-01-161-2/+1
| | | | | | | | | | | | | | | (cherry picked from commit 42812078c51acb9ffc26cc3cfc52e5048fed16b8)
* | | | | Merge branch '5.2RC'5.2Mario2021-01-13462-12125/+31304
|\ \ \ \ \
| * | | | | release 5.2Mario2021-01-131-1/+1
| | | | | |
| * | | | | update changelogMario2021-01-131-1/+1
| | | | | |
| * | | | | Merge branch 'dev' into 5.2RCMario2021-01-132-5/+4
| |\| | | |
| | * | | | Revert "keyid adapt for backward compatibility to current release part 2"Mario2021-01-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit efb8a29b5fcacd491c5e080572581437b6000f87.
| | * | | | Revert "keyid adapt for backward compatibility to current release"Mario2021-01-131-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit ff100a499a2813c1ffa31db04936b04d4b2c8eb4.
| * | | | | Merge branch 'dev' into 5.2RCMario2021-01-132-1/+7
| |\| | | |
| | * | | | do not turn the groups own direkt messages into group items - fixes #1510Mario2021-01-132-1/+7
| | | | | |
| * | | | | Merge branch 'dev' into 5.2RCMario2021-01-125-126/+130
| |\| | | |
| | * | | | changelogMario2021-01-121-0/+1
| | | | | |
| | * | | | lukasreschke/id3parser is not maintained anymore. fix it so that composer ↵Mario2021-01-124-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | dump-autoload will not complain
| | * | | | more changelogMario2021-01-121-1/+3
| | | | | |
| | * | | | restrict length of short profile title/description to 190characters to omit ↵Mario2021-01-121-125/+125
| | | | | | | | | | | | | | | | | | | | | | | | sql warnings about too long string data
| | * | | | Ãupdate changelogMario2021-01-111-0/+44
| | | | | |
| * | | | | Ãupdate changelogMario2021-01-111-0/+44
| | | | | |
| * | | | | 5.2RC4Mario2021-01-111-1/+1
| | | | | |
| * | | | | Merge branch 'dev' into 5.2RCMario2021-01-116-32/+43
| |\| | | |
| | * | | | can not access global from statc methodMario2021-01-113-25/+32
| | | | | |
| | * | | | missing constant definitionMario Vavti2021-01-101-0/+1
| | | | | |
| | * | | | sync_directories() omit known dead sitesMario Vavti2021-01-101-4/+6
| | | | | |
| | * | | | undefined variableMario Vavti2021-01-101-2/+2
| | | | | |
| | * | | | Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario2021-01-101-1/+1
| | |\ \ \ \
| | | * | | | typoMario Vavti2021-01-091-1/+1
| | | | | | |