]> git.mxchange.org Git - friendica.git/log
friendica.git
6 years agoUpdate htconfig.md
miqrogroove [Thu, 21 Jun 2018 12:25:58 +0000 (08:25 -0400)]
Update htconfig.md

6 years agoUpdate DBClean.php
miqrogroove [Thu, 21 Jun 2018 11:52:56 +0000 (07:52 -0400)]
Update DBClean.php

6 years agoUpdate DBClean.php
miqrogroove [Thu, 21 Jun 2018 11:51:30 +0000 (07:51 -0400)]
Update DBClean.php

6 years agoUpdate htconfig.md
miqrogroove [Thu, 21 Jun 2018 11:49:59 +0000 (07:49 -0400)]
Update htconfig.md

6 years agoMake Conversation Cleanup Configurable
miqrogroove [Thu, 21 Jun 2018 11:43:40 +0000 (07:43 -0400)]
Make Conversation Cleanup Configurable

6 years agoMerge pull request #5259 from rabuzarus/20180616_-_magic_auth_test_2
Hypolite Petovan [Thu, 21 Jun 2018 00:15:14 +0000 (20:15 -0400)]
Merge pull request #5259 from rabuzarus/20180616_-_magic_auth_test_2

port hubzillas OpenWebAuth - don't initiate magic auth if the contact is allready authentificated

6 years agoport hubzillas OpenWebAuth - don't initiate magic auth if the contact is allready...
rabuzarus [Thu, 21 Jun 2018 00:08:54 +0000 (02:08 +0200)]
port hubzillas OpenWebAuth - don't initiate magic auth if the contact is allready authentificated

6 years agoMerge pull request #5253 from rabuzarus/20180616_-_magic_auth_test_2
Hypolite Petovan [Wed, 20 Jun 2018 21:46:04 +0000 (17:46 -0400)]
Merge pull request #5253 from rabuzarus/20180616_-_magic_auth_test_2

Port hubzillas OpenWebAuth - remote authentification

6 years agoport hubzillas OpenWebAuth - fix method call
rabuzarus [Wed, 20 Jun 2018 21:29:36 +0000 (23:29 +0200)]
port hubzillas OpenWebAuth - fix method call

6 years agoMerge pull request #5258 from Quix0r/rewrites/curly-braces-is-result-usage-002-split1
Hypolite Petovan [Wed, 20 Jun 2018 20:51:22 +0000 (16:51 -0400)]
Merge pull request #5258 from Quix0r/rewrites/curly-braces-is-result-usage-002-split1

Curly braces, whitespaces and duplicate method invocation fixed

6 years agoContinued a bit:
Roland Häder [Wed, 20 Jun 2018 20:12:59 +0000 (22:12 +0200)]
Continued a bit:
- removed/fixed whitespaces and mixture of spaces/tabs (some)
- added new-line character at end of files (POSIX-compilant)
- reverted some code which I had messed up (compared to upstream/develop)
- removed duplicate dba::update() invocation in src/Protocol/DFRN.php
- also removed no longer valid TODO

Signed-off-by: Roland Häder <roland@mxchange.org>
6 years agoReplace old database queries with the new ones
Michael [Wed, 2 May 2018 19:26:15 +0000 (19:26 +0000)]
Replace old database queries with the new ones

6 years agoFixes for composer:
Roland Haeder [Sun, 2 Apr 2017 19:29:06 +0000 (21:29 +0200)]
Fixes for composer:
- ./vendor/ is being prepared by executing `utils/composer.phar install`, no
  need to have it around
- converted .gitignore to LF line-ending (more common over the whole project)
- no need to have them around ...

Signed-off-by: Roland Häder <roland@mxchange.org>
6 years agoOpps, cutted this out by accident ...
Roland Haeder [Sat, 25 Mar 2017 14:06:54 +0000 (15:06 +0100)]
Opps, cutted this out by accident ...

Signed-off-by: Roland Haeder <roland@mxchange.org>
6 years agowas a bit confusing for me or I was not sleeping to much ...
Roland Haeder [Sat, 25 Mar 2017 12:46:28 +0000 (13:46 +0100)]
was a bit confusing for me or I was not sleeping to much ...

