aboutsummaryrefslogtreecommitdiffstats
path: root/install
Commit message (Collapse)AuthorAgeFilesLines
* add mimetype to itemsfriendica2013-02-102-2/+14
|
* support for OS files and add directory support to file/attach objectfriendica2013-02-032-9/+15
|
* file/attachment storage api with revision control - needs a bit more testing ↵friendica2013-01-312-2/+18
| | | | but the framework is in place
* add item revision column and indexfriendica2013-01-302-1/+10
|
* beginning of backend file/attachment apifriendica2013-01-302-2/+13
|
* lostpass fixes and login/logout flow if authenticated but no default channel ↵friendica2013-01-272-10/+21
| | | | exists
* remove KEY commands for columns that don't exist anymorezottel2013-01-241-2/+0
|
* clean up the photo storage backend, revamp mod/wall_uploadfriendica2013-01-222-4/+9
|
* typofriendica2013-01-161-1/+1
|
* import events (not just event posts) from zotfriendica2013-01-162-2/+7
|
* events backend heavy lifting - the new structure is slowly emerging.friendica2013-01-152-2/+14
|
* slow progress on events, one step forward, one step back.friendica2013-01-152-3/+10
|
* menu structures for linking your pages to other pages or whateverfriendica2013-01-152-2/+59
|
* read/write "pages" permissions and fiddly bits - per Thomasfriendica2013-01-142-6/+20
|
* verify table needs auto_increment flagfriendica2013-01-022-2/+10
|
* yikes that's a lot of typosfriendica2013-01-021-1/+1
|
* typos etc.friendica2013-01-021-1/+1
|
* start building social graphfriendica2013-01-012-1/+26
|
* poco discoveryfriendica2013-01-012-6/+13
|
* add item expires fieldfriendica2012-12-292-1/+12
|
* This was bloody hard to sort out.... but now it's sorted and we can move ↵friendica2012-12-272-2/+16
| | | | 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-272-1/+11
|
* provide a default directory configuration (client)friendica2012-12-261-6/+10
|
* remove the private keywords stuff to reduce directory and search complexityfriendica2012-12-262-6/+11
|
* add permission controls to "storage" objects such as attachments or other ↵friendica2012-12-222-3/+16
| | | | stored files
* cleanup editpostfriendica2012-12-211-1/+1
|
* directory structuresfriendica2012-12-212-2/+72
|
* more DB cleanupfriendica2012-12-202-19/+8
|
* some changes for directory servicesfriendica2012-12-192-3/+40
|
* cleanup more obsolete stufffriendica2012-12-182-88/+3
|
* modularise the notification popupsfriendica2012-12-182-3/+13
|
* converging on a workable crypto auth handshakefriendica2012-12-142-1/+34
|
* Allow forum/account delegation by anybody? On any site? But of course...friendica2012-12-102-3/+11
|
* revise auto_update system so as not to conflict with pre-existing Friendica ↵friendica2012-12-091-1309/+3
| | | | settings
* DB: alter table group add hash char(255) not null default '' after id, add ↵friendica2012-12-061-2/+6
| | | | | | index (hash); alter table photo add size int(10) unsigned not null default '0' after width, add index (size);
* DB: do the mail table again. Mail almost working onsite, still needs to zot ↵friendica2012-12-041-4/+6
| | | | though
* DB UPDATE! Drop your mail table and reload it from install/database.sqlfriendica2012-12-031-21/+9
|
* DATABASE: outq additions, delivery now getting the notify across to the ↵friendica2012-11-191-1/+5
| | | | other side
* DATABASE: minor changes in group_member and outq tablesfriendica2012-11-161-15/+7
|
* more work on the settings pagesfriendica2012-11-051-24/+4
|
* llink is like plink but only on the local system, plink can be anywherefriendica2012-11-041-0/+2
|
* mv mod_install to mod_setup, conflict with name of install dirfriendica2012-11-031-1/+1
|
* photo index contacts by xchanfriendica2012-11-021-1/+3
|
* move some more stuff to the install directoryfriendica2012-11-012-0/+1366
|
* get permission discovery working - guid sigs were getting truncated in dbfriendica2012-10-311-2/+1
|
* need to accomodate different webbies on different hubsfriendica2012-10-311-1/+3
|
* increase size of signature storesfriendica2012-10-311-5/+3
|
* starting on pinging the basic elements of federation and communicationfriendica2012-10-311-2/+4
|
* more structural stufffriendica2012-10-291-6/+6
|
* clarifyfriendica2012-10-241-1/+2
|