Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | this might fix "find channels" but I can't test the keyword search until ↵ | friendica | 2013-09-14 | 1 | -1/+1 | |
| | | | | this is running on a production site. | |||||
* | populate initial suggestions (ultimately we want to do this at install time ↵ | friendica | 2013-08-05 | 1 | -1/+1 | |
| | | | | as well as from the poller so that new sites have friend suggestions when they create their first channel). | |||||
* | connect link in directory | friendica | 2013-08-03 | 1 | -4/+22 | |
| | ||||||
* | provide a way to search the directory by modification date | friendica | 2013-07-14 | 1 | -0/+4 | |
| | ||||||
* | templatise alt_pager | friendica | 2013-06-03 | 1 | -1/+1 | |
| | ||||||
* | fix pager, doc update | friendica | 2013-06-03 | 1 | -2/+2 | |
| | ||||||
* | log directory source url | friendica | 2013-01-27 | 1 | -0/+1 | |
| | ||||||
* | security fixes related to directory access and sites that are off the grid | friendica | 2013-01-22 | 1 | -0/+4 | |
| | ||||||
* | Ensure that Red members never see the accursed "and nobody was found..." ↵ | friendica | 2013-01-20 | 1 | -79/+80 | |
| | | | | when you've put in an explicit address of a channel you know for certain exists. | |||||
* | distributed directory search from the navbar | friendica | 2013-01-19 | 1 | -1/+1 | |
| | ||||||
* | fix people search | friendica | 2013-01-18 | 1 | -1/+2 | |
| | ||||||
* | did it again | friendica | 2013-01-18 | 1 | -1/+1 | |
| | ||||||
* | directory client mode | friendica | 2013-01-18 | 1 | -107/+98 | |
| | ||||||
* | will have to search tags/keywords another way | friendica | 2012-12-26 | 1 | -4/+4 | |
| | ||||||
* | local search against the directory - need to convert this to client/server role | friendica | 2012-12-26 | 1 | -38/+34 | |
| | ||||||
* | remove the private keywords stuff to reduce directory and search complexity | friendica | 2012-12-26 | 1 | -1/+1 | |
| | ||||||
* | directory page still needs a lot of work, look up locally if local master or ↵ | friendica | 2012-12-19 | 1 | -109/+120 | |
| | | | | standalone, need to put some basic profile info in discovery page and direct to local directory master | |||||
* | start implementing zot-id | friendica | 2012-11-08 | 1 | -1/+1 | |
| | ||||||
* | "profile url" e.g. the wall/stream is now "channel url". "Profile URL" goes ↵ | friendica | 2012-10-29 | 1 | -1/+1 | |
| | | | | to the profile details. | |||||
* | more heavy lifting | friendica | 2012-10-23 | 1 | -12/+7 | |
| | ||||||
* | updates | friendica | 2012-09-09 | 1 | -1/+3 | |
| | ||||||
* | start on contacts/profiles | friendica | 2012-08-30 | 1 | -7/+7 | |
| | ||||||
* | Added more profile data and CSS styling to the /directory page | Zvi ben Yaakov (a.k.a rdc) | 2012-07-01 | 1 | -5/+43 | |
| | ||||||
* | Now using App::get_cached_avatar_image for /directory page | Zvi ben Yaakov (a.k.a rdc) | 2012-06-19 | 1 | -2/+2 | |
| | ||||||
* | Enabled Profile photo revisions to be displayed on /directory page | Zvi ben Yaakov (a.k.a rdc) | 2012-06-17 | 1 | -2/+2 | |
| | ||||||
* | pass zrl's to/through global directory | friendica | 2012-04-14 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'master' of https://github.com/friendica/friendica | Alexander Kampmann | 2012-04-05 | 1 | -0/+0 | |
| | | | | | | Conflicts: include/config.php update.php | |||||
* | remove admin view of local directory | friendica | 2012-03-17 | 1 | -15/+2 | |
| | ||||||
* | a couple more items to make sure forum delegates can't access if the forum ↵ | friendica | 2012-02-16 | 1 | -0/+2 | |
| | | | | login is shared with the site admin account | |||||
* | add remove_user hook (it looks like dreamhost changed all my file ↵ | friendica | 2012-01-18 | 1 | -0/+0 | |
| | | | | permissions, this will make a nasty commit) | |||||
* | add contact_widgets and provide widgets on appropriate pages, fix the saved ↵ | Friendika | 2011-10-11 | 1 | -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 ↵ | fabrixxm | 2011-08-17 | 1 | -1/+1 | |
| | | | | ignoring | |||||
* | change nav selected css class | Fabio Comuni | 2011-07-25 | 1 | -1/+1 | |
| | ||||||
* | add info() function. Works like notice() but show messages in a div with ↵ | Fabio Comuni | 2011-05-23 | 1 | -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 view | Friendika | 2011-05-16 | 1 | -2/+17 | |
| | ||||||
* | deprecate load_view_file | Friendika | 2011-05-11 | 1 | -2/+2 | |
| | ||||||
* | don't use load_view_file() except in email templates and install of htconfig ↵ | Friendika | 2011-05-10 | 1 | -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 ↵ | Friendika | 2011-04-21 | 1 | -0/+6 | |
| | | | | do so | |||||
* | more templates converted to string files | Friendika | 2011-04-06 | 1 | -1/+3 | |
| | ||||||
* | add fulltext index on keywords, missed some directory localisations | Friendika | 2011-03-22 | 1 | -3/+3 | |
| | ||||||
* | keywords split into public and private. Public will be used by the friend ↵ | Friendika | 2011-03-14 | 1 | -1/+1 | |
| | | | | finder. | |||||
* | personal title | Friendika | 2011-01-18 | 1 | -2/+5 | |
| | ||||||
* | add owner's birthday information to feed (if allowed to) | Friendika | 2011-01-12 | 1 | -0/+1 | |
| | ||||||
* | use default system theme for system pages | Friendika | 2011-01-07 | 1 | -0/+2 | |
| | ||||||
* | site config to force publish in site directory | Friendika | 2011-01-02 | 1 | -3/+3 | |
| | ||||||
* | don't use openid CURL wrapper if open_basedir is set (even if safe_mode isn't) | Friendika | 2011-01-02 | 1 | -0/+2 | |
| | ||||||
* | more plugin hooks | Friendika | 2010-12-25 | 1 | -1/+8 | |
| | ||||||
* | match the documentation | Friendika | 2010-12-19 | 1 | -1/+1 | |
| | ||||||
* | added "secret" profile search keywords | Friendika | 2010-12-19 | 1 | -1/+1 | |
| | ||||||
* | make both content and people search POSTable | Friendika | 2010-12-12 | 1 | -1/+12 | |
| |