aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
Commit message (Collapse)AuthorAgeFilesLines
* dreport updateszotlabs2018-11-123-9/+102
|
* translate zot message packets to zot6 for deliveryzotlabs2018-11-111-12/+35
|
* more z6 debuggingzotlabs2018-11-113-2/+9
|
* add zot6 delivery methodzotlabs2018-11-081-0/+1
|
* begin native summary supportzotlabs2018-11-081-1/+23
|
* refresh packetszotlabs2018-11-082-3/+18
|
* Merge branch 'master' into zvizotlabs2018-11-075-32/+145
|\
| * Revert "remove 'Expiries' HTTP header"Max Kostikov2018-11-071-1/+2
| | | | | | This reverts commit 40d9277ef38ef1200db59cd2f8c6b9e2a80bc332
| * remove 'Expiries' HTTP header Max Kostikov2018-11-061-2/+1
| |
| * Update Photo.phpMax Kostikov2018-11-061-2/+2
| |
| * Update Photo.phpMax Kostikov2018-11-061-4/+2
| |
| * Update Photo.phpMax Kostikov2018-11-061-2/+3
| |
| * 'Last-Modified' and 'Content-Length' HTTP headers added for better image cachingMax Kostikov2018-11-061-9/+18
| |
| * Update Photo.phpMax Kostikov2018-11-051-1/+1
| |
| * Use modern get_config() syntaxMax Kostikov2018-11-051-4/+2
| |
| * Merge branch 'patch-20181028a' into 'dev'Mario2018-11-052-15/+118
| |\ | | | | | | | | | | | | Add timestamp to pconfig See merge request hubzilla/core!1355
| | * Add tracking of deleted pconfig variablesM.Dent2018-10-291-4/+40
| | |
| | * Fix to set update time in pconfig on updateM.Dent2018-10-281-3/+3
| | |
| | * Add timestamp and associated logic to pconfigM.Dent2018-10-281-12/+53
| | |
| | * DB Updates to prep for pconfig timestamps.M.Dent2018-10-281-0/+26
| | |
| * | Merge remote-tracking branch 'mike/master' into devMario Vavti2018-11-053-129/+319
| |\ \
| * | | more fixes for forum notifications handling: do not count likes/dislikes if ↵Mario Vavti2018-11-032-2/+6
| | | | | | | | | | | | | | | | likes notifications are disabled and also do not show like activities when clicking a forum notification and like notifications are disabled
* | | | fix signatureszotlabs2018-11-061-1/+1
| | | |
* | | | this is brutalzotlabs2018-11-068-120/+369
| | | |
* | | | more zot6 workzotlabs2018-11-052-18/+43
| | | |
* | | | z6 workzotlabs2018-11-052-5/+7
| |/ / |/| |
* | | debug zot6 discoveryzotlabs2018-11-041-118/+283
| | |
* | | Merge branch 'dev' of https://framagit.org/hubzilla/core into xdev_mergezotlabs2018-11-041-1/+6
|\| |
| * | Update Linkinfo.phpMax Kostikov2018-11-031-1/+1
| | |
| * | Update Linkinfo.phpMax Kostikov2018-11-031-1/+1
| | |
| * | Update Linkinfo.phpMax Kostikov2018-11-031-4/+4
| | |
| * | Update Linkinfo.phpMax Kostikov2018-11-021-2/+2
| | |
| * | more precise codepage detectionMax Kostikov2018-11-021-3/+5
| | |
| * | Workaround for incorrect ISO-8859-5 encoded content conversionMax Kostikov2018-11-021-2/+5
| | |
* | | z6 updates to owa, linkinfo improved image detectionzotlabs2018-11-042-11/+36
|/ /
* | yet another blueimp vulnerability. Move to composer.Mike Macgirvin2018-10-311-3/+3
| |
* | Merge branch 'dev' of https://framagit.org/hubzilla/core into xdev_mergezotlabs2018-10-304-18/+30
|\ \
| * \ Merge branch 'forum-ping' into 'dev'M. Dent2018-10-311-4/+3
| |\ \ | | | | | | | | | | | | | | | | fix forum ping results - the term query requires xchan_name instead of… See merge request hubzilla/core!1358
| | * | fix forum ping results - the term query requires xchan_name instead of ↵Mario Vavti2018-10-291-4/+3
| | |/ | | | | | | | | | xchan_hash. also improve the query itself - item_permission_sql() is redundant here since we always deal with local_channel() and use count(id) instead of sum(item_unseen) to get the unseen count
| * / allow wiki_list widget to be used in any pageMario Vavti2018-10-291-4/+0
| |/
| * fix issues with forum handling in mod network and ping. also some code cleanup.Mario Vavti2018-10-272-10/+24
| |
| * notifications: fix unseen forum countMario Vavti2018-10-261-6/+8
| |
| * Add entropy to queue worker - and fix requeuing of expired tasksM.Dent2018-10-251-2/+3
| |
* | remove primary/clone counts from admin summary. The last checkins should fix ↵zotlabs2018-10-301-3/+1
|/ | | | this count "eventually" but the information has little direct value and may require location information for a local channel to change before it is actually corrected.
* Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario Vavti2018-10-241-2/+2
|\
| * Update Linkinfo.phpMax Kostikov2018-10-241-1/+1
| |
| * Update Linkinfo.phpMax Kostikov2018-10-231-1/+1
| |
| * Update Linkinfo.phpMax Kostikov2018-10-231-4/+2
| |
| * Convert non UTF-8 content on link embedingMax Kostikov2018-10-231-2/+4
| |
* | refine stream filter and forum notification behaviour (mostly for ↵Mario Vavti2018-10-244-52/+63
| | | | | | | | performance). personal posts will be displayed in unthreaded mode and clicking a forum notification will show only the unseen items of the forum in unthreaded mode. group the filters in the widget - threaded at the top, unthreaded beneath.