]> git.mxchange.org Git - friendica.git/log
friendica.git
6 years agoadded example home css and html file
Tobias Diekershoff [Wed, 11 Apr 2018 09:03:18 +0000 (11:03 +0200)]
added example home css and html file

6 years agoMerge pull request #4808 from tobiasd/20180410-deis
Michael Vogel [Tue, 10 Apr 2018 16:37:48 +0000 (18:37 +0200)]
Merge pull request #4808 from tobiasd/20180410-deis

Updates to DE and IS translation

6 years agoIS translation THX Sveinn í Felli
Tobias Diekershoff [Tue, 10 Apr 2018 16:30:59 +0000 (18:30 +0200)]
IS translation THX Sveinn í Felli

6 years agoDE translations THX Copiis
Tobias Diekershoff [Tue, 10 Apr 2018 16:30:17 +0000 (18:30 +0200)]
DE translations THX Copiis

6 years agoMerge pull request #4807 from annando/archival-days
Tobias Diekershoff [Tue, 10 Apr 2018 12:34:18 +0000 (14:34 +0200)]
Merge pull request #4807 from annando/archival-days

We can now define the days after a contact is archived

6 years agoWe can now define the days after a contact is archived
Michael [Tue, 10 Apr 2018 11:10:02 +0000 (11:10 +0000)]
We can now define the days after a contact is archived

6 years agoMerge pull request #4806 from MrPetovan/task/improve-strikethrough-support
Tobias Diekershoff [Tue, 10 Apr 2018 10:44:40 +0000 (12:44 +0200)]
Merge pull request #4806 from MrPetovan/task/improve-strikethrough-support

[BBCode] Improve support for strikethrough

6 years ago[BBCode] Improve support for strikethrough
Hypolite Petovan [Tue, 10 Apr 2018 10:23:40 +0000 (06:23 -0400)]
[BBCode] Improve support for strikethrough

6 years agoMerge pull request #4802 from Rudloff/feature/api_get_user
Hypolite Petovan [Tue, 10 Apr 2018 09:28:56 +0000 (05:28 -0400)]
Merge pull request #4802 from Rudloff/feature/api_get_user

api_get_user() should not return false right away if the number in the URL is not a valid user

6 years agoapi_get_user() should not return false right away if the number in the URL is not...
Pierre Rudloff [Tue, 10 Apr 2018 08:46:10 +0000 (10:46 +0200)]
api_get_user() should not return false right away if the number in the URL is not a valid user

6 years agoMerge pull request #4801 from annando/ignore-callstack
Tobias Diekershoff [Tue, 10 Apr 2018 08:04:25 +0000 (10:04 +0200)]
Merge pull request #4801 from annando/ignore-callstack

Ignore function "call_user_func_array" in the callstack

6 years agoIgnore function "call_user_func_array" in the callstack
Michael [Tue, 10 Apr 2018 05:55:36 +0000 (05:55 +0000)]
Ignore function "call_user_func_array" in the callstack

6 years agoMerge pull request #4800 from tobiasd/20180410-lng
Michael Vogel [Tue, 10 Apr 2018 05:34:53 +0000 (07:34 +0200)]
Merge pull request #4800 from tobiasd/20180410-lng

Updates to the EN-GB, EN-US and FI-FI translations

6 years agoUpdates to the EN-GB, EN-US and FI-FI translations
Tobias Diekershoff [Tue, 10 Apr 2018 05:23:50 +0000 (07:23 +0200)]
Updates to the EN-GB, EN-US and FI-FI translations

6 years agoMerge pull request #4798 from MrPetovan/bug/prevent-empty-uid-in-preloadconfigadapter
Michael Vogel [Tue, 10 Apr 2018 05:07:10 +0000 (07:07 +0200)]
Merge pull request #4798 from MrPetovan/bug/prevent-empty-uid-in-preloadconfigadapter

Prevent empty $uid from messing up the PreloadConfigAdapter

6 years agoMerge pull request #4799 from MrPetovan/task/hide-ignored-unfollowed-contact-posts
Michael Vogel [Tue, 10 Apr 2018 04:58:36 +0000 (06:58 +0200)]
Merge pull request #4799 from MrPetovan/task/hide-ignored-unfollowed-contact-posts

