Hypolite Petovan
a23908723a
[twitter] Replace share_header calls with BBCode::getShareOpeningTag
2 years ago
Hypolite Petovan
6ce762010e
[twitter] Fix contact image handling in twitter_fetch_contact
2 years ago
Hypolite Petovan
03c2a30991
[twitter] Add a link to the quoted tweet when we don't add a share block
2 years ago
Hypolite Petovan
2081ee6040
[twitter] Add probe_detect hook function
2 years ago
Michael
351ff48ef8
Twitter: set the baseurl and the gsid
2 years ago
Michael
b406d737b5
Replacing numberic values with constants for the BBCode conversion
2 years ago
Hypolite Petovan
5e397ad580
[twitter] Remove references to obsolete virtual field item.tag
2 years ago
Michael
00b1f69b7e
Removed parameter from item::insert
2 years ago
Michael Vogel
4486c7bfd5
Update twitter/twitter.php
...
Co-Authored-By: Hypolite Petovan <hypolite@mrpetovan.com>
2 years ago
Michael
45e1dff8fd
Added documentation
2 years ago
Michael
3814219b0c
Twitter: Storing tags the new way
2 years ago
Hypolite Petovan
079e56fb1c
[twitter] Use correct variable name for emptiness test in twitter_convert_share()
2 years ago
Michael
225243645e
Fixing some notices
2 years ago
Hypolite Petovan
1df61e8dc2
[twitter] Rework twitter_expand_entities
...
- Uses Twitter-provided entity indices to avoid blanket string replacement and unwarranted tag search
2 years ago
Hypolite Petovan
ceff17469c
[twitter] Add logging to item deletion
2 years ago
Michael
09bb49eef5
Twitter: Fetch the contact relation
2 years ago
nupplaPhil
65e4726718
Remove unneeded Config namespace usages
2 years ago
nupplaPhil
75143e27b5
Move Config::set() to DI::config()->set()
2 years ago
nupplaPhil
1ce63185ab
Move Config::get() to DI::config()->get()
2 years ago
nupplaPhil
f2fc22227a
cleanup namespace usages for L10n
2 years ago
nupplaPhil
48fecb9a40
Move L10n::t() calls to DI::l10n()->t() calls
2 years ago
nupplaPhil
a26bfe79e9
Remove unused `use` statements & remove PConfig class
3 years ago
nupplaPhil
346bf125a7
Move PConfig::delete() to DI::pConfig()->delete()
3 years ago
nupplaPhil
febc835a2d
Move PConfig::set() to DI::pConfig()->set()
3 years ago
nupplaPhil
ea3a9052d8
Move PConfig::get() to DI::pConfig()->get()
3 years ago
nupplaPhil
2a35176588
Move PConfig::load() to DI::pConfig()->load()
3 years ago
nupplaPhil
2ca621a92a
Replace deprecated $a->page with DI::page()
3 years ago
nupplaPhil
335fcf670f
Remove deprecated App::getBaseURL() - process methods to DI::baseUrl()->get()
3 years ago
nupplaPhil
0775c28854
Remove deprecated App::getHostName() - process methods to DI::baseUrl()->getHostName()
3 years ago
nupplaPhil
99db3452e3
Refactor deprecated App::internalRedirect() to DI::baseUrl()->redirect()
3 years ago
Hypolite Petovan
4f545974da
Move Object\Image static methods to Util\Images
3 years ago
Michael
d53d690f0d
Added logging to twitter addon
3 years ago
Philipp Holzer
9bd0609625
Add docs
3 years ago
Philipp Holzer
46bccdc9e0
Move Activity/Namespaces defines to constants
3 years ago
Michael
e2c7578734
Fix notice in Twitter addon
3 years ago
Michael
14c6474980
Twitter: Better respect "create user" setting
3 years ago
Hypolite Petovan
e7d054c6d5
[twitter] Add quoted tweet URL if its body is unavailable (blocked, muted, deleted)
3 years ago
Philipp Holzer
4ab75e2e8c
Check twitter details before showing it
3 years ago
Philipp Holzer
0822bb59a3
php notice fixings
...
addons:
- bufferapp (missing errorcode)
- twitter (wrong field name 'nickname')
core:
- bbcode (incomplete attachementdata)
- crypto (uninitialized key)
3 years ago
Michael
f3804ee7dd
Array instead of a string
3 years ago
Michael
e214c21025
Support for multiple picture posts
3 years ago
Michael
20ed3495b2
We now use the master branch of codebird
3 years ago
Michael
81addd92da
Twitter: Import picture description
3 years ago
Philipp Holzer
5c6108b3cc
Dynamic config loading
...
- Move settings, defaults and dbstructure to directory 'static'
- Dynamic loading of config files (after the static loading)
- Filter out '-sample.config.php' and '-sample.ini.php' files
- Remove unnecessary ConfigFileManager
- Move ConfigFileLoader to Utils
- Add tests for multi-loading for INI, config and sample-filtering
3 years ago
Michael
a5c3ef99ef
Don't store non federated contacts in gcontact
3 years ago
Hypolite Petovan
5e6fcb1f95
[twitter] Fix undefined object notice
3 years ago
Michael
e52e6f7be2
And another good library
3 years ago
Philipp Holzer
8562422ee2
Move internal recursion-counter to the end of all cur/fetchUrl parameters
3 years ago
Hypolite Petovan
09967cc664
[various] Remove /display/{nick}/{id} URL structure publishing
3 years ago
Michael
f034f97f8a
Remove the queue from the addons
3 years ago