]>
git.mxchange.org Git - friendica.git/log
Tobias Diekershoff [Sat, 2 Nov 2019 10:24:46 +0000 (11:24 +0100)]
some more change requests
Tobias Diekershoff [Thu, 17 Oct 2019 05:45:48 +0000 (07:45 +0200)]
adopted some change requests
Tobias Diekershoff [Fri, 11 Oct 2019 15:44:50 +0000 (17:44 +0200)]
self should be lower case
Tobias Diekershoff [Fri, 11 Oct 2019 09:55:57 +0000 (11:55 +0200)]
correct the file name in the header
Tobias Diekershoff [Fri, 11 Oct 2019 09:49:28 +0000 (11:49 +0200)]
enhance description
Tobias Diekershoff [Fri, 11 Oct 2019 09:48:05 +0000 (11:48 +0200)]
keep the ToDo hint from delegations
Tobias Diekershoff [Fri, 11 Oct 2019 09:45:28 +0000 (11:45 +0200)]
removed debugging leftover
Tobias Diekershoff [Fri, 11 Oct 2019 09:42:07 +0000 (11:42 +0200)]
only take action, when there is something to do
Tobias Diekershoff [Fri, 11 Oct 2019 05:38:42 +0000 (07:38 +0200)]
moved UExport to src/Module/Settings/Uexport
Tobias Diekershoff [Fri, 11 Oct 2019 05:36:41 +0000 (07:36 +0200)]
removed mod/uexport file
Philipp [Thu, 10 Oct 2019 08:24:15 +0000 (10:24 +0200)]
Merge pull request #7720 from MrPetovan/task/4090-move-delegate-to-src
Move mod/delegate to src/Module/Settings/Delegation
Hypolite Petovan [Thu, 10 Oct 2019 08:17:37 +0000 (04:17 -0400)]
Add documentation comments to Module\Settings\Delegation
Hypolite Petovan [Thu, 10 Oct 2019 08:10:57 +0000 (04:10 -0400)]
Use Model\User::getById when possible in Module\Settings\Delegation
Hypolite Petovan [Thu, 10 Oct 2019 08:10:29 +0000 (04:10 -0400)]
Improve parent user password check in Module/Settings/Delegation
Hypolite Petovan [Thu, 10 Oct 2019 02:17:09 +0000 (22:17 -0400)]
Move mod/delegate to src/Module/Settings/Delegation
- Move templates/delegate to templates/settings/delegation
Philipp [Tue, 8 Oct 2019 05:01:17 +0000 (07:01 +0200)]
Merge pull request #7715 from annando/fix-getguid
The getGUID function hadn't fetched the GUID from pictures with scale "0"
Michael [Tue, 8 Oct 2019 04:42:51 +0000 (04:42 +0000)]
Fix: The getGUID function hadn't fetched the GUID from pictures with scale "0"
Philipp [Mon, 7 Oct 2019 21:45:01 +0000 (23:45 +0200)]
Merge pull request #7714 from MrPetovan/task/4090-move-search-to-src
Move mod/search to src/Module/Search/Index
Hypolite Petovan [Mon, 7 Oct 2019 20:18:19 +0000 (16:18 -0400)]
Improve logging in Module\Search\Index
Hypolite Petovan [Mon, 7 Oct 2019 20:16:42 +0000 (16:16 -0400)]
Use Dice instantiation to access App\Arguments
- Remove App->args accessors
Hypolite Petovan [Mon, 7 Oct 2019 18:27:20 +0000 (14:27 -0400)]
Move mod/search to src/Module/Search/Index
- Update BaseSeachModule not to depend on a single query string parameter
Hypolite Petovan [Mon, 7 Oct 2019 18:19:50 +0000 (14:19 -0400)]
Improve search box
- Use new saved search module
- Use dynamic search option loop
- Use "q" instead of "search" for search query string parameter
Hypolite Petovan [Mon, 7 Oct 2019 18:13:31 +0000 (14:13 -0400)]
Add new module and widget for managing saved searches
Hypolite Petovan [Mon, 7 Oct 2019 18:10:30 +0000 (14:10 -0400)]
Add accessor for App->args in App and BaseModule
Philipp [Mon, 7 Oct 2019 16:17:29 +0000 (18:17 +0200)]
Merge pull request #7710 from MrPetovan/task/rework-theme-session-vars
Rework theme session variables
Tobias Diekershoff [Mon, 7 Oct 2019 05:25:48 +0000 (07:25 +0200)]
Merge pull request #7713 from annando/socialhome
Fix communication issues with systems that speak both AP and Diaspora
Michael [Mon, 7 Oct 2019 04:19:12 +0000 (04:19 +0000)]
Test against the thread parent as well
Michael [Sun, 6 Oct 2019 21:59:23 +0000 (21:59 +0000)]
Fix communication issues when a contact is able to speak AP, but uses Diaspora
Philipp [Sun, 6 Oct 2019 19:34:34 +0000 (21:34 +0200)]
Merge pull request #7712 from annando/proxy-logging
Some added logging to the proxy functionality to better analyze problems
Michael [Sun, 6 Oct 2019 18:48:33 +0000 (18:48 +0000)]
Just some added logging to the proxy functionality to better analyze problems
Hypolite Petovan [Sun, 6 Oct 2019 18:31:47 +0000 (14:31 -0400)]
Merge pull request #7711 from annando/gserver-2
Fix for multiline host-meta, reducement of requests, fix for wordpress
Michael [Sun, 6 Oct 2019 16:33:39 +0000 (16:33 +0000)]
Fix for multiline host-meta, reducement of requests, fix for wordpress
Hypolite Petovan [Sun, 6 Oct 2019 16:08:15 +0000 (12:08 -0400)]
Remove useless theme session variable deletions in modules
Hypolite Petovan [Sun, 6 Oct 2019 16:07:06 +0000 (12:07 -0400)]
Rework theme override in Profile::load and App
- Separate desktop theme from mobile theme in App
Hypolite Petovan [Sun, 6 Oct 2019 15:21:54 +0000 (11:21 -0400)]
Add Session::clear method
- Replace manual session clear by method in mod/manage
Hypolite Petovan [Sun, 6 Oct 2019 15:18:51 +0000 (11:18 -0400)]
Move theme determination after full module run
Hypolite Petovan [Sun, 6 Oct 2019 15:17:30 +0000 (11:17 -0400)]
Replace duplicated authentication code in FKOAuth1 with Session::setAuthenticatedForUser
Tobias Diekershoff [Sun, 6 Oct 2019 12:57:12 +0000 (14:57 +0200)]
Merge pull request #7708 from MrPetovan/bug/7707-vier-fix-config
[vier] Add necessary required_once statement in theme/vier/config.php
Hypolite Petovan [Sun, 6 Oct 2019 12:46:56 +0000 (08:46 -0400)]
Add necessary required_once statement in theme/vier/config.php
- Vier config.php depends on a function declared in theme.php
Hypolite Petovan [Sun, 6 Oct 2019 11:53:09 +0000 (07:53 -0400)]
Merge pull request #7706 from tobiasd/
20191006-checknote
add server side check about note to admin
Hypolite Petovan [Sun, 6 Oct 2019 11:51:52 +0000 (07:51 -0400)]
Merge pull request #7704 from annando/gcontact-update
Replace obsolete functionality in "PortableContact"
Tobias Diekershoff [Sun, 6 Oct 2019 09:57:43 +0000 (11:57 +0200)]
add server side check about note to admin
Philipp [Sun, 6 Oct 2019 08:39:51 +0000 (10:39 +0200)]
Merge pull request #7705 from tobiasd/
20191006-CS
CS translation update THX Aditoo
Tobias Diekershoff [Sun, 6 Oct 2019 08:04:12 +0000 (10:04 +0200)]
CS translation update THX Aditoo
Michael [Sun, 6 Oct 2019 06:08:07 +0000 (06:08 +0000)]
Empty line added
Michael [Sat, 5 Oct 2019 23:30:47 +0000 (23:30 +0000)]
Replace obsolete functionality in "PortableContact"
Philipp [Sat, 5 Oct 2019 13:14:49 +0000 (15:14 +0200)]
Merge pull request #7699 from MrPetovan/task/4090-move-acl-to-src
Move mod/acl to src/Module/Search/Acl
Hypolite Petovan [Sat, 5 Oct 2019 12:34:07 +0000 (08:34 -0400)]
Code beautification
Hypolite Petovan [Sat, 5 Oct 2019 12:14:49 +0000 (08:14 -0400)]
Merge pull request #7703 from tobiasd/
20191001-Vagrant
modified Vagrant devel VM (PHP 7.3, proper composer)
Hypolite Petovan [Sat, 5 Oct 2019 12:11:24 +0000 (08:11 -0400)]
Merge pull request #7700 from annando/gserver-class
New class "GServer"
Michael [Sat, 5 Oct 2019 04:50:29 +0000 (04:50 +0000)]
Unified return value types
Michael [Sat, 5 Oct 2019 04:22:16 +0000 (04:22 +0000)]
Enhanced documentation
Hypolite Petovan [Sat, 5 Oct 2019 02:27:13 +0000 (22:27 -0400)]
Use switches instead of if/else in Module\Search\Acl
Hypolite Petovan [Sat, 5 Oct 2019 02:20:40 +0000 (22:20 -0400)]
Use constants for search type in Module\Search\Acl
Hypolite Petovan [Sat, 5 Oct 2019 02:19:54 +0000 (22:19 -0400)]
Move Module\Search\Acl::contactAutocomplete to Core\Search::searchGlobalContact
- Replace broken reference to directory /lsearch module with /search module
Michael [Fri, 4 Oct 2019 17:29:21 +0000 (17:29 +0000)]
Added documentation
Tobias Diekershoff [Fri, 4 Oct 2019 09:40:39 +0000 (11:40 +0200)]
added git as dependency for the Vagrant VM and made the call to compuser with www-data
Michael [Fri, 4 Oct 2019 06:33:16 +0000 (06:33 +0000)]
Detect network type via the contacts
Michael [Fri, 4 Oct 2019 05:42:54 +0000 (05:42 +0000)]
Readded the network parameter
Hypolite Petovan [Fri, 4 Oct 2019 02:41:11 +0000 (22:41 -0400)]
Add missing /babel route methods
Hypolite Petovan [Fri, 4 Oct 2019 02:40:42 +0000 (22:40 -0400)]
Move /acl module to src/
- Move Core\ACL::contactAutocomplete to Module\Search\Acl
- Rename module path to /search/acl
Michael [Thu, 3 Oct 2019 23:33:41 +0000 (23:33 +0000)]
Code transitioning from PortableContacts.php to GServer.php
Michael [Thu, 3 Oct 2019 21:39:48 +0000 (21:39 +0000)]
Remove more test data
Michael [Thu, 3 Oct 2019 20:52:04 +0000 (20:52 +0000)]
Hostmeta check, Pleroma version number cleaning
Michael [Thu, 3 Oct 2019 15:30:07 +0000 (15:30 +0000)]
PoCo endpoint added
Michael [Thu, 3 Oct 2019 14:48:46 +0000 (14:48 +0000)]
Nost test code is removed
Michael [Thu, 3 Oct 2019 13:02:48 +0000 (13:02 +0000)]
Additional endpoints added
Michael [Thu, 3 Oct 2019 10:44:29 +0000 (10:44 +0000)]
Count known users, check for empty attribute values
Michael [Thu, 3 Oct 2019 09:20:36 +0000 (09:20 +0000)]
New class for handling gserver entries
Hypolite Petovan [Wed, 2 Oct 2019 15:24:00 +0000 (11:24 -0400)]
Merge pull request #7693 from annando/remove-obsolete
Remove obsolete function to guess the base url of a contact
Michael [Wed, 2 Oct 2019 15:10:42 +0000 (15:10 +0000)]
Remove obsolete function to guess the base url of a contact
Philipp [Wed, 2 Oct 2019 11:22:30 +0000 (13:22 +0200)]
Merge pull request #7687 from annando/get-header-field
Enable the possibility to fetch a specific header variable
Michael [Wed, 2 Oct 2019 10:46:07 +0000 (10:46 +0000)]
Correcting tests
Tobias Diekershoff [Wed, 2 Oct 2019 10:25:54 +0000 (12:25 +0200)]
Merge branch 'develop' of https://github.com/friendica/friendica into
20191001-Vagrant
Michael [Wed, 2 Oct 2019 09:37:05 +0000 (09:37 +0000)]
Return value added
Michael [Wed, 2 Oct 2019 09:26:52 +0000 (09:26 +0000)]
Tests added
Philipp [Wed, 2 Oct 2019 06:40:03 +0000 (08:40 +0200)]
Merge pull request #7692 from tobiasd/
20191002-issue7688
add option 'require' for textarea form elements
Tobias Diekershoff [Wed, 2 Oct 2019 06:28:12 +0000 (08:28 +0200)]
quotes
Michael [Wed, 2 Oct 2019 06:24:29 +0000 (06:24 +0000)]
Renamed function
Tobias Diekershoff [Wed, 2 Oct 2019 05:39:42 +0000 (07:39 +0200)]
require a note to the admin when register policy is set to needs approval
Tobias Diekershoff [Wed, 2 Oct 2019 05:33:30 +0000 (07:33 +0200)]
add option 'require' for textarea form elements
Michael [Wed, 2 Oct 2019 04:10:36 +0000 (04:10 +0000)]
Empty the header array
Michael [Wed, 2 Oct 2019 03:45:32 +0000 (03:45 +0000)]
Cache the header fields
Michael [Wed, 2 Oct 2019 03:31:58 +0000 (03:31 +0000)]
Use $this
Michael [Tue, 1 Oct 2019 21:46:18 +0000 (21:46 +0000)]
New function to check for key existance
Philipp [Tue, 1 Oct 2019 19:40:59 +0000 (21:40 +0200)]
Merge pull request #7689 from annando/fix-notice
Fix notice "Undefined index: openRegistrations"
Michael [Tue, 1 Oct 2019 19:27:33 +0000 (19:27 +0000)]
Fix notice "Undefined index: openRegistrations"
Michael [Tue, 1 Oct 2019 19:02:26 +0000 (19:02 +0000)]
Changed return value
Michael [Tue, 1 Oct 2019 18:22:33 +0000 (18:22 +0000)]
New function for fetching associated header array
Michael [Tue, 1 Oct 2019 16:33:11 +0000 (16:33 +0000)]
Enable the possibility to fetch a specific header variable
Hypolite Petovan [Tue, 1 Oct 2019 13:02:52 +0000 (09:02 -0400)]
Merge pull request #7686 from annando/noblank
Don't send blank pictures on error, fail instead.
Michael [Tue, 1 Oct 2019 12:41:49 +0000 (12:41 +0000)]
Don't send blank pictures on error, fail instead.
Tobias Diekershoff [Tue, 1 Oct 2019 08:19:39 +0000 (10:19 +0200)]
switched from Ubuntu 16.04 to Debian 10 to get PHP 7.3
Tobias Diekershoff [Tue, 1 Oct 2019 08:17:15 +0000 (10:17 +0200)]
updated Vagrand provision script
* removed leading spaces
* changed from MySQL to MariaDB
Philipp [Tue, 1 Oct 2019 04:06:39 +0000 (06:06 +0200)]
Merge pull request #7684 from annando/fix-inbox
Critical Fix: Inbox needs to be accessed via POST
Michael [Tue, 1 Oct 2019 03:28:58 +0000 (03:28 +0000)]
Fix #7670: Inbox needs to be accessed via POST
Philipp [Mon, 30 Sep 2019 19:36:46 +0000 (21:36 +0200)]
Merge pull request #7683 from tobiasd/
20190930-CHANGELOG
CHANGELOG 1st steps of 2019.12
Tobias Diekershoff [Mon, 30 Sep 2019 19:17:56 +0000 (21:17 +0200)]
added mailstream stuff by mexon
Tobias Diekershoff [Mon, 30 Sep 2019 19:12:52 +0000 (21:12 +0200)]
CHANGELOG 1st steps of 2019.12
Hypolite Petovan [Mon, 30 Sep 2019 15:13:36 +0000 (11:13 -0400)]
Merge pull request #7670 from nupplaphil/task/add_router_config
Add router config