Commit graph

32941 commits

Author SHA1 Message Date
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
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
c3be053742
Add license header to various tests 2022-01-07 00:35:28 +01:00
Philipp
c588b280d7
Fix all license header & be less aggressive 2022-01-07 00:35:28 +01:00
Philipp
f6c240c062
Fix intended failure ;-) 2022-01-06 23:08:00 +01:00
Philipp
af135d4ad7
Fixed CHANGED_FILES 2022-01-06 23:05:59 +01:00
Philipp
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
Balázs Úr
b08718fcc3 Add native language names to language selector 2022-01-05 00:33:04 +01:00
Philipp
cf18f059a1
Update messages.po 2022-01-04 22:10:37 +01:00
Philipp
d2229006fc
- Remove redundant code
- Rename some variables
- Add method description
2022-01-04 22:10:36 +01:00
Philipp
7b3515e706
Fix getBirthdays()
- Formatting optimizations
- Remove redundant ASC
2022-01-04 22:10:36 +01:00
Philipp
6eab7d9f14
Fix getBirthdays()
- explicit create an array for the template
2022-01-04 21:59:47 +01:00
Philipp
0e45f22b06
optimizations 2022-01-04 20:59:29 +01:00
Philipp
6dbbd08179
Use rawContent for Special Options to avoid a protected options() method 2022-01-04 20:59:29 +01:00
Philipp
35a2fd45af
Make Response even more compatible .. 2022-01-04 20:59:28 +01:00
Philipp
37f850377e
Fix App routing 2022-01-04 20:59:28 +01:00
Philipp
543e4be0a6
Replace 'REQUEST_METHOD' with App\Arguments::getMethod() 2022-01-04 20:59:28 +01:00
Philipp
a3a32af5c1
Add feedback 2022-01-04 20:59:27 +01:00
Philipp
dc46af5ea1
Automatically return allowed HTTP methods for OPTIONS per specific endpoint 2022-01-04 20:59:27 +01:00
Philipp
71272e07ee
temporary merge response header into static *exit() methods because of compatibility issues 2022-01-04 20:59:27 +01:00
Philipp
9c8d9e83ac
Fix empty accounts[] bug 2022-01-04 20:59:27 +01:00
Philipp
c1f2e391b0
Move Arguments reset to right place 2022-01-04 20:59:26 +01:00
Philipp
5e85939502
Introduce FixtureTest::useHttpMethod for manually overwrite the HTTP Method argument 2022-01-04 20:59:26 +01:00
Philipp
4e67bfed8d
Use Args::getMethod() at various places 2022-01-04 20:59:26 +01:00
Philipp
ee2a15d822
Add HTTP method to App\Arguments 2022-01-04 20:59:25 +01:00
Philipp
c7f2ba213b
Fix OPTIONS 2022-01-04 20:59:25 +01:00
Philipp
eaad220738
Add explicit status setting for PSR/ResponseInterface & add tests for OPTIONS endpoint 2022-01-04 20:59:25 +01:00
Philipp
3092e74a3a
Add OPTIONS endpoint 2022-01-04 20:59:25 +01:00
Philipp
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
Philipp
322b7c856c
Merge pull request #11129 from urbalazs/copyright-2022
Update copyright
2022-01-02 09:45:35 +01:00
Balázs Úr
e56a53647b Update copyright 2022-01-02 08:27:47 +01:00
Hypolite Petovan
0df539a65e
Merge pull request #11127 from nupplaphil/feat/tests
Transform legacy API tests into new structure
2022-01-02 01:06:48 +01:00
Philipp
301ac83ebf
Add feedback - avoid intermediate variables 2022-01-02 01:04:04 +01:00