]> git.mxchange.org Git - friendica.git/log
friendica.git
2 years agoMerge remote-tracking branch 'upstream/2021.12-rc' into user-banner
Michael [Sat, 8 Jan 2022 23:00:19 +0000 (23:00 +0000)]
Merge remote-tracking branch 'upstream/2021.12-rc' into user-banner

2 years agoMerge pull request #11149 from nupplaphil/bug/friendica-11144
Michael Vogel [Sat, 8 Jan 2022 23:00:07 +0000 (00:00 +0100)]
Merge pull request #11149 from nupplaphil/bug/friendica-11144

Add missing Twitter API routes for IDs

2 years agoMerge remote-tracking branch 'upstream/2021.12-rc' into user-banner
Michael [Sat, 8 Jan 2022 22:54:18 +0000 (22:54 +0000)]
Merge remote-tracking branch 'upstream/2021.12-rc' into user-banner

2 years agoUpdated database.sql
Michael [Sat, 8 Jan 2022 22:51:00 +0000 (22:51 +0000)]
Updated database.sql

2 years agoFirst support for user headers
Michael [Sat, 8 Jan 2022 22:43:11 +0000 (22:43 +0000)]
First support for user headers

2 years agoAdd missing Twitter API routes for IDs
Philipp [Sat, 8 Jan 2022 20:53:19 +0000 (21:53 +0100)]
Add missing Twitter API routes for IDs

2 years agoMerge pull request #11145 from nupplaphil/feat/check_license
Hypolite Petovan [Fri, 7 Jan 2022 09:20:15 +0000 (10:20 +0100)]
Merge pull request #11145 from nupplaphil/feat/check_license

Add license check & Fix CI CHANGED_FILES

2 years agoAdd license header to various tests
Philipp [Thu, 6 Jan 2022 23:30:59 +0000 (00:30 +0100)]
Add license header to various tests

2 years agoFix all license header & be less aggressive
Philipp [Thu, 6 Jan 2022 23:13:00 +0000 (00:13 +0100)]
Fix all license header & be less aggressive

2 years agoFix intended failure ;-)
Philipp [Thu, 6 Jan 2022 22:08:00 +0000 (23:08 +0100)]
Fix intended failure ;-)

2 years agoFixed CHANGED_FILES
Philipp [Thu, 6 Jan 2022 21:31:55 +0000 (22:31 +0100)]
Fixed CHANGED_FILES

2 years agoAdd license check
Philipp [Thu, 6 Jan 2022 20:54:40 +0000 (21:54 +0100)]
Add license check

2 years agoMerge pull request #11143 from annando/api-again
Philipp [Thu, 6 Jan 2022 20:19:04 +0000 (21:19 +0100)]
Merge pull request #11143 from annando/api-again

API: Functionality moved to new places

2 years agoMoved tests, changes after review
Michael [Thu, 6 Jan 2022 20:13:32 +0000 (20:13 +0000)]
Moved tests, changes after review

2 years agoTests
Michael [Thu, 6 Jan 2022 07:41:29 +0000 (07:41 +0000)]
Tests

2 years agoAPI: Functionality moved to new places
Michael [Thu, 6 Jan 2022 07:34:16 +0000 (07:34 +0000)]
API: Functionality moved to new places

2 years agoMerge pull request #11140 from nupplaphil/friendica-11138
Hypolite Petovan [Wed, 5 Jan 2022 09:28:49 +0000 (10:28 +0100)]
Merge pull request #11140 from nupplaphil/friendica-11138

Fix getBirthdays() method

2 years agoMerge pull request #11135 from nupplaphil/bug/halcyon
Michael Vogel [Wed, 5 Jan 2022 06:38:42 +0000 (07:38 +0100)]
Merge pull request #11135 from nupplaphil/bug/halcyon

Add OPTIONS endpoint

2 years agoUpdate messages.po
Philipp [Tue, 4 Jan 2022 21:08:57 +0000 (22:08 +0100)]
Update messages.po

2 years ago- Remove redundant code
Philipp [Tue, 4 Jan 2022 21:07:49 +0000 (22:07 +0100)]
- Remove redundant code
- Rename some variables
- Add method description

