Commit graph

32795 commits

Author SHA1 Message Date
Michael bb349a7db4 Partially revert changes for the RC 2022-01-09 15:45:14 +00:00
Michael 10bdaa0cfe Always generate a random header if missing 2022-01-09 11:19:31 +00:00
Michael df45a3b915 Remove unneeded code 2022-01-09 10:43:23 +00:00
Michael bbda69a736 Don't store the default header in the contact table 2022-01-09 10:38:36 +00:00
Michael 618903fef7 Only update the contact when the header changed 2022-01-09 05:49:11 +00:00
Michael cfd63f5682 Use randon pictures for networks that don't support banners 2022-01-09 05:24:35 +00:00
Michael 8147073c47 Added license information 2022-01-09 03:29:16 +00:00
Michael d16a648d37 Merge remote-tracking branch 'upstream/2021.12-rc' into user-banner 2022-01-08 23:00:19 +00:00
Michael Vogel 5b8f78f728
Merge pull request #11149 from nupplaphil/bug/friendica-11144
Add missing Twitter API routes for IDs
2022-01-09 00:00:07 +01:00
Michael 77906627c5 Merge remote-tracking branch 'upstream/2021.12-rc' into user-banner 2022-01-08 22:54:18 +00:00
Michael 2ccfe6b2f4 Updated database.sql 2022-01-08 22:51:00 +00:00
Michael 59358077c7 First support for user headers 2022-01-08 22:43:11 +00:00
Philipp Holzer 20934d73b0
Add missing Twitter API routes for IDs 2022-01-08 21:53:19 +01:00
Hypolite Petovan 1d5206d594
Merge pull request #11145 from nupplaphil/feat/check_license
Add license check & Fix CI CHANGED_FILES
2022-01-07 10:20:15 +01:00
Philipp Holzer c3be053742
Add license header to various tests 2022-01-07 00:35:28 +01:00
Philipp Holzer c588b280d7
Fix all license header & be less aggressive 2022-01-07 00:35:28 +01:00
Philipp Holzer f6c240c062
Fix intended failure ;-) 2022-01-06 23:08:00 +01:00
Philipp Holzer af135d4ad7
Fixed CHANGED_FILES 2022-01-06 23:05:59 +01:00
Philipp Holzer 3e0bcf7acd
Add license check 2022-01-06 22:28:00 +01:00
Philipp 2d326c8a27
Merge pull request #11143 from annando/api-again
API: Functionality moved to new places
2022-01-06 21:19:04 +01:00
Michael 543cc7f51f Moved tests, changes after review 2022-01-06 20:13:32 +00:00
Michael 0c5d2abf6b Tests 2022-01-06 07:41:29 +00:00
Michael 9414edd64a API: Functionality moved to new places 2022-01-06 07:34:16 +00:00
Hypolite Petovan ff83c170a6
Merge pull request #11140 from nupplaphil/friendica-11138
Fix getBirthdays() method
2022-01-05 10:28:49 +01:00
Michael Vogel 2b74e41312
Merge pull request #11135 from nupplaphil/bug/halcyon
Add OPTIONS endpoint
2022-01-05 07:38:42 +01:00
Philipp Holzer cf18f059a1
Update messages.po 2022-01-04 22:10:37 +01:00
Philipp Holzer d2229006fc
- Remove redundant code
- Rename some variables
- Add method description
2022-01-04 22:10:36 +01:00
Philipp Holzer 7b3515e706
Fix getBirthdays()
- Formatting optimizations
- Remove redundant ASC
2022-01-04 22:10:36 +01:00
Philipp Holzer 6eab7d9f14
Fix getBirthdays()
- explicit create an array for the template
2022-01-04 21:59:47 +01:00
Philipp Holzer 0e45f22b06
optimizations 2022-01-04 20:59:29 +01:00
Philipp Holzer 6dbbd08179
Use rawContent for Special Options to avoid a protected options() method 2022-01-04 20:59:29 +01:00
Philipp Holzer 35a2fd45af
Make Response even more compatible .. 2022-01-04 20:59:28 +01:00
Philipp Holzer 37f850377e
Fix App routing 2022-01-04 20:59:28 +01:00
Philipp Holzer 543e4be0a6
Replace 'REQUEST_METHOD' with App\Arguments::getMethod() 2022-01-04 20:59:28 +01:00
Philipp Holzer a3a32af5c1
Add feedback 2022-01-04 20:59:27 +01:00
Philipp Holzer dc46af5ea1
Automatically return allowed HTTP methods for OPTIONS per specific endpoint 2022-01-04 20:59:27 +01:00
Philipp Holzer 71272e07ee
temporary merge response header into static *exit() methods because of compatibility issues 2022-01-04 20:59:27 +01:00
Philipp Holzer 9c8d9e83ac
Fix empty accounts[] bug 2022-01-04 20:59:27 +01:00
Philipp Holzer c1f2e391b0
Move Arguments reset to right place 2022-01-04 20:59:26 +01:00
Philipp Holzer 5e85939502
Introduce FixtureTest::useHttpMethod for manually overwrite the HTTP Method argument 2022-01-04 20:59:26 +01:00
Philipp Holzer 4e67bfed8d
Use Args::getMethod() at various places 2022-01-04 20:59:26 +01:00
Philipp Holzer ee2a15d822
Add HTTP method to App\Arguments 2022-01-04 20:59:25 +01:00
Philipp Holzer c7f2ba213b
Fix OPTIONS 2022-01-04 20:59:25 +01:00
Philipp Holzer eaad220738
Add explicit status setting for PSR/ResponseInterface & add tests for OPTIONS endpoint 2022-01-04 20:59:25 +01:00
Philipp Holzer 3092e74a3a
Add OPTIONS endpoint 2022-01-04 20:59:25 +01:00
Philipp Holzer 01c1e137f7
Add OPTIONS endpoint 2022-01-04 20:59:24 +01:00
Philipp 1239ce1e7e
Merge pull request #11136 from urbalazs/error-message-translation
Mark error message as translatable
2022-01-03 23:42:55 +01:00
Balázs Úr e698ebf359 Mark error message as translatable 2022-01-03 22:29:26 +01:00
Hypolite Petovan a42a5307e2
Merge pull request #11131 from urbalazs/copyright-missing
Add missing copyright text
2022-01-02 11:15:22 +01:00
Balázs Úr 733f3de9ed Add missing copyright text 2022-01-02 10:49:50 +01:00