aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module
Commit message (Collapse)AuthorAgeFilesLines
* 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-242-21/+31
| | | | | | | | 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
|
* improve posting to mod pconfig via ajaxMario Vavti2018-10-161-5/+9
|
* fix wiki issue with wiki page links when using bbcodeMario Vavti2018-10-151-3/+2
|
* Add wiki_preprocess hook and documentationM.Dent2018-10-101-0/+4
|
* Merge remote-tracking branch 'mike/master' into devMario Vavti2018-10-102-2/+7
|\
| * SECURITY: signature issuezotlabs2018-10-092-2/+7
| |
* | fix some more wiki issuesMario Vavti2018-10-101-3/+3
|/
* Rework Wiki encoding scheme.M.Dent2018-10-081-18/+24
|
* Implement custom escapingM.Dent2018-10-081-13/+21
|
* 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
| * Merge branch 'dev'zotlabs2018-10-0466-343/+642
| |\
* | | 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.
* | | rename grid to network (for consistency) and activity to stream (as seen in ↵Mario Vavti2018-10-063-3/+3
| | | | | | | | | | | | osada) because it makes much more sense.
* | | pubstream appMario Vavti2018-10-064-7/+41
| | |
* | | randprof appMario Vavti2018-10-061-1/+21
| | |
* | | remote diagnostics appMario Vavti2018-10-061-3/+16
| | |
* | | merge branch 'dev' of https://framagit.org/hubzilla/core into devMario Vavti2018-10-061-2/+2
|\ \ \
| * | | Respect new table names on importMax Kostikov2018-10-061-2/+2
| | | |
* | | | bookmarks: change wordingMario Vavti2018-10-061-1/+1
| | | |
* | | | bookmark appMario Vavti2018-10-061-2/+16
|/ / /
* | / Merge remote-tracking branch 'mike/master' into devMario Vavti2018-10-051-1/+1
|\| | | |/ |/|
| * regression: double linebreaks in viewsrc outputzotlabs2018-10-031-1/+1
| |
* | fix issues with bs accordionsMario Vavti2018-10-041-2/+2
| |
* | fix displaying of perm cats selectorMario Vavti2018-10-041-2/+4
| |
* | whitespaceMario Vavti2018-10-041-1/+0
| |
* | move *_divmore_height setting to the module extra_settings, and fix issue ↵Mario Vavti2018-10-0411-13/+83
| | | | | | | | where feature settings were not synced if rpath was provided
* | move *_list_mode to featuresMario Vavti2018-10-043-8/+2
| |
* | defperm appMario Vavti2018-10-041-15/+31
| |
* | uexport appMario Vavti2018-10-041-3/+18
| |
* | do not default to channel_startpage if startpage app is not installedMario Vavti2018-10-011-4/+2
| |
* | indicate locked featuresMario Vavti2018-10-011-1/+1
| |
* | Status editor hookM. Dent2018-09-2917-17/+17
| |
* | do not unset $_GET[search] and adjust activity_order widgetMario Vavti2018-09-291-1/+1
| |
* | improve network searchMario Vavti2018-09-291-15/+4
| |
* | Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario Vavti2018-09-2927-98/+24
|\ \
| * | Remove servicelevel logicM. Dent2018-09-298-78/+4
| | |
| * | Update Group.phpMax Kostikov2018-09-281-1/+1
| | |
| * | Update Wiki.phpMax Kostikov2018-09-281-1/+1
| | |