Michael Vogel
eec0dbf738
Bugfix: Resharing on the display page works again.
5 years ago
fabrixxm
b202e02fbf
Revert "Updated modules to allow for partial overrides without errors"
This reverts commit db949bb802
.
5 years ago
Andrej Stieben
db949bb802
Updated modules to allow for partial overrides without errors
Only define functions if they have not been defined before, e.g. in themes. This makes it possible to override parts of a module and still use the other functions.
5 years ago
Michael Vogel
596416defe
Profile data from the gcontact should only be taken if there is content
5 years ago
Michael Vogel
8b90e5c077
Removed unused functionality
5 years ago
Michael Vogel
6b85fa17bb
Added some documentation
5 years ago
Michael Vogel
23731fc9aa
Bugfix: The display hadn't fetched the correct contact for the uid.
5 years ago
Michael Vogel
885dc1df81
gcontact update script, rebuilt follow page, query speedup for community and network groups
5 years ago
Michael Vogel
6703ba468a
Profile data in gcontact overwrites profile data
5 years ago
Michael Vogel
9521cdc18f
notify and alias are now in gcontact as well - the contact expansion in mod/item.php is renewed
5 years ago
Michael Vogel
5ab2786c00
Get rid of the table "unique_contacts"
5 years ago
Michael Vogel
d077dbbcde
Bugfix: The bbcode conversion of the profile was inconsistent
5 years ago
Michael Vogel
1f0b759e2f
Added resize possibility to proxy function
5 years ago
Michael Vogel
14e17b944f
Reworked fetching of contact data on "display" page
5 years ago
Michael Vogel
7ed61b2edc
Removed "proxy_parse_html" since it is now done in the bbcode function.
5 years ago
fabrixxm
e94e6d7500
escape user data to sql
5 years ago
rabuzarus
e5809dce79
add jotnets for sharing posts
5 years ago
rabuzarus
5ce125d6e0
cleanup of some unused code
5 years ago
Michael Vogel
df7b907bc4
Display: Look for the network name when fetching the contact (important because of the statusnet connector)
5 years ago
Michael Vogel
ccbac6874b
The "connect" link ar the display page now directs to the new "follow" page as well.
5 years ago
Michael Vogel
e3da549ab5
Reshared diaspora items that aren't on this server are now stored with uid=0
6 years ago
Michael Vogel
036ccf84de
And yet another two places where pictures have to be sent through the proxy.
6 years ago
Michael Vogel
46db8575a0
The table "unique_contacts" now has an "about" and "location" field as well.
6 years ago
Michael Vogel
044eaa778f
Markdown is now supported in the location field as well.
6 years ago
Michael Vogel
e7e3857f5c
The "about" section is now run through bbcode.
6 years ago
Michael Vogel
b36d799044
Fetching "location" and "about" from diaspora. Displaying them on the "display" page.
6 years ago
Michael Vogel
4bdd905b3e
Only show foreign items if the profile of the user isn't hidden. Show the user's theme - not the theme of the viewed profile.
6 years ago
Michael Vogel
4ad2bbddc7
If a post is a pure reshare, then show the profile of the original author on the display page.
6 years ago
Michael Vogel
dd511ac70a
The "display" page now shows the current author profile with a "connect" link (if there is no current connection)
6 years ago
Michael Vogel
660bd39efa
Let an item be accssible via the GUI (additionally to uid and item id)
6 years ago
Michael Vogel
bbf9378a49
Even more SQL improvements.
7 years ago
Michael Vogel
6b8585d48d
Database stuff. New table "thread". Changing "left join" to "inner join", removing "limit 1" at update and delete.
7 years ago
Michael Vogel
608d5255ec
Support for twitter cards (in both directions)
7 years ago
Michael Vogel
a7079d4327
Adding metadata in the schema.org format.
7 years ago
Michael Vogel
4b0e370c4c
Better handling of the network field in the item table.
7 years ago
Michael Vogel
d5ae5ecedd
- Improved speed due to forced indexes when showing items.
- Possibility to setup a hostname
7 years ago
Zach Prezkuta
2cc73dbef3
allow visiting other people's display/ links if I have a copy of the post
8 years ago
friendica
1ff37ca4c1
double encode any text that is destined for meta fields.
8 years ago
Michael Vogel
2866f62c88
Suppoorting Open Graph and Dublin Core when displaying single item
Following link shorteners in parse_url
8 years ago
Zach Prezkuta
df53c98798
take debugging commands out of mod/display
8 years ago
Zach Prezkuta
488a38cd85
Decaf mobile: an (almost) Javascript-free theme
8 years ago
friendica
b5c0714bc4
fix live update on display page
8 years ago
Zach Prezkuta
609c45e791
fixes and tweaks to Smarty processing
8 years ago
Zach Prezkuta
fdd142c42e
never use profile_load outside of a module's _init() function
8 years ago
Zach Prezkuta
96ed0a7791
Implement Smarty3
8 years ago
Zach Prezkuta
c9248b66db
display live update; don't collapse comments on live update
8 years ago
Zach Prezkuta
0ea89852d2
allow themes to decide where live updates appear
8 years ago
friendica
4cd8233f61
remote_user can now support multiple contacts being logged in at once
8 years ago
Domovoy
ea7db7b7a8
Threaded items in every page concerned. Some code cleanup.
8 years ago
Domovoy
985f16d992
Threaded item when in single post display
8 years ago