2 years agoFix getBirthdays()
Philipp [Tue, 4 Jan 2022 21:00:25 +0000 (22:00 +0100)]
Fix getBirthdays()
- Formatting optimizations
- Remove redundant ASC

2 years agoFix getBirthdays()
Philipp [Tue, 4 Jan 2022 20:59:47 +0000 (21:59 +0100)]
Fix getBirthdays()
- explicit create an array for the template

2 years agooptimizations
Philipp [Tue, 4 Jan 2022 19:50:20 +0000 (20:50 +0100)]
optimizations

2 years agoUse rawContent for Special Options to avoid a protected options() method
Philipp [Tue, 4 Jan 2022 19:47:17 +0000 (20:47 +0100)]
Use rawContent for Special Options to avoid a protected options() method

2 years agoMake Response even more compatible ..
Philipp [Mon, 3 Jan 2022 19:18:43 +0000 (20:18 +0100)]
Make Response even more compatible ..

2 years agoFix App routing
Philipp [Mon, 3 Jan 2022 18:55:47 +0000 (19:55 +0100)]
Fix App routing

2 years agoReplace 'REQUEST_METHOD' with App\Arguments::getMethod()
Philipp [Mon, 3 Jan 2022 18:30:27 +0000 (19:30 +0100)]
Replace 'REQUEST_METHOD' with App\Arguments::getMethod()

2 years agoAdd feedback
Philipp [Mon, 3 Jan 2022 18:26:22 +0000 (19:26 +0100)]
Add feedback

2 years agoAutomatically return allowed HTTP methods for OPTIONS per specific endpoint
Philipp [Mon, 3 Jan 2022 18:19:47 +0000 (19:19 +0100)]
Automatically return allowed HTTP methods for OPTIONS per specific endpoint

2 years agotemporary merge response header into static *exit() methods because of compatibility...
Philipp [Sun, 2 Jan 2022 22:21:52 +0000 (23:21 +0100)]
temporary merge response header into static *exit() methods because of compatibility issues

2 years agoFix empty accounts[] bug
Philipp [Sun, 2 Jan 2022 22:05:12 +0000 (23:05 +0100)]
Fix empty accounts[] bug

2 years agoMove Arguments reset to right place
Philipp [Sun, 2 Jan 2022 21:54:07 +0000 (22:54 +0100)]
Move Arguments reset to right place

2 years agoIntroduce FixtureTest::useHttpMethod for manually overwrite the HTTP Method argument
Philipp [Sun, 2 Jan 2022 21:51:16 +0000 (22:51 +0100)]
Introduce FixtureTest::useHttpMethod for manually overwrite the HTTP Method argument

2 years agoUse Args::getMethod() at various places
Philipp [Sun, 2 Jan 2022 21:25:50 +0000 (22:25 +0100)]
Use Args::getMethod() at various places

2 years agoAdd HTTP method to App\Arguments
Philipp [Sun, 2 Jan 2022 21:21:41 +0000 (22:21 +0100)]
Add HTTP method to App\Arguments

2 years agoFix OPTIONS
Philipp [Sun, 2 Jan 2022 21:17:04 +0000 (22:17 +0100)]
Fix OPTIONS

2 years agoAdd explicit status setting for PSR/ResponseInterface & add tests for OPTIONS endpoint
Philipp [Sun, 2 Jan 2022 20:28:28 +0000 (21:28 +0100)]
Add explicit status setting for PSR/ResponseInterface & add tests for OPTIONS endpoint

2 years agoAdd OPTIONS endpoint
Philipp [Sun, 2 Jan 2022 19:40:43 +0000 (20:40 +0100)]
Add OPTIONS endpoint

2 years agoAdd OPTIONS endpoint
Philipp [Sun, 2 Jan 2022 19:25:32 +0000 (20:25 +0100)]
Add OPTIONS endpoint

2 years agoMerge pull request #11136 from urbalazs/error-message-translation
Philipp [Mon, 3 Jan 2022 22:42:55 +0000 (23:42 +0100)]
Merge pull request #11136 from urbalazs/error-message-translation

Mark error message as translatable

