aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | merge util/hmessages.po from devMario Vavti2018-10-291-73/+14
| | |
* | | merge install/schema_postgres.sql from devMario Vavti2018-10-291-148/+148
| | |
* | | merge include/zot.php from devMario Vavti2018-10-291-1/+1
| | |
* | | merge include/nav.php from devMario Vavti2018-10-291-1/+0
| | |
* | | merge include/import.php from devMario Vavti2018-10-291-1/+0
| | |
* | | merge include/connections.php from devMario Vavti2018-10-291-2/+0
| | |
* | | merge Zotlabs/Widget/Wiki_pages.php from devMario Vavti2018-10-291-2/+0
| | |
* | | merge Zotlabs/Module/Photo.php from devMario Vavti2018-10-291-12/+0
| | |
* | | Merge branch 'dev'Mario Vavti2018-10-2938-749/+1141
|\| |
| * | Merge branch 'dev' into 'dev'M. Dent2018-10-282-10/+24
| |\ \ | | | | | | | | | | | | | | | | fix issues with forum handling in mod network and ping. also some code cleanup. See merge request hubzilla/core!1354
| | * | fix issues with forum handling in mod network and ping. also some code cleanup.Mario Vavti2018-10-272-10/+24
| |/ /
| * | Merge remote-tracking branch 'mike/master' into devMario Vavti2018-10-271-6/+15
| |\|
| | * delivery chain linkage messed up if original post was editedzotlabs2018-10-261-6/+15
| | |
| * | Merge branch 'dev' into 'dev'M. Dent2018-10-261-6/+8
| |\ \ | | | | | | | | | | | | | | | | notifications: fix unseen forum count See merge request hubzilla/core!1351
| | * | notifications: fix unseen forum countMario Vavti2018-10-261-6/+8
| |/ /
| * | Merge branch 'dev' into 'dev'Mario2018-10-262-443/+516
| |\ \ | | | | | | | | | | | | | | | | New strings in Spanish translation See merge request hubzilla/core!1349
| | * | New strings in Spanish translationManuel Jiménez Friaza2018-10-252-443/+516
| | |/
| * | Merge branch 'patch-20181025a' into 'dev'Mario2018-10-261-2/+3
| |\ \ | | |/ | |/| | | | | | | Add entropy to queue worker - and fix requeuing of expired tasks See merge request hubzilla/core!1350
| | * Add entropy to queue worker - and fix requeuing of expired tasksM.Dent2018-10-251-2/+3
| |/
| * Merge branch 'dev' into 'dev'M. Dent2018-10-259-58/+72
| |\ | | | | | | | | | | | | Editor contact autocomplete performance & refine stream filter and forum notification behaviour (mostly for performance) See merge request hubzilla/core!1348
| | * Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario Vavti2018-10-241-2/+2
| | |\ | | |/ | |/|
| * | Merge branch 'patch-19' into 'dev'Mario2018-10-241-2/+2
| |\ \ | | | | | | | | | | | | | | | | Convert non UTF-8 content on link embeding See merge request hubzilla/core!1347
| | * | 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
| |/ /
| | * fix get on {1}Mario Vavti2018-10-241-1/+1
| | |
| | * refine stream filter and forum notification behaviour (mostly for ↵Mario Vavti2018-10-246-53/+66
| | | | | | | | | | | | 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.
| | * wrong varMario Vavti2018-10-241-1/+1
| | |
| | * autocomplete performance: this slightly changes the editor contact ↵Mario Vavti2018-10-242-5/+6
| |/ | | | | | | autocomplete behaviour. queries using *like* with a prepended % to the query string do not make use of indices. this is no big issue when we query abook but can get really slow when xchan table is involved. this commit changes the xchan table only queries to use the *str%* format. this means that the result set for channels we are not connected with will change in a way that xchan_name and xchan_addr will bematched only from the beginning of the name or address. this commit also changes textcomplete to only start the query after the 3rd character. the result set between 2 and 3 characters is mostly very different and only from 3 chars on there is a high possibility the channel we look for is already in the result.
| * Merge remote-tracking branch 'mike/master' into devMario Vavti2018-10-2356-10173/+0
| |\
| | * for whatever reason there were two of thesezotlabs2018-10-2256-10173/+0
| | |
| * | textcomplete: return up to 100 items and look for for matches in the entire ↵Mario Vavti2018-10-222-12/+34
| | | | | | | | | | | | string (not just the beginning) when suggesting emojis
| * | add summary to bbcode autocomplete listMario Vavti2018-10-221-2/+2
| | |
| * | update blueimp_upload to version 9.23Mario Vavti2018-10-2224-659/+989
| |/
| * changelog for 3.8.1Mario Vavti2018-10-211-0/+6
| |
| * fix ellipsis for too long nav bannerMario Vavti2018-10-211-0/+5
| |
| * Merge branch 'edit-menu-contents-fix' into 'dev'Mario2018-10-211-1/+1
| |\ | | | | | | | | | | | | fix wrong value being used for menu_id See merge request hubzilla/core!1345
| | * fix wrong value being used for menu_idmike2018-10-201-1/+1
| | |
| * | Merge remote-tracking branch 'mike/master' into devMario Vavti2018-10-211-15/+0
| |\ \ | | |/ | |/|
| | * disable blueimp demo serverzotlabs2018-10-201-15/+0
| | |
| * | bump versionMario Vavti2018-10-191-1/+1
| | |
| * | optimize autoloadMario Vavti2018-10-192-0/+6
| | |
| * | Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario Vavti2018-10-192-10/+47
| |\ \
| | * \ Merge branch 'patch-18' into 'dev'Mario2018-10-192-10/+47
| | |\ \ | | | | | | | | | | | | | | | | | | | | Russian translation for upgrade plugin added See merge request hubzilla/core!1344
| | | * | Update hstrings.phpMax Kostikov2018-10-181-0/+7
| | | | |
| | | * | Russian translation for upgrade plugin addedMax Kostikov2018-10-181-10/+40
| | |/ /
| * / / strings and bump apd versions to version 2Mario Vavti2018-10-1940-470/+519
| |/ /
| * | Merge branch 'dev' into 'dev'Mario2018-10-181-1/+2
| |\ \ | | | | | | | | | | | | | | | | Fix template root redirection See merge request hubzilla/core!1343
| | * | Fix template root redirectionM.Dent2018-10-171-1/+2
| |/ /