Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refine stream filter and forum notification behaviour (mostly for ↵ | Mario Vavti | 2018-10-24 | 6 | -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 var | Mario Vavti | 2018-10-24 | 1 | -1/+1 |
| | |||||
* | autocomplete performance: this slightly changes the editor contact ↵ | Mario Vavti | 2018-10-24 | 2 | -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 dev | Mario Vavti | 2018-10-23 | 56 | -10173/+0 |
|\ | |||||
| * | for whatever reason there were two of these | zotlabs | 2018-10-22 | 56 | -10173/+0 |
| | | |||||
* | | textcomplete: return up to 100 items and look for for matches in the entire ↵ | Mario Vavti | 2018-10-22 | 2 | -12/+34 |
| | | | | | | | | string (not just the beginning) when suggesting emojis | ||||
* | | add summary to bbcode autocomplete list | Mario Vavti | 2018-10-22 | 1 | -2/+2 |
| | | |||||
* | | update blueimp_upload to version 9.23 | Mario Vavti | 2018-10-22 | 24 | -659/+989 |
|/ | |||||
* | changelog for 3.8.1 | Mario Vavti | 2018-10-21 | 1 | -0/+6 |
| | |||||
* | fix ellipsis for too long nav banner | Mario Vavti | 2018-10-21 | 1 | -0/+5 |
| | |||||
* | Merge branch 'edit-menu-contents-fix' into 'dev' | Mario | 2018-10-21 | 1 | -1/+1 |
|\ | | | | | | | | | fix wrong value being used for menu_id See merge request hubzilla/core!1345 | ||||
| * | fix wrong value being used for menu_id | mike | 2018-10-20 | 1 | -1/+1 |
| | | |||||
* | | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2018-10-21 | 1 | -15/+0 |
|\ \ | |/ |/| | |||||
| * | disable blueimp demo server | zotlabs | 2018-10-20 | 1 | -15/+0 |
| | | |||||
* | | bump version | Mario Vavti | 2018-10-19 | 1 | -1/+1 |
| | | |||||
* | | optimize autoload | Mario Vavti | 2018-10-19 | 2 | -0/+6 |
| | | |||||
* | | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario Vavti | 2018-10-19 | 2 | -10/+47 |
|\ \ | |||||
| * \ | Merge branch 'patch-18' into 'dev' | Mario | 2018-10-19 | 2 | -10/+47 |
| |\ \ | | | | | | | | | | | | | | | | | Russian translation for upgrade plugin added See merge request hubzilla/core!1344 | ||||
| | * | | Update hstrings.php | Max Kostikov | 2018-10-18 | 1 | -0/+7 |
| | | | | |||||
| | * | | Russian translation for upgrade plugin added | Max Kostikov | 2018-10-18 | 1 | -10/+40 |
| |/ / | |||||
* / / | strings and bump apd versions to version 2 | Mario Vavti | 2018-10-19 | 40 | -470/+519 |
|/ / | |||||
* | | Merge branch 'dev' into 'dev' | Mario | 2018-10-18 | 1 | -1/+2 |
|\ \ | | | | | | | | | | | | | Fix template root redirection See merge request hubzilla/core!1343 | ||||
| * | | Fix template root redirection | M.Dent | 2018-10-17 | 1 | -1/+2 |
|/ / | |||||
* | | complete changelog | Mario Vavti | 2018-10-17 | 1 | -2/+34 |
| | | |||||
* | | Merge branch 'fix-master-rate-limiter' into 'dev' | Mario | 2018-10-16 | 1 | -2/+9 |
|\ \ | | | | | | | | | | | | | Fix master rate limiter See merge request hubzilla/core!1341 | ||||
| * | | Fix master rate limiter | M. Dent | 2018-10-16 | 1 | -2/+9 |
|/ / | |||||
* | | Merge branch 'dev' into 'dev' | M. Dent | 2018-10-16 | 1 | -5/+9 |
|\ \ | | | | | | | | | | | | | improve posting to mod pconfig via ajax See merge request hubzilla/core!1340 | ||||
| * | | improve posting to mod pconfig via ajax | Mario Vavti | 2018-10-16 | 1 | -5/+9 |
| | | | |||||
* | | | Merge branch 'patch-17' into 'dev' | Mario | 2018-10-16 | 2 | -101/+116 |
|\ \ \ | |/ / |/| | | | | | | | | Add Russian translations to Newmember widget See merge request hubzilla/core!1339 | ||||
| * | | Update hstrings.php | Max Kostikov | 2018-10-15 | 1 | -0/+3 |
| | | | |||||
| * | | Add Russian translations to Newmember widget | Max Kostikov | 2018-10-15 | 1 | -101/+113 |
|/ / | |||||
* | | add missing features section to newmember widget | Mario Vavti | 2018-10-15 | 1 | -1/+7 |
| | | |||||
* | | allow to undelete deleted base apps | Mario Vavti | 2018-10-15 | 1 | -2/+2 |
| | | |||||
* | | some changelog work | Mario Vavti | 2018-10-15 | 1 | -1/+68 |
| | | |||||
* | | fix wiki issue with wiki page links when using bbcode | Mario Vavti | 2018-10-15 | 1 | -3/+2 |
| | | |||||
* | | update readme for master and dev branch buildstatus | Mario Vavti | 2018-10-15 | 1 | -1/+4 |
| | | |||||
* | | Merge branch 'dev' into 'dev' | Mario | 2018-10-15 | 5 | -9/+92 |
|\ \ | | | | | | | | | | | | | Bring back some basic automated testing for PHP7.1 and mysql via gitlab-ci. See merge request hubzilla/core!1332 | ||||
| * | | fix phpunit error with html2markdown test and temporary disable failing ↵ | git-marijus | 2018-10-13 | 2 | -7/+12 |
| | | | | | | | | | | | | markdown test in connection with **bold** and _italic_ (it is not clear why they fail and the code appears to work as expected) | ||||
| * | | fix dba_pdoTest | git-marijus | 2018-10-13 | 1 | -2/+2 |
| | | | |||||
| * | | add gitlab-ci.yml and phpunit.xml | git-marijus | 2018-10-13 | 2 | -0/+78 |
| | | | |||||
* | | | Merge branch 'patch-16' into 'dev' | Mario | 2018-10-15 | 3 | -8/+9 |
|\ \ \ | | | | | | | | | | | | | | | | | JS plurals displaying code cleanup See merge request hubzilla/core!1338 | ||||
| * | | | Update main.js | Max Kostikov | 2018-10-14 | 1 | -6/+7 |
| | | | | |||||
| * | | | Update main.js | Max Kostikov | 2018-10-14 | 1 | -1/+1 |
| | | | | |||||
| * | | | Update language.php | Max Kostikov | 2018-10-14 | 1 | -1/+1 |
| | | | | |||||
| * | | | JS plurals displaying code cleanup | Max Kostikov | 2018-10-14 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge branch 'patch-15' into 'dev' | Mario | 2018-10-15 | 1 | -0/+1 |
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | Add JS function code for plurals translation in Russian See merge request hubzilla/core!1337 | ||||
| * | | | Update hstrings.php | Max Kostikov | 2018-10-14 | 1 | -1/+1 |
| | | | | |||||
| * | | | Add JS function code for plurals translation | Max Kostikov | 2018-10-14 | 1 | -0/+1 |
|/ / / | |||||
* | | | min version bump | Mario Vavti | 2018-10-13 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'patch-14' into 'dev' | Mario | 2018-10-13 | 5 | -27/+65 |
|\ \ \ | | | | | | | | | | | | | | | | | Add date/time plurals translation in JavaScript See merge request hubzilla/core!1336 |