aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* issue #409 - use item_notshown for file activities to prevent display but all...zotlabs2016-11-021-1/+1
* provide merged usermenu div for all server roleszotlabs2016-11-021-4/+0
* issue #576 - duplicate events shownzotlabs2016-11-022-4/+3
* silence a minor warningzotlabs2016-11-021-0/+1
* convert manual page updates to a display setting instead of a featurezotlabs2016-11-029-14/+20
* if connecting to a channel that is already pending, undo the pending and set ...zotlabs2016-11-021-2/+23
* remove debuggingzotlabs2016-11-021-3/+0
* issue #575, when 'nofinish' is set on an event, invalid date was generated/st...zotlabs2016-11-021-4/+8
* allow your own likes/comments to be updated when in static update modezotlabs2016-11-028-15/+43
* Merge pull request #574 from zotlabs/static_updategit-marijus2016-11-028-0/+27
|\
| * feature: static page update as opposed to live update of conversations on the...zotlabs2016-11-018-0/+27
* | retry liveupdate up to 10 times if we receive incomplete/truncated html data.zotlabs2016-11-011-1/+22
|/
* Merge pull request #573 from phellmes/devzotlabs2016-11-022-6139/+9906
|\
| * update DE translation stringsphellmes2016-11-012-6139/+9906
* | command line connect utility.zotlabs2016-11-012-2/+66
|/
* bbcode event formatting issuezotlabs2016-10-312-2/+3
* provide plugin restrictions based on config settingszotlabs2016-10-311-0/+7
* string updatezotlabs2016-10-303-505/+555
* improve the check in 9b42bc860zotlabs2016-10-301-1/+1
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into devMario Vavti2016-10-306-12/+37
|\
| * add embed bbcode to the autocomplete listMario Vavti2016-10-301-1/+1
| * fix https://zothub.de/display/9d9078d212862c5f58Mario Vavti2016-10-302-1/+2
| * update setup and install documents for PDO and the freebsd issue withzotlabs2016-10-272-7/+31
| * change log string on pdo log messageszotlabs2016-10-271-3/+3
* | possible fix for https://zothub.de/display/2d4996dd629504851dMario Vavti2016-10-301-2/+2
|/
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergezotlabs2016-10-2611-19/+19
|\
| * Merge pull request #570 from fsteinel/issue-NEWzotlabs2016-10-2711-19/+19
| |\
| | * sql: limit 1 for UPDATE and DELETE is not supported by the SQL standard and p...Florian Steinel2016-10-2711-19/+19
* | | modernise chanview, which has a renewed purpose - to provide a connect link t...zotlabs2016-10-262-17/+33
|/ /
* | zot_finger from navbar people search loopingzotlabs2016-10-261-5/+24
* | when inserting a link, if the url begins with '!' ignore oembed and do everyt...zotlabs2016-10-261-5/+12
|/
* the logic is much too complicated for the notifier. Let plugins know if they ...zotlabs2016-10-261-1/+4
* allow .htpreconfig.php to be loaded if you can't install without special sett...zotlabs2016-10-261-0/+6
* For z_dns_check() use config values from memory and ignore DB - as this funct...zotlabs2016-10-251-1/+6
* make the edited header stand out slightlyzotlabs2016-10-251-1/+1
* send "hidden" edit activities to networks which don't support edits themselveszotlabs2016-10-255-4/+39
* put all dns checking into one function, allow it to be ignoredzotlabs2016-10-255-11/+24
* first cut at edit activitieszotlabs2016-10-254-5/+66
* pdo - fetch assoc onlyzotlabs2016-10-251-1/+1
* set port if non-zero (instead of non-null)zotlabs2016-10-242-2/+2
* Merge pull request #559 from zotlabs/pdozotlabs2016-10-255-54/+123
|\
| * found it...zotlabs2016-10-231-2/+2
| * this seems to work, but there are unanswered questions and is still undergoin...zotlabs2016-10-231-5/+8
| * fetch bytea as streamzotlabs2016-10-231-1/+2
| * Merge branch 'dev' into pdozotlabs2016-10-2319-3082/+3114
| |\
| * | pdo hackszotlabs2016-10-232-4/+18
| * | allow a dsn override to the database via the server argument. This could be u...zotlabs2016-10-202-15/+21
| * | pdo - cleanupzotlabs2016-10-201-7/+3
| * | Merge branch 'dev' into pdozotlabs2016-10-204-36/+146
| |\ \
| * | | more pdo tweakszotlabs2016-10-201-3/+24