Signed-off-by: Roland Haeder <roland@mxchange.org>
6 years agoPHP5 does not support native type-hints, except `array` + used dbm::is_result()
Roland Haeder [Sat, 25 Mar 2017 12:37:15 +0000 (13:37 +0100)]
PHP5 does not support native type-hints, except `array` + used dbm::is_result()

Signed-off-by: Roland Haeder <roland@mxchange.org>
6 years agoremoved TODO, one day this all needs refacturizing ...
Roland Haeder [Sat, 25 Mar 2017 12:01:41 +0000 (13:01 +0100)]
removed TODO, one day this all needs refacturizing ...

Signed-off-by: Roland Haeder <roland@mxchange.org>
6 years agofixed comment and explained one
Roland Haeder [Thu, 23 Mar 2017 22:37:58 +0000 (23:37 +0100)]
fixed comment and explained one

Signed-off-by: Roland Haeder <roland@mxchange.org>
6 years agofixed another left-over ...
Roland Häder [Tue, 15 May 2018 21:25:30 +0000 (23:25 +0200)]
fixed another left-over ...

Signed-off-by: Roland Häder <roland@mxchange.org>
6 years agoold behaviour restored
Roland Haeder [Thu, 23 Mar 2017 21:49:05 +0000 (22:49 +0100)]
old behaviour restored

Signed-off-by: Roland Haeder <roland@mxchange.org>
6 years agoadded curely branches + reverted back to old behaviour (may come back one day)
Roland Haeder [Thu, 23 Mar 2017 21:33:12 +0000 (22:33 +0100)]
added curely branches + reverted back to old behaviour (may come back one day)

Signed-off-by: Roland Haeder <roland@mxchange.org>
6 years agobetter comment added by @Hypolite
Roland Haeder [Thu, 23 Mar 2017 21:26:07 +0000 (22:26 +0100)]
better comment added by @Hypolite

Signed-off-by: Roland Haeder <roland@mxchange.org>
6 years agomore spaces + some curly spaces added
Roland Häder [Thu, 26 Jan 2017 15:07:30 +0000 (16:07 +0100)]
more spaces + some curly spaces added

Signed-off-by: Roland Häder <roland@mxchange.org>
6 years agoadded more curly braces + a bit more usage of dbm::is_result()
Roland Häder [Wed, 25 Jan 2017 14:59:27 +0000 (15:59 +0100)]
added more curly braces + a bit more usage of dbm::is_result()

Signed-off-by: Roland Häder <roland@mxchange.org>
6 years agowas a bit confusing for me or I was not sleeping to much ...
Roland Haeder [Sat, 25 Mar 2017 12:46:28 +0000 (13:46 +0100)]
was a bit confusing for me or I was not sleeping to much ...

Signed-off-by: Roland Haeder <roland@mxchange.org>
6 years agofixed comment and explained one
Roland Haeder [Thu, 23 Mar 2017 22:37:58 +0000 (23:37 +0100)]
fixed comment and explained one

Signed-off-by: Roland Haeder <roland@mxchange.org>
6 years agoadded more curly braces + spaces for #3254
Roland Haeder [Thu, 23 Mar 2017 22:05:53 +0000 (23:05 +0100)]
added more curly braces + spaces for #3254

Signed-off-by: Roland Haeder <roland@mxchange.org>
6 years agoadded curely branches + reverted back to old behaviour (may come back one day)
Roland Haeder [Thu, 23 Mar 2017 21:33:12 +0000 (22:33 +0100)]
added curely branches + reverted back to old behaviour (may come back one day)

Signed-off-by: Roland Haeder <roland@mxchange.org>
6 years agobetter comment added by @Hypolite
Roland Haeder [Thu, 23 Mar 2017 21:26:07 +0000 (22:26 +0100)]
better comment added by @Hypolite

