aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
Commit message (Collapse)AuthorAgeFilesLines
* add Smarty templates for international templatesZach Prezkuta2013-01-101-5/+0
|
* get_cached_avatar_image no longer in useMichael Meer2013-01-091-1/+2
|
* bypass smarty for intletext templatesfriendica2013-01-071-0/+7
|
* more work on notification system, fix a couple of minor issues from smarty ↵friendica2013-01-071-1/+1
| | | | conversion
* fix show-stopping bugsZach Prezkuta2013-01-061-1/+1
|
* implement Smarty3Zach Prezkuta2013-01-061-37/+92
|
* port "remember me" from Friendicafriendica2013-01-041-1/+1
|
* move all the final page construction to a construct_page() functionfriendica2013-01-041-0/+83
|
* import the toggle_mobile stuff to shut up some warningsfriendica2013-01-031-0/+16
|
* fix register_policy globallyfriendica2013-01-031-1/+1
|
* verify table needs auto_increment flagfriendica2013-01-021-1/+1
|
* start building social graphfriendica2013-01-011-1/+1
|
* poco discoveryfriendica2013-01-011-1/+1
|
* cleanup bootfriendica2012-12-311-66/+24
|
* add item expires fieldfriendica2012-12-291-1/+1
|
* This was bloody hard to sort out.... but now it's sorted and we can move ↵friendica2012-12-271-2/+23
| | | | 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/+1
|
* remove the private keywords stuff to reduce directory and search complexityfriendica2012-12-261-4/+4
|
* When is a channel not a person (or a group/forum or blog or product page or ↵friendica2012-12-221-0/+1
| | | | whatever)? When it's something else completely.
* add permission controls to "storage" objects such as attachments or other ↵friendica2012-12-221-1/+4
| | | | stored files
* directory structuresfriendica2012-12-211-2/+1
|
* more DB cleanupfriendica2012-12-201-1/+1
|
* some changes for directory servicesfriendica2012-12-191-1/+1
|
* directory page still needs a lot of work, look up locally if local master or ↵friendica2012-12-191-6/+7
| | | | standalone, need to put some basic profile info in discovery page and direct to local directory master
* set_baseurl issue, more cleanupfriendica2012-12-191-2/+2
|
* cleanup more obsolete stufffriendica2012-12-181-1/+1
|
* converging on a workable crypto auth handshakefriendica2012-12-141-1/+1
|
* So what if Red could do more CMS types of things? And you could add ↵friendica2012-12-121-0/+2
| | | | arbitrary web content pages of your own design to your channel resources? Oh wait...
* Any red site can be a global directory provider. By default we'll make them ↵friendica2012-12-101-0/+15
| | | | level 3 mirrors. We will also allow one to create standalone directories or global directory servers/mirrors in alternate realms.
* Allow forum/account delegation by anybody? On any site? But of course...friendica2012-12-101-1/+2
|
* start whipping the item photo menu into shapefriendica2012-12-091-5/+5
|
* revise auto_update system so as not to conflict with pre-existing Friendica ↵friendica2012-12-091-9/+9
| | | | settings
* upstream fixes, revision updated, and mail autocomplete was lost after a ↵friendica2012-12-081-2/+3
| | | | recent change I made
* move 'Connect' button to local chanview page, remove from remote profile ↵friendica2012-12-061-6/+0
| | | | pages - still requires some theming love
* fixed several little nit bugs that cropped up during deploymentfriendica2012-12-061-6/+12
|
* bring back profile edit popup menu, needs some more themingfriendica2012-12-051-13/+23
|
* DB: do the mail table again. Mail almost working onsite, still needs to zot ↵friendica2012-12-041-0/+7
| | | | though
* Now if you follow somebody it will create an abook entry on the other site ↵friendica2012-11-291-0/+1
| | | | with blocked,ignored, and pending set. No "friend notifications" yet.
* little stufffriendica2012-11-161-1/+1
|
* notes on need for 'xsite' table for global directory and a catalogfriendica2012-11-161-0/+8
| | | | of known sites
* got zotfriendica2012-11-121-1/+1
|
* profile/channel page view contactsfriendica2012-11-091-13/+8
|
* start implementing zot-idfriendica2012-11-081-9/+16
|
* turn multiple profiles into a feature, implement connection flags ↵friendica2012-11-071-0/+1
| | | | (block,hide,archive,etc.)
* allow theme selectionfriendica2012-11-071-2/+4
|
* All the themes except one are horked anwayfriendica2012-11-061-1/+1
|
* fix the profile change activity postfriendica2012-11-051-4/+4
|
* turn off some "advanced" features by default, like archives and saved search ↵friendica2012-11-031-0/+1
| | | | - even though we don't yet have a screen to turn them on. That will come.
* channels you are connected to are "connections". Get rid of "address book" ↵friendica2012-11-031-1/+1
| | | | which doesn't fit.
* move some more stuff to the install directoryfriendica2012-11-011-2/+2
|