]> git.mxchange.org Git - friendica.git/log
friendica.git
5 years agoMove admin/blocklist/contact to src/Module
Hypolite Petovan [Mon, 22 Apr 2019 00:46:37 +0000 (20:46 -0400)]
Move admin/blocklist/contact to src/Module

- Add Module\Admin\ContactBlock\Contact class
- Add route for admin/blocklist/contact
- Add contact blocklist admin aside menu entry
- Move templates/admin/contactblock.tpl to templates/admin/blocklist/contact.tpl in base and frio
- Remove admin_page_contactblock and admin_page_contactblock_post from mod/admin.php

5 years agoMove admin/features to src/Module
Hypolite Petovan [Mon, 22 Apr 2019 00:32:02 +0000 (20:32 -0400)]
Move admin/features to src/Module

- Add Module\Admin\Features class
- Add route for admin/features
- Add features admin aside menu entry
- Move templates/admin/settings_features.tpl to templates/admin/features.tpl
- Remove admin_page_features and admin_page_features_post from mod/admin.php

5 years agoMove admin/users to src/Module
Hypolite Petovan [Sun, 21 Apr 2019 23:14:31 +0000 (19:14 -0400)]
Move admin/users to src/Module

- Add Module\Admin\Users class
- Add route for admin/users[/{action}/{uid}]
- Add users admin aside menu entry
- Remove admin_page_users and admin_page_users_post from mod/admin.php

5 years agoMove admin/addons/{addon} to src/Module
Hypolite Petovan [Sun, 21 Apr 2019 19:47:25 +0000 (15:47 -0400)]
Move admin/addons/{addon} to src/Module

- Add Module\Admin\Addons\Details class
- Add route for admin/addons/{addon}
- Remove addons pages from mod/admin

5 years agoMove admin/addons to src/Module
Hypolite Petovan [Sun, 21 Apr 2019 16:20:04 +0000 (12:20 -0400)]
Move admin/addons to src/Module

- Add Module\Admin\Addons\Index class
- Add route for admin/addons
- Add addons admin aside menu entry
- Remove unused template admin/addons.tpl from base and frio
- Remove addon list from mod/admin

5 years agoMove admin/themes to src/Module
Hypolite Petovan [Mon, 15 Apr 2019 05:11:46 +0000 (01:11 -0400)]
Move admin/themes to src/Module

- Add Module\Admin\Themes\Index class
- Add route for admin/themes
- Add themes admin aside menu entry
- Add admin/addons/index.tpl template
- Remove theme list from mod/admin

5 years agoAdd system.allowed_themes config key handling in Core\Theme
Hypolite Petovan [Mon, 15 Apr 2019 05:04:02 +0000 (01:04 -0400)]
Add system.allowed_themes config key handling in Core\Theme

- Add Theme::setAllowedList method
- Update the allowed theme list on theme install/uninstall
- Add theme file inclusion on uninstall allowing for theme_uninstall function to be called
- Removing logging from frontend methods

5 years agoMove admin/tos to src/Module
Hypolite Petovan [Sun, 14 Apr 2019 15:25:27 +0000 (11:25 -0400)]
Move admin/tos to src/Module

- Add Module\Admin\Tos class
- Add route for admin/tos
- Add admin aside menu entry
- Remove admin_page_tos and admin_page_tos_post from mod/admin.php

5 years agoMove admin/federation to src/Module
Hypolite Petovan [Sun, 14 Apr 2019 15:20:44 +0000 (11:20 -0400)]
Move admin/federation to src/Module

- Add Module\Admin\Federation class
- Add missing abstract keyword in Module\BaseAdminModule
- Add route for admin/federation
- Remove admin_page_federation()  from mod/admin.php

5 years agoMove admin summary to src/Module
Hypolite Petovan [Sun, 14 Apr 2019 15:13:18 +0000 (11:13 -0400)]
Move admin summary to src/Module

- Add BaseAdminModule class
- Add Module\Admin\Summary class
- Add Route for Admin\Summary module
- Remove admin_page_summary() in mod/admin
- Remove $showwarning variable from admin/summary.tpl

