Michael Vogel
a7cf3639f0
Just some more fixing for issue 1642
7 years ago
Tobias Diekershoff
8fa2030023
<3 causes troubles in D*
7 years ago
Michael Vogel
b763c810fb
OStatus: Trying to deliver a comment to all contacts - not only the thread owner. (Not working by now)
7 years ago
rabuzarus
b3054ee9d0
template for searchbox
7 years ago
fabrixxm
6258a21434
map bbcode tag from Red
7 years ago
Michael Vogel
0e895e24f7
Code reworks: replaced hardcoded network text with the corresponding constants.
7 years ago
fabrixxm
add3411542
fix paginate url
...
pagination url wasn't alway stripping 'page' parameter from url
related to issue #1341
7 years ago
Michael Vogel
7c4a1a059d
New fields for the term table, improved query for the tag search. Changed the cache handling for rendered bbcode.
7 years ago
Michael Vogel
ac3a4824df
Check for hashtags when storing them and eventually adding hashtag links
7 years ago
Johannes Schwab
12d7ca9b84
improved infinite scrollling
8 years ago
Michael Vogel
1a75503b1c
Relocated the cache code.
8 years ago
Johannes Schwab
1114ae4c81
fix urls for pager
8 years ago
Tobias Diekershoff
710bd08c30
adopting red matrix iconography for red#
8 years ago
Michael Vogel
b309187e3d
Just two more places where pictures have to be send through the proxy function.
8 years ago
Michael Vogel
459fc2fabd
Security issue: Encoding of GUID in itemcache to avoid directory bypassing with a malificious formatted GUID.
8 years ago
Beanow
2fe79c564b
Fixed whitespace issue causing trueish results in templates.
...
For example: profiles would show labels with no content.
8 years ago
fabrixxm
9a0c37eb47
new password mail via notification()
...
new include/text.php::deindent() function
remove unused templates
8 years ago
Michael Vogel
d4b2d3bf8a
Moved "privacy_image_cache" into the core. Enabled by default, can be disabled in the page settings.
8 years ago
fabrixxm
27024e3b1d
preferred item image size for theme, get smallest photo near scale requested
...
themes can declare preferred image size for images in items, with
$a->theme_info = array(
"item_image_size" => 1
);
0: original, 1:640px, 2:320px
mod/photo.php returns the nearest scaled image near requested one
if it doesn't exists, instead of nothing
8 years ago
Michael Vogel
e2f9ae3970
Removing of some warnings
8 years ago
Michael Vogel
6541247bd3
Use the GUID to refer to items (preparation for future changes)
8 years ago
Michael Vogel
f68bbffb64
Adding preview value to "prepare_body" hook. (Will be used in addons for network related previews)
8 years ago
fabrixxm
0b83432bf3
better logger format, some comments
8 years ago
Michael Vogel
b64ddcce96
Accepting "!"-links as tags. (They are used at statusnet for groups)
8 years ago
Michael Vogel
a410d9caae
When a user isn't logged in, then the item link got to an invalid address.
8 years ago
Michael Vogel
9496537e5f
Now term table is used for categories and putting items to folder
8 years ago
Michael Vogel
6e7bd68ebb
More "LIMIT 1" removed - and some other SQL improvements.
8 years ago
Michael Vogel
9c87e00dd3
Preparation for a new variable that points to the post on the own friendica server
8 years ago
Michael Vogel
01971428aa
target="_blank" instead of target="external-link"
9 years ago
Fabrixxm
682793ccd3
use 'ENT_QUOTES' in xmlify/unxmlify
9 years ago
Tobias Diekershoff
c52973f956
red# links to redmatrix.me
9 years ago
Fabrixxm
1e87f4eb8c
use htmlspecialchars in xmlify and htmlspecialchars_decode in unxmlify
9 years ago
Michael Vogel
5d3ebcc2cf
Bugfix of the bugfix :)
9 years ago
Michael Vogel
eca9431909
Bugfix: Problem with page switching with the old pager solved
9 years ago
Michael Vogel
7e5c8ab91c
Keeping an offset for page switching: This helps so that you don't see old messages
9 years ago
Michael Vogel
d20d2f74ae
Bugfix: Page switching had a problem with the search. And automatic reloading hadn't worked with some search terms
9 years ago
Mats Sjöberg
2859ce1483
Initial implementation of internal PuSH server in Friendica. It has been tested with GNU Social/StatusNet, and subscribe, unsubscribe and pushing new items seem to work.
9 years ago
Mats Sjöberg
d22d4a293f
Initial implementation of internal PuSH server in Friendica. It has been tested with GNU Social/StatusNet, and subscribe, unsubscribe and pushing new items seem to work.
9 years ago
friendica
bfc9cfb82f
put tags in items
9 years ago
fabrixxm
5cdeef22ea
pager: fix stupid typo
9 years ago
Fabrixxm
faa510befc
move html from paginate functions to template
9 years ago
Tobias Diekershoff
2b09b8ae17
make red# available as a smilie
9 years ago
Zach Prezkuta
35358baac9
update to v4.0.0; point to local host of SWF
9 years ago
Zach Prezkuta
fec4581f34
basic video playback support using VideoJS
9 years ago
Fabrixxm
d36292c532
template: set smarty3 as default template engine in theme info array.
...
remove commented code from get_markup_template.
add check for $root/$filename in get_template_file.
9 years ago
Fabrixxm
ddf1caf0fd
template engine rework
...
- use smarty3 as default engine
- new pluggable template engine system
9 years ago
Fabrixxm
1a8bdf8ae8
more phpdocs
9 years ago
Fabrixxm
a161b86d1f
add phpdoc
9 years ago
Zach Prezkuta
0187283709
allow admin to prevent private image embedding on hub
9 years ago
Zach Prezkuta
c886927a52
use mb_ereg_replace for xmlify and unxmlify
10 years ago