Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | always use system provided baseurl if configured | friendica | 2013-08-25 | 1 | -0/+22 |
| | |||||
* | start timestamping hubloc connections so we can eventually remove dead ones | friendica | 2013-08-24 | 1 | -2/+5 |
| | |||||
* | another issue with site rename | friendica | 2013-08-24 | 1 | -2/+2 |
| | |||||
* | fix xchans more completely after a URL change | friendica | 2013-08-24 | 1 | -4/+13 |
| | |||||
* | premium/restricted channel connections implemented, configure at ↵ | friendica | 2013-08-21 | 1 | -5/+12 |
| | | | | yoursite/channel/nickname - this basically redirects "follow" requests to a premium channel's sell page if it has one configured. You can still click through and create a connection request (introduction), but this provides a means for the channel owner to state their terms. If you don't abide by the terms, you will likely be blocked or the channel deleted. This facility is extensible in a number of ways. | ||||
* | progress on generic sellpage - is not yet linked from existing connect ↵ | friendica | 2013-08-21 | 1 | -5/+7 |
| | | | | buttons and editing has not been completed | ||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-08-21 | 1 | -2/+2 |
|\ | |||||
| * | Merge remote-tracking branch 'upstream/master' | Christian Vogeley | 2013-08-21 | 1 | -1/+1 |
| |\ | | | | | | | | | | Update | ||||
| * | | show chosen desktop theme when SESSION['show_mobile'] is false | Christian Vogeley | 2013-08-21 | 1 | -2/+2 |
| | | | |||||
* | | | basic structure for premium channel implementation | friendica | 2013-08-21 | 1 | -5/+2 |
| |/ |/| | |||||
* | | poll stuff | friendica | 2013-08-21 | 1 | -1/+1 |
| | | |||||
* | | network-wide poll voting structure | friendica | 2013-08-20 | 1 | -1/+1 |
| | | |||||
* | | email attachments (and fix email photos) | friendica | 2013-08-19 | 1 | -1/+1 |
|/ | |||||
* | More steps for mobile theme toggling + dash elimination | Christian Vogeley | 2013-08-19 | 1 | -8/+14 |
| | |||||
* | get rid of more variables with dashes in the names - use underscore *except* ↵ | friendica | 2013-08-15 | 1 | -3/+3 |
| | | | | in CSS. These were probably already here, but if you see any - please keep them out of PHP and MySQL where they sometimes get interpreted as a subtraction operation and are a bugger to find. | ||||
* | Do it like normal themes | Christian Vogeley | 2013-08-16 | 1 | -1/+1 |
| | |||||
* | Fix Load mobile theme | Christian Vogeley | 2013-08-16 | 1 | -1/+2 |
| | |||||
* | primitive cms functionality - provide a custom menu below your profile vcard | friendica | 2013-08-13 | 1 | -0/+10 |
| | |||||
* | menu management is now functional with the exception of acl's (and of course ↵ | friendica | 2013-08-13 | 1 | -1/+1 |
| | | | | a way to display the menus you create, and probably a bit more input sanity checking) | ||||
* | debugging issue #58 - seems to work but needs (more) theming | friendica | 2013-08-13 | 1 | -1/+1 |
| | |||||
* | untested patch for issue #58 - will require theming if it works | friendica | 2013-08-13 | 1 | -12/+6 |
| | |||||
* | block content-type (called ITEM_BUILDBLOCK to avoid confusion with content ↵ | friendica | 2013-08-12 | 1 | -0/+1 |
| | | | | that is blocked) | ||||
* | check these in so I can go back and find out why the stylsheet is horked | friendica | 2013-08-11 | 1 | -1/+5 |
| | |||||
* | important bits we need to allow php executable content. These must be ↵ | friendica | 2013-08-11 | 1 | -2/+2 |
| | | | | explicitly allowed - but only if the account has ACCOUNT_ROLE_ALLOWCODE and *only* for web pages and profile fields. This content cannot be transmitted to other sites. | ||||
* | Add a site access policy (to determine if this is really a public site or ↵ | friendica | 2013-08-06 | 1 | -0/+11 |
| | | | | just an open site) and add an orphan flag to xchans in case all their hublocs go away. Get rid of a couple of DO NOT EDIT template messages which were still lurking in the tree. | ||||
* | basic *account* removal, but the channel removal which it calls still needs ↵ | friendica | 2013-08-04 | 1 | -1/+1 |
| | | | | (lots of) work. Oh and the intro table is no longer used and won't be - so it's gone. | ||||
* | basic email invitations - and doc update | friendica | 2013-08-02 | 1 | -2/+2 |
| | |||||
* | add "xchan_instance_url" for communicating with services that lack nomadic ↵ | friendica | 2013-08-01 | 1 | -1/+1 |
| | | | | identity. This will be set to the url of the Red site that they are connected with. Only the nomadic identity clone at that site can communicate directly with them. Other instances will need to relay through that site - and if it goes down, that connection is stuffed. | ||||
* | better mail obscuring | friendica | 2013-07-31 | 1 | -1/+1 |
| | |||||
* | fix bug #84, make imported messages from your clones show up on your wall | friendica | 2013-07-29 | 1 | -1/+1 |
| | |||||
* | gprobe requires hex argument | friendica | 2013-07-24 | 1 | -1/+1 |
| | |||||
* | add chandesc field to profiles to provide some arbitrary text in the ↵ | friendica | 2013-07-24 | 1 | -1/+1 |
| | | | | directory - such as to inform people what this channel is about before they connect. This will work best with a "channel detail" popup in the directory to provide more info than is available in the micro-profiles (when hovered, or clicked or something). And of course, the first thing is to enable this data to be stored in the directory. | ||||
* | obscured flags for items | friendica | 2013-07-24 | 1 | -1/+1 |
| | |||||
* | log when zid_init invokes reverse magic-auth | friendica | 2013-07-21 | 1 | -0/+1 |
| | |||||
* | private mail is just a little more private now. Not encrypted and the ↵ | friendica | 2013-07-19 | 1 | -0/+1 |
| | | | | | | obfuscation is easily reversible, but not casually readable by browsing logfiles or mysql dumps. This isn't backward compatible - folks will have to upgrade if they can't read their mail. | ||||
* | block duplicate channels | friendica | 2013-07-17 | 1 | -1/+1 |
| | |||||
* | configurable theme precedence rules, and passing the page owner to the pcss ↵ | friendica | 2013-07-17 | 1 | -3/+42 |
| | | | | theme settings. | ||||
* | provide a controlling user for theme settings, not necessarily local_user() ↵ | friendica | 2013-07-16 | 1 | -1/+8 |
| | | | | - can't test on my test site so moving into production and I'll debug it there. | ||||
* | define some photo types; primarily profile photos and things, but there is ↵ | friendica | 2013-07-16 | 1 | -0/+12 |
| | | | | room for others. Also move the "decoration" out of the mod_page.css and into fancy.css - mod_xxx.css should only specify element positions and basic layout, not "decoration". Once we get more positioning stuff moved into module and basic layout files, we can trim down the style.css a lot - as it will theoretically only have decoration. And if we use macro substitution (pcss) we should be able to ultimately change the colour, size or background in one place and be done with it. This will make life easier for theme developers. | ||||
* | photo_flags - for adding taxonomy photos and other stuff. | friendica | 2013-07-16 | 1 | -1/+1 |
| | |||||
* | fix xtag | friendica | 2013-07-14 | 1 | -1/+1 |
| | |||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-07-14 | 1 | -2/+3 |
|\ | |||||
| * | Update boot.php | git-marijus | 2013-07-11 | 1 | -1/+1 |
| | | | | | | typo | ||||
| * | Non-translatable string plus feature enabled check | Thomas Willingham | 2013-07-11 | 1 | -1/+2 |
| | | |||||
* | | Add self to recipient lists. Sure we already have a copy but it's possible ↵ | friendica | 2013-07-14 | 1 | -1/+1 |
|/ | | | | our nomadic channel clones don't. | ||||
* | One of those days... | Thomas Willingham | 2013-07-10 | 1 | -1/+1 |
| | |||||
* | Let's use the right files, plus a typo | Thomas Willingham | 2013-07-10 | 1 | -1/+1 |
| | |||||
* | Minimum value webpages | Thomas Willingham | 2013-07-10 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'upstream/master' | Thomas Willingham | 2013-07-10 | 1 | -1/+32 |
|\ | |||||
| * | use current channel photo for favicon where applicable - might be browser ↵ | friendica | 2013-07-07 | 1 | -0/+31 |
| | | | | | | | | dependent but seems to work on FF |