5 years agoMerge pull request #7062 from nupplaphil/task/mod_hostxrd
Hypolite Petovan [Thu, 2 May 2019 13:10:51 +0000 (09:10 -0400)]
Merge pull request #7062 from nupplaphil/task/mod_hostxrd

Move mod/_well_known to src/Module/WellKnown/*

5 years agoMerge branch 'develop' into task/mod_hostxrd
Philipp [Thu, 2 May 2019 10:33:53 +0000 (12:33 +0200)]
Merge branch 'develop' into task/mod_hostxrd

5 years agoMerge pull request #7065 from nupplaphil/task/mod_add_routes
Hypolite Petovan [Thu, 2 May 2019 04:04:22 +0000 (00:04 -0400)]
Merge pull request #7065 from nupplaphil/task/mod_add_routes

Add routes to all current BaseModules

5 years agoAdd routes for current BaseModules
Philipp Holzer [Wed, 1 May 2019 19:29:04 +0000 (21:29 +0200)]
Add routes for current BaseModules

5 years agoMerge pull request #7064 from nupplaphil/task/module_readme
Hypolite Petovan [Wed, 1 May 2019 18:23:42 +0000 (14:23 -0400)]
Merge pull request #7064 from nupplaphil/task/module_readme

Update module specific README

5 years agofixing text
Philipp Holzer [Wed, 1 May 2019 18:17:15 +0000 (20:17 +0200)]
fixing text

5 years agoAdd routes for current BaseModules
Philipp Holzer [Wed, 1 May 2019 18:16:21 +0000 (20:16 +0200)]
Add routes for current BaseModules

5 years agoUpdate README for Modules
Philipp Holzer [Wed, 1 May 2019 17:58:51 +0000 (19:58 +0200)]
Update README for Modules

5 years agocode standards :-)
Philipp Holzer [Wed, 1 May 2019 17:48:49 +0000 (19:48 +0200)]
code standards :-)

5 years agoUpdate README for Modules
Philipp Holzer [Wed, 1 May 2019 17:46:18 +0000 (19:46 +0200)]
Update README for Modules

5 years agocode standards :-)
Philipp Holzer [Wed, 1 May 2019 17:29:24 +0000 (19:29 +0200)]
code standards :-)

5 years agoLast refactoring :-) / refactor due feedback
Philipp Holzer [Wed, 1 May 2019 17:17:52 +0000 (19:17 +0200)]
Last refactoring :-) / refactor due feedback

5 years agorefactor Nodeinfo for more strait implementation
Philipp Holzer [Wed, 1 May 2019 16:42:44 +0000 (18:42 +0200)]
refactor Nodeinfo for more strait implementation

5 years agorefactor caused by feedback
Philipp Holzer [Wed, 1 May 2019 16:25:28 +0000 (18:25 +0200)]
refactor caused by feedback

5 years agorefactor caused by feedback
Philipp Holzer [Wed, 1 May 2019 16:24:09 +0000 (18:24 +0200)]
refactor caused by feedback

5 years agofix route
Philipp Holzer [Tue, 30 Apr 2019 22:15:22 +0000 (00:15 +0200)]
fix route

5 years agoMove .well-known, webfinger, xrd to src/Module/
Philipp Holzer [Tue, 30 Apr 2019 22:14:06 +0000 (00:14 +0200)]
Move .well-known, webfinger, xrd to src/Module/

5 years agoAdding to router
Philipp Holzer [Tue, 30 Apr 2019 20:36:28 +0000 (22:36 +0200)]
Adding to router

5 years agooptimize check
Philipp Holzer [Tue, 30 Apr 2019 20:25:38 +0000 (22:25 +0200)]
optimize check

5 years agoremove require_once
Philipp Holzer [Tue, 30 Apr 2019 20:25:06 +0000 (22:25 +0200)]
remove require_once

5 years agoMove mod/hostxrd to src/Module/Hostxrd
Philipp Holzer [Tue, 30 Apr 2019 20:22:36 +0000 (22:22 +0200)]
Move mod/hostxrd to src/Module/Hostxrd

5 years agoMerge pull request #7063 from nupplaphil/task/mod_amcd
Hypolite Petovan [Wed, 1 May 2019 15:32:20 +0000 (11:32 -0400)]
Merge pull request #7063 from nupplaphil/task/mod_amcd

Move mod/amcd to src/Module/AccMgmtControlDoc

5 years agoRename to AccountManagementControlDocument
Philipp Holzer [Wed, 1 May 2019 15:05:46 +0000 (17:05 +0200)]
Rename to AccountManagementControlDocument

5 years agoMove mod/amcd to src/Module/AccMgmtControlDoc
Philipp Holzer [Tue, 30 Apr 2019 22:32:33 +0000 (00:32 +0200)]
Move mod/amcd to src/Module/AccMgmtControlDoc

5 years agoMerge pull request #7060 from annando/ap-connect
Philipp [Tue, 30 Apr 2019 18:52:28 +0000 (20:52 +0200)]
Merge pull request #7060 from annando/ap-connect

Preparation for switching the connect mechanism from DFRN to AP

5 years agoPreparation for switching the connect mechanism from DFRN to AP
Michael Vogel [Tue, 30 Apr 2019 18:07:20 +0000 (20:07 +0200)]
Preparation for switching the connect mechanism from DFRN to AP

5 years agoMerge pull request #7058 from annando/new-backend
Hypolite Petovan [Mon, 29 Apr 2019 17:57:34 +0000 (13:57 -0400)]
Merge pull request #7058 from annando/new-backend

AP endpoints are added to the list of backend processes

5 years agoAP endpoints are added to the list of backend processes
Michael Vogel [Mon, 29 Apr 2019 15:51:38 +0000 (17:51 +0200)]
AP endpoints are added to the list of backend processes

5 years agoMerge pull request #7056 from tobiasd/20190429-lng
Philipp [Mon, 29 Apr 2019 13:27:51 +0000 (15:27 +0200)]
Merge pull request #7056 from tobiasd/20190429-lng

CS, DE translation update

5 years agoDE translation update
Tobias Diekershoff [Mon, 29 Apr 2019 12:27:14 +0000 (14:27 +0200)]
DE translation update

5 years agoCS translation update THX Aditoo
Tobias Diekershoff [Mon, 29 Apr 2019 12:27:03 +0000 (14:27 +0200)]
CS translation update THX Aditoo

5 years agoMerge pull request #7055 from tobiasd/20190428-msg
Hypolite Petovan [Sun, 28 Apr 2019 13:29:22 +0000 (09:29 -0400)]
Merge pull request #7055 from tobiasd/20190428-msg

regen messages.po

5 years agoregen messages.po
Tobias Diekershoff [Sun, 28 Apr 2019 10:50:47 +0000 (12:50 +0200)]
regen messages.po

5 years agoMerge pull request #7054 from AlfredSK/patch-1
Philipp [Sun, 28 Apr 2019 09:59:05 +0000 (11:59 +0200)]
Merge pull request #7054 from AlfredSK/patch-1

Fix parenthesis encoding in admin.php

5 years agoFix parenthesis encoding in admin.php
Steffen K9 [Sun, 28 Apr 2019 09:02:11 +0000 (11:02 +0200)]
Fix parenthesis encoding in admin.php

Parenthesis in admin, site, worker, frontend worker have wrong encoding.

5 years agoMerge pull request #7052 from MrPetovan/bug/atom-display-security
Michael Vogel [Sun, 28 Apr 2019 06:34:43 +0000 (08:34 +0200)]
Merge pull request #7052 from MrPetovan/bug/atom-display-security

Move item feed display after permission checking in mod/display

5 years agoMove item feed display after permission checking in mod/display
Hypolite Petovan [Sun, 28 Apr 2019 05:13:39 +0000 (01:13 -0400)]
Move item feed display after permission checking in mod/display

5 years agoMerge pull request #7046 from friendica/MrPetovan-patch-httpExit-Module-Photo
Philipp [Fri, 26 Apr 2019 20:56:14 +0000 (22:56 +0200)]
Merge pull request #7046 from friendica/MrPetovan-patch-httpExit-Module-Photo

Fix "Illegal string offset 'title'/'description'" notice in Module\Photo

5 years agoFix "Illegal string offset 'title'/'description'" notice in Module\Photo
Hypolite Petovan [Fri, 26 Apr 2019 19:39:42 +0000 (15:39 -0400)]
Fix "Illegal string offset 'title'/'description'" notice in Module\Photo

See https://forum.friendi.ca/display/097d37de-265c-c35b-f385-e0b584714020

5 years agoMerge pull request #7045 from annando/ap-parse
Philipp [Fri, 26 Apr 2019 10:24:33 +0000 (12:24 +0200)]
Merge pull request #7045 from annando/ap-parse

AP: Parsing of messages from Pleroma should work now again

5 years agoAP: Parsing of messages from Pleroma should work now again
Michael [Fri, 26 Apr 2019 06:17:37 +0000 (06:17 +0000)]
AP: Parsing of messages from Pleroma should work now again

5 years agoMerge pull request #7043 from annando/ap-workaround-context
Hypolite Petovan [Thu, 25 Apr 2019 14:01:54 +0000 (10:01 -0400)]
Merge pull request #7043 from annando/ap-workaround-context

Workaround for systems who don't use a correct context in ActivityPub

5 years agoWorkaround for systems who don't use a correct context in ActivityPub
Michael [Thu, 25 Apr 2019 13:30:30 +0000 (13:30 +0000)]
Workaround for systems who don't use a correct context in ActivityPub

5 years agoMerge pull request #7042 from annando/apcontact-update
Tobias Diekershoff [Thu, 25 Apr 2019 06:05:13 +0000 (08:05 +0200)]
Merge pull request #7042 from annando/apcontact-update

Follow up to #7036: Automatically update AP contacts

5 years agoFollow up to #7036: Automatically update AP contacts
Michael [Thu, 25 Apr 2019 05:24:53 +0000 (05:24 +0000)]
Follow up to #7036: Automatically update AP contacts

5 years agoMerge pull request #7041 from MrPetovan/bug/fatal-errors
Michael Vogel [Thu, 25 Apr 2019 02:04:25 +0000 (04:04 +0200)]
Merge pull request #7041 from MrPetovan/bug/fatal-errors

Remove failing require to non-existent file in Worker\CronJobs

5 years agoRemove failing require to non-existent file in Worker\CronJobs
Hypolite Petovan [Wed, 24 Apr 2019 22:30:51 +0000 (18:30 -0400)]
Remove failing require to non-existent file in Worker\CronJobs

5 years agoMerge pull request #7039 from annando/api-reshare-quote
Hypolite Petovan [Wed, 24 Apr 2019 22:28:20 +0000 (18:28 -0400)]
Merge pull request #7039 from annando/api-reshare-quote

API: Reshares and Quotes should now work in any combination

5 years agoMerge pull request #7040 from annando/fix-ap-probe
Hypolite Petovan [Wed, 24 Apr 2019 21:39:25 +0000 (17:39 -0400)]
Merge pull request #7040 from annando/fix-ap-probe

Probing of Pleroma contacts does work again

5 years agoCleaning up transmitted fields (only needed for the root entry)
Michael [Wed, 24 Apr 2019 21:28:56 +0000 (21:28 +0000)]
Cleaning up transmitted fields (only needed for the root entry)

5 years agoUse all fields
Michael [Wed, 24 Apr 2019 20:46:12 +0000 (20:46 +0000)]
Use all fields

5 years agoProbing of Pleroma contacts does work again
Michael [Wed, 24 Apr 2019 20:08:43 +0000 (20:08 +0000)]
Probing of Pleroma contacts does work again

5 years agoAPI: Reshares and Quotes should now work in any combination
Michael [Wed, 24 Apr 2019 19:06:39 +0000 (19:06 +0000)]
API: Reshares and Quotes should now work in any combination

5 years agoMerge pull request #7035 from tobiasd/20190424-changelog
Hypolite Petovan [Wed, 24 Apr 2019 15:01:30 +0000 (11:01 -0400)]
Merge pull request #7035 from tobiasd/20190424-changelog

updated CHANGELOG

5 years agoMerge pull request #7029 from nupplaphil/task/mod_manifest
Hypolite Petovan [Wed, 24 Apr 2019 13:26:57 +0000 (09:26 -0400)]
Merge pull request #7029 from nupplaphil/task/mod_manifest

Move mod/manifest to src/Module/Manifest

5 years agoupdated CHANGELOG
Tobias Diekershoff [Wed, 24 Apr 2019 08:04:40 +0000 (10:04 +0200)]
updated CHANGELOG

5 years agoMerge pull request #7034 from annando/api-announce
Philipp [Wed, 24 Apr 2019 07:07:52 +0000 (09:07 +0200)]
Merge pull request #7034 from annando/api-announce

API: Fix the displaying of reshared posts

5 years agoUnify behaviour of friendica-author and friendica-owner
Michael [Wed, 24 Apr 2019 05:22:31 +0000 (05:22 +0000)]
Unify behaviour of friendica-author and friendica-owner

5 years agoAPI: Fix the displaying of reshared posts
Michael [Wed, 24 Apr 2019 04:26:23 +0000 (04:26 +0000)]
API: Fix the displaying of reshared posts

5 years agoMerge pull request #7033 from tobiasd/20190423-nodeinfo
Hypolite Petovan [Tue, 23 Apr 2019 17:20:21 +0000 (13:20 -0400)]
Merge pull request #7033 from tobiasd/20190423-nodeinfo

remove superfluous leftover require that broke the .well-known page

5 years agoremove superfluous leftover require that broke the .well-known page
Tobias Diekershoff [Tue, 23 Apr 2019 17:03:03 +0000 (19:03 +0200)]
remove superfluous leftover require that broke the .well-known page

5 years agoMerge pull request #7032 from tobiasd/20190423-lng
Hypolite Petovan [Tue, 23 Apr 2019 16:31:06 +0000 (12:31 -0400)]
Merge pull request #7032 from tobiasd/20190423-lng

CS, PL, PT-BR Translation updates

5 years agoAdded Estonian translation THX Rain Hawk
Tobias Diekershoff [Tue, 23 Apr 2019 16:29:58 +0000 (18:29 +0200)]
Added Estonian translation THX Rain Hawk

5 years agoCS translation update THX Aditoo
Tobias Diekershoff [Tue, 23 Apr 2019 16:24:08 +0000 (18:24 +0200)]
CS translation update THX Aditoo

5 years agoPL translation update THX waldis
Tobias Diekershoff [Tue, 23 Apr 2019 16:23:57 +0000 (18:23 +0200)]
PL translation update THX waldis

5 years agoupdate for PT BR thx Beatriz Vital
Tobias Diekershoff [Tue, 23 Apr 2019 16:23:33 +0000 (18:23 +0200)]
update for PT BR thx  Beatriz Vital

5 years agoMerge pull request #7030 from nupplaphil/task/mod_nodeinfo
Hypolite Petovan [Mon, 22 Apr 2019 13:51:23 +0000 (09:51 -0400)]
Merge pull request #7030 from nupplaphil/task/mod_nodeinfo

Move mod/nodeinfo to src/Module/Nodeinfo

5 years agoMerge pull request #7027 from nupplaphil/task/mod_statistics_json
Hypolite Petovan [Mon, 22 Apr 2019 13:51:03 +0000 (09:51 -0400)]
Merge pull request #7027 from nupplaphil/task/mod_statistics_json

Moving mod/statistics_json to src/Module/Statistics_json

5 years agotypo
Philipp Holzer [Mon, 22 Apr 2019 12:22:45 +0000 (14:22 +0200)]
typo

5 years agoproper split cronjob functions
Philipp Holzer [Mon, 22 Apr 2019 12:22:00 +0000 (14:22 +0200)]
proper split cronjob functions

5 years agorevert manifest template change
Philipp Holzer [Mon, 22 Apr 2019 12:12:21 +0000 (14:12 +0200)]
revert manifest template change

5 years agoMove mod/nodeinfo to src/Module/Nodeinfo
Philipp Holzer [Mon, 22 Apr 2019 12:00:17 +0000 (14:00 +0200)]
Move mod/nodeinfo to src/Module/Nodeinfo

5 years agoMerge pull request #7028 from nupplaphil/task/mod_localtime
Hypolite Petovan [Mon, 22 Apr 2019 11:53:17 +0000 (07:53 -0400)]
Merge pull request #7028 from nupplaphil/task/mod_localtime

Move mod/localtime to src/Module/Localtime

5 years agoMove mod/manifset to src/Module/Manifset
Philipp Holzer [Mon, 22 Apr 2019 10:48:40 +0000 (12:48 +0200)]
Move mod/manifset to src/Module/Manifset

5 years agoMove mod/localtime to src/Module/Localtime
Philipp Holzer [Mon, 22 Apr 2019 10:31:18 +0000 (12:31 +0200)]
Move mod/localtime to src/Module/Localtime

5 years agoMoving mod/statistics_json to src/Module/Statistics_json
Philipp Holzer [Mon, 22 Apr 2019 08:38:34 +0000 (10:38 +0200)]
Moving mod/statistics_json to src/Module/Statistics_json

5 years agoMerge pull request #7026 from annando/reshare-2
Hypolite Petovan [Sun, 21 Apr 2019 19:13:09 +0000 (15:13 -0400)]
Merge pull request #7026 from annando/reshare-2

Improved reshare check

5 years agoImproved reshare check
Michael [Sun, 21 Apr 2019 17:09:01 +0000 (17:09 +0000)]
Improved reshare check

5 years agoMerge pull request #7025 from nupplaphil/task/mod_babel
Hypolite Petovan [Sun, 21 Apr 2019 14:02:26 +0000 (10:02 -0400)]
Merge pull request #7025 from nupplaphil/task/mod_babel

Moving mod/babel to src/Module/babel

5 years agoMoving mod/babel to src/Module/babel
Philipp Holzer [Sun, 21 Apr 2019 13:17:04 +0000 (15:17 +0200)]
Moving mod/babel to src/Module/babel

5 years agoMerge pull request #7022 from nupplaphil/feature/5011-APCu_cache
Hypolite Petovan [Sun, 21 Apr 2019 11:29:01 +0000 (07:29 -0400)]
Merge pull request #7022 from nupplaphil/feature/5011-APCu_cache

Support for APCu caching

5 years agoremove extraneous space
Philipp Holzer [Sun, 21 Apr 2019 10:24:48 +0000 (12:24 +0200)]
remove extraneous space

5 years agofix travis tests
Philipp Holzer [Sat, 20 Apr 2019 16:11:24 +0000 (18:11 +0200)]
fix travis tests

5 years agoSupport for APCu caching
Philipp Holzer [Sat, 20 Apr 2019 15:37:57 +0000 (17:37 +0200)]
Support for APCu caching

5 years agoMerge pull request #7024 from MrPetovan/task/update-doc-requirements
Michael Vogel [Sun, 21 Apr 2019 05:54:01 +0000 (07:54 +0200)]
Merge pull request #7024 from MrPetovan/task/update-doc-requirements

Update Friendica requirements in doc/

5 years agoUpdate Friendica requirements in doc/
Hypolite Petovan [Sun, 21 Apr 2019 03:33:07 +0000 (23:33 -0400)]
Update Friendica requirements in doc/

- Remove reference to PHP < 7.1

5 years agoMerge pull request #7018 from nupplaphil/feature/6245-Block_shell
Hypolite Petovan [Sat, 20 Apr 2019 15:01:01 +0000 (11:01 -0400)]
Merge pull request #7018 from nupplaphil/feature/6245-Block_shell

New Command "BlockedServers"

5 years agoRename BlockedServers to ServerBlock
Philipp Holzer [Sat, 20 Apr 2019 14:40:27 +0000 (16:40 +0200)]
Rename BlockedServers to ServerBlock

5 years agoMerge pull request #7019 from nupplaphil/features/6929-improve_redis
Hypolite Petovan [Sat, 20 Apr 2019 14:24:47 +0000 (10:24 -0400)]
Merge pull request #7019 from nupplaphil/features/6929-improve_redis

New redis configuration

5 years agoFix redis cache lock driver test
Philipp Holzer [Sat, 20 Apr 2019 12:20:31 +0000 (14:20 +0200)]
Fix redis cache lock driver test