Signed-off-by: Roland Haeder <roland@mxchange.org>
6 years agoMinor improvements:
Roland Häder [Thu, 20 Jul 2017 18:04:32 +0000 (20:04 +0200)]
Minor improvements:
- added spaces and curly braces
- added more TODOs as there really more to be done
- removed redundant braces from "return" keyword (no function)
- merged 2 nested if() into one single

Signed-off-by: Roland Häder <roland@mxchange.org>
6 years agoold behaviour restored
Roland Haeder [Thu, 23 Mar 2017 21:49:05 +0000 (22:49 +0100)]
old behaviour restored

Signed-off-by: Roland Haeder <roland@mxchange.org>
6 years agoport hubzillas OpenWebAuth - fix another code standards violation
rabuzarus [Wed, 20 Jun 2018 18:16:36 +0000 (20:16 +0200)]
port hubzillas OpenWebAuth - fix another code standards violation

6 years agoport hubzillas OpenWebAuth - fix wrong table name + fix wrong method name
rabuzarus [Wed, 20 Jun 2018 18:11:26 +0000 (20:11 +0200)]
port hubzillas OpenWebAuth - fix wrong table name + fix wrong method name

6 years agoport hubzillas OpenWebAuth - fix some code standards violations
rabuzarus [Wed, 20 Jun 2018 17:32:26 +0000 (19:32 +0200)]
port hubzillas OpenWebAuth - fix some code standards violations

6 years agoport hubzillas OpenWebAuth - rename Verify class to OpenWebAuthToken
rabuzarus [Wed, 20 Jun 2018 17:24:02 +0000 (19:24 +0200)]
port hubzillas OpenWebAuth - rename Verify class to OpenWebAuthToken

6 years agoport hubzillas OpenWebAuth - rename verify table to openwebauth-token
rabuzarus [Wed, 20 Jun 2018 17:18:41 +0000 (19:18 +0200)]
port hubzillas OpenWebAuth - rename verify table to openwebauth-token

6 years agoport hubzillas OpenWebAuth - HTTPSignature - comment out some ActivityPub parts
rabuzarus [Wed, 20 Jun 2018 17:05:33 +0000 (19:05 +0200)]
port hubzillas OpenWebAuth - HTTPSignature - comment out some ActivityPub parts

6 years agoport hubzillas OpenWebAuth - rework the HTTPHeaders class
rabuzarus [Wed, 20 Jun 2018 16:52:37 +0000 (18:52 +0200)]
port hubzillas OpenWebAuth - rework the HTTPHeaders class

6 years agoport hubzillas OpenWebAuth - use random_bytes() in crypto class + bugfixes
rabuzarus [Wed, 20 Jun 2018 16:45:37 +0000 (18:45 +0200)]
port hubzillas OpenWebAuth - use random_bytes() in crypto class + bugfixes

6 years agoport hubzillas OpenWebAuth - rename some methods and classes
rabuzarus [Wed, 20 Jun 2018 16:38:23 +0000 (18:38 +0200)]
port hubzillas OpenWebAuth - rename some methods and classes

6 years agoMerge pull request #5256 from miqrogroove/patch-1
Hypolite Petovan [Wed, 20 Jun 2018 16:07:26 +0000 (12:07 -0400)]
Merge pull request #5256 from miqrogroove/patch-1

Filter Removed Users From Directory

6 years agoMerge pull request #5255 from tobiasd/20180620-de
Hypolite Petovan [Wed, 20 Jun 2018 16:06:30 +0000 (12:06 -0400)]
Merge pull request #5255 from tobiasd/20180620-de

update DE translations

6 years agoNeed the count conditions to match.
miqrogroove [Wed, 20 Jun 2018 15:59:13 +0000 (11:59 -0400)]
Need the count conditions to match.

6 years agoFilter Removed Users From Directory
miqrogroove [Wed, 20 Jun 2018 15:50:09 +0000 (11:50 -0400)]
Filter Removed Users From Directory

6 years agoupdate DE translations
Tobias Diekershoff [Wed, 20 Jun 2018 15:34:23 +0000 (17:34 +0200)]
update DE translations

