]> git.mxchange.org Git - friendica.git/log
friendica.git
4 years agoFix browser language detection (& tests)
Philipp Holzer [Thu, 10 Oct 2019 14:39:04 +0000 (16:39 +0200)]
Fix browser language detection (& tests)

4 years agoMerge pull request #7715 from annando/fix-getguid
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"

4 years agoFix: 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"

4 years agoMerge pull request #7714 from MrPetovan/task/4090-move-search-to-src
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

4 years agoImprove logging in Module\Search\Index
Hypolite Petovan [Mon, 7 Oct 2019 20:18:19 +0000 (16:18 -0400)]
Improve logging in Module\Search\Index

4 years agoUse Dice instantiation to access App\Arguments
Hypolite Petovan [Mon, 7 Oct 2019 20:16:42 +0000 (16:16 -0400)]
Use Dice instantiation to access App\Arguments

- Remove App->args accessors

4 years agoMove mod/search to src/Module/Search/Index
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

4 years agoImprove search box
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

4 years agoAdd new module and widget for managing saved searches
Hypolite Petovan [Mon, 7 Oct 2019 18:13:31 +0000 (14:13 -0400)]
Add new module and widget for managing saved searches

4 years agoAdd accessor for App->args in App and BaseModule
Hypolite Petovan [Mon, 7 Oct 2019 18:10:30 +0000 (14:10 -0400)]
Add accessor for App->args in App and BaseModule

4 years agoMerge pull request #7710 from MrPetovan/task/rework-theme-session-vars
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

4 years agoMerge pull request #7713 from annando/socialhome
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

4 years agoTest against the thread parent as well
Michael [Mon, 7 Oct 2019 04:19:12 +0000 (04:19 +0000)]
Test against the thread parent as well

4 years agoFix communication issues when a contact is able to speak AP, but uses Diaspora
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

4 years agoMerge pull request #7712 from annando/proxy-logging
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

4 years agoJust 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

4 years agoMerge pull request #7711 from annando/gserver-2
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

4 years agoFix 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

4 years agoRemove useless theme session variable deletions in modules
Hypolite Petovan [Sun, 6 Oct 2019 16:08:15 +0000 (12:08 -0400)]
Remove useless theme session variable deletions in modules

4 years agoRework theme override in Profile::load and App
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

4 years agoAdd Session::clear method
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

4 years agoMove theme determination after full module run
Hypolite Petovan [Sun, 6 Oct 2019 15:18:51 +0000 (11:18 -0400)]
Move theme determination after full module run

4 years agoReplace duplicated authentication code in FKOAuth1 with Session::setAuthenticatedForUser
Hypolite Petovan [Sun, 6 Oct 2019 15:17:30 +0000 (11:17 -0400)]
Replace duplicated authentication code in FKOAuth1 with Session::setAuthenticatedForUser

4 years agoMerge pull request #7708 from MrPetovan/bug/7707-vier-fix-config
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

4 years agoAdd 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

4 years agoMerge pull request #7706 from tobiasd/20191006-checknote
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

4 years agoMerge pull request #7704 from annando/gcontact-update
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"

4 years agoadd server side check about note to admin
Tobias Diekershoff [Sun, 6 Oct 2019 09:57:43 +0000 (11:57 +0200)]
add server side check about note to admin

4 years agoMerge pull request #7705 from tobiasd/20191006-CS
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

4 years agoCS translation update THX Aditoo
Tobias Diekershoff [Sun, 6 Oct 2019 08:04:12 +0000 (10:04 +0200)]
CS translation update THX Aditoo

4 years agoEmpty line added
Michael [Sun, 6 Oct 2019 06:08:07 +0000 (06:08 +0000)]
Empty line added

4 years agoReplace obsolete functionality in "PortableContact"
Michael [Sat, 5 Oct 2019 23:30:47 +0000 (23:30 +0000)]
Replace obsolete functionality in "PortableContact"

4 years agoMerge pull request #7699 from MrPetovan/task/4090-move-acl-to-src
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

4 years agoCode beautification
Hypolite Petovan [Sat, 5 Oct 2019 12:34:07 +0000 (08:34 -0400)]
Code beautification

4 years agoMerge pull request #7703 from tobiasd/20191001-Vagrant
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)

4 years agoMerge pull request #7700 from annando/gserver-class
Hypolite Petovan [Sat, 5 Oct 2019 12:11:24 +0000 (08:11 -0400)]
Merge pull request #7700 from annando/gserver-class

New class "GServer"

4 years agoUnified return value types
Michael [Sat, 5 Oct 2019 04:50:29 +0000 (04:50 +0000)]
Unified return value types

