aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
Commit message (Collapse)AuthorAgeFilesLines
...
| * | show chosen desktop theme when SESSION['show_mobile'] is falseChristian Vogeley2013-08-211-2/+2
| | |
* | | basic structure for premium channel implementationfriendica2013-08-211-5/+2
| |/ |/|
* | poll stufffriendica2013-08-211-1/+1
| |
* | network-wide poll voting structurefriendica2013-08-201-1/+1
| |
* | email attachments (and fix email photos)friendica2013-08-191-1/+1
|/
* More steps for mobile theme toggling + dash eliminationChristian Vogeley2013-08-191-8/+14
|
* get rid of more variables with dashes in the names - use underscore *except* ↵friendica2013-08-151-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 themesChristian Vogeley2013-08-161-1/+1
|
* Fix Load mobile themeChristian Vogeley2013-08-161-1/+2
|
* primitive cms functionality - provide a custom menu below your profile vcardfriendica2013-08-131-0/+10
|
* menu management is now functional with the exception of acl's (and of course ↵friendica2013-08-131-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) themingfriendica2013-08-131-1/+1
|
* untested patch for issue #58 - will require theming if it worksfriendica2013-08-131-12/+6
|
* block content-type (called ITEM_BUILDBLOCK to avoid confusion with content ↵friendica2013-08-121-0/+1
| | | | that is blocked)
* check these in so I can go back and find out why the stylsheet is horkedfriendica2013-08-111-1/+5
|
* important bits we need to allow php executable content. These must be ↵friendica2013-08-111-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 ↵friendica2013-08-061-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 ↵friendica2013-08-041-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 updatefriendica2013-08-021-2/+2
|
* add "xchan_instance_url" for communicating with services that lack nomadic ↵friendica2013-08-011-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 obscuringfriendica2013-07-311-1/+1
|
* fix bug #84, make imported messages from your clones show up on your wallfriendica2013-07-291-1/+1
|
* gprobe requires hex argumentfriendica2013-07-241-1/+1
|
* add chandesc field to profiles to provide some arbitrary text in the ↵friendica2013-07-241-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 itemsfriendica2013-07-241-1/+1
|
* log when zid_init invokes reverse magic-authfriendica2013-07-211-0/+1
|
* private mail is just a little more private now. Not encrypted and the ↵friendica2013-07-191-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 channelsfriendica2013-07-171-1/+1
|
* configurable theme precedence rules, and passing the page owner to the pcss ↵friendica2013-07-171-3/+42
| | | | theme settings.
* provide a controlling user for theme settings, not necessarily local_user() ↵friendica2013-07-161-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 ↵friendica2013-07-161-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.friendica2013-07-161-1/+1
|
* fix xtagfriendica2013-07-141-1/+1
|
* Merge https://github.com/friendica/red into zpullfriendica2013-07-141-2/+3
|\
| * Update boot.phpgit-marijus2013-07-111-1/+1
| | | | | | typo
| * Non-translatable string plus feature enabled checkThomas Willingham2013-07-111-1/+2
| |
* | Add self to recipient lists. Sure we already have a copy but it's possible ↵friendica2013-07-141-1/+1
|/ | | | our nomadic channel clones don't.
* One of those days...Thomas Willingham2013-07-101-1/+1
|
* Let's use the right files, plus a typoThomas Willingham2013-07-101-1/+1
|
* Minimum value webpagesThomas Willingham2013-07-101-1/+1
|
* Merge remote-tracking branch 'upstream/master'Thomas Willingham2013-07-101-1/+32
|\
| * use current channel photo for favicon where applicable - might be browser ↵friendica2013-07-071-0/+31
| | | | | | | | dependent but seems to work on FF
| * some object/thing tweaksfriendica2013-07-031-1/+1
| |
* | Merge remote-tracking branch 'upstream/master'Thomas Willingham2013-07-031-20/+21
|\|
| * any questions regarding this checkin will be ignoredfriendica2013-07-031-1/+1
| |
| * multi-profile - bugsfriendica2013-07-031-2/+3
| |
| * multi-profiles workfriendica2013-07-031-6/+9
| |
| * progress on multiple profiles, doing it the old way. I don't think we're ↵friendica2013-07-031-13/+10
| | | | | | | | going to be able to do it the new way - way too complicated.
* | Merge remote-tracking branch 'upstream/master'Thomas Willingham2013-07-021-19/+30
|\|
| * add age to directory profile - requires updating on each birthday and that ↵friendica2013-06-301-1/+1
| | | | | | | | part is still missing