Art4
|
0ab9c23bb9
|
Refactor App::fromDice()
|
2024-12-20 12:30:26 +00:00 |
|
Art4
|
9e4f39b4fb
|
Inline runFrontend() call into App::processRequest() method
|
2024-12-20 10:07:59 +00:00 |
|
Art4
|
ee5b210682
|
Inline mode call into App::processRequest()
|
2024-12-20 10:05:13 +00:00 |
|
Art4
|
7a7b8d3e27
|
Inline App::load() call in new processRequest() method
|
2024-12-20 10:04:02 +00:00 |
|
Art4
|
9ef3fdc857
|
move load() call outside of constructor to remove side effects
|
2024-12-19 21:01:41 +00:00 |
|
Art4
|
af51441d88
|
require AppHelper in App
|
2024-12-19 20:26:38 +00:00 |
|
Art4
|
241031f1fa
|
inject container inside app instance
|
2024-12-19 20:24:24 +00:00 |
|
Art4
|
d6ec1d7d6b
|
Prevent App class to be used with dependency injection
|
2024-12-19 20:03:42 +00:00 |
|
Art4
|
1c7446bf9a
|
Create App::fromDice() factory method
|
2024-12-18 22:16:34 +00:00 |
|
Art4
|
23b19b76b5
|
Provide appHelper in Page run() method
|
2024-12-18 21:57:39 +00:00 |
|
Art4
|
6b948c82d7
|
Remove AppHelper implementation from App class
|
2024-12-18 21:30:36 +00:00 |
|
Art4
|
2ff280d34c
|
Fix more errors
|
2024-11-19 08:40:48 +00:00 |
|
Art4
|
46f6a041a0
|
Merge branch 'develop' into refactoring-of-app-class
|
2024-11-18 13:14:29 +00:00 |
|
Art4
|
e26f435c2e
|
Remove set_include_path() call
|
2024-11-18 07:32:01 +00:00 |
|
Art4
|
ab2f7d8845
|
Fix Authentication
|
2024-11-17 20:22:01 +00:00 |
|
Art4
|
34845910ec
|
Create AppHelper interface and AppLegacy class
|
2024-11-17 20:06:34 +00:00 |
|
Art4
|
603af2fb19
|
Rename DI::apphelper() to DI::appHeler()
|
2024-11-17 20:00:34 +00:00 |
|
Art4
|
e320b010c7
|
Fix method order in App class
|
2024-11-17 19:53:17 +00:00 |
|
Art4
|
a24a65de2f
|
Merge branch 'develop' into refactoring-of-app-class
|
2024-11-16 19:29:56 +00:00 |
|
Art4
|
e5b837f183
|
bump version to 2024.12-dev
|
2024-11-16 08:39:37 +00:00 |
|
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 |
|