aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | add files and settings for channel managerMario2018-09-223-1/+128
| | |
| * | introduce profile settings and provide a way for modules without an app to ↵Mario2018-09-222-6/+14
| | | | | | | | | | | | 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
| * | Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario Vavti2018-09-224-4/+35
| |\ \
| | * \ Merge branch 'page-meta-properties' into 'dev'Mario2018-09-224-4/+35
| | |\ \ | | | | | | | | | | | | | | | | | | | | Page meta properties See merge request hubzilla/core!1283
| | | * | Page meta propertiesM. Dent2018-09-224-4/+35
| | |/ /
| * / / appification of sourcesMario Vavti2018-09-223-16/+21
| |/ /
| * | rge remote-tracking branch 'mike/master' into devMario Vavti2018-09-221-2/+2
| |\ \
| | * | doc cleanupzotlabs2018-09-211-2/+2
| | | |
| * | | add fileMario Vavti2018-09-211-0/+120
| | | |
| * | | opacity for jot settings/reset buttonsMario Vavti2018-09-211-0/+1
| | | |
| * | | provide editor settingsMario Vavti2018-09-213-8/+11
| | | |
| * | | provide a return path from settings pagesMario Vavti2018-09-217-3/+13
| | | |
| * | | compare strpos() result against falseMario Vavti2018-09-211-1/+2
| | | |
| * | | add missing checkMario Vavti2018-09-211-1/+1
| | | |
| * | | Merge branch 'patch-5' into 'dev'Mario2018-09-217-16/+24
| |\ \ \ | | | | | | | | | | | | | | | | | | | | save admin page values See merge request hubzilla/core!1282
| | * | | Update admin_account_edit.tplMax Kostikov2018-09-211-1/+1
| | | | |
| | * | | Update admin_account_edit.tplMax Kostikov2018-09-211-1/+1
| | | | |
| | * | | Update admin_accounts.tplMax Kostikov2018-09-211-4/+4
| | | | |
| | * | | Update admin_channels.tplMax Kostikov2018-09-211-3/+3
| | | | |
| | * | | Update admin_logs.tplMax Kostikov2018-09-211-2/+4
| | | | |
| | * | | Update admin_profiles.tplMax Kostikov2018-09-211-1/+1
| | | | |
| | * | | Update admin_security.tplMax Kostikov2018-09-211-1/+1
| | | | |
| | * | | Update admin_site.tplMax Kostikov2018-09-211-4/+10
| | | | |
| * | | | Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario Vavti2018-09-217-15/+28
| |\ \ \ \
| | * | | | Merge branch 'patch-5' into 'dev'Mario2018-09-217-15/+28
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | Admin forms buttons design unification See merge request hubzilla/core!1281
| | | * | | Update admin_account_edit.tplMax Kostikov2018-09-201-1/+1
| | | | | |
| | | * | | Update admin_security.tplMax Kostikov2018-09-201-2/+2
| | | | | |
| | | * | | Update admin_profiles.tplMax Kostikov2018-09-201-1/+1
| | | | | |
| | | * | | Update admin_site.tplMax Kostikov2018-09-201-4/+6
| | | | | |
| | | * | | Update admin_accounts.tplMax Kostikov2018-09-201-5/+12
| | | | | |
| | | * | | Update admin_channels.tplMax Kostikov2018-09-201-1/+5
| | | | | |
| | | * | | Update admin_logs.tplMax Kostikov2018-09-201-1/+1
| | | | | |
| * | | | | Merge remote-tracking branch 'mike/master' into devMario Vavti2018-09-214-6/+8
| |\ \ \ \ \ | | |/ / / / | |/| | / / | | | |/ / | | |/| |
| | * | | don't double encodezotlabs2018-09-202-2/+2
| | | | |
| | * | | remove bbcode from event hovertipzotlabs2018-09-202-3/+4
| | | | |
| | * | | Merge branch 'dev'zotlabs2018-09-2018-56/+258
| | |\| |
| | * | | bookmarks fail to synczotlabs2018-09-202-3/+4
| | | | |
| * | | | fix position of nav settings iconMario Vavti2018-09-212-2/+6
| | | | |
| * | | | fix typoMario Vavti2018-09-211-1/+1
| | | | |
| * | | | fix can not enter text in notes widgetMario Vavti2018-09-211-1/+2
| | |/ / | |/| |
| * | | remove connection filter from network settingsMario Vavti2018-09-201-8/+0
| | | |
| * | | move connection filtering setting from network to connections, provide a ↵Mario Vavti2018-09-208-26/+113
| | | | | | | | | | | | | | | | 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-207-7/+115
| |\ \ \
| | * \ \ Merge branch 'preempt-hooks' into 'dev'Mario2018-09-203-0/+22
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Preempt hooks See merge request hubzilla/core!1279
| | | * | | Add structure to permit_hookM.Dent (DM42.Net)2018-09-191-0/+7
| | | | | |
| | | * | | add hook: permit_hookM.Dent (DM42.Net)2018-09-193-7/+22
| | | | | |
| | * | | | Merge branch 'hook-docs' into 'dev'Mario2018-09-205-7/+93
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Document new hooks See merge request hubzilla/core!1278
| | | * | | | Document new hooksM.Dent (DM42.Net)2018-09-195-7/+93
| | | |/ / /