Reintroduce own posts in network list

6 years agoReintroduce own posts in network list
Hypolite Petovan [Tue, 10 Apr 2018 02:50:03 +0000 (22:50 -0400)]
Reintroduce own posts in network list

6 years agoPrevent empty $uid from messing up the PreloadConfigAdapter
Hypolite Petovan [Tue, 10 Apr 2018 01:24:22 +0000 (21:24 -0400)]
Prevent empty $uid from messing up the PreloadConfigAdapter

6 years agoMerge pull request #4796 from Rudloff/feature/travis
Hypolite Petovan [Tue, 10 Apr 2018 00:30:59 +0000 (20:30 -0400)]
Merge pull request #4796 from Rudloff/feature/travis

Enable Travis

6 years agoRegroup old tests in the TextTest class
Pierre Rudloff [Tue, 10 Apr 2018 00:20:20 +0000 (02:20 +0200)]
Regroup old tests in the TextTest class

6 years agoMerge pull request #4797 from annando/dba
Hypolite Petovan [Mon, 9 Apr 2018 23:43:23 +0000 (19:43 -0400)]
Merge pull request #4797 from annando/dba

Old database functions had been replaced in the workers

6 years agoOld database functions had been replaced in the workers
Michael [Mon, 9 Apr 2018 21:34:23 +0000 (21:34 +0000)]
Old database functions had been replaced in the workers

6 years agoRemove old tests
Pierre Rudloff [Mon, 9 Apr 2018 21:03:29 +0000 (23:03 +0200)]
Remove old tests
Add tests for the BaseObject class

6 years agoEnable Travis
Pierre Rudloff [Mon, 9 Apr 2018 19:49:23 +0000 (21:49 +0200)]
Enable Travis

