aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add flexibility to prefix/suffix string translations for jquery.timeagophellmes2018-02-111-4/+10
| | | | | | | In addition to use the defaults or any other translated strings this allows now to force an empty string by setting the translation to NONE. Translators can choose to either use prefixes only, suffixes only, none of them or both of them - whatever sounds best in their language.
* finally fix channel queryMario Vavti2018-02-091-4/+4
|
* use distinct in channel item query and minor notification cache improvementMario Vavti2018-02-092-5/+7
|
* bump versionMario Vavti2018-02-091-1/+1
|
* Merge remote-tracking branch 'mike/master' into devMario Vavti2018-02-094-15/+204
|\
| * cosmeticzotlabs2018-02-081-2/+1
| |
| * turn the logs down againzotlabs2018-02-081-2/+1
| |
| * zot6 testingzotlabs2018-02-082-10/+9
| |
| * missing quotezotlabs2018-02-081-1/+1
| |
| * loggingzotlabs2018-02-081-1/+3
| |
| * z6 testingzotlabs2018-02-083-5/+3
| |
| * debug the crypto functionzotlabs2018-02-071-0/+3
| |
| * encrypt the httpsig for zot6 transportzotlabs2018-02-072-4/+24
| |
| * compatibility: fallback to legacy zot if OWA succeeds but no data['msg'] is ↵zotlabs2018-02-071-1/+1
| | | | | | | | present
| * zot6 delivery workzotlabs2018-02-071-3/+3
| |
| * more zot6 delivery workzotlabs2018-02-073-13/+91
| |
| * Merge branch 'master' into z6zotlabs2018-02-0713-536/+39
| |\
| * \ Merge branch 'master' into z6zotlabs2018-02-05260-11512/+37046
| |\ \
| * | | initial z6 deliveryzotlabs2018-01-163-35/+31
| | | |
| * | | z6 deliverzotlabs2018-01-163-9/+104
| | | |
* | | | wrong linkMario Vavti2018-02-081-1/+1
| | | |
* | | | Merge remote-tracking branch 'mike/master' into devMario Vavti2018-02-081-44/+0
|\ \ \ \ | | |_|/ | |/| |
| * | | remove dead codezotlabs2018-02-071-44/+0
| | | |
* | | | more db and queries finetuningMario Vavti2018-02-084-18/+32
| | | |
* | | | do not spam the logMario Vavti2018-02-071-1/+1
| | | |
* | | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into devMario Vavti2018-02-0713-343/+432
|\ \ \ \ | |/ / / |/| | |
| * | | Merge pull request #971 from dawnbreak/QA_testinggit-marijus2018-02-0613-343/+432
| |\ \ \ | | | | | | | | | | UnitTests for database classes and bit cleanup and docu
| | * | | Make it little bit less likely to erase a real database.Klaus Weidenbach2018-01-294-21/+23
| | | | | | | | | | | | | | | | | | | | | | | | | Changed the default PHPUnit database environment variables to make it little bit less likely to truncate accidently a real database.
| | * | | :white_check_mark: Add tests for non existent tables.Klaus Weidenbach2018-01-282-1/+24
| | | | | | | | | | | | | | | | | | | | Prevent PHP warnings "Undefined variable" in dba_pdo::q();
| | * | | :fire: Cleanup old database related files.Klaus Weidenbach2018-01-285-332/+60
| | | | | | | | | | | | | | | | | | | | | | | | | Remove non used database drivers, remove unused methods. Improve documentation.
| | * | | :white_check_mark: Unit Test for dba_pdo driver class.Klaus Weidenbach2018-01-287-4/+273
| | | | |
| | * | | :white_check_mark: Unit Test for \DBA factory.Klaus Weidenbach2018-01-281-0/+67
| | | | |
* | | | | slight improvement in ostatus protocol detection from xml feedzotlabs2018-02-061-7/+8
|/ / / /
* | | | code cleanupzotlabs2018-02-051-81/+16
| | | |
* | | | remove dead codezotlabs2018-02-051-96/+1
| | | |
* | | | remove mobile_detect (outdated and unmaintainable)zotlabs2018-02-058-307/+13
| | | |
* | | | fix manual queue invocation (was using the web argc/argv from the cli)zotlabs2018-02-051-3/+3
| |_|/ |/| |
* | | feedutils: separate the parsing of author information from the parsing of ↵zotlabs2018-02-051-94/+126
| | | | | | | | | | | | item/activity information
* | | implode can take its arguments in either order, but let's try to be consistentzotlabs2018-02-042-32/+35
| | |
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2018-02-0410-45/+73
|\ \ \
| * | | this will fix the cards query and keep the rest intactMario Vavti2018-02-045-7/+19
| | | |
| * | | superfluous ,Mario Vavti2018-02-041-1/+1
| | | |
| * | | remove indices from mysql schema fileMario Vavti2018-02-041-7/+0
| | | |
| * | | remove some never used indices which prevented our item queries to find the ↵Mario Vavti2018-02-048-36/+59
| | | | | | | | | | | | | | | | right query execution plan in mysql and adjust some queries to optimze the result
* | | | decomplicate cont.zotlabs2018-02-032-49/+61
|/ / /
* | | provide summaries in feeds under very limited cases, but never in compat ↵zotlabs2018-02-011-3/+19
| | | | | | | | | | | | (GNU-Social) mode
* | | document the tag changeszotlabs2018-02-011-3/+5
| | |
* | | some feed cleanupzotlabs2018-02-013-35/+19
| | |
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2018-02-011-0/+8
|\ \ \
| * \ \ Merge remote-tracking branch 'mike/master' into devMario Vavti2018-02-012-4/+4
| |\ \ \