Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unplug the lifesupport, the background snake is dead. | Thomas Willingham | 2012-12-17 | 1 | -0/+0 |
| | |||||
* | Some more redbasic progress. | Thomas Willingham | 2012-12-16 | 1 | -13/+8 |
| | |||||
* | Un-screw-up misuse of mod_foo.css, add background, opacity based shiny. | Thomas Willingham | 2012-12-16 | 12 | -649/+641 |
| | |||||
* | fixing permissions_sql - may need more tweaks | friendica | 2012-12-16 | 2 | -86/+47 |
| | |||||
* | typo - this keyboard is getting frustrating | friendica | 2012-12-16 | 1 | -1/+1 |
| | |||||
* | there are now 2 permalinks - one is the remote original post (plink) and the ↵ | friendica | 2012-12-16 | 2 | -1/+9 |
| | | | | 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. | ||||
* | typo | friendica | 2012-12-16 | 2 | -2/+2 |
| | |||||
* | add live page loading and and endless scroll to home (mod_channel) | friendica | 2012-12-16 | 5 | -25/+55 |
| | |||||
* | db query looping without bounds if group table wasn't manually updated to ↵ | friendica | 2012-12-14 | 2 | -2/+2 |
| | | | | add the 'hash' column. | ||||
* | pass module name to build_cmd, so we can use it elsewhere | friendica | 2012-12-14 | 2 | -4/+3 |
| | |||||
* | converging on a workable crypto auth handshake | friendica | 2012-12-14 | 4 | -4/+55 |
| | |||||
* | start of a framework for forward magic auth, need a lot more coffee to write ↵ | friendica | 2012-12-13 | 1 | -57/+15 |
| | | | | the other side and even more to write the reverse direction. | ||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2012-12-13 | 6 | -159/+155 |
|\ | |||||
| * | Some more CSS into mods. | Thomas Willingham | 2012-12-13 | 6 | -159/+155 |
| | | |||||
* | | admittedly local magic-auth is easy so that's mostly done. Now it gets hard. | friendica | 2012-12-13 | 4 | -9/+56 |
|/ | |||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2012-12-13 | 1 | -3/+7 |
|\ | |||||
| * | redbasic - some more progress. | Thomas Willingham | 2012-12-13 | 1 | -3/+7 |
| | | |||||
* | | get rid of undefined $ error by mangling theme specific JS include order | friendica | 2012-12-13 | 4 | -19/+22 |
| | | |||||
* | | templatise the building of page queries so we can re-use it elsewhere | friendica | 2012-12-13 | 3 | -53/+72 |
|/ | |||||
* | typo | friendica | 2012-12-12 | 1 | -1/+1 |
| | |||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2012-12-12 | 6 | -475/+527 |
|\ | |||||
| * | Oops, we didn't use that in the end. | Thomas Willingham | 2012-12-12 | 1 | -0/+0 |
| | | |||||
| * | Redbasic progression. | Thomas Willingham | 2012-12-12 | 2 | -16/+53 |
| | | |||||
| * | Start moving CSS into mods | Thomas Willingham | 2012-12-12 | 6 | -459/+474 |
| | | |||||
* | | So what if Red could do more CMS types of things? And you could add ↵ | friendica | 2012-12-12 | 3 | -1/+5 |
|/ | | | | arbitrary web content pages of your own design to your channel resources? Oh wait... | ||||
* | revamp permissions, blocking a contact takes priority over all other ↵ | friendica | 2012-12-10 | 1 | -51/+65 |
| | | | | permission settings, such as "allow anybody in network to do xyz". If they're blocked they can't do it. | ||||
* | I've already told you repeatedly how much I despise endless scroll. But will ↵ | friendica | 2012-12-10 | 1 | -1/+40 |
| | | | | you listen? No. Here it is. Now frucking fruckoff. | ||||
* | alternate wysiwyg bbcode editor | friendica | 2012-12-10 | 31 | -1/+954 |
| | |||||
* | Any red site can be a global directory provider. By default we'll make them ↵ | friendica | 2012-12-10 | 1 | -0/+15 |
| | | | | level 3 mirrors. We will also allow one to create standalone directories or global directory servers/mirrors in alternate realms. | ||||
* | Allow forum/account delegation by anybody? On any site? But of course... | friendica | 2012-12-10 | 4 | -4/+14 |
| | |||||
* | get rid of more targeted windows and direct all profile view to local site | friendica | 2012-12-09 | 3 | -24/+6 |
| | |||||
* | start whipping the item photo menu into shape | friendica | 2012-12-09 | 2 | -42/+22 |
| | |||||
* | start to whip the permissions into shape, also got rid of the mce drop ↵ | friendica | 2012-12-09 | 8 | -137/+45 |
| | | | | 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. | ||||
* | revise auto_update system so as not to conflict with pre-existing Friendica ↵ | friendica | 2012-12-09 | 4 | -1323/+19 |
| | | | | settings | ||||
* | make permission quick links work | friendica | 2012-12-08 | 5 | -8/+44 |
| | |||||
* | a bit of e_all cleanup | friendica | 2012-12-08 | 6 | -18/+19 |
| | |||||
* | fix nav-menu border colour | friendica | 2012-12-08 | 1 | -1/+1 |
| | |||||
* | upstream fixes, revision updated, and mail autocomplete was lost after a ↵ | friendica | 2012-12-08 | 5 | -3/+12 |
| | | | | recent change I made | ||||
* | Merge pull request #3 from beardy-unixer/master | friendica | 2012-12-08 | 13 | -66/+322 |
|\ | | | | | Red Friendica Red | ||||
| * | Since other people are working on this too, add demonstrative placeholder ↵ | Thomas Willingham | 2012-12-08 | 7 | -0/+6 |
| | | | | | | | | CSS for mods that should probably have their own. | ||||
| * | Templates for theme settings. There is a 99% chance these do not work yet, ↵ | Thomas Willingham | 2012-12-08 | 3 | -0/+186 |
| | | | | | | | | even if you implement them. | ||||
| * | Merge remote-tracking branch 'upstream/master' | Thomas Willingham | 2012-12-07 | 20 | -140/+130 |
| |\ | |/ |/| | |||||
* | | permissions should now be stored correctly on posting | friendica | 2012-12-07 | 1 | -1/+1 |
| | | |||||
* | | progress on the acl selector - it should mostly work, but the returned data ↵ | friendica | 2012-12-07 | 2 | -6/+8 |
| | | | | | | | | isn't yet parsed correctly in mod_item | ||||
* | | Some update commands | friendica | 2012-12-06 | 1 | -0/+2 |
| | | |||||
* | | DB: alter table group add hash char(255) not null default '' after id, add ↵ | friendica | 2012-12-06 | 1 | -2/+6 |
| | | | | | | | | | | | | index (hash); alter table photo add size int(10) unsigned not null default '0' after width, add index (size); | ||||
* | | do zot_finger/import_xchan on zid requests so we get the info cached locally | friendica | 2012-12-06 | 2 | -42/+11 |
| | | |||||
* | | lookup channels in local xchan table even if provided an unknown url - this ↵ | friendica | 2012-12-06 | 1 | -1/+5 |
| | | | | | | | | will show their pseudo vcard and connect button if they've ever been seen on this site before. | ||||
* | | move 'Connect' button to local chanview page, remove from remote profile ↵ | friendica | 2012-12-06 | 4 | -18/+26 |
| | | | | | | | | pages - still requires some theming love | ||||
* | | Fixing the acl widget is going to be hard. Here's a start. | friendica | 2012-12-06 | 2 | -23/+33 |
| | |