2 years agoMark error message as translatable
Balázs Úr [Mon, 3 Jan 2022 21:29:26 +0000 (22:29 +0100)]
Mark error message as translatable

2 years agoMerge pull request #11131 from urbalazs/copyright-missing
Hypolite Petovan [Sun, 2 Jan 2022 10:15:22 +0000 (11:15 +0100)]
Merge pull request #11131 from urbalazs/copyright-missing

Add missing copyright text

2 years agoAdd missing copyright text
Balázs Úr [Sun, 2 Jan 2022 09:49:50 +0000 (10:49 +0100)]
Add missing copyright text

2 years agoMerge pull request #11129 from urbalazs/copyright-2022
Philipp [Sun, 2 Jan 2022 08:45:35 +0000 (09:45 +0100)]
Merge pull request #11129 from urbalazs/copyright-2022

Update copyright

2 years agoUpdate copyright
Balázs Úr [Sun, 2 Jan 2022 07:27:47 +0000 (08:27 +0100)]
Update copyright

2 years agoMerge pull request #11127 from nupplaphil/feat/tests
Hypolite Petovan [Sun, 2 Jan 2022 00:06:48 +0000 (01:06 +0100)]
Merge pull request #11127 from nupplaphil/feat/tests

Transform legacy API tests into new structure

2 years agoAdd feedback - avoid intermediate variables
Philipp [Sun, 2 Jan 2022 00:04:04 +0000 (01:04 +0100)]
Add feedback - avoid intermediate variables

2 years agoFix typo
Philipp [Sat, 1 Jan 2022 23:21:38 +0000 (00:21 +0100)]
Fix typo

2 years agoAdd feedback (title/text/html)
Philipp [Sat, 1 Jan 2022 23:21:01 +0000 (00:21 +0100)]
Add feedback (title/text/html)

2 years agoAdd title to the text/html content for Twitter status object
Philipp [Sat, 1 Jan 2022 22:14:52 +0000 (23:14 +0100)]
Add title to the text/html content for Twitter status object

2 years agoFix database lock driver test
Philipp [Sat, 1 Jan 2022 20:24:16 +0000 (21:24 +0100)]
Fix database lock driver test

2 years agoMerge pull request #11128 from annando/diaspora-contact-details
Hypolite Petovan [Thu, 30 Dec 2021 23:40:32 +0000 (00:40 +0100)]
Merge pull request #11128 from annando/diaspora-contact-details

Display interaction data for Diaspora accounts

2 years agoMore often update Diaspora contacts
Michael [Thu, 30 Dec 2021 22:40:52 +0000 (22:40 +0000)]
More often update Diaspora contacts

2 years agoMerge remote-tracking branch 'upstream/2021.12-rc' into diaspora-contact-details
Michael [Thu, 30 Dec 2021 22:17:33 +0000 (22:17 +0000)]
Merge remote-tracking branch 'upstream/2021.12-rc' into diaspora-contact-details

2 years agoDisplay interaction data for Diaspora accounts
Michael [Thu, 30 Dec 2021 22:11:52 +0000 (22:11 +0000)]
Display interaction data for Diaspora accounts

2 years agoRemove deprecated tests
Philipp [Thu, 30 Dec 2021 21:39:03 +0000 (22:39 +0100)]
Remove deprecated tests

2 years agoMove API RSS tests
Philipp [Thu, 30 Dec 2021 21:37:23 +0000 (22:37 +0100)]
Move API RSS tests

2 years agoMove another API status tests
Philipp [Thu, 30 Dec 2021 21:17:03 +0000 (22:17 +0100)]
Move another API status tests

2 years agoMove ApiResponse & Twitter Status tests
Philipp [Thu, 30 Dec 2021 21:08:46 +0000 (22:08 +0100)]
Move ApiResponse & Twitter Status tests

2 years agoMove API status tests
Philipp [Thu, 30 Dec 2021 21:02:57 +0000 (22:02 +0100)]
Move API status tests

2 years agoRemove deprectated mediap tests
Philipp [Thu, 30 Dec 2021 20:57:55 +0000 (21:57 +0100)]
Remove deprectated mediap tests

