aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* add rating support to pocofriendica2013-02-155-13/+29
|
* contact rating field so it's here when we need itfriendica2013-02-153-3/+13
|
* we're well into 2013friendica2013-02-151-1/+1
|
* we don't need to quote or rename 'default' in mySQL if we just use the ↵friendica2013-02-153-3/+3
| | | | original column name 'is_default'
* needle/haystack reversalfriendica2013-02-151-1/+1
|
* public scopefriendica2013-02-153-7/+69
|
* implement sender side of public scope setting (public post, network-wide, ↵friendica2013-02-141-2/+36
| | | | site-wide, etc....)
* more groundwork for channel importfriendica2013-02-143-24/+70
|
* placeholder comment for public scope requirementfriendica2013-02-141-0/+7
|
* make 'view in context' actually go somewhere usefulfriendica2013-02-131-1/+1
|
* use our own CA bundle as authoritative for backend communications. This ↵friendica2013-02-134-4/+3928
| | | | avoids OS dependent CA validity mismatches.
* using old structuresfriendica2013-02-131-4/+4
|
* Sigh... I need another cuppafriendica2013-02-131-6/+8
|
* two really bad typos cancelled each other out so typo couldn't see either.friendica2013-02-131-3/+3
|
* catch all the changesfriendica2013-02-132-2/+2
|
* mod_common - use channel_id rather than channel_addressfriendica2013-02-131-14/+8
|
* Merge https://github.com/friendica/red into zpullfriendica2013-02-131-0/+2
|\
| * Expert mode. Doesn't do anything yet, just checking in on the offchance ↵Thomas Willingham2013-02-131-0/+2
| | | | | | | | anyone needs it before I'm finished with the theme stuff that uses it.
* | bring mod_common into the modern agefriendica2013-02-137-600/+50
|/
* fix to common friends - it seems it counts the right number of common ↵friendica2013-02-132-2/+2
| | | | friends, but they are all you
* some more rmagic fixes discovered during testingfriendica2013-02-131-3/+3
|
* fix auto rmagic when visiting with zidfriendica2013-02-132-3/+9
|
* recursion and typo in rmagic with zidfriendica2013-02-134-41/+3
|
* send correct 'searchable' directory setting based on default profile settingfriendica2013-02-121-0/+4
|
* contact photo update issuefriendica2013-02-121-636/+636
|
* Whinging whining stupid fucks.friendica2013-02-125-33/+19
|
* maybe it would work if I didn't put non-existent php vars into the sql.friendica2013-02-111-1/+1
|
* more progresss on tag deliveryfriendica2013-02-111-5/+3
|
* Sort out registrations requiring approvalfriendica2013-02-115-15/+21
|
* tag notifications now work.friendica2013-02-111-1/+3
|
* progress on tag deliveryfriendica2013-02-118-15/+17
|
* debug tag_deliverfriendica2013-02-101-1/+4
|
* xchan lookup tool - provide the first few chars of an xchan and find out who ↵friendica2013-02-101-0/+28
| | | | it is
* debug import_profile_photofriendica2013-02-101-3/+7
|
* fix profile selector on profile_photo page (unquoted mysql reserved word ↵friendica2013-02-104-5/+14
| | | | 'default')
* prevent repeated channel names in system notificationsfriendica2013-02-101-1/+1
|
* add mimetype to protocol layersfriendica2013-02-101-10/+13
|
* add mimetype to itemsfriendica2013-02-103-3/+15
|
* reduce itemspage for better interactive performancefriendica2013-02-102-3/+3
|
* taming the wild mod_displayfriendica2013-02-102-37/+36
|
* progress on mod/display - slow but any progress is goodfriendica2013-02-103-24/+12
|
* mod_display - no fun. Not working at all. But a bit of progress.friendica2013-02-1012-117/+207
|
* add soapbox settingsfriendica2013-02-106-14/+46
|
* smarty support in intltext, fix old pending accounts query in ping, log ↵friendica2013-02-093-7/+22
| | | | failed email register notify
* more profiling - cache the qcomment list so we don't have to look it up for ↵friendica2013-02-092-1/+22
| | | | every rendered item
* this seems to cut load times in halffriendica2013-02-092-18/+31
|
* add count of items to profiler so we can get a running averagefriendica2013-02-091-1/+1
|
* performance profiling - 95% of the time is spent in "conversation()" e.g. ↵friendica2013-02-092-6/+26
| | | | rendering and templates, even with the new theme engine. The time spent in the DB is miniscule. Will have to profile the bbcode processing and template engines individually to drill down further.
* debug rmagicfriendica2013-02-082-5/+11
|
* rmagic module to be called from nav bar on remote site - still needs a template.friendica2013-02-081-0/+58
|