Michael
555856208e
Issue 9167: Adding more direction indicators
2020-09-09 16:54:18 +00:00
Michael
6c5af09589
Added link encoding
2020-09-09 14:37:58 +00:00
Michael
206caaf51a
Reshared data now is a link
2020-09-09 04:49:42 +00:00
Michael
42dcd6646e
Issue 9135: Display only reshared posts at the top
2020-09-08 22:06:10 +00:00
Michael Vogel
065ab017c7
Merge pull request #9161 from MrPetovan/bug/9140-private-note-self-only
...
Add a self-only ACL block to personal notes jot
2020-09-08 03:57:11 +02:00
Hypolite Petovan
f1e36eac7d
Update capitalization of "Permissions" translation string
2020-09-07 21:25:04 -04:00
Hypolite Petovan
c4267bbca0
Remove unused jot.tpl template variables
2020-09-07 19:27:23 -04:00
Michael
5b6ced9c6e
Issue 9142: Make the message ID look more like a message ID
2020-09-06 17:47:25 +00:00
Michael Vogel
abe6ecf820
Merge pull request #9126 from MrPetovan/task/post-improvements
...
Various post display improvements
2020-09-03 22:17:25 +02:00
Hypolite Petovan
730a5c5725
Improve post direction display
...
- [frio] Change icon for commented direction
- Update English translation string for commented direction
2020-09-03 15:45:53 -04:00
Hypolite Petovan
9ea7f7d4ad
[frio] Ensure tagsinput library is loaded in pages where new PM can be submitted
...
- The new private message page loads in a modal, requiring the base page to load them in advance
2020-09-03 10:03:36 -04:00
Michael
cef7af8fba
Don't notify on own entries
2020-08-31 19:27:50 +00:00
Michael
f5504ed8d1
Improve notifications for announced posts
2020-08-31 18:51:59 +00:00
Michael
355284841a
Optionally display the resharer as icon
2020-08-26 12:33:17 +00:00
Michael
6139f5883b
Mark posts that arrived in your network stream via tag
2020-08-23 17:48:44 +00:00
Michael
1493875ec9
Speed improvement
2020-08-23 15:18:26 +00:00
Michael
15119f6a59
Added information about fetched post because of comment
2020-08-23 14:51:56 +00:00
Michael
e6431e53db
Changed "reshared" description
2020-08-23 14:07:17 +00:00
Michael
0e4d3fe9e5
Display a symbol when a post had been reshared
2020-08-23 13:26:23 +00:00
Michael
1ab81266b9
Change the owner of a reshared item
2020-08-13 06:09:26 +00:00
Michael
fbb1ddd534
Unneeded fields removed
2020-08-12 08:39:04 +00:00
Michael
8488ed76e4
Don't create notifications for activities
2020-08-12 08:37:38 +00:00
Michael
60631f8a22
Avoid getting too much notifications
2020-08-12 06:50:02 +00:00
Michael
4ee858740e
Create notifications for shared posts
2020-08-12 04:35:24 +00:00
Michael
1934c149a3
Suppress "reshared" information for forum posts
2020-08-10 08:26:09 +00:00
Michael
bf7128b4b2
AP Improvements for forums
2020-08-09 18:42:25 +00:00
Michael
1d44e544cf
New class for group related contact actions
2020-08-04 18:22:19 +00:00
Michael
71b6226909
Some more avatar function replacements
2020-07-28 19:30:55 +00:00
Michael Vogel
d6a35c6995
Support newline as block contact separator
2020-07-19 03:21:15 +02:00
Michael
b0086a49e2
in "getidforurl" "no update" is now "update"
2020-07-15 21:08:42 +00:00
Hypolite Petovan
a13e004df0
Delete include/items.php
...
- Remove all references
2020-07-14 10:21:31 -04:00
Hypolite Petovan
3e25fc3a72
Replace *_page_info function calls with Content\PageInfo equivalent
2020-07-14 10:15:04 -04:00
Hypolite Petovan
a1d62734fa
Remove consume_feed in favor of Protocol\Feed::consume
2020-07-14 10:14:05 -04:00
Hypolite Petovan
04c95a5045
Move logged in logging where it makes sense in include/api
2020-07-09 15:09:07 -04:00
Hypolite Petovan
dc5838ecf9
Merge pull request #8826 from annando/fix-logging
...
Replace deprecated Logger calls
2020-06-30 09:05:01 -04:00
Hypolite Petovan
a3e775f28c
Account for false return value of Repository\Notify->insert in notification()
...
- Address https://github.com/friendica/friendica/issues/8473#issuecomment-651393541
2020-06-29 18:58:17 -04:00
Michael
c947b7f211
"print_r" in logging replaced / obsolete stuff removed
2020-06-29 20:22:00 +00:00
Hypolite Petovan
b6c7f247cc
Replace array_unique with GROUP BY clause in api_fr_photoalbum_delete()
2020-06-25 08:05:09 -04:00
Hypolite Petovan
8272b16647
[API] Replace unwarranted Item::selectFirstForUser calls in photo endpoints
...
- Item::selectFirstForUser checks for item.visible = 1 which isn't necessarily set on photo-related items
2020-06-24 08:14:45 -04:00
Hypolite Petovan
ae6e9e7267
[API] Miscellaneous improvements
...
- Use empty() instead of isset($r) && $r in save_media_to_database()
- Use expected variable name for result array in api_fr_photo_delete()
- Use correct associative array references in prepare_photo_data()
- Replace a() call in api_fr_photoalbum_delete()
2020-06-24 08:11:47 -04:00
Michael Vogel
7fd2c00171
Merge pull request #8792 from MrPetovan/task/share-block-guid
...
[frio] Add local post link to share block when guid attribute is present
2020-06-23 21:26:07 +02:00
Hypolite Petovan
677eaf78ed
Add API login capture 12h cooldown to spare database writes
2020-06-23 10:15:39 -04:00
Hypolite Petovan
43e6cec200
Update user.login_date for authenticated API calls
2020-06-23 09:09:23 -04:00
Hypolite Petovan
912ff069c0
Update getShareOpeningTag::getShareOpeningTag method signature
...
- Optional parameter $guid is now at the end
- Always provided parameter $posted is now mandatory
2020-06-21 09:42:37 -04:00
Hypolite Petovan
1f20111c80
Replace share_header calls with BBCode::getShareOpeningTag
2020-06-18 08:53:57 -04:00
Hypolite Petovan
f3323aff5e
Deprecate page_info functions to new PageInfo class
...
- Add tests for parts not using remote requests
- Add scheme requirement for page info URLs
- Add policy to keep label from stripped Page Info links
2020-06-17 13:24:44 -04:00
Hypolite Petovan
eba964ec12
Deprecate consume_feed() in favor of Protocol\Feed::consume
2020-06-17 13:24:44 -04:00
Hypolite Petovan
e3d20b4366
Move subscribe_to_hub function to Worker/OnePoll from include/items
...
- It was its only usage
2020-06-17 13:24:44 -04:00
Hypolite Petovan
3d55ef1546
Move drop_items and drop_item out of include/items
...
- They were only used in mod/item
2020-06-17 13:24:44 -04:00
Michael
016c99935c
Different comment limits for single view
2020-06-16 06:49:53 +00:00