Hypolite Petovan
56ee734b00
Cleanup /format pre-move
3 years ago
rabuzarus
6d01dd83fe
Bugfix: fix the author image in the meta elements in html head (display module)
4 years ago
rabuzarus
4c8de5fcfd
limit the description of the meta tag to 160 characters in /mod/display
4 years ago
Hypolite Petovan
8a197055e3
Normalize App parameter declaration (mod folder, 1 out of 3)
4 years ago
Roland Häder
4dce3d8224
changed to this:
---------------------
function bla (App &$a) {
$a->bla = 'stuff';
}
---------------------
Signed-off-by: Roland Häder <roland@mxchange.org>
4 years ago
Roland Häder
e1f3661645
*much* more usage of App::get_baseurl() instead of $a->get_baseurl() (coding convention applied)
Signed-off-by: Roland Häder <roland@mxchange.org>
4 years ago
Roland Häder
884f44ce94
*much* more usage of App::get_baseurl() instead of $a->get_baseurl() (coding convention applied)
Signed-off-by: Roland Häder <roland@mxchange.org>
4 years ago
Roland Häder
46d383369c
Cleanup for #3010 - added spaces, thanks to @annando .
Signed-off-by: Roland Häder <roland@mxchange.org>
4 years ago
Michael Vogel
561f45b83b
And again ...
4 years ago
Michael Vogel
b429b85680
CSR changes, split dbclean in separate processes if worker is active
4 years ago
Michael Vogel
501c45def5
Some more improved queries
4 years ago
Michael Vogel
fd2d8cc180
Orphans are removed without giant lock problems
4 years ago
Michael Vogel
493d7bc698
Remove orphaned data
4 years ago
Michael Vogel
3e5cf5290e
Improved queries, more uncommitted queries
4 years ago
Michael Vogel
e512a83ecc
Massively updated avatar handling
4 years ago
Michael Vogel
c05898c57d
The queries for items are unified (a little bit)
4 years ago
Michael Vogel
4b640dbd97
Fetching of profile data improved
4 years ago
Roland Haeder
3e701b90ac
Continued rewriting:
- use dba::is_result() everywhere (where I found the old, bad way)
- converted some spaces -> tabs for code
- converted some CRLF -> LF as mixures of both is not good
Signed-off-by: Roland Haeder <roland@mxchange.org>
4 years ago
Michael Vogel
c69aab6ee0
Avoid write operations if not needed
4 years ago
Michael Vogel
7a0edc86ae
The display contained bad sql queries
5 years ago
Michael Vogel
b677f63e85
Added some more explanation/now copy the whole thread
4 years ago
Michael Vogel
5fc1eebdab
Copy an item to the local user if it's only available as public copy
4 years ago
Michael Vogel
ca2454eeb4
Avoid write operations if not needed
4 years ago
Michael Vogel
99d5f8afc6
The display contained bad sql queries
5 years ago
Michael Vogel
99bac3a4d8
Corrected explanation
5 years ago
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