Commit Graph

6596 Commits

Author SHA1 Message Date
friendica 696551222e typo 2012-12-16 02:07:16 -08:00
friendica 76b289504b add live page loading and and endless scroll to home (mod_channel) 2012-12-16 00:44:38 -08:00
friendica 37974e5288 db query looping without bounds if group table wasn't manually updated to add the 'hash' column. 2012-12-14 15:08:55 -08:00
friendica 9d96cb37a0 pass module name to build_cmd, so we can use it elsewhere 2012-12-14 01:02:03 -08:00
friendica d39fb9b1d5 converging on a workable crypto auth handshake 2012-12-14 00:45:30 -08:00
friendica 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. 2012-12-13 20:00:50 -08:00
friendica 2ec79dbe9d Merge https://github.com/friendica/red into zpull 2012-12-13 16:29:15 -08:00
friendica dd2483221d admittedly local magic-auth is easy so that's mostly done. Now it gets hard. 2012-12-13 16:27:58 -08:00
Thomas Willingham de3d8ea8dd Some more CSS into mods. 2012-12-13 18:51:04 +00:00
friendica 2a782597ba Merge https://github.com/friendica/red into zpull 2012-12-13 04:49:18 -08:00
friendica c360565d0a get rid of undefined $ error by mangling theme specific JS include order 2012-12-13 04:47:06 -08:00
friendica 4e192b108d templatise the building of page queries so we can re-use it elsewhere 2012-12-13 04:06:56 -08:00
Thomas Willingham f5ed128b48 redbasic - some more progress. 2012-12-13 00:06:19 +00:00
friendica 6e363ed0c8 typo 2012-12-12 15:31:43 -08:00
friendica 76b96d4a77 Merge https://github.com/friendica/red into zpull 2012-12-12 15:30:30 -08:00
friendica 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... 2012-12-12 15:27:39 -08:00
Thomas Willingham 8283b12bab Oops, we didn't use that in the end. 2012-12-12 21:15:22 +00:00
Thomas Willingham 53770201d2 Redbasic progression. 2012-12-12 21:14:51 +00:00
Thomas Willingham 84ea78ee16 Start moving CSS into mods 2012-12-12 18:45:50 +00:00
friendica 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. 2012-12-10 20:09:19 -08:00
friendica d6fde94108 I've already told you repeatedly how much I despise endless scroll. But will you listen? No. Here it is. Now frucking fruckoff. 2012-12-10 18:24:59 -08:00
friendica 60d21716da alternate wysiwyg bbcode editor 2012-12-10 15:07:45 -08:00
friendica 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. 2012-12-10 14:08:31 -08:00
friendica b0970850d4 Allow forum/account delegation by anybody? On any site? But of course... 2012-12-10 13:44:54 -08:00
friendica c066793554 get rid of more targeted windows and direct all profile view to local site 2012-12-09 20:17:38 -08:00
friendica 47235e5b32 start whipping the item photo menu into shape 2012-12-09 19:57:02 -08:00
friendica 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. 2012-12-09 18:07:36 -08:00
friendica 7f77670649 revise auto_update system so as not to conflict with pre-existing Friendica settings 2012-12-09 16:28:35 -08:00
friendica 75ea0cfa32 make permission quick links work 2012-12-08 15:14:32 -08:00
friendica c70777e19c a bit of e_all cleanup 2012-12-08 14:18:02 -08:00
friendica ddedbda966 fix nav-menu border colour 2012-12-08 12:07:16 -08:00
friendica 2a39a5feee upstream fixes, revision updated, and mail autocomplete was lost after a recent change I made 2012-12-08 11:59:21 -08:00
friendica a65111b991 Merge pull request #3 from beardy-unixer/master
Red Friendica Red
2012-12-08 11:46:26 -08:00
Thomas Willingham 7458bf945b Since other people are working on this too, add demonstrative placeholder CSS for mods that should probably have their own. 2012-12-08 19:26:46 +00:00
Thomas Willingham d71a827d84 Templates for theme settings. There is a 99% chance these do not work yet, even if you implement them. 2012-12-08 00:44:30 +00:00
Thomas Willingham 44263d5ac3 Merge remote-tracking branch 'upstream/master' 2012-12-07 22:27:35 +00:00
friendica 2452b822f9 permissions should now be stored correctly on posting 2012-12-07 14:18:10 -08:00
friendica 1079c10fa4 progress on the acl selector - it should mostly work, but the returned data isn't yet parsed correctly in mod_item 2012-12-07 13:35:45 -08:00
Thomas Willingham 555226ada4 Make buttons better. 2012-12-07 18:06:05 +00:00
Thomas Willingham f929ec32b0 Rounder corners, shadowier shadows, wall-item-tools, TinyMCE 2012-12-07 09:51:10 +00:00
friendica c2c048dc59 Some update commands 2012-12-06 20:56:30 -08:00
friendica 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);
2012-12-06 20:26:43 -08:00
friendica a0a8cde201 do zot_finger/import_xchan on zid requests so we get the info cached locally 2012-12-06 20:05:42 -08:00
friendica 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. 2012-12-06 19:47:56 -08:00
friendica 2a7a5b2d01 move 'Connect' button to local chanview page, remove from remote profile pages - still requires some theming love 2012-12-06 19:44:13 -08:00
friendica 8f864ebd19 Fixing the acl widget is going to be hard. Here's a start. 2012-12-06 19:18:38 -08:00
friendica 435836b224 templatise micropro 2012-12-06 18:17:43 -08:00
friendica 0bcbcc3b5a use consistent quote encoding 2012-12-06 16:12:45 -08:00
friendica 6ed27f9503 contact photo issues 2012-12-06 15:52:37 -08:00
friendica 7d1610197d move autosubmit up a level where it will actually work 2012-12-06 14:15:40 -08:00