6 years agoMerge pull request #5251 from miqrogroove/patch-1
Hypolite Petovan [Wed, 20 Jun 2018 12:55:19 +0000 (08:55 -0400)]
Merge pull request #5251 from miqrogroove/patch-1

Unify Worker Load Formulas

6 years agoClarify 0 Value of Worker Exponent
miqrogroove [Wed, 20 Jun 2018 10:52:53 +0000 (06:52 -0400)]
Clarify 0 Value of Worker Exponent

6 years agoAdd Comments to Worker Exponent Implementation
miqrogroove [Wed, 20 Jun 2018 10:43:57 +0000 (06:43 -0400)]
Add Comments to Worker Exponent Implementation

6 years agoRevise Description of New Worker Config
miqrogroove [Wed, 20 Jun 2018 10:29:52 +0000 (06:29 -0400)]
Revise Description of New Worker Config

6 years agoMake Load Exponent Configurable
miqrogroove [Wed, 20 Jun 2018 10:22:53 +0000 (06:22 -0400)]
Make Load Exponent Configurable

6 years agoUnify Worker Load Formulas
miqrogroove [Wed, 20 Jun 2018 10:06:20 +0000 (06:06 -0400)]
Unify Worker Load Formulas

6 years agoMerge pull request #5250 from tobiasd/20180620-msg
Michael Vogel [Wed, 20 Jun 2018 06:51:56 +0000 (08:51 +0200)]
Merge pull request #5250 from tobiasd/20180620-msg

regen master messages.po

6 years agoregen master messages.po
Tobias Diekershoff [Wed, 20 Jun 2018 06:17:50 +0000 (08:17 +0200)]
regen master messages.po

6 years agoMerge pull request #5249 from annando/linear-load-optional
Tobias Diekershoff [Wed, 20 Jun 2018 06:00:12 +0000 (08:00 +0200)]
Merge pull request #5249 from annando/linear-load-optional

Makes the linear load calculation optional

6 years agoIncrease default number of workers in config
Michael [Wed, 20 Jun 2018 04:50:15 +0000 (04:50 +0000)]
Increase default number of workers in config

6 years agoMakes the linear load calculation optional
Michael [Wed, 20 Jun 2018 04:38:50 +0000 (04:38 +0000)]
Makes the linear load calculation optional

6 years agoMerge pull request #5248 from miqrogroove/patch-2
Hypolite Petovan [Wed, 20 Jun 2018 00:18:59 +0000 (20:18 -0400)]
Merge pull request #5248 from miqrogroove/patch-2

 Fix logic errors in tooMuchWorkers()

6 years agoUpdate Worker.php
miqrogroove [Tue, 19 Jun 2018 22:55:55 +0000 (18:55 -0400)]
Update Worker.php

6 years agoFix logic errors in tooMuchWorkers()
miqrogroove [Tue, 19 Jun 2018 22:53:02 +0000 (18:53 -0400)]
Fix logic errors in tooMuchWorkers()

There are probably a dozen different ways to do this, so this is not necessarily the "right" way.

6 years agoMerge pull request #5246 from annando/abstraction-encore
Hypolite Petovan [Tue, 19 Jun 2018 21:58:50 +0000 (17:58 -0400)]
Merge pull request #5246 from annando/abstraction-encore

Urgent bugfix: Non existing field / double "network" in field list

6 years agoMerge pull request #5245 from miqrogroove/patch-1
Hypolite Petovan [Tue, 19 Jun 2018 21:55:24 +0000 (17:55 -0400)]
Merge pull request #5245 from miqrogroove/patch-1

Add Missing Fifth Argument to mail() Function Call

6 years ago"shadow" does not exist
Michael [Tue, 19 Jun 2018 21:41:38 +0000 (21:41 +0000)]
"shadow" does not exist

6 years agoMany "fetch_first" had been replaced
Michael [Tue, 19 Jun 2018 21:33:07 +0000 (21:33 +0000)]
Many "fetch_first" had been replaced

6 years agoFix: network had been empty
Michael [Tue, 19 Jun 2018 21:32:42 +0000 (21:32 +0000)]
Fix: network had been empty

