Hypolite Petovan
|
eded4209d2
|
Merge pull request #14546 from annando/color-white
Fix for white svg icons
|
2024-11-11 09:35:17 -05:00 |
|
loma-one
|
a60028e0da
|
Update ContactSelector.php
Add tumblr
|
2024-11-11 09:08:52 +01:00 |
|
Michael
|
6de167173c
|
Fix for white svg icons
|
2024-11-11 07:58:36 +00:00 |
|
Art4
|
20f5a96fe0
|
refactor usage of Friendica\App namespace
|
2024-11-11 00:30:58 +00:00 |
|
Art4
|
5baa54e81c
|
Fix variable names
|
2024-11-10 23:51:04 +00:00 |
|
Art4
|
14ec1950b9
|
Replace typehint App with AppHelper in all classes
|
2024-11-10 23:33:28 +00:00 |
|
Michael
|
c80fb8bad4
|
More white icons added / automated style
|
2024-11-10 23:12:36 +00:00 |
|
Art4
|
712b9e9610
|
Fix lang strings object in PhpToPo command
|
2024-11-10 22:50:59 +00:00 |
|
Michael
|
a4c5d7539c
|
Preparation für multiple icon styles / improved code
|
2024-11-10 19:50:01 +00:00 |
|
Art4
|
d87f24f17a
|
Replace calls for App::redirect() with AppHelper
|
2024-11-10 16:19:02 +00:00 |
|
Art4
|
2c0db2f043
|
Replace calls for App::setCurrentTheme() with AppHelper
|
2024-11-10 16:09:30 +00:00 |
|
Art4
|
c495461ffb
|
Fix missing $app
|
2024-11-10 12:13:32 +00:00 |
|
Art4
|
782271aa3c
|
Refactor App class
|
2024-11-10 12:02:31 +00:00 |
|
Art4
|
4abfc3907b
|
Replace calls for App::getCurrentTheme() with AppHelper
|
2024-11-10 11:59:43 +00:00 |
|
Art4
|
e6b39e5f1c
|
Fix cs in App and AppLegacy classes
|
2024-11-10 11:42:59 +00:00 |
|
Art4
|
ae75ffc31a
|
replace calls for App::getBasePath() with AppHelper
|
2024-11-10 10:57:13 +00:00 |
|
Art4
|
79f9e78daf
|
Replace temp variable with property
|
2024-11-10 08:53:36 +00:00 |
|
Art4
|
81c0c56e5a
|
Replace calls for App with AppHelper in Module\Install
|
2024-11-10 08:46:50 +00:00 |
|
Art4
|
d9d1e9e0e0
|
Merge branch 'add-static-code-analysis' into refactoring-of-app-class
|
2024-11-10 08:10:17 +00:00 |
|
Art4
|
221dad7663
|
Merge branch 'improve-tests' into add-static-code-analysis
|
2024-11-10 00:20:29 +00:00 |
|
Art4
|
940884e4bd
|
Refactor Crypto::randomDigits()
|
2024-11-09 23:18:13 +00:00 |
|
Art4
|
7de79fc753
|
Replace calls for App:::getThemeInfoValue() with AppHelper
|
2024-11-08 23:23:01 +00:00 |
|
Art4
|
536234a9c6
|
Replace calls for App::getThemeInfo() with AppHelper
|
2024-11-08 23:14:08 +00:00 |
|
Art4
|
be193a236e
|
Replace all calls for App::getTimeZone() with AppHelper
|
2024-11-08 23:08:40 +00:00 |
|
Art4
|
d9087b4f7c
|
Replace all calls for App::getContactId() with AppHelper
|
2024-11-08 23:04:52 +00:00 |
|
Art4
|
cad3311afb
|
Replace calls for App::setContactId() with AppHelper
|
2024-11-08 22:50:08 +00:00 |
|
Art4
|
6f14645a5f
|
Replace calls for App::getProfileOwner() with AppHelper
|
2024-11-08 22:45:14 +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 |
|
Michael
|
e73566c0a1
|
SVG icons for various fediverse systems
|
2024-11-08 09:43:19 +00:00 |
|
Art4
|
48b2cff53d
|
extract getter and setter for current theme into AppHelper
|
2024-11-08 09:39:16 +00:00 |
|
Art4
|
60a9833130
|
Replace App with AppHelper in Worker classes
|
2024-11-08 07:42:35 +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
|
94b4009397
|
Improve code style in Security\Authentication
|
2024-11-06 13:06:54 +01:00 |
|
Art4
|
ae36d66ddc
|
Replace App with AppHelper in Calendar/Event/API.php
|
2024-11-06 12:52:48 +01:00 |
|
Art4
|
7c6505cc55
|
Replace App with AppHelper in Network classes
|
2024-11-06 08:14:50 +00:00 |
|
Art4
|
9074258b78
|
Replace static calls of DI::app() with DI::apphelper()
|
2024-11-06 07:57:43 +00:00 |
|
Art4
|
4f16bbe5f5
|
deprecate App::ge DI::app(),tTimeZone() and App::setTimezone()
|
2024-11-06 07:52:46 +00:00 |
|
Art4
|
81b0bab084
|
Create AppHelper class
|
2024-11-06 07:32:07 +00:00 |
|
Art4
|
d29a18e56f
|
Refactor App class
|
2024-11-06 07:21:50 +00:00 |
|
Tobias Diekershoff
|
435c37bff4
|
Merge pull request #14533 from annando/warning
Fixes "foreach() argument must be of type array|object, string given"
|
2024-11-06 06:29:04 +01:00 |
|
Michael
|
97b38b99df
|
Fixes "foreach() argument must be of type array|object, string given"
|
2024-11-05 19:10:32 +00:00 |
|