aboutsummaryrefslogtreecommitdiffstats
path: root/install
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* fixesfriendica2013-05-061-4/+3
|
* minor fixes related to postgres developmentfriendica2013-05-052-3/+13
|
* missed channel_default_group key nrenamefriendica2013-04-031-1/+1
|
* add new connections to default group (if any)friendica2013-03-272-2/+10
|
* update manage table and some documentationfriendica2013-03-272-3/+11
|
* rename 'uri' (and parent_uri) to 'mid' (and parent_mid) since these no ↵friendica2013-03-212-12/+43
| | | | longer remotely resemble uri's and are actually message_id's. This change is potentially destabilising because it touches a lot of code and structure. But it has to get done and there's no better time than the present.
* Add "channels" field to profile table.Thomas Willingham2013-03-202-1/+6
|
* add xconfig table and functions, update strings and docofriendica2013-03-152-1/+30
|
* directory synchronisation timestampsfriendica2013-03-132-1/+20
|
* .friendica2013-03-101-3/+3
|
* tweaky tweak, plus add share tracking db, and don't show acl for guest ↵friendica2013-03-062-39/+35
| | | | postings, and experiment with compressing pcss on the fly
* basic friend suggestions (but not "new to the network and have no friends at ↵friendica2013-03-052-6/+28
| | | | all" suggestions)
* add account_external for linking to legacy authentication infrastructure ↵friendica2013-03-012-2/+14
| | | | (e.g. ldap, pam, AD, phpBB, Drupal, etc) - this field is not used by Red.
* viewcontacts updatefriendica2013-02-191-1/+1
|
* reverse the cyclic conundrum, and a minor db update of no consequencefriendica2013-02-182-1/+40
|
* moving onfriendica2013-02-182-2/+12
|
* typo in updatefriendica2013-02-151-1/+1
|
* add rating support to pocofriendica2013-02-152-2/+11
|