6 years agoVarious small fixes (#4795)
Pierre Rudloff [Mon, 9 Apr 2018 19:34:53 +0000 (21:34 +0200)]
Various small fixes (#4795)

* Use strict comparison to avoid 0 == false
* Avoid unecessary loop
* Avoid undefined variable
* Fix wrong variable name
* Don't try to use the $status_info variable if it does not exist
* Avoid undefined variable
* Check that variable is defined before trying to use it
* Don't cast $data array to boolean
* Fix undefined array
* $reactivate_group variable is not always defined
* Variable $found is not always defined
* Remove unused return statement
* Fix undefined array
* api_unique_id_to_nurl() requires an integer as argument
* Don't try to use $uinfo if it is false
* Don't use the same variable names in inner loop
* Throw an exception if $fileext is not defined

6 years agoMerge pull request #4768 from MrPetovan/task/hide-ignored-unfollowed-contact-posts
Michael Vogel [Mon, 9 Apr 2018 18:08:20 +0000 (20:08 +0200)]
Merge pull request #4768 from MrPetovan/task/hide-ignored-unfollowed-contact-posts

Hide posts from recently ignored/unfollowed contact

6 years agoMerge pull request #4794 from Rudloff/feature/return_type
Hypolite Petovan [Mon, 9 Apr 2018 18:07:27 +0000 (14:07 -0400)]
Merge pull request #4794 from Rudloff/feature/return_type

Return types

6 years agoAdd some missing return types
Pierre Rudloff [Mon, 9 Apr 2018 17:34:02 +0000 (19:34 +0200)]
Add some missing return types

6 years agoapi_format_data() seems to never return an object
Pierre Rudloff [Mon, 9 Apr 2018 17:19:00 +0000 (19:19 +0200)]
api_format_data() seems to never return an object

6 years agoMerge pull request #4793 from Rudloff/feature/datatypes
Hypolite Petovan [Mon, 9 Apr 2018 17:13:59 +0000 (13:13 -0400)]
Merge pull request #4793 from Rudloff/feature/datatypes

Throw a ForbiddenException if api_get_user() returns false

6 years agoThrow a ForbiddenException if api_get_user() returns false
Pierre Rudloff [Mon, 9 Apr 2018 15:36:33 +0000 (17:36 +0200)]
Throw a ForbiddenException if api_get_user() returns false

6 years agoRemove useless intval() calls in mod/network
Hypolite Petovan [Mon, 9 Apr 2018 13:19:49 +0000 (09:19 -0400)]
Remove useless intval() calls in mod/network

6 years agoMerge pull request #4792 from ben-utzer/patch-1
Hypolite Petovan [Mon, 9 Apr 2018 13:17:32 +0000 (09:17 -0400)]
Merge pull request #4792 from ben-utzer/patch-1

Improvement for the systemd timer unit

6 years agoRemainAfterElapse=False
utzer [Mon, 9 Apr 2018 13:12:02 +0000 (18:42 +0530)]
RemainAfterElapse=False

> if RemainAfterElapse= is off, it might be started again if it is already elapsed, and thus be triggered multiple times
False will start the process again and again after the set time, this is the desired behavior for worker.php

Infos: https://www.freedesktop.org/software/systemd/man/systemd.timer.html

6 years agoMerge pull request #4789 from tobiasd/20180409-lng
Michael Vogel [Mon, 9 Apr 2018 08:53:16 +0000 (10:53 +0200)]
Merge pull request #4789 from tobiasd/20180409-lng

updated translations

6 years agoupdated translations
Tobias Diekershoff [Mon, 9 Apr 2018 08:17:25 +0000 (10:17 +0200)]
updated translations

6 years agoMerge pull request #4788 from annando/more-relay
Tobias Diekershoff [Mon, 9 Apr 2018 06:31:43 +0000 (08:31 +0200)]
Merge pull request #4788 from annando/more-relay

Relay: Avoid empty tags / Always use the "relay account"

6 years agoRelay: Avoid empty tags / Always use the "relay account"
Michael [Mon, 9 Apr 2018 05:53:23 +0000 (05:53 +0000)]
Relay: Avoid empty tags / Always use the "relay account"

6 years agoUse positive form for relationship check in mod/network
Hypolite Petovan [Mon, 9 Apr 2018 00:47:16 +0000 (20:47 -0400)]
Use positive form for relationship check in mod/network

6 years agoMerge pull request #4785 from annando/magiclink
Hypolite Petovan [Mon, 9 Apr 2018 00:38:33 +0000 (20:38 -0400)]
Merge pull request #4785 from annando/magiclink

The magic link is added at more places

6 years agoThe magic link is added at more places
Michael [Sun, 8 Apr 2018 19:17:50 +0000 (19:17 +0000)]
The magic link is added at more places

6 years agoReplaced < comparison with IN for contact.rel in mod/network
Hypolite Petovan [Sun, 8 Apr 2018 13:59:43 +0000 (09:59 -0400)]
Replaced < comparison with IN for contact.rel in mod/network

6 years agoMerge pull request #4783 from annando/queue-relay
Hypolite Petovan [Sun, 8 Apr 2018 12:35:36 +0000 (08:35 -0400)]
Merge pull request #4783 from annando/queue-relay

Don't queue relay posts

6 years agoMerge pull request #4780 from tobiasd/20180408-pl
Michael Vogel [Sun, 8 Apr 2018 10:36:56 +0000 (12:36 +0200)]
Merge pull request #4780 from tobiasd/20180408-pl

update for PL translation THX waldis

6 years agoDon't queue relay posts
Michael [Sun, 8 Apr 2018 09:46:47 +0000 (09:46 +0000)]
Don't queue relay posts

6 years agoupdate for PL translation THX waldis
Tobias Diekershoff [Sun, 8 Apr 2018 09:02:31 +0000 (11:02 +0200)]
update for PL translation THX waldis

6 years agoMerge pull request #4773 from MrPetovan/task/4629-move-dev-executables
Michael Vogel [Sun, 8 Apr 2018 05:44:24 +0000 (07:44 +0200)]
Merge pull request #4773 from MrPetovan/task/4629-move-dev-executables

Move dev executables to bin/dev/

6 years agoMerge pull request #4779 from Rudloff/feature/list_api
Hypolite Petovan [Sun, 8 Apr 2018 01:03:50 +0000 (21:03 -0400)]
Merge pull request #4779 from Rudloff/feature/list_api

Feature/list api

6 years agoThe first argument for api_format_items() must be an array
Pierre Rudloff [Sat, 7 Apr 2018 23:05:33 +0000 (01:05 +0200)]
The first argument for api_format_items() must be an array

6 years agoFix wrong use of empty()
Pierre Rudloff [Sat, 7 Apr 2018 22:55:05 +0000 (00:55 +0200)]
Fix wrong use of empty()

6 years agoMerge pull request #4777 from Rudloff/feature/list_api
Hypolite Petovan [Sat, 7 Apr 2018 21:47:21 +0000 (17:47 -0400)]
Merge pull request #4777 from Rudloff/feature/list_api

Implement parts of the list API

6 years agoUse empty() instead of !x()
Pierre Rudloff [Sat, 7 Apr 2018 21:21:51 +0000 (23:21 +0200)]
Use empty() instead of !x()

6 years agoAdd missing variable
Pierre Rudloff [Sat, 7 Apr 2018 21:20:30 +0000 (23:20 +0200)]
Add missing variable

6 years agoRemove confusing comment
Pierre Rudloff [Sat, 7 Apr 2018 20:39:38 +0000 (22:39 +0200)]
Remove confusing comment

6 years agoTypo
Pierre Rudloff [Sat, 7 Apr 2018 20:37:57 +0000 (22:37 +0200)]
Typo

6 years agoMake list_id parameter mandatory in api/lists/statuses
Pierre Rudloff [Sat, 7 Apr 2018 20:36:54 +0000 (22:36 +0200)]
Make list_id parameter mandatory in api/lists/statuses

6 years agoUse dba to access database in api_lists_statuses()
Pierre Rudloff [Sat, 7 Apr 2018 20:35:19 +0000 (22:35 +0200)]
Use dba to access database in api_lists_statuses()

6 years agoWe don't need type casting for dba::select() arguments
Pierre Rudloff [Sat, 7 Apr 2018 20:18:39 +0000 (22:18 +0200)]
We don't need type casting for dba::select() arguments

6 years agoRename api_list_create() to api_lists_create() for consistency
Pierre Rudloff [Sat, 7 Apr 2018 20:15:35 +0000 (22:15 +0200)]
Rename api_list_create() to api_lists_create() for consistency

6 years agoUse dba to access the database in list API functions
Pierre Rudloff [Sat, 7 Apr 2018 17:55:41 +0000 (19:55 +0200)]
Use dba to access the database in list API functions

6 years agoWe don't really need the unsen bit in api_lists_statuses()
Pierre Rudloff [Sat, 7 Apr 2018 17:52:27 +0000 (19:52 +0200)]
We don't really need the unsen bit in api_lists_statuses()

6 years agoImplement parts of the list API:
Pierre Rudloff [Sat, 7 Apr 2018 13:54:26 +0000 (15:54 +0200)]
Implement parts of the list API:
lists/statuses
lists/destroy
lists/update
lists/create
lists/ownerships

6 years agoUpdate Vagrant script path
Hypolite Petovan [Sat, 7 Apr 2018 13:01:40 +0000 (09:01 -0400)]
Update Vagrant script path

6 years agoMove dev executables from util/ to bin/dev/
Hypolite Petovan [Sat, 7 Apr 2018 13:00:52 +0000 (09:00 -0400)]
Move dev executables  from util/ to bin/dev/

6 years agoUse CONTACT_IS_SHARING constant instead of `rel` value
Hypolite Petovan [Sat, 7 Apr 2018 12:09:13 +0000 (08:09 -0400)]
Use CONTACT_IS_SHARING constant instead of `rel` value

6 years agoMerge pull request #4771 from Rudloff/feature/avatar
Hypolite Petovan [Sat, 7 Apr 2018 11:51:00 +0000 (07:51 -0400)]
Merge pull request #4771 from Rudloff/feature/avatar

Add profile_image_url_profile_size and profile_image_url_large to API

6 years agoMerge pull request #4770 from annando/dfrn-delivery
Hypolite Petovan [Sat, 7 Apr 2018 11:47:02 +0000 (07:47 -0400)]
Merge pull request #4770 from annando/dfrn-delivery

Fix: Empty answers in DFRN-Delivery can be okay

6 years agoAdd profile_image_url_profile_size and profile_image_url_large properties to user...
Pierre Rudloff [Sat, 7 Apr 2018 11:13:31 +0000 (13:13 +0200)]
Add profile_image_url_profile_size and profile_image_url_large properties to user object returned by API (fixes #4695)
This allows some clients to display a bigger avatar on profiles.

6 years agoFix: Empty answers in DFRN can be okay
Michael [Sat, 7 Apr 2018 10:02:43 +0000 (10:02 +0000)]
Fix: Empty answers in DFRN can be okay

6 years agoMerge pull request #4767 from tobiasd/20180407-de
Hypolite Petovan [Sat, 7 Apr 2018 06:44:33 +0000 (02:44 -0400)]
Merge pull request #4767 from tobiasd/20180407-de

Update of the DE translations

6 years agoHide posts from recently ignored or unfollowed contact in mod/network
Hypolite Petovan [Sat, 7 Apr 2018 06:42:42 +0000 (02:42 -0400)]
Hide posts from recently ignored or unfollowed contact in mod/network

6 years agoDE translations
Tobias Diekershoff [Sat, 7 Apr 2018 06:36:48 +0000 (08:36 +0200)]
DE translations

6 years agoMerge pull request #4764 from MrPetovan/bug/4755-use-sender-header-invite
Michael Vogel [Sat, 7 Apr 2018 06:31:14 +0000 (08:31 +0200)]
Merge pull request #4764 from MrPetovan/bug/4755-use-sender-header-invite

Use Sender: header for invite emails

6 years agoExchange Sender: and From: headers in mod/invite
Hypolite Petovan [Sat, 7 Apr 2018 06:26:33 +0000 (02:26 -0400)]
Exchange Sender: and From: headers in mod/invite

6 years agoMerge pull request #4766 from MrPetovan/task/4721-group-button-color
Michael Vogel [Sat, 7 Apr 2018 06:25:16 +0000 (08:25 +0200)]
Merge pull request #4766 from MrPetovan/task/4721-group-button-color

[frio] Add color to group membership action buttons

6 years agoMerge pull request #4765 from MrPetovan/bug/4730-fix-profile-list
Michael Vogel [Sat, 7 Apr 2018 06:23:32 +0000 (08:23 +0200)]
Merge pull request #4765 from MrPetovan/bug/4730-fix-profile-list

Fix contact profile visibility list

6 years agoMerge pull request #4763 from MrPetovan/bug/4760-fix-event-typo
Michael Vogel [Sat, 7 Apr 2018 06:22:45 +0000 (08:22 +0200)]
Merge pull request #4763 from MrPetovan/bug/4760-fix-event-typo

Fix event id typo in Model\Event

6 years ago[frio] Add color to group membership action buttons
Hypolite Petovan [Sat, 7 Apr 2018 03:54:32 +0000 (23:54 -0400)]
[frio] Add color to group membership action buttons

6 years agoFix variable name typo in ContactSelector::profileAssign
Hypolite Petovan [Sat, 7 Apr 2018 01:54:53 +0000 (21:54 -0400)]
Fix variable name typo in ContactSelector::profileAssign

6 years agoRemove trailing whitespaces in Content\ContactSelector
Hypolite Petovan [Sat, 7 Apr 2018 01:54:22 +0000 (21:54 -0400)]
Remove trailing whitespaces in Content\ContactSelector

6 years agoUse App->getSenderEmailAddress in mod/invite
Hypolite Petovan [Sat, 7 Apr 2018 01:48:37 +0000 (21:48 -0400)]
Use App->getSenderEmailAddress in mod/invite

- Use "Sender: " header
- Rename confusing variables

6 years agoUse App->getSenderEmailAddress in include/enotify
Hypolite Petovan [Sat, 7 Apr 2018 01:47:42 +0000 (21:47 -0400)]
Use App->getSenderEmailAddress in include/enotify

6 years agoAdd App->getSenderEmailAddress method
Hypolite Petovan [Sat, 7 Apr 2018 01:47:16 +0000 (21:47 -0400)]
Add App->getSenderEmailAddress method

6 years agoFix event id typo in Model\Event
Hypolite Petovan [Sat, 7 Apr 2018 00:58:09 +0000 (20:58 -0400)]
Fix event id typo in Model\Event

6 years agoMerge pull request #4762 from annando/frio-accessibility
Hypolite Petovan [Fri, 6 Apr 2018 21:07:25 +0000 (17:07 -0400)]
Merge pull request #4762 from annando/frio-accessibility

Some more accessibility for "Frio"

6 years agoSome more accessibility for "Frio"
Michael [Fri, 6 Apr 2018 20:42:38 +0000 (20:42 +0000)]
Some more accessibility for "Frio"

6 years agoMerge pull request #4759 from annando/update-render-cache
Hypolite Petovan [Fri, 6 Apr 2018 18:22:12 +0000 (14:22 -0400)]
Merge pull request #4759 from annando/update-render-cache

Update the cached rendered html when it changed

6 years agoMerge pull request #4761 from tobiasd/20180406-recoverstrings
Hypolite Petovan [Fri, 6 Apr 2018 16:57:56 +0000 (12:57 -0400)]
Merge pull request #4761 from tobiasd/20180406-recoverstrings

regenerated master messages.po file

6 years agoOnly compare the HTML when we forcefully ignore the cache
Michael [Fri, 6 Apr 2018 16:52:01 +0000 (16:52 +0000)]
Only compare the HTML when we forcefully ignore the cache

6 years agoregenerated master messages.po file
Tobias Diekershoff [Fri, 6 Apr 2018 14:59:56 +0000 (16:59 +0200)]
regenerated master messages.po file

6 years agoUpdate the cached rendered html when it changed
Michael [Fri, 6 Apr 2018 14:01:52 +0000 (14:01 +0000)]
Update the cached rendered html when it changed

6 years agoMerge pull request #4758 from annando/fix-regexp
Tobias Diekershoff [Fri, 6 Apr 2018 09:13:42 +0000 (11:13 +0200)]
Merge pull request #4758 from annando/fix-regexp

Fixes warning "missing terminating ] for character class"

6 years agoFixes warning "missing terminating ] for character class"
Michael [Fri, 6 Apr 2018 09:11:10 +0000 (09:11 +0000)]
Fixes warning "missing terminating ] for character class"

6 years agoMerge pull request #4757 from tobiasd/20180406-lng
Michael Vogel [Fri, 6 Apr 2018 08:02:05 +0000 (10:02 +0200)]
Merge pull request #4757 from tobiasd/20180406-lng

core translations

6 years agoadded FI translation as core translation is now over 50% THX Kris
Tobias Diekershoff [Fri, 6 Apr 2018 07:27:39 +0000 (09:27 +0200)]
added FI translation as core translation is now over 50% THX Kris

6 years agoupdate to the NL translation THX Karel
Tobias Diekershoff [Fri, 6 Apr 2018 07:25:21 +0000 (09:25 +0200)]
update to the NL translation THX Karel

6 years agoMerge pull request #4722 from MrPetovan/task/add-content_filter-hook
Michael Vogel [Fri, 6 Apr 2018 04:42:52 +0000 (06:42 +0200)]
Merge pull request #4722 from MrPetovan/task/add-content_filter-hook

Add content_filter hook

6 years agoMerge pull request #4754 from annando/frio-accessibility
Hypolite Petovan [Thu, 5 Apr 2018 21:57:01 +0000 (17:57 -0400)]
Merge pull request #4754 from annando/frio-accessibility

Improved accessibility for "Frio"

6 years agoImproved accessibility for "Frio"
Michael [Thu, 5 Apr 2018 21:50:34 +0000 (21:50 +0000)]
Improved accessibility for "Frio"

6 years agoMerge pull request #4747 from annando/img-alt-text
Hypolite Petovan [Thu, 5 Apr 2018 12:06:20 +0000 (08:06 -0400)]
Merge pull request #4747 from annando/img-alt-text

Bugfix: The rendering with images with width and height was broken