2 years agoMove getAttachement tests
Philipp [Thu, 30 Dec 2021 20:56:22 +0000 (21:56 +0100)]
Move getAttachement tests

2 years agoMove API Status tests
Philipp [Thu, 30 Dec 2021 20:52:18 +0000 (21:52 +0100)]
Move API Status tests

2 years agoMove API DirectMessage tests
Philipp [Thu, 30 Dec 2021 20:07:20 +0000 (21:07 +0100)]
Move API DirectMessage tests

2 years agoMove API User tests
Philipp [Thu, 30 Dec 2021 19:51:21 +0000 (20:51 +0100)]
Move API User tests

2 years agoMove API User tests
Philipp [Thu, 30 Dec 2021 19:50:42 +0000 (20:50 +0100)]
Move API User tests

2 years agoCleanup: Remove already deprecated API tests
Philipp [Thu, 30 Dec 2021 19:23:38 +0000 (20:23 +0100)]
Cleanup: Remove already deprecated API tests

2 years agoMove DirectMessages/Conversation tests
Philipp [Thu, 30 Dec 2021 19:18:34 +0000 (20:18 +0100)]
Move DirectMessages/Conversation tests

2 years agoMove DirectMessages/Sent tests
Philipp [Thu, 30 Dec 2021 19:16:48 +0000 (20:16 +0100)]
Move DirectMessages/Sent tests

2 years agoMove DirectMessages/All tests
Philipp [Thu, 30 Dec 2021 19:04:32 +0000 (20:04 +0100)]
Move DirectMessages/All tests

2 years agoMove DirectMessages/Inbox tests
Philipp [Thu, 30 Dec 2021 19:02:53 +0000 (20:02 +0100)]
Move DirectMessages/Inbox tests

2 years agoMove DirectMessages/Destory tests & fix Destroy condition
Philipp [Thu, 30 Dec 2021 18:58:19 +0000 (19:58 +0100)]
Move DirectMessages/Destory tests & fix Destroy condition

2 years agoMove DirectMessages/New tests
Philipp [Thu, 30 Dec 2021 18:46:13 +0000 (19:46 +0100)]
Move DirectMessages/New tests

2 years agoMerge pull request #11126 from nupplaphil/feat/woodpecker
Hypolite Petovan [Thu, 30 Dec 2021 17:29:31 +0000 (18:29 +0100)]
Merge pull request #11126 from nupplaphil/feat/woodpecker

Improve woodpecker settings

2 years agoReplace Drone with Woodpecker
Philipp [Thu, 30 Dec 2021 13:04:10 +0000 (14:04 +0100)]
Replace Drone with Woodpecker

2 years agoMerge pull request #11112 from nupplaphil/feat/woodpecker
Hypolite Petovan [Wed, 29 Dec 2021 23:17:53 +0000 (00:17 +0100)]
Merge pull request #11112 from nupplaphil/feat/woodpecker

Replace .drone.yml with .woodpecker tests

2 years agoReplace .drone.yml with .woodpecker tests
Philipp [Sat, 18 Dec 2021 19:28:14 +0000 (20:28 +0100)]
Replace .drone.yml with .woodpecker tests

2 years agoMerge pull request #11123 from annando/notification-dismissed
Hypolite Petovan [Tue, 28 Dec 2021 21:29:34 +0000 (22:29 +0100)]
Merge pull request #11123 from annando/notification-dismissed

API: Set "dismissed" instead of "seen"

2 years agoAPI: Set "dismissed" instead of "seen"
Michael [Tue, 28 Dec 2021 20:38:18 +0000 (20:38 +0000)]
API: Set "dismissed" instead of "seen"

2 years agoMerge pull request #11105 from annando/api-direct-messages
Hypolite Petovan [Tue, 28 Dec 2021 09:29:00 +0000 (10:29 +0100)]
Merge pull request #11105 from annando/api-direct-messages

API: Direct Messages moved to new place

2 years agoAdd MessageDirect\Search tests
Philipp [Mon, 27 Dec 2021 19:02:37 +0000 (20:02 +0100)]
Add MessageDirect\Search tests

