]> git.mxchange.org Git - friendica.git/log
friendica.git
6 years agoMerge pull request #4122 from Rudloff/feature/cleanup_api
Hypolite Petovan [Sat, 23 Dec 2017 01:04:07 +0000 (20:04 -0500)]
Merge pull request #4122 from Rudloff/feature/cleanup_api

Various fixes in api.php

6 years agoMerge pull request #4120 from annando/remoteauth
Hypolite Petovan [Sat, 23 Dec 2017 01:00:11 +0000 (20:00 -0500)]
Merge pull request #4120 from annando/remoteauth

 Bugfix for the api call for remoteauth

6 years agoMerge pull request #4118 from annando/cleaned-update
Hypolite Petovan [Sat, 23 Dec 2017 00:57:23 +0000 (19:57 -0500)]
Merge pull request #4118 from annando/cleaned-update

Old stuff had been removed from the update routine

6 years agoIncorrect return type
Pierre Rudloff [Sat, 23 Dec 2017 00:36:55 +0000 (01:36 +0100)]
Incorrect return type

6 years agoUnused variable
Pierre Rudloff [Sat, 23 Dec 2017 00:34:12 +0000 (01:34 +0100)]
Unused variable

6 years agoTypo
Pierre Rudloff [Sat, 23 Dec 2017 00:32:47 +0000 (01:32 +0100)]
Typo

6 years agoUndefined variable
Pierre Rudloff [Sat, 23 Dec 2017 00:30:50 +0000 (01:30 +0100)]
Undefined variable

6 years agoUnused argument
Pierre Rudloff [Sat, 23 Dec 2017 00:27:17 +0000 (01:27 +0100)]
Unused argument

6 years agoapi_format_data can also return an array
Pierre Rudloff [Sat, 23 Dec 2017 00:25:43 +0000 (01:25 +0100)]
api_format_data can also return an array

6 years agoRemove unused variable
Pierre Rudloff [Sat, 23 Dec 2017 00:23:28 +0000 (01:23 +0100)]
Remove unused variable

6 years agoTypo
Pierre Rudloff [Sat, 23 Dec 2017 00:23:20 +0000 (01:23 +0100)]
Typo

6 years agoMerge pull request #4119 from Rudloff/patch-1
Michael Vogel [Fri, 22 Dec 2017 23:13:18 +0000 (00:13 +0100)]
Merge pull request #4119 from Rudloff/patch-1

Update api.md

6 years agoCode cleaning
Michael [Fri, 22 Dec 2017 23:10:32 +0000 (23:10 +0000)]
Code cleaning

6 years agoBugfix for the api call for remoteauth
Michael [Fri, 22 Dec 2017 23:00:49 +0000 (23:00 +0000)]
Bugfix for the api call for remoteauth

6 years agoUpdate api.md
Pierre Rudloff [Fri, 22 Dec 2017 22:56:13 +0000 (23:56 +0100)]
Update api.md

account/update_profile_background_image was listed twice

6 years agoHopefully this is now clearer
Michael [Fri, 22 Dec 2017 21:31:32 +0000 (21:31 +0000)]
Hopefully this is now clearer

6 years agoGrammar correction
Michael [Fri, 22 Dec 2017 20:06:15 +0000 (20:06 +0000)]
Grammar correction

6 years agoOnly include the update.php, when really needed
Michael [Fri, 22 Dec 2017 14:56:40 +0000 (14:56 +0000)]
Only include the update.php, when really needed

6 years agoCorrected wrong handling of the return value
Michael [Fri, 22 Dec 2017 14:51:50 +0000 (14:51 +0000)]
Corrected wrong handling of the return value

6 years agoOld stuff had been removed from the update routine
Michael [Fri, 22 Dec 2017 14:48:29 +0000 (14:48 +0000)]
Old stuff had been removed from the update routine

6 years agoMerge pull request #4111 from annando/comment-public
Hypolite Petovan [Thu, 21 Dec 2017 22:18:14 +0000 (17:18 -0500)]
Merge pull request #4111 from annando/comment-public

Preparation for being able to comment every public item

6 years agoQuery was simplified
Michael [Thu, 21 Dec 2017 18:49:27 +0000 (18:49 +0000)]
Query was simplified

6 years agoStandards
Michael [Thu, 21 Dec 2017 18:46:35 +0000 (18:46 +0000)]
Standards

6 years agoMerge pull request #4114 from annando/as-private-as-possible
Hypolite Petovan [Thu, 21 Dec 2017 13:16:10 +0000 (08:16 -0500)]
Merge pull request #4114 from annando/as-private-as-possible

Only locally used methods should always be private

6 years agoMerge pull request #4113 from annando/split-profile-name
Hypolite Petovan [Thu, 21 Dec 2017 12:59:04 +0000 (07:59 -0500)]
Merge pull request #4113 from annando/split-profile-name

Split the first name and last name for Diaspora

6 years agoRemoved unneeded code
Michael [Thu, 21 Dec 2017 08:58:36 +0000 (08:58 +0000)]
Removed unneeded code

6 years agoOnly locally used methods should always be private
Michael [Thu, 21 Dec 2017 07:27:20 +0000 (07:27 +0000)]
Only locally used methods should always be private

6 years agoBetter english
Michael [Thu, 21 Dec 2017 04:53:57 +0000 (04:53 +0000)]
Better english

6 years agoSplit the name in the hcard
Michael [Wed, 20 Dec 2017 21:15:13 +0000 (21:15 +0000)]
Split the name in the hcard

6 years agoSplit the first name and last name so that they fit into the length restrictions...
Michael [Wed, 20 Dec 2017 20:31:25 +0000 (20:31 +0000)]
Split the first name and last name so that they fit into the length restrictions of Diaspora

