Michael
|
fbac31edc5
|
Simplyfying code
|
2021-07-25 05:08:29 +00:00 |
|
Michael
|
0bbe954316
|
Getter/Setter for queue
|
2021-07-24 22:08:33 +00:00 |
|
Michael
|
866dbf9f89
|
Use getter/setter for timezone value
|
2021-07-24 21:16:53 +00:00 |
|
Michael
|
40a42ccdb1
|
Defining default value
|
2021-07-24 20:51:55 +00:00 |
|
Michael
|
eda2f95a66
|
Added documentation
|
2021-07-24 20:42:09 +00:00 |
|
Michael
|
8f46064430
|
Using getter/setter functions
|
2021-07-24 20:34:07 +00:00 |
|
Michael
|
30aad250df
|
App->contact is now removed
|
2021-07-24 11:49:11 +00:00 |
|
Michael
|
2502a9192d
|
Many more app-variables removed
|
2021-07-24 10:09:39 +00:00 |
|
Michael
|
050bc673aa
|
Issue 10264: Remote comments for visitors
|
2021-05-23 10:39:11 +00:00 |
|
Balázs Úr
|
054c301ef0
|
Update copyright
|
2021-03-29 08:40:20 +02:00 |
|
Hypolite Petovan
|
2922be68bf
|
Replace module output instead of redirecting to maintenance page
|
2021-03-10 09:50:20 -05:00 |
|
Michael
|
a81ac835a1
|
The frontend worker is removed
|
2021-01-01 23:05:26 +00:00 |
|
Michael
|
20ded2b35a
|
Parameters should be float ...
|
2020-12-10 00:02:23 +00:00 |
|
Michael
|
5fb83d0632
|
Improved performance profiler
|
2020-12-09 22:10:27 +00:00 |
|
Hypolite Petovan
|
9537a6d0f7
|
Remove unused App->force_max_items property
|
2020-10-13 07:52:13 -04:00 |
|
Michael
|
73a7df85f7
|
Issue 9303: Detect AP accesses as backend, prevent ping pong
|
2020-10-02 09:31:39 +00:00 |
|
Philipp
|
3a52179393
|
Move 'Authentication' to Security namespace
|
2020-09-30 16:53:18 +02:00 |
|
nupplaPhil
|
57587efe58
|
Move "getUserAgent()" to "HTTPRequest" class
|
2020-07-21 03:04:58 -04:00 |
|
nupplaPhil
|
85dc9bb96b
|
Add license info at Friendica PHP files
|
2020-02-09 16:18:46 +01:00 |
|
nupplaPhil
|
0e13428210
|
Move "App::getSenderEmailAddress()" to "Emailer::getSiteEmailAddress()"
|
2020-02-02 22:43:40 +01:00 |
|
nupplaPhil
|
d5a473abda
|
Shorten "PConfiguration" to "PConfig" again, since the Wrapper is gone
|
2020-01-19 22:23:44 +01:00 |
|
nupplaPhil
|
cb80108957
|
Shorten "Configuration" to "Config" again, since the Wrapper is gone
|
2020-01-19 21:29:36 +01:00 |
|
nupplaPhil
|
2838635d64
|
Move L10n class from L10n subdir to Core (replacing old wrapper)
|
2020-01-19 16:31:30 +01:00 |
|
Michael
|
0a4119adaf
|
@brief is removed completely
|
2020-01-19 06:05:23 +00:00 |
|
nupplaPhil
|
9e9429b56d
|
Move PConfig::get() to DI::pConfig()->get()
|
2020-01-18 16:50:57 +01:00 |
|
nupplaPhil
|
6d7362da41
|
Replace deprecated $a->page with DI::page()
|
2019-12-30 20:02:09 +01:00 |
|
nupplaPhil
|
c1dbb25656
|
Creating interfaces for Config/PConfig & fix tests
|
2019-12-29 20:18:19 +01:00 |
|
nupplaPhil
|
4835f1185f
|
Remove deprecated App::module - replace with DI::module()->getName()
|
2019-12-29 20:17:52 +01:00 |
|
nupplaPhil
|
33674808dc
|
Remove deprecated App::cmd - replace with DI::args()->getCommand()
|
2019-12-29 20:17:51 +01:00 |
|
nupplaPhil
|
e6f61c2cc7
|
Remove deprecated App::query_string - replace with DI::args()->getQueryString()
|
2019-12-29 20:17:50 +01:00 |
|
nupplaPhil
|
26af2feee2
|
Remove deprecated App::is_mobile/is_tablet - replace with DI::mode()->isMobile()/isTablet()
|
2019-12-29 20:17:50 +01:00 |
|
nupplaPhil
|
c7230932d6
|
Remove deprecated App::registerStylesheet()/FooterScript() - replace with DI::page()->registerStylesheet()/FooterScript()
|
2019-12-29 20:17:49 +01:00 |
|
nupplaPhil
|
302cbaa33c
|
Remove deprecated App::getScheme()
|
2019-12-29 20:17:48 +01:00 |
|
nupplaPhil
|
e944d7bed6
|
Remove deprecated App::getBaseURL() - process methods to DI::baseUrl()->get()
|
2019-12-29 20:17:48 +01:00 |
|
nupplaPhil
|
e57a87f224
|
Remove deprecated App::setBaseURL() - process methods to DI::baseUrl()->saveByURL()
|
2019-12-29 20:17:47 +01:00 |
|
nupplaPhil
|
50be94aa5e
|
Remove deprecated App::getHostName() - process methods to DI::baseUrl()->getHostName()
|
2019-12-29 20:17:47 +01:00 |
|
nupplaPhil
|
2900389696
|
Remove deprecated App::getUrlPath - process methods to DI::baseUrl()->getUrlPath()
|
2019-12-29 20:17:46 +01:00 |
|
nupplaPhil
|
e93fba5136
|
Remove deprecated App::removeBaseURL - process methods to DI::baseUrl()->remove()
|
2019-12-29 20:17:45 +01:00 |
|
nupplaPhil
|
5609e94b05
|
Refactor deprecated App - process methods to DI::process()->*()
|
2019-12-29 20:17:45 +01:00 |
|
nupplaPhil
|
aedbdc536a
|
Refactor deprecated App::getArgumentValue() to DI::args()->get()
|
2019-12-29 20:17:44 +01:00 |
|
nupplaPhil
|
8b6e123b3f
|
Refactor deprecated App::isAjax() to DI::mode()->isAjax()
|
2019-12-29 20:17:44 +01:00 |
|
nupplaPhil
|
8e6973b774
|
Refactor deprecated App::internalRedirect() to DI::baseUrl()->redirect()
|
2019-12-29 20:17:43 +01:00 |
|
nupplaPhil
|
cc9b7bb14f
|
Refactor dynamic App::getDBA() to static DI::dba()
|
2019-12-29 20:17:43 +01:00 |
|
nupplaPhil
|
9cec293ccc
|
Refactor dynamic App::getMode() to static DI::mode()
|
2019-12-29 20:17:42 +01:00 |
|
nupplaPhil
|
181529f3df
|
Refactor dynamic App::getProfiler() to static DI::profiler()
|
2019-12-29 20:17:42 +01:00 |
|
nupplaPhil
|
e2b2778e0a
|
Refactor dynamic App::getLogger() to static DI::logger()
|
2019-12-29 20:17:41 +01:00 |
|
nupplaPhil
|
fceb4f3823
|
Refactor dynamic App::getConfig() to static DI::config()
|
2019-12-29 20:17:40 +01:00 |
|
nupplaPhil
|
aa5771cf3e
|
Move Login/Logout/TwoFactor to bundled submodule "Security"
|
2019-12-27 22:19:28 +01:00 |
|
Tobias Diekershoff
|
00756737b5
|
Merge branch 'master' 2019.12 into develop
|
2019-12-23 20:03:47 +01:00 |
|
Hypolite Petovan
|
77e00f11a7
|
Add type-hint to debug null value fatal error
- Part of https://github.com/friendica/friendica/issues/7675#issuecomment-566076500
|
2019-12-16 11:05:08 -05:00 |
|