aboutsummaryrefslogtreecommitdiffstats
path: root/mod/directory.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* "profile url" e.g. the wall/stream is now "channel url". "Profile URL" goes ↵friendica2012-10-291-1/+1
| | | | to the profile details.
* more heavy liftingfriendica2012-10-231-12/+7
|
* updatesfriendica2012-09-091-1/+3
|
* start on contacts/profilesfriendica2012-08-301-7/+7
|
* Added more profile data and CSS styling to the /directory pageZvi ben Yaakov (a.k.a rdc)2012-07-011-5/+43
|
* Now using App::get_cached_avatar_image for /directory pageZvi ben Yaakov (a.k.a rdc)2012-06-191-2/+2
|
* Enabled Profile photo revisions to be displayed on /directory pageZvi ben Yaakov (a.k.a rdc)2012-06-171-2/+2
|
* pass zrl's to/through global directoryfriendica2012-04-141-1/+1
|
* Merge branch 'master' of https://github.com/friendica/friendicaAlexander Kampmann2012-04-051-0/+0
| | | | | | Conflicts: include/config.php update.php
* remove admin view of local directoryfriendica2012-03-171-15/+2
|
* a couple more items to make sure forum delegates can't access if the forum ↵friendica2012-02-161-0/+2
| | | | login is shared with the site admin account
* add remove_user hook (it looks like dreamhost changed all my file ↵friendica2012-01-181-0/+0
| | | | permissions, this will make a nasty commit)
* add contact_widgets and provide widgets on appropriate pages, fix the saved ↵Friendika2011-10-111-3/+13
| | | | | | search widget fix directory page on testbubble, don't use system theme for community, directory, and search if the viewer is logged in.
* remove javascript to set selectect nav item. enanche img template prefetch ↵fabrixxm2011-08-171-1/+1
| | | | ignoring
* change nav selected css classFabio Comuni2011-07-251-1/+1
|
* add info() function. Works like notice() but show messages in a div with ↵Fabio Comuni2011-05-231-2/+2
| | | | | | | class info-message. update code to use info() instead of notice() when appropriate (non-error message) add info-message class style in themes
* admin directory viewFriendika2011-05-161-2/+17
|
* deprecate load_view_fileFriendika2011-05-111-2/+2
|
* don't use load_view_file() except in email templates and install of htconfig ↵Friendika2011-05-101-2/+2
| | | | - to avoid getting wrong file when package is updated by copying over an older version.
* "firewall" setting - block all public pages from the public if configured to ↵Friendika2011-04-211-0/+6
| | | | do so
* more templates converted to string filesFriendika2011-04-061-1/+3
|
* add fulltext index on keywords, missed some directory localisationsFriendika2011-03-221-3/+3
|
* keywords split into public and private. Public will be used by the friend ↵Friendika2011-03-141-1/+1
| | | | finder.
* personal titleFriendika2011-01-181-2/+5
|
* add owner's birthday information to feed (if allowed to)Friendika2011-01-121-0/+1
|
* use default system theme for system pagesFriendika2011-01-071-0/+2
|
* site config to force publish in site directoryFriendika2011-01-021-3/+3
|
* don't use openid CURL wrapper if open_basedir is set (even if safe_mode isn't)Friendika2011-01-021-0/+2
|
* more plugin hooksFriendika2010-12-251-1/+8
|
* match the documentationFriendika2010-12-191-1/+1
|
* added "secret" profile search keywordsFriendika2010-12-191-1/+1
|
* make both content and people search POSTableFriendika2010-12-121-1/+12
|
* more lintMike Macgirvin2010-10-311-1/+2
|