aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* use different settings for cal_first_day in events and cdav/calendar. This ↵Mario2018-09-231-2/+2
| | | | is a tradeoff. It would be better to have one setting for both but if we want to preserve the *all settings* view, this would break its functionality
* settings for events and cdav calendarMario2018-09-231-19/+44
|
* provide settings for mod photo and make it slightly simpler to create new ↵Mario2018-09-231-11/+16
| | | | module settings
* keep the features in the central array but sort them by module nameMario2018-09-231-144/+140
|
* introduce profile settings and provide a way for modules without an app to ↵Mario2018-09-221-4/+12
| | | | still be able to link to its settings page from the navbar
* another try to fix Fix PHP Warning: DOMDocument::loadHTML(): ↵Mario Vavti2018-09-221-1/+4
| | | | htmlParseEntityRef: no name in Entity
* Revert "Fix PHP Warning: DOMDocument::loadHTML(): htmlParseEntityRef: no ↵Mario2018-09-221-2/+0
| | | | | name in Entity" This reverts commit 184928204a264b231814b46ef294ef185dc0cdae
* provide a return path from settings pagesMario Vavti2018-09-211-0/+2
|
* Merge branch 'dev'zotlabs2018-09-203-3/+51
|\
| * move connection filtering setting from network to connections, provide a ↵Mario Vavti2018-09-202-3/+25
| | | | | | | | link to settings in the navbar if present for a module and some code optimisation
| * Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario Vavti2018-09-201-0/+19
| |\
| | * Add structure to permit_hookM.Dent (DM42.Net)2018-09-191-0/+7
| | |
| | * add hook: permit_hookM.Dent (DM42.Net)2018-09-191-0/+12
| | |
| * | deal with the ability to provide settings url in apd files in include/nav.phpMario Vavti2018-09-201-1/+8
| |/
* / bookmarks fail to synczotlabs2018-09-201-2/+3
|/
* Merge branch 'patch-3' into 'dev'Mario2018-09-173-10/+34
|\ | | | | | | | | Save combined view while deleting or recalling first message in thread See merge request hubzilla/core!1273
| * Update zot.phpMax Kostikov2018-09-171-1/+1
| |
| * Update message.phpMax Kostikov2018-09-171-1/+1
| |
| * Update msglib.phpMax Kostikov2018-09-171-6/+6
| |
| * Update msglib.phpMax Kostikov2018-09-161-10/+6
| |
| * use common msg_drop functionMax Kostikov2018-09-151-25/+3
| |
| * Use common msg_drop functionMax Kostikov2018-09-151-25/+3
| |
| * formattingMax Kostikov2018-09-151-24/+21
| |
| * Create msglib.phpMax Kostikov2018-09-151-0/+35
| |
| * Add new fileMax Kostikov2018-09-151-0/+0
| |
| * unification with zot.php code for future reuseMax Kostikov2018-09-151-2/+2
| |
| * formattingMax Kostikov2018-09-151-1/+1
| |
| * Save combined view on calling first message in threadMax Kostikov2018-09-151-0/+20
| |
| * less data in selectMax Kostikov2018-09-151-1/+1
| |
| * formattingMax Kostikov2018-09-141-3/+3
| |
| * Save combined view while deleting first message in threadMax Kostikov2018-09-141-0/+20
| |
* | Merge branch 'trap-template-errors' into 'dev'Mario2018-09-171-1/+7
|\ \ | | | | | | | | | | | | Trap errors in template rendering. Output a generic error and log problem. See merge request hubzilla/core!1274
| * | Catch errors in template rendering. Output a generic error and log problem.M.Dent2018-09-141-1/+7
| | |
* | | Merge branch 'delete-attach-hook' into 'dev'Mario2018-09-171-0/+5
|\ \ \ | | | | | | | | | | | | | | | | delete_attach hook See merge request hubzilla/core!1275
| * | | Add attach_delete hookM.Dent (DM42.Net)2018-09-151-0/+5
| | |/ | |/|
* | | Merge branch 'dev'zotlabs2018-09-165-383/+31
|\| |
| * | remove network_tabs() which has been deprecated and replaced by ↵Mario Vavti2018-09-131-113/+0
| | | | | | | | | | | | activity_{order, filters} widgets
| * | move chat from feature to appsMario Vavti2018-09-132-11/+1
| | |
| * | remove profile_tabs() which has been deprecated and replaced by channel_apps()Mario Vavti2018-09-132-201/+1
| | |
| * | Merge branch 'patch-1' into 'dev'Mario2018-09-121-1/+1
| |\ \ | | | | | | | | | | | | | | | | z_fetch_url with case insensitive headers See merge request hubzilla/core!1271
| | * | Update network.phpMax Kostikov2018-09-101-1/+1
| | | |
| * | | more feature to app transitionMario Vavti2018-09-121-30/+26
| | | |
| * | | Fix PHP Warning: DOMDocument::loadHTML(): htmlParseEntityRef: no name in EntityMario Vavti2018-09-121-0/+2
| | | |
| * | | mpre feature to app transitionMario Vavti2018-09-121-27/+0
| |/ /
* | | do not sync the channel_moved fieldzotlabs2018-09-162-8/+9
| | |
* | | Merge branch 'dev' of https://framagit.org/hubzilla/core into xdev_mergezotlabs2018-09-101-10/+0
|\| |
| * | move cards from features to appsMario Vavti2018-09-101-10/+0
| |/
* / important hyperdrive componentzotlabs2018-09-091-2/+9
|/
* Merge branch 'dev' of https://framagit.org/hubzilla/core into xdev_mergezotlabs2018-09-051-7/+22
|\
| * Corrected resubmit of fixes to Authors unable to comment on posts they ↵M.Dent2018-09-041-7/+22
| | | | | | | | authored when owned by others.