aboutsummaryrefslogtreecommitdiffstats
path: root/install
Commit message (Collapse)AuthorAgeFilesLines
* Fix missing parenthesis in database.sqlAntoine G2013-11-011-1/+1
| | | This was blocking database creation process
* allow zot public providers to list their location, as a non US-based server ↵friendica2013-10-302-1/+9
| | | | could be a strong selling point.
* Schema change - add channel_dirdate so we can ping a directory server once a ↵friendica2013-10-272-1/+11
| | | | month which means we can find dead channels - because they won't be pinging the directory server once a month.
* installing sabre is a whole lot more complicated. It also doesn't like ↵friendica2013-10-211-18/+0
| | | | co-existing with other projects in the same web path. This is going to be fun.
* preserve the source owner when creating a delivery fork so that we can ↵friendica2013-10-132-1/+9
| | | | uplink back to them without any ambiguity.
* Add install instructions for cloning WebDAV component (which I think is best ↵friendica2013-10-101-0/+18
| | | | if we make optional). There may be webserver dependencies so let's just call this a plugin of sorts, but different than normal plugins because if it's installed it will be tightly integrated with everything we do. Eventually we may provide a static repository or select a specific sabre-dav version so that we're immune from changes upstream which break stuff we're doing; but for now we'll use the fruux main repository and install using the trunk.
* post signaturesfriendica2013-10-022-2/+9
|
* implement republish permission for use in sourced channelsfriendica2013-09-302-1/+11
|
* directory sync - this will either work, or it won't work, or it will ↵friendica2013-09-302-2/+20
| | | | | | | | | possibly recurse and blow up the matrix. Hard to say. Do you feel lucky? Well do ya' ... punk? Rule #1 - don't mess with anything unless it's blowing up the matrix. If it doesn't blow up the matrix, but doesn't work, just let it go and let's figure out what it is doing and what it isn't doing. The flow is as follows: Once a day go out to all the directory servers besides yourself and grab a list of updates. This happens in the poller. If we've never seen them before add them to the updates table. The poller also looks to see if we're a directory server and have updates that haven't yet been processed. It calls onedirsync.php to process each one. If we contact the channel to update and don't find anything (we're just doing a basic zot_finger), set a ud_last timestamp. If this is set we will only try once a day for seven days. Then we stop trying to update. This will probably cause a spike the first time through because you haven't seen any updates before, but we spread out the load over your delivery interval.
* structure for channel unionsfriendica2013-09-262-1/+29
|
* add some text for issue #79friendica2013-09-241-0/+7
|
* add a flag field to xtags so that we can filter tags based on whether or not ↵friendica2013-09-192-2/+11
| | | | the parent xchan is safe or not. Otherwise we'll have tags that lead to nowhere because the directory entry is hidden but the tag isn't. A successful porn site in the matrix could also swamp the directory with x-rated tags, even if the site was playing nice and did everything right to self-censor. Accomplishing this with joins would be horrendously inefficient, though it will take a bit of code re-org to get this flag where it needs to be when it's time to set keywords.
* sync item_search with yesterday's network fix for collections. Add ud_addr ↵friendica2013-09-192-2/+12
| | | | to update table to store the target address since it's possible the mirroring directory won't yet have an xchan or hubloc they can link the ud_hash to and therefore mayn't know how to contact them.
* set default charset of email_header_encode, add ud_flags to indicate which ↵friendica2013-09-182-2/+12
| | | | (directory sync) updates have been processed in some way.
* site sellpage linksfriendica2013-09-172-2/+12
|
* Fixed error in SQL Statementndurchx2013-09-121-1/+1
|
* extends DB in hubloc to maintain hubloc connectivityMichael Meer2013-09-102-1/+10
|
* change primary key on updates tablefriendica2013-09-092-2/+11
|
* public site list (will take a few days to populate, assuming folks have ↵friendica2013-09-052-1/+12
| | | | updated their site access policy which old sites do not have)
* This isn't optimal, but on the short term we'll clone the page editor to use ↵friendica2013-09-012-3/+10
| | | | as a block editor, and probably a layout editor as well. Eventually, these should all probably just be switches onto a single editor instance. Decided to put the layout_mid into the item table directory rather than re-use resource_id, so that we can still have pages attached to different resources like photos and events and stuff. The block editor is far from finished, at this point I've only cloned it and changed the name and type of item it looks for.
* add a guid to directory update table to avoid recursionfriendica2013-08-312-1/+12
|
* basic structure for premium channel implementationfriendica2013-08-212-1/+13
|
* poll stufffriendica2013-08-212-2/+63
|
* network-wide poll voting structurefriendica2013-08-202-19/+46
|
* email attachments (and fix email photos)friendica2013-08-192-1/+9
|
* we only want to maintain one INSTALL.txt - and it is in the directory ↵friendica2013-08-151-2/+47
| | | | 'install' where it belongs.
* check these in so I can go back and find out why the stylsheet is horkedfriendica2013-08-112-2/+18
|
* basic *account* removal, but the channel removal which it calls still needs ↵friendica2013-08-042-23/+8
| | | | (lots of) work. Oh and the intro table is no longer used and won't be - so it's gone.
* add "xchan_instance_url" for communicating with services that lack nomadic ↵friendica2013-08-012-1/+10
| | | | 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-312-2/+10
|
* fix bug #84, make imported messages from your clones show up on your wallfriendica2013-07-292-2/+9
|
* add chandesc field to profiles to provide some arbitrary text in the ↵friendica2013-07-242-1/+8
| | | | 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.
* update friends/followers API so Friendica Android client won't chokefriendica2013-07-171-1/+0
|
* block duplicate channelsfriendica2013-07-172-1/+11
|
* photo_flags - for adding taxonomy photos and other stuff.friendica2013-07-162-1/+11
|
* fix xtagfriendica2013-07-142-10/+18
|
* install typofriendica2013-07-141-1/+1
|
* Add self to recipient lists. Sure we already have a copy but it's possible ↵friendica2013-07-142-2/+13
| | | | our nomadic channel clones don't.
* remove double tags on search results, updates to install doco to get rid of ↵friendica2013-07-091-59/+34
| | | | Friendica name there and clarify Red requirements.
* any questions regarding this checkin will be ignoredfriendica2013-07-032-1/+38
|
* add age to directory profile - requires updating on each birthday and that ↵friendica2013-06-302-1/+12
| | | | part is still missing
* Basic ability to create "things"friendica2013-06-272-3/+12
|
* Add site registration policy to site record. This is not yet used or stored, ↵friendica2013-06-202-2/+13
| | | | but potentially can be exchanged through directory mirrors to automatically create "open site" lists.
* infrastructure for future stufffriendica2013-06-192-2/+12
|
* We will need a per item comment policy to be able to determine in advance if ↵friendica2013-06-162-1/+10
| | | | we have permission to comment on something , and we'll need to send it out with all communications. The current check is not only flawed but also a huge performance hit. Also provide the ability for an item to disable commenting completely - such as for a webpage or wherever you want to prevent comments on one item, without requiring a change to your entire permission scheme. All of this is only partially implemented at the moment but we need the structures in place on several sites in order to finish it without breaking everything.
* DB: add timestamps to hubloc table so we can eventually expire dead entries.friendica2013-06-042-3/+17
|
* update the really old sample config filefriendica2013-05-161-30/+21
|
* TypoThomas Willingham2013-05-141-1/+1
|
* add $db_port to .htconfig.php and $a->config['syste]['smarty3_folder'] for ↵fabrixxm2013-05-101-0/+4
| | | | compiled templates
* add driver param to output queue so we know what protocol to use when faced ↵friendica2013-05-062-1/+11
| | | | with multiple choice