Commit graph

516 commits

Author SHA1 Message Date
Art4
782271aa3c Refactor App class 2024-11-10 12:02:31 +00:00
Art4
e6b39e5f1c Fix cs in App and AppLegacy classes 2024-11-10 11:42:59 +00:00
Art4
6a6a5af3b2 Replace calls of App::setProfileOwner with AppHelper 2024-11-08 16:20:55 +00:00
Art4
9477e1b55f Move AppHelper code to AppLegacy, create interface for AppHelper 2024-11-08 16:07:24 +00:00
Art4
85f74c80e8 extract redirect method into AppHelper 2024-11-08 12:13:20 +00:00
Art4
470c47f45c Extract config methods into AppHelper 2024-11-08 12:06:30 +00:00
Art4
0fc9f7f0b4 extract ThemeInfo methods into AppHelper 2024-11-08 11:05:02 +00:00
Art4
6fd74bccb0 Remove unused dependencies 2024-11-08 09:44:01 +00:00
Art4
48b2cff53d extract getter and setter for current theme into AppHelper 2024-11-08 09:39:16 +00:00
Art4
1d5fc6a4bf Extract Queue getter and setter into AppHelper 2024-11-08 07:30:36 +00:00
Art4
f0ce7ea61e Extract App::getProfileOwner() and setProfileOwner() into AppHelper 2024-11-06 13:36:38 +01:00
Art4
b5317f8e46 Refactor App, add AppHelper in constructor 2024-11-06 12:26:33 +00:00
Art4
00d2e24dd2 Refactor Security\Authentication class, remove dependency for App instance 2024-11-06 13:21:57 +01:00
Art4
c0bd3b5ff0 Extract App::setContactId() and App::getContactId() into AppHelper 2024-11-06 13:11:26 +01:00
Art4
4f16bbe5f5 deprecate App::ge DI::app(),tTimeZone() and App::setTimezone() 2024-11-06 07:52:46 +00:00
Art4
d29a18e56f Refactor App class 2024-11-06 07:21:50 +00:00
Tobias Diekershoff
7bd076fce9 bump version 2024.09-rc 2024-10-15 04:00:50 +00:00
Tobias Diekershoff
30a5ef33b0 REUSE src directory 2024-08-24 15:27:00 +02:00
Tobias Diekershoff
60ffd8fe78 bumb version 2024.09-dev 2024-08-17 17:33:40 +02:00
Tobias Diekershoff
6d605f24ee bumb version 2024.08 2024-08-17 17:28:43 +02:00
Michael
e645d45c2d Log the page execution performance 2024-06-09 06:25:28 +00:00
Tobias Diekershoff
72f6b07c88 2024.06-rc 2024-06-04 20:35:00 +02:00
Michael
55cec6c61d OpenWebAuth moved to a separate class / Improved authentication handling 2024-05-28 21:59:52 +00:00
Michael
dca93a9606 Enable "magic" with Hubzilla 2024-05-26 12:44:08 +00:00
Michael
da37516abf OpenWebAuth path is now fetched during probing 2024-05-20 19:46:29 +00:00
Michael
e12f92e516 Some more deprecated function calls are replaced 2024-05-14 19:21:25 +00:00
Michael
325932dc5a Internal support for Bluesky tokens 2024-03-21 21:33:12 +00:00
Tobias Diekershoff
c5936bb51e bump version to 2024.06-dev 2024-03-21 08:09:16 +01:00
Tobias Diekershoff
f13c5dcbaf bump version to 2024.03 2024-03-21 08:01:47 +01:00
Tobias Diekershoff
1ea8a4042d bump version to 2024.03-rc 2024-02-14 08:24:41 +01:00
Michael
89e7420237 Friendica copyright changed from 2023 to 2034 2024-01-02 20:57:26 +00:00
Tobias Diekershoff
9b62ba6dfe bump version 2024.03-dev 2023-12-24 15:57:10 +01:00
Tobias Diekershoff
d4a5a8051a bump version 2023.12 2023-12-24 15:52:17 +01:00
Michael
8ce516ae9f Duration added to logging 2023-10-26 03:41:35 +00:00
Tobias Diekershoff
eb50618fe8 set version for 2023.09-rc 2023-10-04 20:40:08 +02:00
Hypolite Petovan
94e3dde2e3 Move dependency-less Page->exit to Core\System::echoResponse
- The method doesn't actually exit
- Fix a bug with header handling in System::echoResponse with numerical key header strings
  - Adding a full-string header with ICanCreateResponses->setHeader was resulting in a wrong header named after the numerical key
2023-09-24 07:08:14 -04:00
Michael
fe2e00f861 Added logging for the finished processing 2023-09-11 10:18:02 +00:00
Michael
ebbe8f98b7 Added log entry to improve matching with the access log 2023-09-11 08:47:35 +00:00
Hypolite Petovan
3748adf2fd Fix exception module not setting the HTTP response code
- Page->run now returns an updated response for use with Page->exit
- Remove now duplicated header setting in Page->run
- Remove now obsolete (and ineffective) HTTP return code setting from Module\Special\HTTPException->content
- Add HTTP response code and reason setting in BaseModule->run
2023-07-09 22:45:46 -04:00
Hypolite Petovan
6e2ab6c3af Centralize Vary header declaration in ActivityPub::isRequest
- Vary header should be set every time we vary the display based on an HTTP header value
2023-07-08 22:24:01 -04:00
Hypolite Petovan
cee8dc2a3b Add support for reverse proxy to system.force_ssl feature 2023-05-24 08:04:34 -04:00
Tobias Diekershoff
fa37537762 start 2023.09-dev 2023-05-23 22:19:34 +02:00
Tobias Diekershoff
2dbfb07008 bump version 2023-05-23 22:03:05 +02:00
Tobias Diekershoff
14956244cc bump version 2023.05-rc 2023-05-18 15:55:42 +02:00
Philipp
948217da51
Apply suggestions from code review
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2023-05-04 18:27:44 +02:00
Philipp
bbe6554bb0
Introduce settings for overriding php.ini values 2023-05-04 17:48:13 +02:00
Tobias Diekershoff
2f50b31c4f set correct version again 2023-04-27 07:56:47 +02:00
Tobias Diekershoff
e7e56bea65 bump version to 2023.04-1 2023-04-27 07:00:31 +02:00
Tobias Diekershoff
26e8180e8d bump development version 2023-04-23 15:25:19 +02:00
Tobias Diekershoff
1a0c415fa2 bump Friendica version to 2023.04 2023-04-23 15:15:07 +02:00