Klaus Weidenbach
0d601563d0
Some cleanups and documentation.
...
Fixed some wrong variable names.
Initialized some variables before using them.
Removed some checks for STATUSNET_PRIVACY_COMPATIBILITY in
include/security.php as it does not seem to be defined anywhere.
2015-03-04 00:15:24 +01:00
friendica
e6eee5ba92
tagcloud tweaks
2015-03-02 11:09:38 -08:00
zottel
e4a2e353d8
make public delivery to contacts or any connections work again
...
$hash wasn't defined in this case
2015-03-02 11:05:03 +01:00
friendica
7d0783c4dd
increase the dynamic range of the tag clouds slightly.
2015-03-01 23:50:31 -08:00
friendica
36af426538
Nag hub admins with self-signed certs to fix them. Otherwise we'll just have to start
...
marking them as dead sites.
2015-03-01 20:14:42 -08:00
friendica
d83460cd2a
The never ending saga of parent = 0 bugs on Dreamhost.
2015-03-01 18:58:50 -08:00
friendica
ba7bdd79b7
queue management actions. Still needs further work such as indication of last successful connection or indication that the hub was marked offline, but these are potentially expensive queries.
2015-03-01 15:55:27 -08:00
friendica
2b44c5fc72
Fix a couple of places where we weren't checking for dead hublocs. Add a function to mark a hubloc dead.
2015-02-27 13:43:12 -08:00
friendica
4162dfe43f
Merge https://github.com/friendica/red into pending_merge
2015-02-26 14:21:26 -08:00
friendica
09f80270de
loop breaker
2015-02-26 14:20:43 -08:00
Habeas Codice
82bb216952
more fake null shenanigans
2015-02-26 08:23:02 -08:00
Habeas Codice
f55e210120
Revert "more fake null shenanigans"
...
This reverts commit b57010e3da .
2015-02-26 08:22:15 -08:00
Habeas Codice
b57010e3da
more fake null shenanigans
2015-02-26 08:20:29 -08:00
friendica
ac3384e661
syntax - missing arg
2015-02-25 17:24:09 -08:00
friendica
b9e485be54
this may actually fix the deliver loop when deleting existing items. It's hackish but I don't see any other way out.
2015-02-25 16:51:39 -08:00
friendica
b32841e2dd
Found the cause of the delete looping, and I can prevent it going forward. The issue remains what to do about comments which are already in the DB and have ITEM_ORIGIN incorrectly set. We can't exactly reset them because the "original" context has been lost. (Sorry but couldn't resist an insider pun that none of you will be able to follow anyway). Read the comments.
2015-02-25 15:27:33 -08:00
friendica
1a071ea4f0
call post_local hooks prior to storing a post that is going to be sourced. There are some fields in the actual stored item that may change when we start the second delivery chain so a few plugins may not deal with these items correctly. Since we only source public items these effects will be slight.
2015-02-25 03:16:43 -08:00
friendica
2a2cc309ce
solve some (hopefully most) missing delivery issues
2015-02-25 01:39:45 -08:00
friendica
1434130264
don't send deleted items upstream - only downstream.
2015-02-24 20:21:21 -08:00
friendica
08f054130f
require access token to view, query, or join directories in private realms, if the realm is so configured.
2015-02-24 16:36:27 -08:00
friendica
11df605c2e
support rel=me on channel "homepage" url
2015-02-24 00:45:03 -08:00
friendica
d29de912b4
public_recips cleanup
2015-02-23 16:27:12 -08:00
friendica
fbbcc10025
apply fix from 8d03774 to z_post_url also
2015-02-23 11:33:16 -08:00
zottel
8d03774666
make redirections restriction in z_fetch_url() work
2015-02-23 14:53:10 +01:00
friendica
1383915f86
notes about private realm registrations and multiple primary directories.
2015-02-22 22:58:09 -08:00
friendica
d0e7fc76cd
no longer needed
2015-02-22 20:59:24 -08:00
friendica
e1cf396feb
remove the new session functions from the trunk. Don't yet know if they'll come back or not.
2015-02-22 20:58:11 -08:00
friendica
324e59b1b6
remove these functions for now.
2015-02-22 18:06:33 -08:00
friendica
0109c0fcf3
fi8x the typo
2015-02-22 17:37:57 -08:00
friendica
86aefe0e01
new session functions
2015-02-22 15:27:45 -08:00
Habeas Codice
ffd47e6b95
catch negative ages
...
nix extra var
2015-02-20 19:48:51 -08:00
friendica
8c71e0e861
directory interface cleanup and documentation so that debugging realms won't be stabbing in the dark.
2015-02-19 17:42:18 -08:00
friendica
8db3677546
Diaspora tag replacement was wretchedly buggy. Use our standard tag replacement calls instead.
2015-02-19 16:29:49 -08:00
friendica
fc52536ce7
diaspora: move reshare encapsulation after tag parsing, since it seriously screws up the tag parser and reshares end up with a lot of unlinked tags.
2015-02-19 15:07:41 -08:00
RedMatrix
6dfc41ac7a
Merge pull request #901 from zzottel/master
...
also deliver public posts to channels with channel_w_stream = PERMS_AUTHED
2015-02-19 13:40:41 +11:00
RedMatrix
4a75d2d754
Merge pull request #900 from einervonvielen/doc_dev_beginner_corrections
...
Changed bbcode [toc] and changed doc for beginning deveopers
2015-02-19 13:40:23 +11:00
zottel
d0fe0b5d5f
fix parens mismatch from last commit
2015-02-18 11:48:05 +01:00
zottel
9d745cd072
also deliver public posts to channels with channel_w_stream = PERMS_AUTHED
2015-02-18 11:44:43 +01:00
marijus
2fbb6a5ff5
do not send activity to channels with no permission to view filestorage
2015-02-18 10:41:38 +01:00
friendica
e00be4de23
The Diaspora communications policies allow comments to public posts literally from anybody. Allow this policy model by default for commenters from that network. This policy decision can be set or disabled on the addon/features settings page.
2015-02-17 19:47:36 -08:00
friendica
33e406d7fc
make tag clouds honour the full permissions repertoire, not just yes/no public/private, but who are you and what tags can you see
2015-02-17 18:13:20 -08:00
friendica
3d9273afad
Merge https://github.com/friendica/red into pending_merge
2015-02-16 17:01:41 -08:00
friendica
533f39debe
bring back like/dislike summaries on photos
2015-02-16 17:01:13 -08:00
Habeas Codice
d9d029470f
Merge branch 'master' of https://github.com/friendica/red
2015-02-16 15:13:31 -08:00
Habeas Codice
ca8e221018
normalize age data
...
mysql has type tinyint(3) which probably turns into a 24-bit value, but
postgres uses 3-digit decimal as its constraint (probably what the mysql
schema was intended to do). either that or mysql silently truncates while
postgres respects the constraint. Either way, bad data gets in unchecked, now
it's checked.
2015-02-16 15:09:43 -08:00
Habeas Codice
972fc91e12
remove superfluous non-boolean boolean
2015-02-16 15:08:53 -08:00
friendica
b4f639239f
mopping up the public site ratings
2015-02-16 11:09:12 -08:00
friendica
1c4b919980
force site_url to be lowercase when stored. Otherwise rating hubs on postgres could get real messy.
2015-02-15 23:45:22 -08:00
friendica
a5f7df4667
issue #860 , replace br html element with linefeed between table rows
2015-02-15 19:15:55 -08:00
Einer von Vielen
6ed8fb30b8
Changed bb code [toc] to make it more flexible
...
This usage is know closer to the original usage of
http://ndabas.github.io/toc/
Changed:
- jquery.toc.js: Do not check for empty headings
- bbcode.php: Added processing of [toc] with parameters
- main.js: Use the default params for jquery.toc.js
- bbcode.html: Added more help for [toc] and corrected some html
2015-02-14 20:33:51 +01:00