2 years agoMerge pull request #11122 from annando/drop-order
Tobias Diekershoff [Sun, 26 Dec 2021 07:30:18 +0000 (08:30 +0100)]
Merge pull request #11122 from annando/drop-order

Issue 11120: Delete tables in the correct order

2 years agoIssue 11120: Delete tables in the correct order
Michael [Sun, 26 Dec 2021 05:08:59 +0000 (05:08 +0000)]
Issue 11120: Delete tables in the correct order

2 years agoMerge pull request #11118 from annando/dont-count-system-user
Tobias Diekershoff [Fri, 24 Dec 2021 13:22:05 +0000 (14:22 +0100)]
Merge pull request #11118 from annando/dont-count-system-user

Don't count the system user on the administration page

2 years agoDon't count the system user on the administration page
Michael [Fri, 24 Dec 2021 12:36:44 +0000 (12:36 +0000)]
Don't count the system user on the administration page

2 years agoMerge pull request #11116 from tobiasd/20211223-ru
Philipp [Thu, 23 Dec 2021 07:33:03 +0000 (08:33 +0100)]
Merge pull request #11116 from tobiasd/20211223-ru

RU translations THX Alexander An

2 years agoRU translations THX Alexander An
Tobias Diekershoff [Thu, 23 Dec 2021 06:11:59 +0000 (07:11 +0100)]
RU translations THX Alexander An

2 years agoMerge pull request #11115 from tobiasd/20211222-et
Philipp [Wed, 22 Dec 2021 09:22:21 +0000 (10:22 +0100)]
Merge pull request #11115 from tobiasd/20211222-et

ET translation updated THX Rain Hawk

2 years agoET translation updated THX Rain Hawk
Tobias Diekershoff [Wed, 22 Dec 2021 09:16:46 +0000 (10:16 +0100)]
ET translation updated THX Rain Hawk

2 years agoMerge pull request #11114 from annando/issue-11104
Hypolite Petovan [Tue, 21 Dec 2021 22:31:32 +0000 (17:31 -0500)]
Merge pull request #11114 from annando/issue-11104

Issue 11104: Don't execute the addons on Diaspora reshare

2 years agoIssue 11104: Don't cann the addons on Diaspora reshare
Michael [Mon, 20 Dec 2021 21:16:00 +0000 (21:16 +0000)]
Issue 11104: Don't cann the addons on Diaspora reshare

2 years agoUnused function removed
Michael [Mon, 20 Dec 2021 19:36:45 +0000 (19:36 +0000)]
Unused function removed

2 years agoMerge pull request #11113 from tobiasd/20211220-ru
Philipp [Mon, 20 Dec 2021 07:39:11 +0000 (08:39 +0100)]
Merge pull request #11113 from tobiasd/20211220-ru

RU translations THX Alexander An

2 years agoRU translations THX Alexander An
Tobias Diekershoff [Mon, 20 Dec 2021 06:05:45 +0000 (07:05 +0100)]
RU translations THX Alexander An

2 years agoUse dynamic functions
Michael [Sun, 19 Dec 2021 08:32:19 +0000 (08:32 +0000)]
Use dynamic functions

2 years agoUse dynamic functions
Michael [Sun, 19 Dec 2021 08:22:16 +0000 (08:22 +0000)]
Use dynamic functions

2 years agoUse dynamic function
Michael [Sun, 19 Dec 2021 07:39:39 +0000 (07:39 +0000)]
Use dynamic function

2 years agoMerge remote-tracking branch 'upstream/2021.12-rc' into api-direct-messages
Michael [Sun, 19 Dec 2021 07:02:33 +0000 (07:02 +0000)]
Merge remote-tracking branch 'upstream/2021.12-rc' into api-direct-messages

2 years agoMerge pull request #11110 from annando/issue-11109
Tobias Diekershoff [Sat, 18 Dec 2021 10:49:16 +0000 (11:49 +0100)]
Merge pull request #11110 from annando/issue-11109

Issue 11109: Fix server detection

2 years agoDon't compare with an empty redirect url
Michael [Sat, 18 Dec 2021 10:07:16 +0000 (10:07 +0000)]
Don't compare with an empty redirect url