Christian Vogeley
|
c9192991c9
|
Add class to bookmark links to make it better them able
E.g.: css (not yet included)
.bookmark-identifier{
display:none;
}
.bookmark:hover:before{
text-decoration:none;
content:"#^";
color:#000000;
background:#FFFFFF;
}
.bookmark:hover{
color: #FFFFFF;
background: #3465A4;
}
|
2014-02-09 01:37:09 +01:00 |
|
marijus
|
a606fc0ba3
|
add a sanitized style tag to bbcode
|
2014-02-05 14:34:25 +01:00 |
|
marijus
|
75022367e5
|
minor whitespace cleanup
|
2014-01-30 00:15:13 +01:00 |
|
marijus
|
fe2b6f3dfb
|
add image floating to bbcode
|
2014-01-30 00:01:19 +01:00 |
|
friendica
|
3dfd38021f
|
SECURITY: remove style and class bbcodes
|
2014-01-28 16:35:10 -08:00 |
|
friendica
|
3490604926
|
add zid to audio/video (again)
|
2014-01-23 23:46:43 -08:00 |
|
friendica
|
357ddd1bf7
|
display a somewhat more pleasant hovertip on qr codes
|
2014-01-23 15:53:29 -08:00 |
|
friendica
|
ab6b6794b4
|
fix marital partner linking
|
2014-01-23 15:43:35 -08:00 |
|
friendica
|
c6b9e44353
|
fix table bbcode
|
2014-01-09 00:53:33 -08:00 |
|
friendica
|
29db236981
|
qr enhancements
|
2014-01-08 14:11:39 -08:00 |
|
friendica
|
8b93881ce7
|
qr code support
|
2014-01-07 20:36:16 -08:00 |
|
friendica
|
e635dcb309
|
bbcode convenience variables for producing documentation.
|
2014-01-06 23:54:40 -08:00 |
|
friendica
|
63a42480c7
|
add account_level, is_foreigner and is_member functions; convert all e2ee user input and prompts to hex to avoid javascipt's lame handling of quotes. !!This breaks all prior encrypted posts.!!
|
2013-12-23 15:13:09 -08:00 |
|
friendica
|
435e2dae0e
|
display encrypted text inline
|
2013-11-11 00:21:00 -08:00 |
|
friendica
|
3a10e698c9
|
Didn't finish it. Gotta' pee.
|
2013-11-10 19:58:08 -08:00 |
|
friendica
|
fc317172d5
|
more e2ee infrastructure - at this point if somebody wants it they're going to have to work for it.
|
2013-11-07 20:18:52 -08:00 |
|
zottel
|
09d5fa6a64
|
Use only one regex for title matching in rpost tag
|
2013-10-31 00:08:32 +01:00 |
|
zottel
|
4cae5249d4
|
Allow setting of title in rpost tag with [rpost=title]body[/rpost]
|
2013-10-30 22:29:25 +01:00 |
|
friendica
|
75ba7ae116
|
rpost bbcode tag
|
2013-10-29 18:46:51 -07:00 |
|
Thomas Willingham
|
b25d2e0d12
|
Slightly modify reshares so they can be themed as a whole.
|
2013-10-02 05:03:09 +01:00 |
|
zottel
|
5092ae9e2b
|
Fix observer=1 tag. Using only observer without =1 won't work anymore now.
|
2013-09-24 14:35:47 +02:00 |
|
friendica
|
1f916adfb8
|
spice this up a little bit...
|
2013-09-23 18:38:08 -07:00 |
|
zottel
|
e79bc29244
|
add [observer] tags and [observer.baseurl]
|
2013-09-23 13:26:23 +02:00 |
|
friendica
|
d194ee091a
|
encode and decode channel names containing HTML special characters and quotes so they will survive a reshare without mangling
|
2013-09-06 05:25:10 -07:00 |
|
friendica
|
c6e527f6fe
|
when using the bbcode mimetype a space is just a space. A return is a return. But as opposed to HTML, two spaces are now non-breaking. A tab (assuming you can figure out how to enter one in a text field) is now four non-breaking spaces. This should let us insert code snippets with much more readable indentation.
|
2013-08-27 05:02:40 -07:00 |
|
friendica
|
2e72b136c5
|
fix profile change activity where the change is a solitary url - and includes a stray right quote
|
2013-08-26 17:48:05 -07:00 |
|
friendica
|
2f2a316b27
|
regex patch
|
2013-08-26 03:54:27 -07:00 |
|
Christian Vogeley
|
d2d1e54bfe
|
Check existance of bbcode tags before executing regexes, to avoid unnecessary execution
|
2013-07-28 02:28:35 +02:00 |
|
friendica
|
b841f825b5
|
linkify the non-embeddable video
|
2013-06-21 21:50:02 -07:00 |
|
friendica
|
2fbc78e6cd
|
fix non-embeddable videos by returning plain links
|
2013-06-21 21:39:06 -07:00 |
|
friendica
|
9fda0a3fd5
|
add support for zmg bbcode tag (img with class=zrl) which will eventually get turned into a zid link when rendered for display. TODO - turn photo items and photos uploaded into posts into zmg, then run all incoming bbcode posts through a filter to see if there's a photo from a known hubloc (with an http(s): src attr - not data:) and if so turn it into a zmg. Then fix the zidify functions to look for class="zrl" and we're done.
|
2013-05-27 21:23:43 -07:00 |
|
friendica
|
db038c5654
|
turn naked links in posts into zrl's if we've got a hubloc for the site
|
2013-04-18 17:55:35 -07:00 |
|
friendica
|
ab5151c470
|
more Friendica removals
|
2013-04-14 22:44:11 -07:00 |
|
friendica
|
e411a4bdc2
|
IMPORTANT: magic-auth protocol update, plus 'zrl' bbcode tag for the privacy-is-more-important-than-ease-of-use folks.
|
2013-04-14 20:41:58 -07:00 |
|
friendica
|
022316fd49
|
tell it like it is
|
2013-03-12 01:55:25 -07:00 |
|
friendica
|
f3f341eb8d
|
tell it like it is.
|
2013-03-12 00:55:29 -07:00 |
|
friendica
|
6c9db5a1cf
|
make reshares translateable
|
2013-03-11 21:29:43 -07:00 |
|
friendica
|
f988213af8
|
fix typos
|
2013-03-11 18:22:40 -07:00 |
|
friendica
|
d568f4d029
|
class def for reshared content
|
2013-03-11 16:50:24 -07:00 |
|
friendica
|
b86277b0ff
|
dangerous typo that removes all your hublocs, fix reshare formatting
|
2013-03-11 16:13:09 -07:00 |
|
friendica
|
70e766c2bf
|
xss attack vector in bbcode.php - check for proc_open being disabled for security reasons in install
|
2013-02-26 19:41:44 -08:00 |
|
friendica
|
46a89910ae
|
partial port of embedded shares
|
2013-02-25 19:06:31 -08:00 |
|
friendica
|
ea3940c4b0
|
start formatting for Doxygen
|
2013-02-25 17:09:40 -08:00 |
|
friendica
|
d8c667288e
|
this seems to cut load times in half
|
2013-02-09 03:40:56 -08:00 |
|
friendica
|
8a983a82ec
|
remove recursive share tags
|
2012-11-03 03:59:37 -07:00 |
|
friendica
|
a7abe24382
|
more file cleanup
|
2012-10-22 19:46:18 -07:00 |
|
friendica
|
ef22c1a9b3
|
prevent tag recursion on shared posts
|
2012-10-08 18:04:12 +11:00 |
|
friendica
|
e4f3e96b65
|
remove targeted windows
|
2012-09-09 21:26:36 -07:00 |
|
friendica
|
f6d198ce5d
|
trim a bit of fat
|
2012-08-29 23:03:03 -07:00 |
|
friendica
|
2f81fb4385
|
upstream fixes
|
2012-08-20 06:34:54 -07:00 |
|