nupplaPhil
|
388b963714
|
Replace BaseObject class with DI::* calls
|
2019-12-29 20:17:38 +01:00 |
|
Tobias Diekershoff
|
00756737b5
|
Merge branch 'master' 2019.12 into develop
|
2019-12-23 20:03:47 +01:00 |
|
Roland Häder
|
a7c617cae2
|
Fixed:
- needs to be `prvkey`, not `prvKey`
Signed-off-by: Roland Häder <roland@mxchange.org>
|
2019-12-20 23:15:21 +01:00 |
|
Hypolite Petovan
|
be93914c7d
|
Move module post call before rawContent
- This was preventing API POST request to be processed
|
2019-12-11 08:24:16 -05:00 |
|
nupplaPhil
|
555513e4b4
|
Add Session Management instances (including Depenency Injection)
- Prerequesite for mocking Sessions
- Reduce "App" class complexity
|
2019-12-10 00:44:56 +01:00 |
|
nupplaPhil
|
94a8a60841
|
Add more Cookie tests (create new StaticCookie class for mocking setcookie())
|
2019-12-09 22:47:08 +01:00 |
|
nupplaPhil
|
54392fab81
|
Move Cookie to own class (with tests)
Move Authentication to App namespace
|
2019-12-08 22:45:34 +01:00 |
|
nupplaPhil
|
5bb63e59e0
|
Move App::internalRedirect to BaseUrl::redirect
|
2019-12-05 23:02:50 +01:00 |
|
Hypolite Petovan
|
25194b58b8
|
Initialize class members in App\Page
- Addresses https://github.com/friendica/friendica/issues/7676#issuecomment-559680658
|
2019-11-29 11:33:48 -05:00 |
|
Hypolite Petovan
|
440d3eb9c4
|
Simplify Theme::getPathForfile to expand its uses
|
2019-11-28 12:27:16 -05:00 |
|
Hypolite Petovan
|
134d6d18f9
|
Pass Router parameter to module content method
|
2019-11-06 22:35:28 -05:00 |
|
Michael
|
bd62d548db
|
Added parameters
|
2019-11-05 20:22:54 +00:00 |
|
Michael
|
8720094b52
|
Pass the parameters from the router to the modules
|
2019-11-05 05:03:05 +00:00 |
|
Hypolite Petovan
|
dca1b8b580
|
Add URL decoding to query string in App\Arguments
- Slashes were stored url encoded
|
2019-11-02 07:48:45 -04:00 |
|
Hypolite Petovan
|
5dcf6bfc58
|
Remove extra spaces before closing parentheses in src/
|
2019-10-16 08:58:09 -04:00 |
|
Hypolite Petovan
|
146646c4d4
|
Replace deprecated calls to defaults() by ?? and ?: in src/
|
2019-10-16 08:38:52 -04:00 |
|
Hypolite Petovan
|
4ee9e21a4f
|
Make Router::getModuleClass throw exceptions
- Add new MethodNotAllowedModule
- Add new Module->determineClass catch blocks
- Update Module and Router tests
|
2019-10-11 19:59:05 -04:00 |
|
Hypolite Petovan
|
4a5dfefacc
|
Move theme determination after full module run
|
2019-10-06 11:18:51 -04:00 |
|
Philipp Holzer
|
0e5cb88888
|
Add router config
- Introduce route.config.php structure
- Adding config loader for routes
- Adapt Module class (separation of duties)
- Add tests
|
2019-09-29 11:57:27 +02:00 |
|
Philipp Holzer
|
b13dbb3dcb
|
Remove $_SERVER['PHP_SELF'] usage
|
2019-09-17 16:47:00 +02:00 |
|
Michael
|
591ba9c68e
|
Display pending contacts in the contact list
|
2019-09-08 19:18:56 +00:00 |
|
Philipp Holzer
|
90b438e082
|
Move mode settings to App\Mode
- Move isAjax() to App\Mode
- Move isTablet() to App\Mode
- Move isMobile() to App\Mode
- Refactor last usage of App->isBackend()
|
2019-08-17 09:09:13 +02:00 |
|
Philipp Holzer
|
30b69f1fc4
|
some fixings
|
2019-08-15 20:58:57 +02:00 |
|
Philipp Holzer
|
9f68e6b589
|
Add Page class for Frontend
- Move frontend logic (stylesheet, footerscript, content) to Page class
|
2019-08-15 20:52:42 +02:00 |
|
Philipp Holzer
|
08be92a862
|
Moved BaseURL to App namespace (because similar type as Arguments/Modules/Modes)
|
2019-08-15 17:23:00 +02:00 |
|
Philipp Holzer
|
cba9fa2467
|
Move isBackend logic to App\Mode
|
2019-08-15 15:51:15 +02:00 |
|
Philipp Holzer
|
b1ae58cdc5
|
fix tests & remove superfluous parameter
|
2019-08-13 16:29:16 +02:00 |
|
Philipp Holzer
|
4089e17f85
|
re-add App::isBackend()
|
2019-08-13 16:29:12 +02:00 |
|
Philipp Holzer
|
0af9747c6c
|
Add Arguments & Modules class
|
2019-08-13 16:29:11 +02:00 |
|
Hypolite Petovan
|
fcb1a78352
|
Revert "Introduce Arguments / Module class"
|
2019-08-11 18:01:11 -04:00 |
|
Philipp Holzer
|
11752d7059
|
move backend constant
|
2019-08-11 14:33:25 +02:00 |
|
Philipp Holzer
|
2c5ba7fc15
|
Introduce Arguments / Module class
- move from App
- add tests for Arguments/Module class
|
2019-08-11 14:24:05 +02:00 |
|
Hypolite Petovan
|
c24ca57f21
|
Add frio-specific /compose module
|
2019-07-29 20:31:46 -04:00 |
|
Hypolite Petovan
|
1a164b0dc5
|
Add two-factor app-specific password settings page
- Add two-factor app-specific model
- Add link to new page from 2fa settings index page
|
2019-07-22 07:56:00 -04:00 |
|
Philipp Holzer
|
05102911db
|
Fix App\Mode determination
|
2019-07-21 14:40:50 +02:00 |
|
Philipp Holzer
|
55999730e0
|
Introduce DICE
- Adding dice library
- Adding dependency config
- Removing Factories
- Refactoring App\Mode constructor
- Refactoring App\Router constructor
- Refactoring BasePath for DI usage
- Refactoring ConfigFileLoader constructor
- Refactoring Profiler constructor
- Adjust entrypoints (index, console, worker, ..)
- Adding functional test for DI
- Fix tests because of refactorings
|
2019-07-21 01:22:10 +02:00 |
|
Hypolite Petovan
|
9f2529df30
|
Define expected /fetch module routes
|
2019-06-14 06:22:01 -04:00 |
|
Hypolite Petovan
|
50e44f46ae
|
Add profile archive URL pattern to Router
|
2019-05-25 19:08:43 -04:00 |
|
Hypolite Petovan
|
709eba6ce3
|
Move /viewcontacts to /profile/{nickname}/contacts[/{type}]
- Add contact relationship filter to profile contacts page
- Include feed contacts in contacts page and contact widget
|
2019-05-20 14:50:09 -04:00 |
|
Hypolite Petovan
|
862159c712
|
Merge pull request #7165 from nupplaphil/task/mod_dirfind
Move mod/dirfind to src/Module/Search/Directory
|
2019-05-20 14:45:19 -04:00 |
|
Hypolite Petovan
|
0c9b76a585
|
Merge pull request #7173 from nupplaphil/task/mod_newmember
Move mod/newmember to src/Module/Welcome
|
2019-05-20 14:14:58 -04:00 |
|
Philipp Holzer
|
f97b72eb9f
|
Move mod/newmember to src/Module/Welcome
|
2019-05-20 20:12:20 +02:00 |
|
Hypolite Petovan
|
1cd7d50939
|
Merge pull request #7172 from nupplaphil/task/mod_notice_rm
Remove src/Module/Notice
|
2019-05-20 12:26:28 -04:00 |
|
Philipp Holzer
|
853f5cb92f
|
Remove src/Module/Notice
see https://github.com/friendica/friendica/pull/7159#issuecomment-493744623
|
2019-05-20 18:22:34 +02:00 |
|
Hypolite Petovan
|
6f0c6e8926
|
Merge pull request #7160 from nupplaphil/task/mod_probe
Move mod/probe to src/Module/Probe
|
2019-05-19 15:06:13 -04:00 |
|
Philipp
|
a758671a1b
|
Merge pull request #7154 from MrPetovan/task/refactor-widgets
Refactor widgets
|
2019-05-19 20:52:00 +02:00 |
|
Philipp Holzer
|
5b44fdc202
|
Split Directory Search as a base for further changes
|
2019-05-19 05:01:46 +02:00 |
|
Philipp Holzer
|
e00f110ef1
|
Move mod/dirfind to src/Module/DirFind
|
2019-05-19 04:28:16 +02:00 |
|
Philipp Holzer
|
492d7abe92
|
Renamed Diagnostic to Debug and deleted ItemSource (already defined)
|
2019-05-19 04:24:56 +02:00 |
|
Philipp Holzer
|
48bba87abe
|
Move mod/probe to src/Module/Probe
|
2019-05-19 04:24:18 +02:00 |
|