Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | for webpages, hide the mimetype selector unless in advanced mode. For pages ↵ | friendica | 2014-09-07 | 1 | -2/+2 |
| | | | | that endless scroll and show blocky-block things, set the default items-per-page to 60. Why? It fits column-widths of 2,3,4,5,6,10,12,15, and 20 without leaving remaindered items dangling at the end. No other setting less than 100 has this much versatility. | ||||
* | retro-actively set standalone directory fix, also a fix for directory ↵ | friendica | 2014-08-28 | 1 | -1/+7 |
| | | | | endless scroll when you hit the end. | ||||
* | restrict returned directory contents to xchans in the zot network. We could ↵ | friendica | 2014-08-20 | 1 | -2/+2 |
| | | | | probably add other networks to this and create a distributed directory for the free web. It's highly unlikely we would do this but we *could*. | ||||
* | some more work on realms | friendica | 2014-08-17 | 1 | -2/+12 |
| | |||||
* | limit updates from new dir servers to avoid exhausting memory. | friendica | 2014-06-29 | 1 | -1/+1 |
| | |||||
* | keep dirsync from exhausting memory | friendica | 2014-06-29 | 1 | -1/+1 |
| | |||||
* | more work on firehose | friendica | 2014-03-26 | 1 | -0/+2 |
| | |||||
* | failed experiment - revert the directory to 80 results per page until ↵ | friendica | 2014-03-10 | 1 | -1/+1 |
| | | | | somebody implements endless scroll on the thing. 300 takes far too long to load all the images. | ||||
* | update cacert.pem , don't hide url link for rmagic | friendica | 2014-03-09 | 1 | -1/+0 |
| | |||||
* | advanced search front-end | friendica | 2014-03-08 | 1 | -0/+4 |
| | |||||
* | back-end for advanced directory search | friendica | 2014-03-08 | 1 | -15/+98 |
| | |||||
* | stopgap solution until somebody implements endless scroll on the directory | friendica | 2014-03-04 | 1 | -1/+1 |
| | |||||
* | directory sync issues | friendica | 2014-03-03 | 1 | -1/+6 |
| | |||||
* | Probably shouldn't list REGISTER_CLOSED sites on a list of open hubs. | Thomas Willingham | 2014-01-14 | 1 | -2/+2 |
| | |||||
* | cut/paste error | friendica | 2013-12-25 | 1 | -3/+3 |
| | |||||
* | extend the directory profiles a bit more | friendica | 2013-12-25 | 1 | -0/+3 |
| | |||||
* | improve the directory popup a bit | friendica | 2013-12-23 | 1 | -4/+1 |
| | |||||
* | first cut at a directory popup. It's a bit annoying at the moment, so we'll ↵ | friendica | 2013-12-23 | 1 | -3/+15 |
| | | | | have to make it less so. Also had second thoughts about the project homepage changes made yesterday. Just because a bunch of Reddit trolls can't get social networking out of their brain long enough to explore other technologies or even read the project page doesn't mean we should pander to them and explain how or why we either are or aren't a social network. | ||||
* | dirsearch and pubsites - force non-SSL sites to float to the bottom of the list | friendica | 2013-11-14 | 1 | -1/+9 |
| | |||||
* | removeme sort of works for a single channel - lots of loose ends to deal ↵ | friendica | 2013-11-12 | 1 | -4/+6 |
| | | | | with but it's a start | ||||
* | Fix safe search, and also make it an xconfig | Thomas Willingham | 2013-11-09 | 1 | -3/+4 |
| | |||||
* | DB - allow private messages to expire | friendica | 2013-11-06 | 1 | -2/+2 |
| | |||||
* | hmmph. That's why the sort order didn't change... | friendica | 2013-11-03 | 1 | -2/+2 |
| | |||||
* | make date order the default for the directory | friendica | 2013-11-03 | 1 | -1/+1 |
| | |||||
* | allow zot public providers to list their location, as a non US-based server ↵ | friendica | 2013-10-30 | 1 | -1/+1 |
| | | | | could be a strong selling point. | ||||
* | directory leaking hidden channels - logic issue | friendica | 2013-10-24 | 1 | -1/+3 |
| | |||||
* | directory date order (sort=date) | friendica | 2013-10-12 | 1 | -1/+1 |
| | |||||
* | small fixes | friendica | 2013-09-30 | 1 | -1/+10 |
| | |||||
* | directory sync - this will either work, or it won't work, or it will ↵ | friendica | 2013-09-30 | 1 | -6/+4 |
| | | | | | | | | | 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. | ||||
* | there's our directory sync packet (aka transaction log). Now we just have to ↵ | friendica | 2013-09-29 | 1 | -4/+14 |
| | | | | pass them around and act on them. | ||||
* | adult channel setting | friendica | 2013-09-22 | 1 | -2/+2 |
| | |||||
* | use &safe=-1 for unsafe only | friendica | 2013-09-19 | 1 | -1/+4 |
| | |||||
* | provide a "safe search" backend and allow for self-censorship using nsfw or ↵ | friendica | 2013-09-19 | 1 | -2/+6 |
| | | | | adult profile keywords. Eventually the directories will be forced to mark adult profiles and sync this knowledge between them. At the moment there's no way to do an unsafe search, but we really just need a checkbox and pass the value through directory to dirsearch on the back end, and some will want this as a pconfig. | ||||
* | add "tiered" access policy, add tagcloud to directory pages | friendica | 2013-09-18 | 1 | -3/+6 |
| | |||||
* | provide the back-end for a directory tag cloud | friendica | 2013-09-17 | 1 | -1/+9 |
| | |||||
* | site sellpage links | friendica | 2013-09-17 | 1 | -1/+1 |
| | |||||
* | implement what I hope will now be the server side of directory sync, add ↵ | friendica | 2013-09-15 | 1 | -4/+15 |
| | | | | viewsrc to item_photo_menu, and log what changed in import_xchan update objects so we can find out why there are so many updates when nothing _obvious_ has changed that should trigger it. | ||||
* | quick fix to directory | friendica | 2013-09-09 | 1 | -3/+3 |
| | |||||
* | function name | friendica | 2013-09-05 | 1 | -1/+1 |
| | |||||
* | public site list (will take a few days to populate, assuming folks have ↵ | friendica | 2013-09-05 | 1 | -0/+36 |
| | | | | updated their site access policy which old sites do not have) | ||||
* | Add a site access policy (to determine if this is really a public site or ↵ | friendica | 2013-08-06 | 1 | -4/+6 |
| | | | | just an open site) and add an orphan flag to xchans in case all their hublocs go away. Get rid of a couple of DO NOT EDIT template messages which were still lurking in the tree. | ||||
* | connect link in directory | friendica | 2013-08-03 | 1 | -0/+2 |
| | |||||
* | provide a way to search the directory by modification date | friendica | 2013-07-14 | 1 | -2/+12 |
| | |||||
* | add age to dirsearch json | friendica | 2013-06-30 | 1 | -0/+1 |
| | |||||
* | age query in dirsearch | friendica | 2013-06-30 | 1 | -0/+10 |
| | |||||
* | directory search by hub | friendica | 2013-06-16 | 1 | -1/+3 |
| | |||||
* | more directory sync stuff | friendica | 2013-04-28 | 1 | -11/+20 |
| | |||||
* | make contact_remove sort of work so I can actually get rid of Oliver's and ↵ | friendica | 2013-01-25 | 1 | -2/+2 |
| | | | | Michael J's dead contacts and not poll them every ten minutes forever | ||||
* | security fixes related to directory access and sites that are off the grid | friendica | 2013-01-22 | 1 | -7/+3 |
| | |||||
* | hidden directory entries | friendica | 2013-01-22 | 1 | -3/+8 |
| |