aboutsummaryrefslogtreecommitdiffstats
path: root/install/update.php
Commit message (Collapse)AuthorAgeFilesLines
* add driver param to output queue so we know what protocol to use when faced ↵friendica2013-05-061-1/+10
| | | | with multiple choice
* fixesfriendica2013-05-061-4/+3
|
* minor fixes related to postgres developmentfriendica2013-05-051-1/+11
|
* add new connections to default group (if any)friendica2013-03-271-1/+9
|
* update manage table and some documentationfriendica2013-03-271-1/+9
|
* rename 'uri' (and parent_uri) to 'mid' (and parent_mid) since these no ↵friendica2013-03-211-2/+33
| | | | 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-201-1/+5
|
* add xconfig table and functions, update strings and docofriendica2013-03-151-1/+18
|
* directory synchronisation timestampsfriendica2013-03-131-1/+13
|
* tweaky tweak, plus add share tracking db, and don't show acl for guest ↵friendica2013-03-061-1/+24
| | | | 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-051-6/+19
| | | | all" suggestions)
* add account_external for linking to legacy authentication infrastructure ↵friendica2013-03-011-1/+11
| | | | (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-181-1/+23
|
* moving onfriendica2013-02-181-1/+9
|
* typo in updatefriendica2013-02-151-1/+1
|
* add rating support to pocofriendica2013-02-151-1/+8
|
* contact rating field so it's here when we need itfriendica2013-02-151-1/+9
|
* add mimetype to itemsfriendica2013-02-101-1/+11
|
* support for OS files and add directory support to file/attach objectfriendica2013-02-031-1/+8
|
* file/attachment storage api with revision control - needs a bit more testing ↵friendica2013-01-311-1/+10
| | | | but the framework is in place
* add item revision column and indexfriendica2013-01-301-1/+8
|
* beginning of backend file/attachment apifriendica2013-01-301-1/+7
|
* lostpass fixes and login/logout flow if authenticated but no default channel ↵friendica2013-01-271-1/+12
| | | | exists
* clean up the photo storage backend, revamp mod/wall_uploadfriendica2013-01-221-1/+8
|
* typofriendica2013-01-161-1/+1
|
* import events (not just event posts) from zotfriendica2013-01-161-1/+7
|
* events backend heavy lifting - the new structure is slowly emerging.friendica2013-01-151-1/+11
|
* slow progress on events, one step forward, one step back.friendica2013-01-151-1/+8
|
* menu structures for linking your pages to other pages or whateverfriendica2013-01-151-1/+34
|
* read/write "pages" permissions and fiddly bits - per Thomasfriendica2013-01-141-1/+11
|
* verify table needs auto_increment flagfriendica2013-01-021-1/+9
|
* yikes that's a lot of typosfriendica2013-01-021-1/+1
|
* typos etc.friendica2013-01-021-1/+1
|
* start building social graphfriendica2013-01-011-1/+15
|
* poco discoveryfriendica2013-01-011-1/+9
|
* add item expires fieldfriendica2012-12-291-1/+10
|
* This was bloody hard to sort out.... but now it's sorted and we can move ↵friendica2012-12-271-1/+12
| | | | forward again. Put back xtag for efficient keyword searching, use it in conjunction with xprof['keywords'] to avoid a SQL triple join and group_concat (which simply won't scale on a directory server), figured out how best to work timezone corrected birthdays into the protocol. The directory can even provide an age if one was provided to it. Both of these things need some more work, but we have the mechanisms and a plan how to do it right instead of "how the !@#$ are we going to do pull this off?"
* put keywords back in xprof - too messy to search and join from a separate tablefriendica2012-12-271-1/+10
|
* remove the private keywords stuff to reduce directory and search complexityfriendica2012-12-261-1/+9
|
* add permission controls to "storage" objects such as attachments or other ↵friendica2012-12-221-2/+11
| | | | stored files
* cleanup editpostfriendica2012-12-211-1/+1
|
* directory structuresfriendica2012-12-211-1/+38
|
* more DB cleanupfriendica2012-12-201-1/+8
|
* some changes for directory servicesfriendica2012-12-191-1/+26
|
* cleanup more obsolete stufffriendica2012-12-181-0/+3
|
* modularise the notification popupsfriendica2012-12-181-1/+11
|
* converging on a workable crypto auth handshakefriendica2012-12-141-1/+19
|
* Allow forum/account delegation by anybody? On any site? But of course...friendica2012-12-101-2/+8
|
* revise auto_update system so as not to conflict with pre-existing Friendica ↵friendica2012-12-091-1309/+3
| | | | settings