Philipp
|
61014feec3
|
Fix ContactEndpoint & tests
|
2020-09-12 10:01:13 +02:00 |
|
Hypolite Petovan
|
4065f71382
|
Fix qcomment addon
- Initialize $qcomment template variable everywhere it is expected
- Remove addon Javascript from core head template
|
2020-09-09 16:49:03 -04: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
|
e45ccea0f2
|
Tabs instead of spaces
|
2020-09-08 01:45:59 +00:00 |
|
Michael
|
24f1bb4ea1
|
Class file renamed
|
2020-09-08 01:44:49 +00:00 |
|
Michael Vogel
|
2bb725fa30
|
Apply suggestions from code review
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
|
2020-09-08 03:39:51 +02:00 |
|
Michael
|
59374eb6c6
|
Use "StatusCounts" class
|
2020-09-07 18:24:11 +00:00 |
|
Michael
|
1bca280eae
|
StdClass instead of arrays
|
2020-09-07 14:34:05 +00:00 |
|
Michael
|
db6282b5e2
|
API: Counts added, local query improved
|
2020-09-06 07:12:04 +00:00 |
|
Michael
|
90dc60cee7
|
Replace spaces with tabs
|
2020-09-03 19:24:30 +00:00 |
|
Michael
|
0de372aceb
|
Space replaced
|
2020-09-03 19:16:42 +00:00 |
|
Michael
|
305fe62659
|
Content is now filled
|
2020-09-03 19:13:03 +00:00 |
|
Michael
|
cd3d4ae4e6
|
API: New entity "status"
|
2020-09-03 18:57:18 +00:00 |
|
Michael
|
8402450101
|
Always use the oldest creation data
|
2020-09-02 04:17:13 +00:00 |
|
Michael
|
cbf1e5c699
|
New field "manually-approve" for contact table
|
2020-09-02 03:02:50 +00:00 |
|
Michael
|
ca9f916ecd
|
Removed comment
|
2020-09-02 01:45:45 +00:00 |
|
Michael
|
7b903e1ca8
|
The account fields are rearrange to match Mastodon
|
2020-09-01 20:59:50 +00:00 |
|
Michael
|
0e4d3fe9e5
|
Display a symbol when a post had been reshared
|
2020-08-23 13:26:23 +00:00 |
|
Michael
|
dd82f150ca
|
Rework of the network page
|
2020-08-13 20:07:13 +00:00 |
|
Michael
|
71b6226909
|
Some more avatar function replacements
|
2020-07-28 19:30:55 +00:00 |
|
Hypolite Petovan
|
afb882048e
|
Generate callstack value from inside Profiler::saveTimestamp
- Save a massive amount of time computing callstacks when profiling is disabled
|
2020-07-27 02:33:05 -04:00 |
|
Michael
|
5bf813d0ec
|
Use "failed" field
|
2020-07-19 11:42:23 +00:00 |
|
Michael
|
fc0312451d
|
Changed parameter order for getByURL
|
2020-07-15 17:06:48 +00:00 |
|
Michael
|
d9c6a46ffe
|
Replaced "getDetailsByURL" with "getByURL/getByURLForUser"
|
2020-07-15 04:42:04 +00:00 |
|
Michael
|
c947b7f211
|
"print_r" in logging replaced / obsolete stuff removed
|
2020-06-29 20:22:00 +00:00 |
|
Hypolite Petovan
|
173264eaab
|
Add Twitter User Object and Factory
|
2020-06-08 21:51:42 -04:00 |
|
Michael Vogel
|
235f4eaa89
|
Merge pull request #8697 from MrPetovan/task/8691-like-links-one-way
Make like links one way
|
2020-05-29 15:33:24 +02:00 |
|
Hypolite Petovan
|
e20d5ff0b5
|
Fix the event feature disabling logic in Object\Post
- Conditions on item network and dislike feature presence were mixed which could have led to unexpected behaviors
|
2020-05-27 08:41:12 -04:00 |
|
Michael
|
973abb6196
|
Replace "id = parent" checks with "gravity" checks
|
2020-05-27 12:19:06 +00:00 |
|
Michael
|
3b2ae5c4a9
|
function names changed
|
2020-05-01 06:01:22 +00:00 |
|
Michael
|
5df5e9521b
|
The tag table is now really used
|
2020-04-26 15:24:58 +00:00 |
|
Michael
|
d3722c945b
|
Improved Mime Type detection
|
2020-04-01 05:42:44 +00:00 |
|
Michael
|
d63e903d9f
|
Changed template for direction
|
2020-03-03 21:29:51 +00:00 |
|
Michael
|
72c198990e
|
Merge remote-tracking branch 'upstream/develop' into private
|
2020-03-02 15:05:00 +00:00 |
|
Michael
|
ca1b92bb34
|
Support unlisted public posts
|
2020-03-02 07:57:23 +00:00 |
|
Hypolite Petovan
|
452d7e6404
|
Remove unused conversation response code
- Remove get_responses()
- Remove get_response_button_text()
- Remove title key from $conv_responses array
- Address https://github.com/friendica/friendica/issues/8000#issuecomment-589263329
|
2020-02-22 20:41:12 -05:00 |
|
Hypolite Petovan
|
637e38e535
|
User hide_dislike user setting to hide dislike button and conversation responses
|
2020-02-20 05:37:07 -05:00 |
|
Michael
|
efddd248f7
|
"remote_follow" is now "remote_comment"
|
2020-02-18 17:31:02 +00:00 |
|
Michael
|
d64bb0dd8f
|
Remotely load posts to comment on them on the own page
|
2020-02-18 06:57:38 +00:00 |
|
Michael
|
3bd1f3a836
|
No more gender
|
2020-02-16 10:55:18 +00:00 |
|
Hypolite Petovan
|
2a7de4213f
|
Correctly initialize post actions button template variable
- Address https://github.com/friendica/friendica/issues/7999#issuecomment-586020764
|
2020-02-13 20:42:15 -05:00 |
|
Hypolite Petovan
|
95b09aaec4
|
[frio] Add loading animation on comment form submit
|
2020-02-11 23:45:47 -05:00 |
|
nupplaPhil
|
85dc9bb96b
|
Add license info at Friendica PHP files
|
2020-02-09 16:18:46 +01:00 |
|
nupplaPhil
|
23c64b9a11
|
Add license info at Friendica classes
|
2020-02-09 15:45:36 +01:00 |
|
Michael
|
6e02105d88
|
Useless links removed / Item menu is moved to the item actions bar
|
2020-02-06 22:06:24 +00:00 |
|
nupplaPhil
|
3a012d6fb7
|
Fix ItemCCMail
|
2020-02-01 20:11:09 +01:00 |
|
Philipp
|
0406fe7ade
|
Merge pull request #8163 from MrPetovan/task/7817-custom-fields-part-3
New custom profile fields feature part 3: Updating the API
|
2020-01-31 22:39:11 +01:00 |
|
nupplaPhil
|
fc370f74ea
|
Fix secure Mail addon
|
2020-01-31 19:32:17 +01:00 |
|
Hypolite Petovan
|
608e634858
|
Update Mastodon API with new profile field entity
|
2020-01-29 23:30:38 -05:00 |
|