2a9433c8b8
Unplug the lifesupport, the background snake is dead.
Thomas Willingham2012-12-17 00:27:31 +00:00
fa8b4e98b7
some cleanup - Thomas we can put the radius/shadow stuff back later for the hipster kids, it's quite distracting at the moment and makes it hard to get serious work done. Hmmm. Wonder if we could make radius/shadow configurable like colours.... and maybe even screen transparency.... that could be interesting.
friendica2012-12-16 15:49:22 -08:00
b22799549f
Un-screw-up misuse of mod_foo.css, add background, opacity based shiny.
Thomas Willingham2012-12-16 21:17:43 +00:00
5d008a6923
fixing permissions_sql - may need more tweaks
friendica2012-12-16 03:38:04 -08:00
00128955eb
typo - this keyboard is getting frustrating
friendica2012-12-16 02:46:21 -08:00
8d8ad7656e
there are now 2 permalinks - one is the remote original post (plink) and the other is a pointer to a local copy (llink). mod_display is not longer tied to a particular id or channel so if a message is publicly viewable it will appear without any ownership info.
friendica2012-12-16 02:18:26 -08:00
76b289504b
add live page loading and and endless scroll to home (mod_channel)
friendica2012-12-16 00:44:38 -08:00
37974e5288
db query looping without bounds if group table wasn't manually updated to add the 'hash' column.
friendica2012-12-14 15:08:55 -08:00
9d96cb37a0
pass module name to build_cmd, so we can use it elsewhere
friendica2012-12-14 01:02:03 -08:00
d39fb9b1d5
converging on a workable crypto auth handshake
friendica2012-12-14 00:45:30 -08:00
ecce0f0e21
start of a framework for forward magic auth, need a lot more coffee to write the other side and even more to write the reverse direction.
friendica2012-12-13 20:00:50 -08:00
d93080ac74
So what if Red could do more CMS types of things? And you could add arbitrary web content pages of your own design to your channel resources? Oh wait...
friendica2012-12-12 15:27:39 -08:00
7737382378
revamp permissions, blocking a contact takes priority over all other permission settings, such as "allow anybody in network to do xyz". If they're blocked they can't do it.
friendica2012-12-10 20:09:19 -08:00
d6fde94108
I've already told you repeatedly how much I despise endless scroll. But will you listen? No. Here it is. Now frucking fruckoff.
friendica2012-12-10 18:24:59 -08:00
e5eb8e2c05
Any red site can be a global directory provider. By default we'll make them level 3 mirrors. We will also allow one to create standalone directories or global directory servers/mirrors in alternate realms.
friendica2012-12-10 14:08:31 -08:00
b0970850d4
Allow forum/account delegation by anybody? On any site? But of course...
friendica2012-12-10 13:44:54 -08:00
c066793554
get rid of more targeted windows and direct all profile view to local site
friendica2012-12-09 20:17:38 -08:00
47235e5b32
start whipping the item photo menu into shape
friendica2012-12-09 19:57:02 -08:00
f8c33243bf
start to whip the permissions into shape, also got rid of the mce drop shadow until we can figure out how to do it without the ugly black bars. I tend to prefer "outy" shadows over "inny" shadows anyway, but maybe that's just me.
friendica2012-12-09 18:07:36 -08:00
7f77670649
revise auto_update system so as not to conflict with pre-existing Friendica settings
friendica2012-12-09 16:28:35 -08:00
75ea0cfa32
make permission quick links work
friendica2012-12-08 15:14:32 -08:00
2a39a5feee
upstream fixes, revision updated, and mail autocomplete was lost after a recent change I made
friendica2012-12-08 11:59:21 -08:00
a65111b991
Merge pull request #3 from beardy-unixer/master
friendica2012-12-08 11:46:26 -08:00
7458bf945b
Since other people are working on this too, add demonstrative placeholder CSS for mods that should probably have their own.
Thomas Willingham2012-12-08 19:26:46 +00:00
d71a827d84
Templates for theme settings. There is a 99% chance these do not work yet, even if you implement them.
Thomas Willingham2012-12-08 00:44:30 +00:00
2452b822f9
permissions should now be stored correctly on posting
friendica2012-12-07 14:18:10 -08:00
1079c10fa4
progress on the acl selector - it should mostly work, but the returned data isn't yet parsed correctly in mod_item
friendica2012-12-07 13:35:45 -08:00
3586723af7
DB: alter table group add hash char(255) not null default '' after id, add index (hash); alter table photo add size int(10) unsigned not null default '0' after width, add index (size);
friendica2012-12-06 20:26:43 -08:00
a0a8cde201
do zot_finger/import_xchan on zid requests so we get the info cached locally
friendica2012-12-06 20:05:42 -08:00
2bb3369ae2
lookup channels in local xchan table even if provided an unknown url - this will show their pseudo vcard and connect button if they've ever been seen on this site before.
friendica2012-12-06 19:47:56 -08:00
2a7a5b2d01
move 'Connect' button to local chanview page, remove from remote profile pages - still requires some theming love
friendica2012-12-06 19:44:13 -08:00
8f864ebd19
Fixing the acl widget is going to be hard. Here's a start.
friendica2012-12-06 19:18:38 -08:00
4603fde904
"webbie" isn't going to cut it. We'll go with "channel address" for now.
friendica2012-12-06 01:18:30 -08:00
c6b8ab534f
fixed several little nit bugs that cropped up during deployment
friendica2012-12-06 00:03:24 -08:00
d715febf7c
use all default templates in default theme
friendica2012-12-05 21:43:36 -08:00
68c49322b7
bring back profile edit popup menu, needs some more theming
friendica2012-12-05 21:40:30 -08:00
d5800c61dc
third param to zot_finger no longer needed
friendica2012-12-05 18:50:27 -08:00
186163a5ce
check permissions for mail to non-connected people, reject if no permission - but you can try and send mail to any webbie. We probably should check for this before you send the message but perhaps we can find another way to let you know if it's allowed or not without an expensive probe. Like mod_follow, a webbie without an @ is treated as a local address.
friendica2012-12-05 18:39:07 -08:00
7f1a4a3060
auto-friending for forums and stuff is almost trivial now. But we will need a page to set the permissions on the "self" abook record. These will be the default permissions for anybody we wish to connect with.
friendica2012-12-01 22:37:41 -08:00
f7ff2de132
add pending check on group queries
friendica2012-11-29 23:06:03 -08:00
c079133719
remove previous iterations of threading code because it's not being used and just confusing things
friendica2012-11-29 20:53:43 -08:00
59ea856311
further progress on new network/home notifications
friendica2012-11-29 20:46:45 -08:00
dd428cf4fc
rm pidfile stuff since we won't need poller locking
friendica2012-11-29 19:52:10 -08:00
7082d198c2
Now if you follow somebody it will create an abook entry on the other site with blocked,ignored, and pending set. No "friend notifications" yet.
friendica2012-11-29 18:15:13 -08:00
e138052584
backport features categories and add some new ones like the affinity slider
friendica2012-11-28 19:23:39 -08:00
05e08cb5d2
trace through the threaded conversation spaghetti to bring back a sane looking network page
friendica2012-11-28 18:45:11 -08:00
7c047bea33
Allow anybody to completely over-ride any module on their own site without any core code edits. Just copy an existing module file to 'custom/{module}.php' and edit to your liking.
friendica2012-11-28 01:23:16 -08:00
2fe2de1d5a
got comments going back and forth - we really need local_deliver now since even local deliveries are going through zot and that isn't necessary or desirable in the long term
friendica2012-11-27 17:09:01 -08:00
d79d698beb
more heavy lifting on delivery - now we can find all the recipients on the system who have any acceptable permissions for receiving a post. Next we just need to process edits and deletes, and otherwise store the message - yay. Still a lot of work, but we've come a long way baby.
friendica2012-11-26 16:48:04 -08:00
ccf44f2514
more but slow progress on deliveries. The b*tch is trying to match permissions
friendica2012-11-25 23:18:11 -08:00
cd4e381aa1
"heavy lifting" - zot messages flowing, now just need to be parsed and stored at the other end.
friendica2012-11-19 20:45:12 -08:00
194ef02c28
DATABASE: outq additions, delivery now getting the notify across to the other side
friendica2012-11-19 16:51:15 -08:00
db77309bc3
For private messages, use hush-hush ultra top-secret mode by default
friendica2012-11-18 19:19:16 -08:00
8611c3da68
Now we are able to get a zot notification packet and the resulting json encoded message into the queue, it's still a hard slog, but there's light at the end of the tunnel - "a message is ready and waiting to be delivered".
friendica2012-11-18 18:30:00 -08:00
387346c772
and there's the import side of things
friendica2012-11-17 12:55:59 -08:00
9c51f37f29
mostly working item_decode, but without full input santising
friendica2012-11-17 02:29:02 -08:00