Philipp Holzer
cb1ad4287d
adding parameter to App
1 year ago
Philipp Holzer
5e6e1a8025
Introducing Profiler
1 year ago
Philipp Holzer
6a9d73f7d9
Refactoring ConfigCacheLoader methods
1 year ago
Philipp Holzer
1e0e1674f2
4) Adding Factories to other entrypoints
1 year ago
Philipp Holzer
2e602afd3e
Add Monolog
2 years ago
Hypolite Petovan
2f49c4a058
Revert "Add monolog"
2 years ago
Philipp Holzer
8f9c0fe149
Adding Develop and normal Logging instances
2 years ago
Philipp Holzer
fe8f0e0045
Add Monolog
2 years ago
Hypolite Petovan
ed7bada71e
Move Composer autoload require out of boot.php
2 years ago
Hypolite Petovan
acaee626f5
Remove include/ requires that are now done directly from Composer
2 years ago
Philipp Holzer
31148e25cf
Changing Friendica\App\Mode from static methods to public methods
- Changing from static methods to public methods
- Adding dev-composer-dependency Mockery for static method mocking (f.e. Config, DBA)
- Adding ModeTest with Mocking
- removing bootstrap from phpunit.xml because of double loading tests\bootstrap.php
2 years ago
Philipp Holzer
065340dc32
Creating Friendica\App\Mode for encapsulating the App Mode
2 years ago
Hypolite Petovan
fd7179ee6c
Prevent infinite loops with Config when App is in install mode
2 years ago
Hypolite Petovan
3985a4bc43
Remove extraneous dba::connect calls
2 years ago
Hypolite Petovan
decfc553f7
Set BaseObject::setApp in App
2 years ago
Tobias Diekershoff
f63be91bd5
Revert "Moved .htconfig.php file & extracted Install business logic"
2 years ago
Philipp Holzer
346697d771
Moved .htconfig file
Extracted install business functions to new Class `Install.php`
2 years ago
Hypolite Petovan
4e33f7f458
Restore executable permissions in bin/
2 years ago
Hypolite Petovan
542ff9b082
Move scripts/auth_ejabberd.php to bin/
2 years ago
Hypolite Petovan
b40461975a
Remove unecessary added Config::load()
2 years ago
Hypolite Petovan
7e765199e8
Ensure Config::load() in scripts
2 years ago
Hypolite Petovan
354bec58c0
Ensure BaseObject::setApp() whenever App is instantiated
2 years ago
Hypolite Petovan
93924ceac4
Move ExAuth class to src
- Move executed code to separate readStdin function
3 years ago
Michael
7341c3bad5
Some small changes
3 years ago
Michael
0c35dff73d
One script needed to be moved, one script was obsolete
3 years ago
Adam Magness
4ca68c7af0
Class file relocations
Issue #3878
3 years ago
Adam Magness
9e99066fd7
Class file relocations
Issue #3878
3 years ago
Michael
5a6fa4ae87
Some more
3 years ago
Michael
d2dc61c246
Logging for ejabberd authentication is now done via syslog
3 years ago
Michael
d739fe2503
Issue 3860: Enhanced support of "!" for forums
3 years ago
Michael
225eea2ca6
Avoid undefined class variables
3 years ago
Michael
a29b7e7153
"dba" is now a static class
3 years ago
Hypolite Petovan
ad4cdf2a9d
Replace lowercase operators
3 years ago
Hypolite Petovan
569cd459ec
Add basepath to App
3 years ago
Hypolite Petovan
1d427aa214
Standards: Remove EOF closing PHP tags
3 years ago
Hypolite Petovan
56ee734b00
Cleanup /format pre-move
3 years ago
Michael
0c8a2fd345
Örgs
3 years ago
Michael
28a28f00a4
New function skeleton for execution of queries
3 years ago
Michael
1f93024ed6
Workaround for vanished database connections while authentication
4 years ago
Michael
75711a947e
Workaround for vanished database connections while authentication
4 years ago
Roland Häder
293436e5fd
Some rewrites:
- max_proccesses_reach() and maxload_reached() (why no _ behind max?) are called
both way, static and with object reference.
- this is strongly discouraged and should be avoided as its support (in PHP) may
be dropped in future releases.
- used $a = get_app(); to encapsulate code (even when the function does
currently the same, it may be changed later)
Signed-off-by: Roland Häder <roland@mxchange.org>
4 years ago
Michael Vogel
6fd54df940
Some additional beautification
4 years ago
Michael Vogel
abbf501602
The string is an array ...
4 years ago
Michael Vogel
c6f50d0468
Reworked ejabberd authentification
4 years ago
Michael Vogel
4f5997f30a
XMPP authentification for multi domain systems
4 years ago
Michael Vogel
1caa87dce6
Restructured the way, processes are inserted and removed
4 years ago
Michael Vogel
22f32d9721
New process table for a better detection of running workers
4 years ago
Michael Vogel
c7205ea705
Bugfix: Authorization at ejabberd only worked for uid=1
5 years ago
Michael Vogel
891ad5b39d
Support for additional passwords for ejabberd
5 years ago
Michael Vogel
e4ce383f2f
It's now possible to authenticate an ejabberd server against friendica. See auth_ejabberd.php for details how to install.
7 years ago