aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
Commit message (Collapse)AuthorAgeFilesLines
* merge Zotlabs/Access/PermissionLimits.php from devMario Vavti2018-10-291-1/+1
|
* 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-297-66/+95
|\
| * 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
| |
| * 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.
| * | wrong varMario Vavti2018-10-241-1/+1
| | |
| * | autocomplete performance: this slightly changes the editor contact ↵Mario Vavti2018-10-241-4/+5
| |/ | | | | | | 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.
| * fix wrong value being used for menu_idmike2018-10-201-1/+1
| |
| * Fix master rate limiterM. Dent2018-10-161-2/+9
| |
| * improve posting to mod pconfig via ajaxMario Vavti2018-10-161-5/+9
| |
| * add missing features section to newmember widgetMario Vavti2018-10-151-1/+7
| |
| * allow to undelete deleted base appsMario Vavti2018-10-151-2/+2
| |
| * fix wiki issue with wiki page links when using bbcodeMario Vavti2018-10-151-3/+2
| |
* | fix wrong value being used for menu_idmike2018-10-211-1/+1
| | | | | | (cherry picked from commit fdb7c115a7504e431d9dd35af4901ef50367c67b)
* | Merge branch '3.8RC'3.8Mario Vavti2018-10-19147-1000/+11065
|\ \
| * | improve posting to mod pconfig via ajaxMario Vavti2018-10-161-5/+9
| | | | | | | | | (cherry picked from commit ae875734e270dbe9840e87f07aa10f11a1af1d89)
| * | Merge branch 'fix-master-rate-limiter' into 'dev'Mario2018-10-161-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix master rate limiter See merge request hubzilla/core!1341 (cherry picked from commit e38e85572e148e1cf684810f6435001b32d8c7fc) 49eff772 Fix worker age calculation be30dc9e Move logger to debug/all b6a9be88 Delete duplicate queue items
| * | add missing features section to newmember widgetMario Vavti2018-10-151-1/+7
| | | | | | | | | (cherry picked from commit 25a74f366460144d12287b51bdbdb48ebcadfb98)
| * | allow to undelete deleted base appsMario Vavti2018-10-151-2/+2
| | | | | | | | | (cherry picked from commit 3588c4ab996f462f11cd89255e6d511441ed0315)
| * | fix wiki issue with wiki page links when using bbcodeMario Vavti2018-10-151-3/+2
| |/ | | | | (cherry picked from commit df62037c4a722606e84e28dd4d62e89dcc999980)
| * Merge remote-tracking branch 'mike/master' into devMario Vavti2018-10-121-4/+2
| |\
| | * verify some edge case http signatureszotlabs2018-10-111-4/+2
| | |
| * | Add wiki_preprocess hook and documentationM.Dent2018-10-102-1/+5
| | |
| * | fix issue in zot fingerMario Vavti2018-10-101-1/+1
| | |
| * | Merge remote-tracking branch 'mike/master' into devMario Vavti2018-10-104-2/+29
| |\|
| | * SECURITY: signature issuezotlabs2018-10-094-2/+29
| | |
| * | fix some more wiki issuesMario Vavti2018-10-103-5/+5
| |/
| * Rework Wiki encoding scheme.M.Dent2018-10-084-22/+29
| |
| * Implement custom escapingM.Dent2018-10-084-21/+64
| |
| * typoMario Vavti2018-10-081-1/+1
| |
| * the root cause for doubled entries is fixed nowMario Vavti2018-10-081-1/+1
| |
| * Merge remote-tracking branch 'mike/master' into devMario Vavti2018-10-081-3/+2
| |\
| | * hubzilla core issue #1278 - page update always reloads if noscript content ↵zotlabs2018-10-071-3/+2
| | | | | | | | | | | | is enabled
| * | Fix too many argumentsM.Dent2018-10-071-2/+0
| | |
| * | Fix (potential) runaway cronM. Dent2018-10-071-4/+118
| | |
| * | Merge remote-tracking branch 'mike/master' into devMario Vavti2018-10-071-5/+5
| |\|
| | * minor app cleanupzotlabs2018-10-051-5/+5
| | |
| | * Merge branch 'dev'zotlabs2018-10-0477-474/+806
| | |\
| * | | return success for postgresMario Vavti2018-10-061-8/+11
| | | |
| * | | fix issue #1281 - hubloc default valuesMario Vavti2018-10-061-0/+25
| | | |
| * | | another db update to get rid of the old view bookmarks entriesMario Vavti2018-10-061-0/+23
| | | |
| * | | move profile assign selector to profile settings and personal menu selector ↵Mario Vavti2018-10-063-29/+41
| | | | | | | | | | | | | | | | to channel_home settings and get rid of misc channel settings section.