Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | first cut at a directory popup. It's a bit annoying at the moment, so we'll ↵ | friendica | 2013-12-23 | 1 | -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 ↵ | friendica | 2013-12-21 | 1 | -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 ↵ | friendica | 2013-12-20 | 1 | -4/+6 |
| | | | | message needs to be split. | ||||
* | make home.html fullpage mode - make directory search work for non-logged in, ↵ | friendica | 2013-12-14 | 1 | -6/+4 |
| | | | | but leave off suggest and invite | ||||
* | suggestion widget tweaked to make it comanche capable. Remove old versions ↵ | friendica | 2013-12-08 | 1 | -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 pages | friendica | 2013-12-06 | 1 | -0/+2 |
| | |||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-11-09 | 1 | -4/+12 |
|\ | | | | | | | | | Conflicts: mod/directory.php | ||||
| * | Clean up | Thomas Willingham | 2013-11-09 | 1 | -2/+1 |
| | | |||||
| * | Bring safe search to the UI | Thomas Willingham | 2013-11-09 | 1 | -1/+4 |
| | | |||||
| * | Kill logging/comment | Thomas Willingham | 2013-11-09 | 1 | -2/+0 |
| | | |||||
| * | Fix safe search, and also make it an xconfig | Thomas Willingham | 2013-11-09 | 1 | -3/+10 |
| | | |||||
* | | fix directory leaking to ppl which aint got zot in searchbar-autocomplete if ↵ | marijus | 2013-11-09 | 1 | -0/+5 |
|/ | | | | block_public is enabled | ||||
* | directory sort links on sidebar | friendica | 2013-10-13 | 1 | -0/+2 |
| | |||||
* | typo | friendica | 2013-09-19 | 1 | -1/+1 |
| | |||||
* | now bring it to the url | friendica | 2013-09-19 | 1 | -0/+2 |
| | |||||
* | bring safe mode to the client side | friendica | 2013-09-19 | 1 | -1/+12 |
| | |||||
* | Use get_config | Thomas Willingham | 2013-09-20 | 1 | -1/+1 |
| | |||||
* | Make $kw configurable. | Thomas Willingham | 2013-09-20 | 1 | -1/+4 |
| | |||||
* | add "tiered" access policy, add tagcloud to directory pages | friendica | 2013-09-18 | 1 | -1/+9 |
| | |||||
* | 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. |