Balázs Úr
|
054c301ef0
|
Update copyright
|
2021-03-29 08:40:20 +02:00 |
|
Hypolite Petovan
|
93823ecef5
|
Move HTML purification to own method in Content\Text\HTML
|
2021-03-14 14:19:33 -04:00 |
|
Michael
|
972c9f7bc0
|
Issue 9743: Added translatable texts
|
2021-03-08 21:17:27 +00:00 |
|
Michael
|
312c01a517
|
Several speed improvements (magiclink, caching, indexes)
|
2021-02-17 18:59:19 +00:00 |
|
Hypolite Petovan
|
b2680bffb0
|
Babel: Support tweet URL
|
2021-02-09 23:26:02 -05:00 |
|
Michael
|
2fa692bcce
|
New post class in the rest of the classes
|
2021-01-16 04:16:09 +00:00 |
|
Hypolite Petovan
|
65f74da45b
|
Add translation to required labels on input fields
- Normalize display of required label
- Remove unused field_richtext template
|
2020-12-19 22:52:45 -05:00 |
|
Hypolite Petovan
|
a382798999
|
Add some more result panels to Babel
|
2020-12-04 07:29:48 -05:00 |
|
Michael
|
f09d9bc9cc
|
Remove url caching, locking cleanup
|
2020-08-06 18:53:45 +00:00 |
|
Michael Vogel
|
398e65d66b
|
Merge pull request #8911 from MrPetovan/task/curl_DI
Introduce "HTTPRequest" class
|
2020-07-25 09:50:20 +02:00 |
|
Michael
|
3fc3ded750
|
Useless info messages removed
|
2020-07-23 06:11:21 +00:00 |
|
nupplaPhil
|
657d08f09f
|
Rename "fetchUrl" and "fetchUrlFull" to "fetch" and "fetchFull"
|
2020-07-21 03:15:53 -04:00 |
|
nupplaPhil
|
1aa07f87a4
|
Make "HTTPRequest::fetchUrl" dynamic
|
2020-07-21 03:04:58 -04:00 |
|
nupplaPhil
|
5344efef71
|
Move post/curl/fetchUrl/fetchUrlFull to own class "Network\HTTPRequest"
|
2020-07-21 02:56:10 -04:00 |
|
Hypolite Petovan
|
0a71495fa4
|
Add new admin debug module for ActivityPub
|
2020-07-20 00:39:17 -04:00 |
|
Michael Vogel
|
ea8965759e
|
Merge pull request #8893 from MrPetovan/task/8797-strip-label-shortened-url
Add shortened URL link label stripping to PageInfo::stripTrailingUrlFromBody
|
2020-07-18 18:06:01 +02:00 |
|
Hypolite Petovan
|
25b3fa83fc
|
Rename PageInfo::appendToBody to searchAndAppendToBody
|
2020-07-17 19:15:43 -04:00 |
|
Hypolite Petovan
|
da50456675
|
Add Twitter source debug to Debug\Babel
|
2020-07-17 17:14:13 -04:00 |
|
Michael
|
b0086a49e2
|
in "getidforurl" "no update" is now "update"
|
2020-07-15 21:08:42 +00:00 |
|
Hypolite Petovan
|
4e7c45f835
|
Add PageInfo result panels to Debug\Babel
|
2020-06-17 13:24:44 -04:00 |
|
Hypolite Petovan
|
76460ddd2d
|
Add tag escaping to Item::setHashtags
- Add return value to Item::setHashtags
|
2020-06-08 18:40:21 -04:00 |
|
Hypolite Petovan
|
75977ee72b
|
Remove remaining references to cirtual field item.tag
|
2020-05-13 22:35:13 -04:00 |
|
Hypolite Petovan
|
b0dc3d6cf9
|
Improve Babel code
- Add Diaspora source text choice
- Simplify escaped display
|
2020-03-11 09:01:17 -04:00 |
|
nupplaPhil
|
23c64b9a11
|
Add license info at Friendica classes
|
2020-02-09 15:45:36 +01:00 |
|
nupplaPhil
|
174129af94
|
add missing namespaces/fix wrong class-names
|
2020-01-19 16:31:35 +01:00 |
|
nupplaPhil
|
d6efc90194
|
cleanup namespace usages for L10n
|
2020-01-19 16:31:33 +01:00 |
|
nupplaPhil
|
5dfee31108
|
Move L10n::t() calls to DI::l10n()->t() calls
|
2020-01-19 16:31:16 +01:00 |
|
Hypolite Petovan
|
ebaf726744
|
Rework Feed::import parameters
- Remove unused $hub
- Replace $simulate with an implicit condition
|
2020-01-03 09:26:28 -05:00 |
|
nupplaPhil
|
e944d7bed6
|
Remove deprecated App::getBaseURL() - process methods to DI::baseUrl()->get()
|
2019-12-29 20:17:48 +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
|
1de3f186d7
|
Introduce new DI container
- Adding Friendica\DI class for getting dynamic classes
- Replacing BaseObject::getApp() with this class
|
2019-12-29 20:16:55 +01:00 |
|
Hypolite Petovan
|
424106fd4e
|
Add BBCode to Markdown to HTML raw result in Module\Babel
- Display HTML entities for BBCode to Markdown output
|
2019-12-27 20:44:24 -05:00 |
|
Michael
|
8c03bdada9
|
parameters now are having a default value and are optional
|
2019-11-05 21:48:54 +00:00 |
|
Michael
|
bd62d548db
|
Added parameters
|
2019-11-05 20:22:54 +00:00 |
|
Hypolite Petovan
|
f59ea2af55
|
Replace deprecated defaults() calls by ?? and ?: operators in src/Module/
|
2019-10-15 09:20:32 -04:00 |
|
Michael
|
5eeca432fe
|
removed unused "f" parameter
|
2019-09-29 18:59:03 +00:00 |
|
Hypolite Petovan
|
66d4e5ce5f
|
Remove wrap length in Babel HTML::toPlaintext display
|
2019-08-06 21:23:09 -04:00 |
|
Hypolite Petovan
|
4a85de4c19
|
Add HTML output panel to babel module
|
2019-08-04 10:22:49 -04:00 |
|
Hypolite Petovan
|
5d2bf73517
|
Add Babel result screen for compact HTML::toPlaintext
|
2019-05-27 12:02:28 -04:00 |
|
Hypolite Petovan
|
325ba20141
|
Improve Diaspora raw text support in /babel module
|
2019-05-19 18:52:01 -04:00 |
|
Philipp Holzer
|
492d7abe92
|
Renamed Diagnostic to Debug and deleted ItemSource (already defined)
|
2019-05-19 04:24:56 +02:00 |
|