6 years agoUpdate htconfig.md
miqrogroove [Tue, 19 Jun 2018 21:07:16 +0000 (17:07 -0400)]
Update htconfig.md

6 years agoUpdate Emailer.php
miqrogroove [Tue, 19 Jun 2018 20:58:06 +0000 (16:58 -0400)]
Update Emailer.php

6 years agoUpdate htconfig.md
miqrogroove [Tue, 19 Jun 2018 20:42:15 +0000 (16:42 -0400)]
Update htconfig.md

6 years agoAdd Missing Fifth Argument to mail() Function Call
miqrogroove [Tue, 19 Jun 2018 20:23:42 +0000 (16:23 -0400)]
Add Missing Fifth Argument to mail() Function Call

This is desperately needed to fix Issue #5190.  In case of any unexpected problem, the admin can use

`$a->config['system']['sendmail_params'] = false;`

6 years agoSome more direct SQL calls had been replaced
Michael [Tue, 19 Jun 2018 19:06:17 +0000 (19:06 +0000)]
Some more direct SQL calls had been replaced

6 years agoMerge pull request #5238 from annando/more-abstraction
Hypolite Petovan [Tue, 19 Jun 2018 18:02:43 +0000 (14:02 -0400)]
Merge pull request #5238 from annando/more-abstraction

Even more replaced item calls ...

6 years agoNull - not false
Michael [Tue, 19 Jun 2018 17:58:28 +0000 (17:58 +0000)]
Null - not false

6 years agoDisplay is reworked
Michael [Tue, 19 Jun 2018 17:57:45 +0000 (17:57 +0000)]
Display is reworked

6 years agoStandards and variable renaming
Michael [Tue, 19 Jun 2018 17:11:59 +0000 (17:11 +0000)]
Standards and variable renaming

6 years agoMerge pull request #5242 from rabuzarus/20180619_-fix_some_elements_shouldnt_be_visit...
Hypolite Petovan [Tue, 19 Jun 2018 16:32:18 +0000 (12:32 -0400)]
Merge pull request #5242 from rabuzarus/20180619_-fix_some_elements_shouldnt_be_visitable_for_visitors

Bugfix: hide savedsearch button and subthread button for non local_users

6 years agoBugfix: hide savedsearch butten and subthread button for non local_users
rabuzarus [Tue, 19 Jun 2018 16:27:54 +0000 (18:27 +0200)]
Bugfix: hide savedsearch butten and subthread button for non local_users

6 years agoport hubzillas OpenWebAuth - use Contact::getIdForURL to query for contact entry
rabuzarus [Tue, 19 Jun 2018 14:15:28 +0000 (16:15 +0200)]
port hubzillas OpenWebAuth - use Contact::getIdForURL to query for contact entry

6 years agoMerge remote-tracking branch 'upstream/develop' into more-abstraction
Michael [Tue, 19 Jun 2018 13:48:19 +0000 (13:48 +0000)]
Merge remote-tracking branch 'upstream/develop' into more-abstraction

6 years agoTypo
Michael [Tue, 19 Jun 2018 13:26:03 +0000 (13:26 +0000)]
Typo

6 years agoMerge pull request #5240 from rabuzarus/20180619_-_fix_missing_use_statement
Hypolite Petovan [Tue, 19 Jun 2018 12:59:19 +0000 (08:59 -0400)]
Merge pull request #5240 from rabuzarus/20180619_-_fix_missing_use_statement

worker.php - fix missing use statement

6 years agoworker.php - fix missing use statement
rabuzarus [Tue, 19 Jun 2018 12:45:43 +0000 (14:45 +0200)]
worker.php - fix missing use statement

6 years agoport hubzillas OpenWebAuth - add some notes to the doxygen to refer to hubzilla's...
rabuzarus [Tue, 19 Jun 2018 11:30:55 +0000 (13:30 +0200)]
port hubzillas OpenWebAuth - add some notes to the doxygen to refer to hubzilla's source code

