nupplaPhil
|
800694e9b3
|
Remove unused `use` statements & remove PConfig class
|
1 year ago |
nupplaPhil
|
9e9429b56d
|
Move PConfig::get() to DI::pConfig()->get()
|
1 year ago |
nupplaPhil
|
a38b0f7eaf
|
Move remaining namespaces and delete Core\Cache.php
|
1 year ago |
nupplaPhil
|
fe078410a1
|
Move Cache::get() to DI::cache()->get()
|
1 year ago |
nupplaPhil
|
f68929633b
|
Move Cache::set() to DI::cache()->set()
|
1 year ago |
nupplaPhil
|
31457b8566
|
Replace Lock::release() with DI::lock()->release() and remove Core\Lock
|
1 year ago |
nupplaPhil
|
634e657d23
|
Replace Lock::acquire() with DI::lock()->acquire()
|
1 year ago |
nupplaPhil
|
9bdb4db887
|
Replace comment
|
1 year ago |
nupplaPhil
|
3f34229752
|
Move redundant System::baseUrl() to DI::baseUrl() calls
|
1 year ago |
Michael
|
74f4637ff3
|
Fix fatal errors caused by PR 8019
|
1 year ago |
nupplaPhil
|
50be94aa5e
|
Remove deprecated App::getHostName() - process methods to DI::baseUrl()->getHostName()
|
1 year ago |
Michael
|
4e77321be8
|
Replaced all preg calls in the calls with the new function
|
1 year ago |
Hypolite Petovan
|
03bf1dcbd3
|
Move Object\Image static methods to Util\Images
- Optimize imports in modified files
|
2 years ago |
Philipp Holzer
|
7343ee5108
|
Move Namespace of ActivityNamespace
|
2 years ago |
Philipp Holzer
|
dc2858938d
|
Renamed to ActivityNamespace
|
2 years ago |
Philipp Holzer
|
3897c74deb
|
Add docs
|
2 years ago |
Philipp Holzer
|
2fba7ed477
|
Rename namespace
|
2 years ago |
Philipp Holzer
|
07cea24430
|
Move Activity/Namespaces defines to constants
|
2 years ago |
Hypolite Petovan
|
146646c4d4
|
Replace deprecated calls to defaults() by ?? and ?: in src/
|
2 years ago |
Michael
|
264936100f
|
New functions to check if a contact supports that protocol
|
2 years ago |
Michael
|
a11206dbcd
|
Issue 6675: Improved check for follower, removed global setting
|
2 years ago |
Michael
|
6bb418c5a7
|
Use "received" instead of "created" when displaying posts in creation order
|
2 years ago |
Philipp Holzer
|
cc7444d84d
|
Move internal recursion-counter to the end of all cur/fetchUrl parameters
|
2 years ago |
Hypolite Petovan
|
3114754f4b
|
Refactor Model\Contact::addRelationship
- Remove unused parameter $item
- Replace q() call with DBA::insert
- Update check on $contact that can only be an array now
- Add moethod doc block
|
2 years ago |
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
|
2 years ago |
Hypolite Petovan
|
42c06506ce
|
Stop appending entry when parent is missing in OStatus
- Addresses https://github.com/friendica/friendica/issues/6338#issuecomment-455785854
|
2 years ago |
Michael
|
ebb84f5e43
|
DFRN comments are now stored as comments again
|
2 years ago |
Michael
|
7e31cebb67
|
Parameters redone
|
2 years ago |
Michael
|
0fdab4ed10
|
Fix for several fatal errors
|
2 years ago |
Hypolite Petovan
|
64847e7cc8
|
Fix types in doc blocks/prototypes
|
2 years ago |
Hypolite Petovan
|
0cc1a07cfa
|
Fix default value of contact parameter of OStatus::import in mod/salmon
|
2 years ago |
Hypolite Petovan
|
604262a70e
|
Extract title determination from OStatus::entryHeader logic
|
2 years ago |
Hypolite Petovan
|
e7be87df93
|
Fix missing $ in front of variable names
|
2 years ago |
Hypolite Petovan
|
7f2dc40601
|
Fix potential bugs without expected behavior change
- Fix uninitialized variables
- Fix potentially not set variables
- Fix wrong parameter default value
- Fix method scope
- Fix missing return value
|
2 years ago |
Hypolite Petovan
|
3d839bb176
|
Move Contact::ACCOUNT_TYPE_* constants to User::ACCOUNT_TYPE_*
- Keep Contact::TYPE_* constants for comparison with contact.contact-type
|
2 years ago |
Hypolite Petovan
|
4a95ca280d
|
Remove unused code
- Remove commented code
- Remove unused/immediately overwritten variables
- Remove extraneous parameters
- Remove unreachable code
- Remove duplicate array keys
|
2 years ago |
Hypolite Petovan
|
3282ce5389
|
Fix PHPDoc comments project-wide
|
2 years ago |
Michael
|
d8d5031935
|
Prevent a notice ... again
|
2 years ago |
Hypolite Petovan
|
5e1ceb57de
|
Escape global namespaced get_app() calls
- Add deprecated status
|
2 years ago |
Hypolite Petovan
|
acaee626f5
|
Remove include/ requires that are now done directly from Composer
|
2 years ago |
Hypolite Petovan
|
b6e1571b1e
|
Fix various notices
|
2 years ago |
Hypolite Petovan
|
4874f7f8ab
|
Remove useless rawurlencode calls for building hashtag bbcode
- Fix some formatting
|
2 years ago |
Alexandre Alapetite
|
bd19e93c09
|
Minor code relocation
https://github.com/friendica/friendica/pull/6144/files#r234385033
|
2 years ago |
Alexandre Alapetite
|
dd65c5d150
|
Apply correct title encoding to all cases
|
2 years ago |
Alexandre Alapetite
|
af38d22d38
|
Fix ATOM feed title encoding
Was HTML-encoded instead of plain Unicode.
Fixed only for feed_mode. Probably wrong as well for non_feed mode (not
sure how to test)
|
2 years ago |
Alexandre Alapetite
|
d85e26d314
|
Refactor header with feed_mode
https://github.com/friendica/friendica/pull/6140#issuecomment-439475027
|
2 years ago |
Alexandre Alapetite
|
97d164f69e
|
Correct self attribute in ATOM feeds
Fix for
https://github.com/friendica/friendica/issues/6128#issuecomment-439016471
Special case for DFRN to reduce the risk of unintended side effects
|
2 years ago |
Michael
|
c3b6727fad
|
Some more feed simplification
|
2 years ago |
Michael
|
5f258dac22
|
Make feeds look more like feeds
|
2 years ago |
Michael
|
08433873f5
|
Issue 6128 again: We now use our regular feed that allows anonymous polling
|
2 years ago |