aboutsummaryrefslogtreecommitdiffstats
path: root/install/update.php
Commit message (Collapse)AuthorAgeFilesLines
...
* likes table for liking things besides posts and commentsfriendica2014-06-221-1/+23
|
* implement 'requires' on personal appsfriendica2014-05-221-1/+8
|
* try to recover from bad updatefriendica2014-05-201-1/+13
|
* more app backend workfriendica2014-05-191-2/+9
|
* support commerical appsfriendica2014-05-181-1/+12
|
* app DB structurefriendica2014-05-171-1/+26
|
* use parent_mid in the parent query for enotify instead of of the parent id. ↵friendica2014-04-061-1/+8
| | | | This should fix the issue with encrypted content in the notification messages (for locally posted replies). The fix was a bit harder than anticipated because we store the parent id as an int in the notify table so this had to be modified to char storage as well.
* more efficient public feed fetchingfriendica2014-04-021-1/+10
|
* finish up the source route storage so we can prevent messages from flowing ↵friendica2014-03-311-1/+8
| | | | upstream in complicated delivery chains
* This should be a slight improvement in setting ciphers - we'll punt on ↵friendica2014-03-251-2/+9
| | | | RedHat but open up the list just for openssl distros which seem to have all the problems at the moment.
* typofriendica2014-03-061-1/+1
|
* bring friends backfriendica2014-03-061-1/+9
|
* directory sync issuesfriendica2014-03-031-2/+9
|
* put bookmarked chatrooms into pocofriendica2014-02-251-1/+9
|
* more chatroom discoveryfriendica2014-02-251-1/+19
|
* Update channel permissions to full intsThomas Willingham2014-02-251-2/+20
|
* vsprintf error on updatefriendica2014-02-201-1/+1
|
* fix the broken hublocs in an updatefriendica2014-02-201-1/+17
|
* set default for account_level in DBfriendica2014-02-071-1/+8
|
* bookmark permissionsfriendica2014-02-041-1/+9
|
* chat expiration (default 2 hours) - but can be set on a per-chatroom basisfriendica2014-01-301-1/+10
|
* add client field to chatpresence - which will give us a place to put IP ↵friendica2014-01-281-1/+7
| | | | addresses for webRTC. Might as well allow for that since we'll (soon) have presence. Then we wouldn't need SIP and folks can "just" p2p each other using any mechanism they wish if they have permission to do so.
* chat data structuresfriendica2014-01-271-2/+57
|
* move some store thingsfriendica2014-01-211-1/+6
|
* allow menus to have special rolesfriendica2014-01-151-1/+9
|
* only let visitors remove their own files.friendica2014-01-091-1/+10
|
* allow objects to have permissionsfriendica2013-12-281-1/+11
|
* db update for directory profiles - and fix broken database.sql from the ↵friendica2013-12-251-1/+11
| | | | sys_perms addition a couple days back
* add account_level, is_foreigner and is_member functions; convert all e2ee ↵friendica2013-12-231-1/+10
| | | | user input and prompts to hex to avoid javascipt's lame handling of quotes. !!This breaks all prior encrypted posts.!!
* remove a couple of mysql reserved words from being used as table or row ↵friendica2013-12-221-1/+14
| | | | names. For this round we're getting 'group' and 'desc'. Warning: potentially destabilising as this touches a lot of code.
* Some sys chan stuffThomas Willingham2013-12-221-1/+17
|
* add aid to notifiy table which we may need to supress duplicate notify ↵friendica2013-11-201-1/+10
| | | | | | emails across your channels also try to handle the wretched mess of broken and duplicated hublocs that fred.cepheus.uberspace.de typically reports
* remove the challenge table as wellfriendica2013-11-181-1/+8
|
* drop the queue table which we no longer usefriendica2013-11-181-1/+8
|
* DB - allow private messages to expirefriendica2013-11-061-1/+9
|
* allow zot public providers to list their location, as a non US-based server ↵friendica2013-10-301-1/+8
| | | | could be a strong selling point.
* Schema change - add channel_dirdate so we can ping a directory server once a ↵friendica2013-10-271-1/+9
| | | | month which means we can find dead channels - because they won't be pinging the directory server once a month.
* preserve the source owner when creating a delivery fork so that we can ↵friendica2013-10-131-1/+8
| | | | uplink back to them without any ambiguity.
* post signaturesfriendica2013-10-021-1/+8
|
* implement republish permission for use in sourced channelsfriendica2013-09-301-1/+9
|
* directory sync - this will either work, or it won't work, or it will ↵friendica2013-09-301-1/+16
| | | | | | | | | 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-261-1/+17
|
* add a flag field to xtags so that we can filter tags based on whether or not ↵friendica2013-09-191-1/+8
| | | | 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-191-1/+9
| | | | 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-181-1/+9
| | | | (directory sync) updates have been processed in some way.
* site sellpage linksfriendica2013-09-171-1/+9
|
* extends DB in hubloc to maintain hubloc connectivityMichael Meer2013-09-101-1/+8
|
* change primary key on updates tablefriendica2013-09-091-1/+8
|
* public site list (will take a few days to populate, assuming folks have ↵friendica2013-09-051-1/+10
| | | | 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-011-1/+8
| | | | 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.