Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | project "snakebite" | friendica | 2014-02-17 | 2 | -7/+59 |
| | |||||
* | Merge pull request #316 from dawnbreak/master | friendica | 2014-02-17 | 2 | -21/+1 |
|\ | | | | | Make asset icons work in subdir installs as well. | ||||
| * | removed unused function posted_date_widget | Klaus | 2014-02-16 | 1 | -20/+0 |
| | | | | | | This functions seems not to be used anywhere. include/widgets.php contains widget_archive($arr) which has the same functionality. | ||||
| * | Make asset icons work in subdir installs as well. | Klaus | 2014-02-15 | 1 | -1/+1 |
| | | | | | | This should be the right way I guess, especially if red# is installed in a subdirectory. (untested) | ||||
* | | several things were not working correctly w/r/t community tagging. The ↵ | friendica | 2014-02-16 | 2 | -5/+14 |
| | | | | | | | | preference vanished from settings at some point, and we also weren't updating the original post timestamp so that the changed taxonomy would propagate correctly as an edit. | ||||
* | | don't include deleted channels in number of channels service class checks | friendica | 2014-02-16 | 1 | -4/+8 |
| | | |||||
* | | Merge https://github.com/friendica/red into zpull | friendica | 2014-02-16 | 1 | -0/+10 |
|\| | |||||
| * | Fix call to asset icons in RedBrowser. | Klaus | 2014-02-15 | 1 | -0/+10 |
| | | | | | | RedBrowser was not displaying asset icons correctly, because the URL was wrong. | ||||
* | | strip hard-wired zids from posted links as they will have the wrong identity ↵ | friendica | 2014-02-16 | 2 | -1/+15 |
|/ | | | | when somebody tries to view the link | ||||
* | fix tag delivery default permissions (use channel_allow_cid rather than ↵ | friendica | 2014-02-13 | 1 | -11/+11 |
| | | | | allow_cid etc.) | ||||
* | more debugging dav in windows, windows never forgets your dav credentials ↵ | friendica | 2014-02-13 | 1 | -0/+1 |
| | | | | even if you get them wrong and even if you remove them from the credential vault. This makes it very difficult to manage two or more channels with file resources. | ||||
* | reddav - disable assets | friendica | 2014-02-13 | 1 | -1/+1 |
| | |||||
* | oops - still using the !@#$ youtube bbcodes | friendica | 2014-02-12 | 1 | -29/+29 |
| | |||||
* | remove some obsolete bbcode tags | friendica | 2014-02-12 | 1 | -65/+30 |
| | |||||
* | return the expected array | friendica | 2014-02-12 | 1 | -3/+3 |
| | |||||
* | dont show onlinestatus if block_public is on | marijus | 2014-02-12 | 1 | -0/+3 |
| | |||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2014-02-12 | 2 | -5/+7 |
|\ | |||||
| * | whitespace | marijus | 2014-02-12 | 1 | -3/+0 |
| | | |||||
| * | make chatrooms in /chat/channel visible to observers aswell | marijus | 2014-02-12 | 2 | -5/+10 |
| | | |||||
* | | another bbcode addition for the demo, however this one is potentially useful ↵ | friendica | 2014-02-12 | 1 | -0/+14 |
|/ | | | | for other purposes | ||||
* | bbcode element of where you are on a site. perhaps this is less than ↵ | friendica | 2014-02-12 | 1 | -1/+1 |
| | | | | generally useful but I plan to use it in a demo video where there is no other way to accomplish this | ||||
* | dav issue when listing protected contents from OS interface | friendica | 2014-02-12 | 1 | -7/+26 |
| | |||||
* | better auth logging in dav | friendica | 2014-02-11 | 1 | -0/+12 |
| | |||||
* | use profile photo on vcard before reverting to xchan photo | friendica | 2014-02-11 | 2 | -2/+2 |
| | |||||
* | fixes to thing profile assignments | friendica | 2014-02-11 | 1 | -1/+1 |
| | |||||
* | move expiration of notifications to the equivalent of "cron daily" to try ↵ | friendica | 2014-02-11 | 1 | -9/+10 |
| | | | | and reduce the number of things the poller has to do on every run. | ||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2014-02-11 | 1 | -1/+5 |
|\ | |||||
| * | Clear out old notifications in the poller. | Thomas Willingham | 2014-02-11 | 1 | -1/+5 |
| | | |||||
* | | implement a forced directory update mode where we unconditionally create a ↵ | friendica | 2014-02-11 | 4 | -14/+25 |
|/ | | | | directory sync packet. This is needed to ensure that monthly directory pings are propagated to other directory servers so they can each prove for themselves whether or not an account is alive or dead. We do not trust other directories to provide us information beyond "look at this entry and decide for yourself" as doing otherwise would invite rogue directory manipulations. As this scheduled update occurs on all channels across all servers, we should also pick up refresh messages from all existing channel clones and these should also propagate out to all directory servers using the same mechanism (though perhaps not at the same time). | ||||
* | reversed args in update_modtime, incorrect ud_guid and ud_hash | friendica | 2014-02-10 | 4 | -5/+5 |
| | |||||
* | Check for the correct DB name before pushing. | friendica | 2014-02-10 | 1 | -1/+1 |
| | |||||
* | add channel_notify_flags to list of things which should *not* be synced ↵ | friendica | 2014-02-10 | 1 | -1/+1 |
| | | | | across nomads. You probably only want one site to send you notification emails for the same events as opposed to all of them. | ||||
* | The scenario is that you're authenticated via magic-auth on a remote hub and ↵ | friendica | 2014-02-10 | 1 | -3/+5 |
| | | | | you change channels locally. Next time you start an auth exchange we'll look to see if your identity changed and we should start fresh if that's the case, rather than just falling through and keeping the old credentials. | ||||
* | better bookmark escaping | friendica | 2014-02-10 | 1 | -2/+3 |
| | |||||
* | don't add bookmark tags to naked links inside code blocks | friendica | 2014-02-10 | 1 | -0/+9 |
| | |||||
* | perform remote discovery on abook sync of nomadic clones if remote channel ↵ | friendica | 2014-02-09 | 1 | -0/+27 |
| | | | | (xchan) is unknown | ||||
* | don't allow the browser to open uploaded html/css/js | friendica | 2014-02-09 | 1 | -1/+12 |
| | |||||
* | fix the "every other link gets messed up" problem | friendica | 2014-02-09 | 1 | -1/+3 |
| | |||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2014-02-09 | 1 | -0/+4 |
|\ | |||||
| * | Add class to bookmark links to make it better them able | Christian Vogeley | 2014-02-09 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | E.g.: css (not yet included) .bookmark-identifier{ display:none; } .bookmark:hover:before{ text-decoration:none; content:"#^"; color:#000000; background:#FFFFFF; } .bookmark:hover{ color: #FFFFFF; background: #3465A4; } | ||||
* | | fix wall photos | friendica | 2014-02-09 | 1 | -0/+9 |
|/ | |||||
* | that's better | friendica | 2014-02-08 | 1 | -0/+2 |
| | |||||
* | Pass mids to conv_item template | Thomas Willingham | 2014-02-08 | 1 | -0/+1 |
| | |||||
* | create a new "subdued" CSS class for things that shouldn't be in your face ↵ | friendica | 2014-02-08 | 1 | -3/+3 |
| | | | | unless you want them and intentionally hover over them. Typically this would be accomplished via an opacity or colour change, but themes are free to use other methods. Also changed the channel_tabs "chatroom" link to use the subdued class if no rooms have been created rather than a count of chatrooms. Themse should probably create a .subdued and .subdued:hover definition because we'll probably take most of the stuff which is now hardwired to use opacity by id and change it to use the class definition instead. | ||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2014-02-07 | 1 | -2/+2 |
|\ | |||||
| * | let oneself be added to a collection in exchange for deleted contacts | marijus | 2014-02-07 | 1 | -2/+2 |
| | | |||||
* | | from olivier: use double quotes in js strings, updated FR translation | friendica | 2014-02-07 | 1 | -1/+2 |
|/ | | | | from me: provide future ability to have an optional edit link/icon next to menus (such as bookmarks) | ||||
* | order menu_list by description, not name | friendica | 2014-02-07 | 1 | -1/+1 |
| | |||||
* | To be listed as a public site, you need to be an https site with a valid ↵ | friendica | 2014-02-07 | 1 | -0/+11 |
| | | | | cert. If you don't make the cut, you will either not be listed as a public site or you will be de-listed. Period. This is non-negotiable. | ||||
* | extend the usermenu so we don't have to keep going back to channel homepage ↵ | friendica | 2014-02-06 | 1 | -3/+7 |
| | | | | to get to the other channel links |