Michael
6041f74df6
New constant for federated protocols
2019-07-01 18:00:55 +00:00
Michael Vogel
26accbe3ef
Merge pull request #7296 from MrPetovan/task/smilies-replace
...
Limit smilies replacement to BBCode::convert
2019-06-24 22:05:37 +02:00
Philipp Holzer
082634adbc
Moving from DBA to Database
2019-06-24 09:36:07 +02:00
Hypolite Petovan
b51fb8c994
Fix typo in docblock in include/text
2019-06-23 17:53:25 -04:00
Hypolite Petovan
9545ff614b
Limit smilies replacement to BBCode::convert
2019-06-23 17:53:25 -04:00
Hypolite Petovan
b9ab613777
Merge branch 'master' into develop
2019-06-23 17:40:52 -04:00
Philipp Holzer
c76258c370
catching nulls for FileTag
2019-05-30 13:54:35 +02:00
Philipp
9245942a0c
Merge pull request #7199 from MrPetovan/bug/7171-filer-network
...
Allow commas in saved folder names
2019-05-29 07:03:44 +02:00
Hypolite Petovan
0fadc7730c
Replace deprecated string-bases Model\FileTag calls with array-based ones
2019-05-27 17:40:08 -04:00
Hypolite Petovan
0e5b9514ef
[API] Convert user description to plain text
2019-05-27 11:58:02 -04:00
Hypolite Petovan
661aca0f88
[API] Ensures user_show includes a status the user actually authored
2019-05-27 11:01:13 -04:00
Hypolite Petovan
01e71254d9
Replace defaults() calls on $_SESSION by Core\Session calls
...
- Replace direct calls to $_SESSION by Core\Session calls in Module\Login
2019-05-26 21:26:59 -04:00
Hypolite Petovan
d27d4d8927
Move posted date widget to Content\Widget
2019-05-25 19:08:15 -04:00
Hypolite Petovan
b5454547e9
Add query string to API "call not implemented" log message
2019-05-20 15:28:54 -04:00
Hypolite Petovan
6071fe81b4
Move Authentication::setAuthenticatedSessionForUser to Session::setAuthenticatedForUser
2019-05-13 01:51:59 -04:00
Hypolite Petovan
08ef4c23d7
Replace last references to removed HTTPException->httpcode property
2019-05-02 13:08:06 -04:00
Michael
d4b7e00837
Cleaning up transmitted fields (only needed for the root entry)
2019-04-24 21:28:56 +00:00
Michael
d778a29e04
Use all fields
2019-04-24 20:46:12 +00:00
Michael
9753ccab33
API: Reshares and Quotes should now work in any combination
2019-04-24 19:06:39 +00:00
Michael
3db9420ec7
Unify behaviour of friendica-author and friendica-owner
2019-04-24 05:22:31 +00:00
Michael
dd7406f285
API: Fix the displaying of reshared posts
2019-04-24 04:26:23 +00:00
Michael
d8ed5482aa
Improved reshare check
2019-04-21 17:09:01 +00:00
Michael
0d49d0593d
Don't show a reshare in the top of a message if we know the author
2019-04-19 07:47:00 +00:00
Michael
4a30490ac9
Fix: Only use reshare information for the top level post
2019-04-05 08:59:39 +00:00
Michael
d73b6015d8
Set the newest resharer as owner of a thread
2019-04-03 18:51:50 +00:00
Michael
a0fddca407
Display if an item is reshared
2019-04-02 05:38:42 +00:00
Michael
cbe574f6f6
Preparation to be able to store "announce" activities
2019-03-28 05:45:50 +00:00
Hypolite Petovan
ab7ec357cb
Remove type parameter from api_get_last_status function prototype
2019-03-23 14:28:54 -04:00
Hypolite Petovan
e60e7a56ac
Add author_user support to api_format_item
2019-03-23 14:28:54 -04:00
Hypolite Petovan
8d28f199a6
Test fix: Add expected author-network field to api_get_item() result
2019-03-23 14:28:54 -04:00
Hypolite Petovan
9693a7472e
Extract API status formatting from api_get_status()
...
- Rename api_get_status() to api_get_item()
- Ad new api_format_item() function for single item formatting
2019-03-23 14:28:54 -04:00
Hypolite Petovan
aa6192258e
Extract API status retrieval from api_status_show()
...
- Remove 'raw' type from api_status_show()
- Add new api_get_status() and api_get_last_status() functions
- Use api_get_last_status() in api_account_verify_credentials() and api_show_user()
2019-03-23 14:28:53 -04:00
Philipp Holzer
b2edb85588
Replace "q" calls
2019-03-22 22:55:48 -04:00
Michael
80a33763ea
Take the author from the author
2019-03-17 18:46:22 +00:00
Michael
b8b5b7b753
Issue 6537: Transmit the real author of a post in a dedicated field in the API
2019-03-17 18:39:34 +00:00
Michael
3b7be251d5
Issue 6521: Don't show notifications on posts that the user deleted
2019-03-15 05:23:45 +00:00
Philipp Holzer
6872b118a4
Fixing preamble in enotify
2019-03-13 20:44:07 +01:00
Michael
1f0c662854
The contact menu now displays the contact and posts link as well
2019-03-11 20:42:32 +00:00
Hypolite Petovan
ad854d5d40
Define absolute paths for various includes
...
- Fix errors running local tests in IDE
2019-03-09 23:21:19 -05:00
Philipp Holzer
04b7280f38
Take void return into account
2019-03-02 14:23:46 +01:00
Philipp Holzer
6986e6902b
check if user_info is an array before counting
2019-03-02 11:55:51 +01:00
Philipp Holzer
4c11255624
Hide silenced authors from public timeline
2019-02-27 11:41:57 +01:00
Tobias Diekershoff
bd7aaacfb0
fixing links in photoMenu
2019-02-26 10:19:08 +01:00
Hypolite Petovan
34bc0b0c97
Add potential debug display of implicit mentions in frio
...
- Refactored conversation() by removing extraneous intermediary variables
2019-02-23 17:32:11 -05:00
Hypolite Petovan
8c1db51a76
Improve Logger calls
...
- Replace various deprecated Logger::log calls
- Reassign log level for verbose log calls
2019-02-23 17:32:11 -05:00
Hypolite Petovan
7320c5e8e8
Normalize Contact::magicLinkByContact method name
2019-02-23 17:32:10 -05:00
Roland Häder
9fa812b35d
Rewrites:
...
- converted single-line if() block to multi-line and with curly braces
- "imported" SPL classes to have unified code style
- always initialize your variables ... :-/
- added some empty lines/spaces for better readability
Signed-off-by: Roland Häder <roland@mxchange.org>
2019-02-19 01:56:41 +01:00
Hypolite Petovan
256e845c5d
Merge pull request #6641 from nupplaphil/config_followup
...
Config FollowUp
2019-02-17 17:56:31 -05:00
Philipp Holzer
5e5c39b0e1
Refactored DependencyFactory for Profiler
2019-02-17 21:12:12 +01:00
Philipp Holzer
5e6e1a8025
Introducing Profiler
2019-02-16 23:11:30 +01:00