aboutsummaryrefslogtreecommitdiffstats
path: root/mod/directory.php
Commit message (Collapse)AuthorAgeFilesLines
* for webpages, hide the mimetype selector unless in advanced mode. For pages ↵friendica2014-09-071-1/+1
| | | | 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.
* and more ajax workfriendica2014-09-061-1/+1
|
* Merge https://github.com/friendica/red into pending_mergefriendica2014-09-061-2/+3
|\
| * Fix directory for NOT endless scroll. Dunno what's wrong with endlessThomas Willingham2014-09-061-2/+3
| | | | | | | | scroll, sorry.
* | ajax workfriendica2014-09-061-1/+1
|/
* retro-actively set standalone directory fix, also a fix for directory ↵friendica2014-08-281-0/+5
| | | | endless scroll when you hit the end.
* a bit of cleanup on directory autoscrollfriendica2014-08-051-4/+9
|
* scrolling directoryfriendica2014-08-051-5/+8
|
* always provide a profile edit entry in the nav usermenufriendica2014-07-241-12/+21
|
* Set a default directory server from a hard-wired list if one was not ↵friendica2014-04-251-7/+2
| | | | previously chosen.
* advanced search front-endfriendica2014-03-081-2/+6
|
* from olivier: use double quotes in js strings, updated FR translationfriendica2014-02-071-0/+1
| | | | from me: provide future ability to have an optional edit link/icon next to menus (such as bookmarks)
* add primary webbie to directory popupfriendica2014-01-211-0/+1
|
* first cut at a directory popup. It's a bit annoying at the moment, so we'll ↵friendica2013-12-231-1/+2
| | | | 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.
* split private messages into two modules - "message" is just for message ↵friendica2013-12-211-20/+0
| | | | lists, "mail" is for reading and writing conversations. This is so we can Comanchify it cleanly.
* comanchify mod_directory. Two modules remaining. Actually three because ↵friendica2013-12-201-4/+6
| | | | message needs to be split.
* make home.html fullpage mode - make directory search work for non-logged in, ↵friendica2013-12-141-6/+4
| | | | but leave off suggest and invite
* suggestion widget tweaked to make it comanche capable. Remove old versions ↵friendica2013-12-081-1/+2
| | | | of specs that are so obsolete it isn't funny. Zot protocol reference is in red's github wiki, and in the code. We should move the github copy to /doc once it is updated to match the code. There's no point in documenting dfrn in the red code base.
* add suggestions to a couple of other pagesfriendica2013-12-061-0/+2
|
* Merge https://github.com/friendica/red into zpullfriendica2013-11-091-4/+12
|\ | | | | | | | | Conflicts: mod/directory.php
| * Clean upThomas Willingham2013-11-091-2/+1
| |
| * Bring safe search to the UIThomas Willingham2013-11-091-1/+4
| |
| * Kill logging/commentThomas Willingham2013-11-091-2/+0
| |
| * Fix safe search, and also make it an xconfigThomas Willingham2013-11-091-3/+10
| |
* | fix directory leaking to ppl which aint got zot in searchbar-autocomplete if ↵marijus2013-11-091-0/+5
|/ | | | block_public is enabled
* directory sort links on sidebarfriendica2013-10-131-0/+2
|
* typofriendica2013-09-191-1/+1
|
* now bring it to the urlfriendica2013-09-191-0/+2
|
* bring safe mode to the client sidefriendica2013-09-191-1/+12
|
* Use get_configThomas Willingham2013-09-201-1/+1
|
* Make $kw configurable.Thomas Willingham2013-09-201-1/+4
|
* add "tiered" access policy, add tagcloud to directory pagesfriendica2013-09-181-1/+9
|
* this might fix "find channels" but I can't test the keyword search until ↵friendica2013-09-141-1/+1
| | | | this is running on a production site.
* populate initial suggestions (ultimately we want to do this at install time ↵friendica2013-08-051-1/+1
| | | | as well as from the poller so that new sites have friend suggestions when they create their first channel).
* connect link in directoryfriendica2013-08-031-4/+22
|
* provide a way to search the directory by modification datefriendica2013-07-141-0/+4
|
* templatise alt_pagerfriendica2013-06-031-1/+1
|
* fix pager, doc updatefriendica2013-06-031-2/+2
|
* log directory source urlfriendica2013-01-271-0/+1
|
* security fixes related to directory access and sites that are off the gridfriendica2013-01-221-0/+4
|
* Ensure that Red members never see the accursed "and nobody was found..." ↵friendica2013-01-201-79/+80
| | | | when you've put in an explicit address of a channel you know for certain exists.
* distributed directory search from the navbarfriendica2013-01-191-1/+1
|
* fix people searchfriendica2013-01-181-1/+2
|
* did it againfriendica2013-01-181-1/+1
|
* directory client modefriendica2013-01-181-107/+98
|
* will have to search tags/keywords another wayfriendica2012-12-261-4/+4
|
* local search against the directory - need to convert this to client/server rolefriendica2012-12-261-38/+34
|
* remove the private keywords stuff to reduce directory and search complexityfriendica2012-12-261-1/+1
|
* directory page still needs a lot of work, look up locally if local master or ↵friendica2012-12-191-109/+120
| | | | standalone, need to put some basic profile info in discovery page and direct to local directory master
* start implementing zot-idfriendica2012-11-081-1/+1
|