4 years agoEnhanced documentation
Michael [Sat, 5 Oct 2019 04:22:16 +0000 (04:22 +0000)]
Enhanced documentation

4 years agoUse switches instead of if/else in Module\Search\Acl
Hypolite Petovan [Sat, 5 Oct 2019 02:27:13 +0000 (22:27 -0400)]
Use switches instead of if/else in Module\Search\Acl

4 years agoUse constants for search type 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

4 years agoMove Module\Search\Acl::contactAutocomplete to Core\Search::searchGlobalContact
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

4 years agoAdded documentation
Michael [Fri, 4 Oct 2019 17:29:21 +0000 (17:29 +0000)]
Added documentation

4 years agoadded git as dependency for the Vagrant VM and made the call to compuser with www...
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

4 years agoDetect network type via the contacts
Michael [Fri, 4 Oct 2019 06:33:16 +0000 (06:33 +0000)]
Detect network type via the contacts

4 years agoReadded the network parameter
Michael [Fri, 4 Oct 2019 05:42:54 +0000 (05:42 +0000)]
Readded the network parameter

4 years agoAdd missing /babel route methods
Hypolite Petovan [Fri, 4 Oct 2019 02:41:11 +0000 (22:41 -0400)]
Add missing /babel route methods

4 years agoMove /acl module to src/
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

4 years agoCode transitioning from PortableContacts.php to GServer.php
Michael [Thu, 3 Oct 2019 23:33:41 +0000 (23:33 +0000)]
Code transitioning from PortableContacts.php to GServer.php

4 years agoRemove more test data
Michael [Thu, 3 Oct 2019 21:39:48 +0000 (21:39 +0000)]
Remove more test data

4 years agoHostmeta check, Pleroma version number cleaning
Michael [Thu, 3 Oct 2019 20:52:04 +0000 (20:52 +0000)]
Hostmeta check, Pleroma version number cleaning

4 years agoPoCo endpoint added
Michael [Thu, 3 Oct 2019 15:30:07 +0000 (15:30 +0000)]
PoCo endpoint added

4 years agoNost test code is removed
Michael [Thu, 3 Oct 2019 14:48:46 +0000 (14:48 +0000)]
Nost test code is removed

4 years agoAdditional endpoints added
Michael [Thu, 3 Oct 2019 13:02:48 +0000 (13:02 +0000)]
Additional endpoints added

4 years agoCount known users, check for empty attribute values
Michael [Thu, 3 Oct 2019 10:44:29 +0000 (10:44 +0000)]
Count known users, check for empty attribute values

4 years agoNew class for handling gserver entries
Michael [Thu, 3 Oct 2019 09:20:36 +0000 (09:20 +0000)]
New class for handling gserver entries

4 years agoMerge pull request #7693 from annando/remove-obsolete
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

4 years agoRemove 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

4 years agoMerge pull request #7687 from annando/get-header-field
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

4 years agoCorrecting tests
Michael [Wed, 2 Oct 2019 10:46:07 +0000 (10:46 +0000)]
Correcting tests

4 years agoMerge branch 'develop' of https://github.com/friendica/friendica into 20191001-Vagrant
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

4 years agoReturn value added
Michael [Wed, 2 Oct 2019 09:37:05 +0000 (09:37 +0000)]
Return value added

4 years agoTests added
Michael [Wed, 2 Oct 2019 09:26:52 +0000 (09:26 +0000)]
Tests added

4 years agoMerge pull request #7692 from tobiasd/20191002-issue7688
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

4 years agoquotes
Tobias Diekershoff [Wed, 2 Oct 2019 06:28:12 +0000 (08:28 +0200)]
quotes

4 years agoRenamed function
Michael [Wed, 2 Oct 2019 06:24:29 +0000 (06:24 +0000)]
Renamed function

4 years agorequire a note to the admin when register policy is set to needs approval
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

4 years agoadd option 'require' for textarea form elements
Tobias Diekershoff [Wed, 2 Oct 2019 05:33:30 +0000 (07:33 +0200)]
add option 'require' for textarea form elements

4 years agoEmpty the header array
Michael [Wed, 2 Oct 2019 04:10:36 +0000 (04:10 +0000)]
Empty the header array

4 years agoCache the header fields
Michael [Wed, 2 Oct 2019 03:45:32 +0000 (03:45 +0000)]
Cache the header fields

4 years agoUse $this
Michael [Wed, 2 Oct 2019 03:31:58 +0000 (03:31 +0000)]
Use $this

4 years agoNew function to check for key existance
Michael [Tue, 1 Oct 2019 21:46:18 +0000 (21:46 +0000)]
New function to check for key existance