6 years agoReshares are now working
Michael [Wed, 20 Dec 2017 18:18:25 +0000 (18:18 +0000)]
Reshares are now working

6 years agoAdded documentation
Michael [Wed, 20 Dec 2017 10:34:42 +0000 (10:34 +0000)]
Added documentation

6 years agoUpdating after post does now work
Michael [Wed, 20 Dec 2017 10:16:25 +0000 (10:16 +0000)]
Updating after post does now work

6 years agoComments to public posts no get through
Michael [Tue, 19 Dec 2017 23:12:37 +0000 (23:12 +0000)]
Comments to public posts no get through

6 years agoOops
Michael [Tue, 19 Dec 2017 17:38:33 +0000 (17:38 +0000)]
Oops

6 years agoMerge pull request #4110 from Rudloff/feature/saved_searches_api
Michael Vogel [Tue, 19 Dec 2017 17:26:28 +0000 (18:26 +0100)]
Merge pull request #4110 from Rudloff/feature/saved_searches_api

Implement saved_searches/list API

6 years agoPreparation for being able to comment every public item
Michael [Tue, 19 Dec 2017 17:15:56 +0000 (17:15 +0000)]
Preparation for being able to comment every public item

6 years agoOnly use "@throws" in phpdoc if the function explicitely throws an exception
Pierre Rudloff [Tue, 19 Dec 2017 13:52:46 +0000 (14:52 +0100)]
Only use "@throws" in phpdoc if the function explicitely throws an exception

6 years agoClose DB connection in api_saved_searches_list
Pierre Rudloff [Tue, 19 Dec 2017 13:42:13 +0000 (14:42 +0100)]
Close DB connection in api_saved_searches_list

6 years agoImplement saved_searches/list API
Pierre Rudloff [Tue, 19 Dec 2017 13:20:32 +0000 (14:20 +0100)]
Implement saved_searches/list API

6 years agoMerge pull request #4109 from Rudloff/patch-2
Hypolite Petovan [Tue, 19 Dec 2017 13:16:19 +0000 (08:16 -0500)]
Merge pull request #4109 from Rudloff/patch-2

Update api.md

6 years agoUpdate api.md
Pierre Rudloff [Tue, 19 Dec 2017 13:01:03 +0000 (14:01 +0100)]
Update api.md

search/tweets is implemented

6 years agoMerge pull request #4106 from annando/registered-users
Hypolite Petovan [Tue, 19 Dec 2017 12:31:21 +0000 (07:31 -0500)]
Merge pull request #4106 from annando/registered-users

We now fetch the number of registered users

6 years agoWoraround for bad mastodon links
Michael [Tue, 19 Dec 2017 11:54:02 +0000 (11:54 +0000)]
Woraround for bad mastodon links

6 years agoMerge pull request #4108 from Rudloff/feature/markdownlint
Hypolite Petovan [Tue, 19 Dec 2017 11:34:20 +0000 (06:34 -0500)]
Merge pull request #4108 from Rudloff/feature/markdownlint

Lint doc/api.md

6 years agoLint doc/api.md
Pierre Rudloff [Tue, 19 Dec 2017 11:07:31 +0000 (12:07 +0100)]
Lint doc/api.md

6 years agoMerge pull request #4104 from Rudloff/feature/incoming_api
Hypolite Petovan [Tue, 19 Dec 2017 10:39:23 +0000 (05:39 -0500)]
Merge pull request #4104 from Rudloff/feature/incoming_api

Implement friendships/incoming and users/lookup APIs

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 agoMerge pull request #4103 from Rudloff/feature/profile_colors
Hypolite Petovan [Tue, 19 Dec 2017 10:35:36 +0000 (05:35 -0500)]
Merge pull request #4103 from Rudloff/feature/profile_colors

Add support for profile_*_color in API

6 years agoCode standards in api_get_user
Pierre Rudloff [Tue, 19 Dec 2017 10:33:59 +0000 (11:33 +0100)]
Code standards in api_get_user

6 years agoWorkaround for servers that react strange
Michael [Tue, 19 Dec 2017 09:57:24 +0000 (09:57 +0000)]
Workaround for servers that react strange

6 years agoforgotten $
Michael [Tue, 19 Dec 2017 09:18:45 +0000 (09:18 +0000)]
forgotten $

6 years agoAdded statistics
Michael [Tue, 19 Dec 2017 07:39:21 +0000 (07:39 +0000)]
Added statistics

6 years agoMerge pull request #4107 from MrPetovan/bug/3954-fix-double-login
Michael Vogel [Tue, 19 Dec 2017 07:01:05 +0000 (08:01 +0100)]
Merge pull request #4107 from MrPetovan/bug/3954-fix-double-login

Fix double login

6 years agoUpdated database calls
Michael [Tue, 19 Dec 2017 06:47:39 +0000 (06:47 +0000)]
Updated database calls

6 years agoFix double login issue
Hypolite Petovan [Tue, 19 Dec 2017 04:39:34 +0000 (23:39 -0500)]
Fix double login issue

- Removed session existence check in killme
- Changed returned value in session_write for empty data

6 years agoUse dba::select() instead of dba::p() in api_get_user
Pierre Rudloff [Tue, 19 Dec 2017 00:31:32 +0000 (01:31 +0100)]
Use dba::select() instead of dba::p() in api_get_user

6 years agoWe now fetch the number of registered users
Michael [Mon, 18 Dec 2017 23:58:18 +0000 (23:58 +0000)]
We now fetch the number of registered users

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 agoAdd support for profile_*_color in API
Pierre Rudloff [Mon, 18 Dec 2017 19:39:35 +0000 (20:39 +0100)]
Add support for profile_*_color in API

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