]> git.mxchange.org Git - friendica.git/log
friendica.git
6 years agoThrow NotFoundException if results are empty in api_users_lookup
Pierre Rudloff [Tue, 19 Dec 2017 10:37:55 +0000 (11:37 +0100)]
Throw NotFoundException if results are empty in api_users_lookup

6 years agoImplement friendships/incoming and users/lookup APIs
Pierre Rudloff [Mon, 18 Dec 2017 22:51:03 +0000 (23:51 +0100)]
Implement friendships/incoming and users/lookup APIs

6 years agoMerge pull request #4097 from Rudloff/feature/search_api
Hypolite Petovan [Mon, 18 Dec 2017 14:28:33 +0000 (09:28 -0500)]
Merge pull request #4097 from Rudloff/feature/search_api

Implement search API (fixes #929)

6 years agoMerge pull request #4101 from Rudloff/feature/block_api
Hypolite Petovan [Mon, 18 Dec 2017 14:27:35 +0000 (09:27 -0500)]
Merge pull request #4101 from Rudloff/feature/block_api

Implement the blocks/list API

6 years agoUse LIKE instead of REGEXP in api_search
Pierre Rudloff [Mon, 18 Dec 2017 14:23:15 +0000 (15:23 +0100)]
Use LIKE instead of REGEXP in api_search

6 years agoImplement the blocks/list API
Pierre Rudloff [Mon, 18 Dec 2017 14:18:31 +0000 (15:18 +0100)]
Implement the blocks/list API

6 years agoRemove useless intval() in api_search
Pierre Rudloff [Mon, 18 Dec 2017 13:36:06 +0000 (14:36 +0100)]
Remove useless intval() in api_search

6 years agoMerge pull request #4100 from Rudloff/feature/composer
Hypolite Petovan [Mon, 18 Dec 2017 13:33:02 +0000 (08:33 -0500)]
Merge pull request #4100 from Rudloff/feature/composer

Fix license info in composer.json

6 years agoUse dba::inArray() instead of dba::fetch() in api_search
Pierre Rudloff [Mon, 18 Dec 2017 13:28:04 +0000 (14:28 +0100)]
Use dba::inArray() instead of dba::fetch() in api_search

6 years agoFix license info in composer.json
Pierre Rudloff [Mon, 18 Dec 2017 13:22:54 +0000 (14:22 +0100)]
Fix license info in composer.json

6 years agoMerge pull request #4099 from annando/always-force
Hypolite Petovan [Mon, 18 Dec 2017 13:10:08 +0000 (08:10 -0500)]
Merge pull request #4099 from annando/always-force

OnePoll: We now force an update check all the time

6 years agoImprove api_search()
Pierre Rudloff [Mon, 18 Dec 2017 12:35:36 +0000 (13:35 +0100)]
Improve api_search()

Use dba::p() instead of q()
Move exception to the beginning
Remove useless GROUP BY
Remove useless protect_sprintf()

6 years agoOnePoll: We now force an update check all the time
Michael [Mon, 18 Dec 2017 12:51:29 +0000 (12:51 +0000)]
OnePoll: We now force an update check all the time

6 years agoMerge pull request #4098 from Rudloff/patch-1
Michael Vogel [Mon, 18 Dec 2017 12:20:42 +0000 (13:20 +0100)]
Merge pull request #4098 from Rudloff/patch-1

Update Developers-Intro.md

6 years agoUpdate Developers-Intro.md
Pierre Rudloff [Mon, 18 Dec 2017 12:09:03 +0000 (13:09 +0100)]
Update Developers-Intro.md

GitHub does not display titles correctly if there isn't a space after `#`.

6 years agoImplement search API (fixes #929)
Pierre Rudloff [Mon, 18 Dec 2017 01:59:11 +0000 (02:59 +0100)]
Implement search API (fixes #929)

6 years agoMerge pull request #4096 from annando/fix-pr-4095
Michael Vogel [Mon, 18 Dec 2017 09:24:11 +0000 (10:24 +0100)]
Merge pull request #4096 from annando/fix-pr-4095

Fix for PR 4095

6 years agoFix for PR 4095
Michael [Mon, 18 Dec 2017 09:21:47 +0000 (09:21 +0000)]
Fix for PR 4095

6 years agoMerge pull request #4095 from MrPetovan/task/fix-phpstan-errors
Michael Vogel [Mon, 18 Dec 2017 06:28:23 +0000 (07:28 +0100)]
Merge pull request #4095 from MrPetovan/task/fix-phpstan-errors

Fix phpstan errors

6 years agoFix undefined variable in Protocol\OStatus
Hypolite Petovan [Sun, 17 Dec 2017 21:32:35 +0000 (16:32 -0500)]
Fix undefined variable in Protocol\OStatus

6 years agoFix missing variable in Worker\Directory
Hypolite Petovan [Sun, 17 Dec 2017 21:25:32 +0000 (16:25 -0500)]
Fix missing variable in Worker\Directory

- Remove fixed comment in PortableContact

6 years agoRemove unused variable in Protocol\PortableContact
Hypolite Petovan [Sun, 17 Dec 2017 21:22:58 +0000 (16:22 -0500)]
Remove unused variable in Protocol\PortableContact

6 years agoCentralize owner data fetch
Hypolite Petovan [Sun, 17 Dec 2017 21:22:39 +0000 (16:22 -0500)]
Centralize owner data fetch

6 years agoFix missing owner in Protocol/Diaspora
Hypolite Petovan [Sun, 17 Dec 2017 21:10:44 +0000 (16:10 -0500)]
Fix missing owner in Protocol/Diaspora

6 years agoFix Protocol\Diaspora missing user variable
Hypolite Petovan [Sun, 17 Dec 2017 21:08:22 +0000 (16:08 -0500)]
Fix Protocol\Diaspora missing user variable

6 years agoUpdated composer classmaps
Hypolite Petovan [Sun, 17 Dec 2017 20:38:03 +0000 (15:38 -0500)]
Updated composer classmaps

6 years agoAdd FIXME for unrecoverable missing variables
Hypolite Petovan [Sun, 17 Dec 2017 20:35:38 +0000 (15:35 -0500)]
Add FIXME for unrecoverable missing variables

6 years agoAdd new common Image::scale() method
Hypolite Petovan [Sun, 17 Dec 2017 20:35:07 +0000 (15:35 -0500)]
Add new common Image::scale() method

- Fix undefined variable $type

6 years agoFormatting FKOauthDataStore
Hypolite Petovan [Sun, 17 Dec 2017 20:34:29 +0000 (15:34 -0500)]
Formatting FKOauthDataStore

6 years agoFix undefined variable/wrong parameter count/unknown functions
Hypolite Petovan [Sun, 17 Dec 2017 20:31:37 +0000 (15:31 -0500)]
Fix undefined variable/wrong parameter count/unknown functions

6 years agoFix class methods staticity/return value
Hypolite Petovan [Sun, 17 Dec 2017 20:29:16 +0000 (15:29 -0500)]
Fix class methods staticity/return value

6 years agoFix docblocks types
Hypolite Petovan [Sun, 17 Dec 2017 20:27:50 +0000 (15:27 -0500)]
Fix docblocks types

6 years agoPHPStan: Fix missing requires/namespaces
Hypolite Petovan [Sun, 17 Dec 2017 20:24:57 +0000 (15:24 -0500)]
PHPStan: Fix missing requires/namespaces

6 years agoMerge pull request #4091 from MrPetovan/task/4090-add-module-class-routing
Michael Vogel [Sun, 17 Dec 2017 19:39:29 +0000 (20:39 +0100)]
Merge pull request #4091 from MrPetovan/task/4090-add-module-class-routing

Add module class routing

6 years agoMerge pull request #4093 from annando/api-speedup
Hypolite Petovan [Sun, 17 Dec 2017 18:12:01 +0000 (13:12 -0500)]
Merge pull request #4093 from annando/api-speedup

Possible API speed ups for public timeline

6 years agoPossible API speed ups for public timeline
Michael [Sun, 17 Dec 2017 17:47:15 +0000 (17:47 +0000)]
Possible API speed ups for public timeline

6 years agoAdd Base Module class
Hypolite Petovan [Sun, 17 Dec 2017 17:05:19 +0000 (12:05 -0500)]
Add Base Module class

6 years agoAdd class module routing
Hypolite Petovan [Sun, 17 Dec 2017 16:37:03 +0000 (11:37 -0500)]
Add class module routing

6 years agoMerge pull request #4089 from annando/mysqldump
Hypolite Petovan [Sun, 17 Dec 2017 16:53:08 +0000 (11:53 -0500)]
Merge pull request #4089 from annando/mysqldump

Updated SQL dump

6 years agoUpdated SQL dump
Michael [Sun, 17 Dec 2017 16:47:01 +0000 (16:47 +0000)]
Updated SQL dump

6 years agoMerge pull request #4076 from AndyHee/20171216-README.md
Hypolite Petovan [Sun, 17 Dec 2017 16:32:25 +0000 (11:32 -0500)]
Merge pull request #4076 from AndyHee/20171216-README.md

20171216 readme.md

6 years agoUpdate README.md
Andy H3 [Sun, 17 Dec 2017 16:26:03 +0000 (23:26 +0700)]
Update README.md

Corrected Alt_text

6 years agoUpdate README.md
Andy H3 [Sun, 17 Dec 2017 16:08:42 +0000 (23:08 +0700)]
Update README.md

Added captions, frames, and edited alt text

6 years agoMerge pull request #4088 from annando/api-external-url
Hypolite Petovan [Sun, 17 Dec 2017 15:57:46 +0000 (10:57 -0500)]
Merge pull request #4088 from annando/api-external-url

API: Path to post added / "external_url" support

6 years agoMerge pull request #4084 from MrPetovan/task/4071-add-networkpublic_timeline-api
Michael Vogel [Sun, 17 Dec 2017 15:52:17 +0000 (16:52 +0100)]
Merge pull request #4084 from MrPetovan/task/4071-add-networkpublic_timeline-api

Add statuses/networkpublic_timeline api method

6 years agoAPI: Path to post added / "external_url" support
Michael [Sun, 17 Dec 2017 15:16:18 +0000 (15:16 +0000)]
API: Path to post added / "external_url" support

6 years agoImprove networkpublic_timeline SQL performance
Hypolite Petovan [Sun, 17 Dec 2017 15:06:12 +0000 (10:06 -0500)]
Improve networkpublic_timeline SQL performance

- Use thread.iid for max_id and ordering

6 years agoMerge pull request #4087 from annando/parameter-mismatcg
Hypolite Petovan [Sun, 17 Dec 2017 14:36:42 +0000 (09:36 -0500)]
Merge pull request #4087 from annando/parameter-mismatcg

Bugfix for Parameter mismatch

6 years agoBugfix for Parameter mismatch
Michael [Sun, 17 Dec 2017 14:30:28 +0000 (14:30 +0000)]
Bugfix for Parameter mismatch

6 years agoAdd doc entry for statuses/networkpublic_timeline api
Hypolite Petovan [Sun, 17 Dec 2017 13:51:57 +0000 (08:51 -0500)]
Add doc entry for statuses/networkpublic_timeline api

6 years agoMerge pull request #4086 from annando/issue-4069
Hypolite Petovan [Sun, 17 Dec 2017 13:33:22 +0000 (08:33 -0500)]
Merge pull request #4086 from annando/issue-4069

Alternate fix for issue 4069

6 years agoMerge remote-tracking branch 'upstream/develop' into issue-4069
Michael [Sun, 17 Dec 2017 12:10:32 +0000 (12:10 +0000)]
Merge remote-tracking branch 'upstream/develop' into issue-4069

6 years agoAlternate fix for issue 4069
Michael [Sun, 17 Dec 2017 11:11:28 +0000 (11:11 +0000)]
Alternate fix for issue 4069

6 years agoMerge pull request #4079 from MrPetovan/task/4069-add-pagination-to-statuses-api
Michael Vogel [Sun, 17 Dec 2017 10:31:01 +0000 (11:31 +0100)]
Merge pull request #4079 from MrPetovan/task/4069-add-pagination-to-statuses-api

Add pagination to API statuses/friends and statuses/followers

6 years agoAdd statuses/networkpublic_timeline api method
Hypolite Petovan [Sat, 16 Dec 2017 20:41:50 +0000 (15:41 -0500)]
Add statuses/networkpublic_timeline api method

6 years agoMerge pull request #4080 from MrPetovan/task/4078-add-max_id-to-user_timeline
Michael Vogel [Sat, 16 Dec 2017 17:44:28 +0000 (18:44 +0100)]
Merge pull request #4080 from MrPetovan/task/4078-add-max_id-to-user_timeline

Add max_id support for statuses/user_timeline API

6 years agoMerge pull request #4081 from MrPetovan/bug/4075-remove-group_member-uid
Michael Vogel [Sat, 16 Dec 2017 17:41:32 +0000 (18:41 +0100)]
Merge pull request #4081 from MrPetovan/bug/4075-remove-group_member-uid

Remove lingering reference to group_member.uid

6 years agoRemove lingering reference to group_member.uid
Hypolite Petovan [Sat, 16 Dec 2017 16:50:58 +0000 (11:50 -0500)]
Remove lingering reference to group_member.uid

6 years agoAdd max_id support for statuses/user_timeline API
Hypolite Petovan [Sat, 16 Dec 2017 16:34:44 +0000 (11:34 -0500)]
Add max_id support for statuses/user_timeline API

- Add documentation
- Improve formatting

6 years agoAdd pagination to API statuses/friends and statuses/followers
Hypolite Petovan [Sat, 16 Dec 2017 15:16:25 +0000 (10:16 -0500)]
Add pagination to API statuses/friends and statuses/followers

- Add doc blocks for both API calls
- Remove unused parameters

6 years agoDelete folder
Andy H3 [Sat, 16 Dec 2017 09:27:44 +0000 (16:27 +0700)]
Delete folder

clean up

6 years agoAdd files via upload
Andy H3 [Sat, 16 Dec 2017 09:26:26 +0000 (16:26 +0700)]
Add files via upload

screenshots

6 years agoCreate folder
Andy H3 [Sat, 16 Dec 2017 09:25:23 +0000 (16:25 +0700)]
Create folder

6 years agoUpdate README.md
Andy H3 [Sat, 16 Dec 2017 09:24:18 +0000 (16:24 +0700)]
Update README.md

Major rewrite

6 years agoMerge pull request #4073 from MrPetovan/bug/4070-fix-user-create
Michael Vogel [Sat, 16 Dec 2017 03:11:54 +0000 (04:11 +0100)]
Merge pull request #4073 from MrPetovan/bug/4070-fix-user-create

Fix User::create return variable

6 years agoMerge pull request #4074 from MrPetovan/task/update-composer
Michael Vogel [Sat, 16 Dec 2017 03:08:37 +0000 (04:08 +0100)]
Merge pull request #4074 from MrPetovan/task/update-composer

Update Composer

6 years agoUpdate Composer
Hypolite Petovan [Sat, 16 Dec 2017 03:02:22 +0000 (22:02 -0500)]
Update Composer

- Update Composer to version 1.5.5
- Update Mobile_Detect to version 2.8.28
- Update classmaps

6 years agoFix User::create return variable
Hypolite Petovan [Sat, 16 Dec 2017 01:47:10 +0000 (20:47 -0500)]
Fix User::create return variable

6 years agoMerge pull request #4068 from rabuzarus/20171215_-_frio_fix_contact_list
Hypolite Petovan [Fri, 15 Dec 2017 20:04:48 +0000 (15:04 -0500)]
Merge pull request #4068 from rabuzarus/20171215_-_frio_fix_contact_list

frio: fix some contact list issues

6 years agofrio: remove shome whitespace
rabuzarus [Fri, 15 Dec 2017 17:16:07 +0000 (18:16 +0100)]
frio: remove shome whitespace

6 years agofrio: fix some contact list issues
rabuzarus [Fri, 15 Dec 2017 17:09:04 +0000 (18:09 +0100)]
frio: fix some contact list issues

6 years agoMerge pull request #4066 from MrPetovan/bug/4046-remove-group_member-uid
Michael Vogel [Fri, 15 Dec 2017 16:47:57 +0000 (17:47 +0100)]
Merge pull request #4066 from MrPetovan/bug/4046-remove-group_member-uid

Remove group_member.uid

6 years agoRemove redundant index
Hypolite Petovan [Fri, 15 Dec 2017 16:36:06 +0000 (11:36 -0500)]
Remove redundant index
- Increase UPDATE_VERSION and DB_UPDATE_VERSION

6 years agoUse INNER for group_member join
Hypolite Petovan [Fri, 15 Dec 2017 13:44:00 +0000 (08:44 -0500)]
Use INNER for group_member join

6 years agoAdd new UNIQUE index to group_member
Hypolite Petovan [Fri, 15 Dec 2017 13:43:37 +0000 (08:43 -0500)]
Add new UNIQUE index to group_member

- Add new index on gid

6 years agoMerge pull request #4067 from annando/removed-unused
Hypolite Petovan [Fri, 15 Dec 2017 13:00:32 +0000 (08:00 -0500)]
Merge pull request #4067 from annando/removed-unused

Deprecated file removed

6 years agoDeprecated file removed
Michael [Fri, 15 Dec 2017 11:25:05 +0000 (11:25 +0000)]
Deprecated file removed

6 years agoRemove group_member.uid
Hypolite Petovan [Fri, 15 Dec 2017 03:47:58 +0000 (22:47 -0500)]
Remove group_member.uid

- Use contact.uid alternatively
- Use JOIN with group table

6 years agoMerge pull request #4065 from annando/dbstructure-class
Hypolite Petovan [Thu, 14 Dec 2017 22:48:38 +0000 (17:48 -0500)]
Merge pull request #4065 from annando/dbstructure-class

There is now a Dbstructure class

6 years agoWhy I had coded it that way? Now it is better
Michael [Thu, 14 Dec 2017 22:22:44 +0000 (22:22 +0000)]
Why I had coded it that way? Now it is better

6 years ago"update" is enough
Michael [Thu, 14 Dec 2017 22:18:53 +0000 (22:18 +0000)]
"update" is enough

6 years agoMerge remote-tracking branch 'upstream/develop' into dbstructure-class
Michael [Thu, 14 Dec 2017 21:42:26 +0000 (21:42 +0000)]
Merge remote-tracking branch 'upstream/develop' into dbstructure-class

6 years agoNow it works
Michael [Thu, 14 Dec 2017 21:32:53 +0000 (21:32 +0000)]
Now it works

6 years agoThe DBStructure class now exists
Michael [Thu, 14 Dec 2017 21:14:02 +0000 (21:14 +0000)]
The DBStructure class now exists

6 years agoClass moved, changes applied
Michael [Thu, 14 Dec 2017 21:13:02 +0000 (21:13 +0000)]
Class moved, changes applied

6 years agoMerge pull request #4064 from annando/fix-group
Hypolite Petovan [Thu, 14 Dec 2017 19:25:30 +0000 (14:25 -0500)]
Merge pull request #4064 from annando/fix-group

Bugfix to PR 4046: Calls to a renamed function had been changed

6 years agoBugfix: Calls to a renamed function had been changed
Michael [Thu, 14 Dec 2017 18:06:48 +0000 (18:06 +0000)]
Bugfix: Calls to a renamed function had been changed

6 years agoMerge pull request #4063 from annando/daemon-works
Hypolite Petovan [Thu, 14 Dec 2017 17:15:05 +0000 (12:15 -0500)]
Merge pull request #4063 from annando/daemon-works

Spawn now spawns

6 years agoMerge pull request #4062 from annando/daemon-works
Hypolite Petovan [Thu, 14 Dec 2017 16:49:17 +0000 (11:49 -0500)]
Merge pull request #4062 from annando/daemon-works

The daemon now works fine

6 years agoSpawn now spawns
Michael [Thu, 14 Dec 2017 16:41:56 +0000 (16:41 +0000)]
Spawn now spawns

6 years agoThe daemon now works fine
Michael [Thu, 14 Dec 2017 16:38:51 +0000 (16:38 +0000)]
The daemon now works fine

6 years agoMerge pull request #4060 from annando/system-unavailable
Hypolite Petovan [Wed, 13 Dec 2017 22:01:47 +0000 (17:01 -0500)]
Merge pull request #4060 from annando/system-unavailable

"system_unavailable.php" is unavailable now

6 years ago"system_unavailable.php" is unavailable now
Michael [Wed, 13 Dec 2017 21:55:19 +0000 (21:55 +0000)]
"system_unavailable.php" is unavailable now

6 years agoMerge pull request #4059 from annando/maps
Hypolite Petovan [Wed, 13 Dec 2017 21:44:55 +0000 (16:44 -0500)]
Merge pull request #4059 from annando/maps

The map class is now born as well

6 years agoThe Map class is now done
Michael [Wed, 13 Dec 2017 21:38:14 +0000 (21:38 +0000)]
The Map class is now done

6 years agoMap is moved to the new place
Michael [Wed, 13 Dec 2017 21:37:34 +0000 (21:37 +0000)]
Map is moved to the new place

6 years agoMerge pull request #4058 from annando/mail-stuff
Hypolite Petovan [Wed, 13 Dec 2017 21:00:10 +0000 (16:00 -0500)]
Merge pull request #4058 from annando/mail-stuff

msgclean.php and quoteconvert.php is now integrated into Email.php

6 years agoForgotten include
Michael [Wed, 13 Dec 2017 20:58:15 +0000 (20:58 +0000)]
Forgotten include

6 years agomsgclean.php and quoteconvert.php is now integrated into Email.php
Michael [Wed, 13 Dec 2017 20:36:50 +0000 (20:36 +0000)]
msgclean.php and quoteconvert.php is now integrated into Email.php

6 years agoMerge pull request #4054 from MrPetovan/bug/4041-fix-register
Michael Vogel [Wed, 13 Dec 2017 19:01:03 +0000 (20:01 +0100)]
Merge pull request #4054 from MrPetovan/bug/4041-fix-register

Fix registration