4 years agoMerge pull request #7689 from annando/fix-notice
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"

4 years agoFix notice "Undefined index: openRegistrations"
Michael [Tue, 1 Oct 2019 19:27:33 +0000 (19:27 +0000)]
Fix notice "Undefined index: openRegistrations"

4 years agoChanged return value
Michael [Tue, 1 Oct 2019 19:02:26 +0000 (19:02 +0000)]
Changed return value

4 years agoNew function for fetching associated header array
Michael [Tue, 1 Oct 2019 18:22:33 +0000 (18:22 +0000)]
New function for fetching associated header array

4 years agoEnable the possibility to fetch a specific header variable
Michael [Tue, 1 Oct 2019 16:33:11 +0000 (16:33 +0000)]
Enable the possibility to fetch a specific header variable

4 years agoMerge pull request #7686 from annando/noblank
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.

4 years agoDon'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.

4 years agoswitched from Ubuntu 16.04 to Debian 10 to get PHP 7.3
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

4 years agoupdated Vagrand provision script
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

4 years agoMerge pull request #7684 from annando/fix-inbox
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

4 years agoFix #7670: 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

4 years agoMerge pull request #7683 from tobiasd/20190930-CHANGELOG
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

4 years agoadded mailstream stuff by mexon
Tobias Diekershoff [Mon, 30 Sep 2019 19:17:56 +0000 (21:17 +0200)]
added mailstream stuff by mexon

4 years agoCHANGELOG 1st steps of 2019.12
Tobias Diekershoff [Mon, 30 Sep 2019 19:12:52 +0000 (21:12 +0200)]
CHANGELOG 1st steps of 2019.12

4 years agoMerge pull request #7670 from nupplaphil/task/add_router_config
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

4 years agoMerge pull request #7636 from annando/manage
Hypolite Petovan [Mon, 30 Sep 2019 15:12:46 +0000 (11:12 -0400)]
Merge pull request #7636 from annando/manage

Restructured "manage" functionality, added count parameters

4 years agoMerge pull request #7678 from annando/remote-rework
Hypolite Petovan [Mon, 30 Sep 2019 13:18:43 +0000 (09:18 -0400)]
Merge pull request #7678 from annando/remote-rework

Reworked the remote authentication

4 years agoMerge pull request #7643 from nupplaphil/task/add_drone_ci
Hypolite Petovan [Mon, 30 Sep 2019 12:40:18 +0000 (08:40 -0400)]
Merge pull request #7643 from nupplaphil/task/add_drone_ci

Adding drone as CI

4 years agoAdd some explanations about the new scripts
Philipp Holzer [Mon, 30 Sep 2019 12:33:49 +0000 (14:33 +0200)]
Add some explanations about the new scripts

4 years agoAdd token for codecov & refactored some parts of drone.yml
Philipp Holzer [Mon, 30 Sep 2019 12:02:40 +0000 (14:02 +0200)]
Add token for codecov & refactored some parts of drone.yml

4 years agoAdapt codecov for drone
Philipp Holzer [Sun, 29 Sep 2019 18:42:15 +0000 (20:42 +0200)]
Adapt codecov for drone

4 years agoAdd syntax explanation
Philipp Holzer [Fri, 27 Sep 2019 10:24:48 +0000 (12:24 +0200)]
Add syntax explanation

4 years agoImprove performance
Philipp Holzer [Thu, 26 Sep 2019 22:00:42 +0000 (00:00 +0200)]
Improve performance
- Add caching
- Remove HTML report

4 years agoenable trigger & disable travis codecov
Philipp Holzer [Thu, 26 Sep 2019 16:17:24 +0000 (18:17 +0200)]
enable trigger & disable travis codecov

4 years agocode optimization
Philipp Holzer [Thu, 26 Sep 2019 16:14:36 +0000 (18:14 +0200)]
code optimization

4 years agoBugfix GetAllKeys() of Memcache
Philipp Holzer [Tue, 24 Sep 2019 15:52:38 +0000 (17:52 +0200)]
Bugfix GetAllKeys() of Memcache
- Abstract Memcache and Memcached implementation

4 years agoAdd mariadb tests
Philipp Holzer [Tue, 24 Sep 2019 14:29:19 +0000 (16:29 +0200)]
Add mariadb tests

4 years agoAdd memcache/memcached tests
Philipp Holzer [Tue, 24 Sep 2019 14:10:48 +0000 (16:10 +0200)]
Add memcache/memcached tests

4 years agoenable codecov
Philipp Holzer [Mon, 23 Sep 2019 13:36:16 +0000 (15:36 +0200)]
enable codecov