6 years agoport hubzillas OpenWebAuth - readd some ActivityPup code to HTTPSig
rabuzarus [Tue, 19 Jun 2018 11:18:35 +0000 (13:18 +0200)]
port hubzillas OpenWebAuth - readd some ActivityPup code to HTTPSig

6 years agoNew item functions, improved feed cache behaviour
Michael [Tue, 19 Jun 2018 05:39:56 +0000 (05:39 +0000)]
New item functions, improved feed cache behaviour

6 years agoxrd.php - fix coding style
rabuzarus [Mon, 18 Jun 2018 21:15:52 +0000 (23:15 +0200)]
xrd.php - fix coding style

6 years agoport hubzillas OpenWebAuth - remote authentification
rabuzarus [Mon, 18 Jun 2018 21:05:44 +0000 (23:05 +0200)]
port hubzillas OpenWebAuth - remote authentification

6 years agoUse the item functions at many more places
Michael [Mon, 18 Jun 2018 20:36:34 +0000 (20:36 +0000)]
Use the item functions at many more places

6 years agoMerge pull request #5237 from tobiasd/20180618-zhcn
Michael Vogel [Mon, 18 Jun 2018 10:16:09 +0000 (12:16 +0200)]
Merge pull request #5237 from tobiasd/20180618-zhcn

update to the zh-cn translation THX 朱陈锬

6 years agoMerge pull request #5234 from fabrixxm/fix/api
Michael Vogel [Mon, 18 Jun 2018 10:03:53 +0000 (12:03 +0200)]
Merge pull request #5234 from fabrixxm/fix/api

API: fix sender/recipient of PMs

6 years agoAPI: fix sender/recipient of PMs: check api_user before get user info.
fabrixxm [Mon, 18 Jun 2018 09:55:02 +0000 (11:55 +0200)]
API: fix sender/recipient of PMs: check api_user before get user info.

To throw ForbiddenException and pass tests

6 years agoupdate to the zh-cn translation THX 朱陈锬
Tobias Diekershoff [Mon, 18 Jun 2018 09:41:29 +0000 (11:41 +0200)]
update to the zh-cn translation THX 朱陈锬

6 years agoMerge pull request #5236 from tobiasd/develop
Hypolite Petovan [Mon, 18 Jun 2018 08:05:26 +0000 (04:05 -0400)]
Merge pull request #5236 from tobiasd/develop

CS and NL translation update

6 years agoMerge pull request #5235 from tobiasd/20180618-doc
Hypolite Petovan [Mon, 18 Jun 2018 08:05:17 +0000 (04:05 -0400)]
Merge pull request #5235 from tobiasd/20180618-doc

missing markdown formatting added

6 years agoNL translation update
Tobias Diekershoff [Mon, 18 Jun 2018 06:24:00 +0000 (08:24 +0200)]
NL translation update

6 years agoCS translation update
Tobias Diekershoff [Mon, 18 Jun 2018 06:23:05 +0000 (08:23 +0200)]
CS translation update

6 years agomissing markdown formatation added
Tobias Diekershoff [Mon, 18 Jun 2018 06:17:21 +0000 (08:17 +0200)]
missing markdown formatation added

6 years agoMerge remote-tracking branch 'upstream/develop' into more-abstraction
Michael [Mon, 18 Jun 2018 05:20:47 +0000 (05:20 +0000)]
Merge remote-tracking branch 'upstream/develop' into more-abstraction

6 years agoUse the item classes where possible
Michael [Mon, 18 Jun 2018 05:19:28 +0000 (05:19 +0000)]
Use the item classes where possible

6 years agoMerge pull request #5232 from annando/no-author-link
Hypolite Petovan [Sun, 17 Jun 2018 22:41:46 +0000 (18:41 -0400)]
Merge pull request #5232 from annando/no-author-link

Separate functions for fetching items for the system and for users

6 years agoUsing the constants
Michael [Sun, 17 Jun 2018 21:55:01 +0000 (21:55 +0000)]
Using the constants

6 years agoNew item functions are now used in the delivery process as well
Michael [Sun, 17 Jun 2018 21:35:33 +0000 (21:35 +0000)]
New item functions are now used in the delivery process as well