Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | make all naked links bookmark-able | friendica | 2014-02-06 | 1 | -1/+1 |
| | |||||
* | apply service class restriction to the number of channels allowed in a ↵ | friendica | 2014-02-06 | 1 | -0/+11 |
| | | | | chatroom at a time ('chatters_inroom'). If you've got a public site you probably want to restrict this. | ||||
* | add bookmark tag to naked links if they're red sites. We can do this because ↵ | friendica | 2014-02-06 | 1 | -1/+1 |
| | | | | red links are linkified when the post is submitted. Can't do this for other naked links because they only get linkified during display and won't have a taxonomy object attached to the message. | ||||
* | notification bug - don't use $r, we already set it to something else that we ↵ | friendica | 2014-02-06 | 1 | -2/+4 |
| | | | | need further on. | ||||
* | add chatroom links | friendica | 2014-02-05 | 1 | -0/+14 |
| | |||||
* | allow bookmarks to use richtext | friendica | 2014-02-05 | 1 | -1/+4 |
| | |||||
* | cleanup - nothing more | friendica | 2014-02-05 | 1 | -3/+3 |
| | |||||
* | fix auto-add of bookmarks to find sender correctly and optionally auto add ↵ | friendica | 2014-02-05 | 1 | -4/+10 |
| | | | | bookmarks for self | ||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2014-02-05 | 2 | -0/+59 |
|\ | |||||
| * | add a sanitized style tag to bbcode | marijus | 2014-02-05 | 2 | -0/+59 |
| | | |||||
* | | This would be about the 75th attempt to try and prevent duplicated email ↵ | friendica | 2014-02-05 | 1 | -1/+10 |
|/ | | | | notifications for comments. Eventually we'll find something that works. | ||||
* | bookmarking bugfix | friendica | 2014-02-05 | 1 | -1/+1 |
| | |||||
* | bookmark debug logging | friendica | 2014-02-05 | 1 | -5/+3 |
| | |||||
* | make links in comments bookmark-able | friendica | 2014-02-04 | 2 | -1/+5 |
| | |||||
* | bookmarks - mop up and go home | friendica | 2014-02-04 | 4 | -2/+20 |
| | |||||
* | bookmarking | friendica | 2014-02-04 | 4 | -13/+84 |
| | |||||
* | fix the search for system bookmarks | friendica | 2014-02-04 | 1 | -3/+9 |
| | |||||
* | bookmark permissions | friendica | 2014-02-04 | 1 | -0/+1 |
| | |||||
* | some tagging fixes - including old bugs which were never reported | friendica | 2014-02-03 | 1 | -4/+4 |
| | |||||
* | transmit, receive, and parse bookmarks | friendica | 2014-02-03 | 2 | -3/+21 |
| | |||||
* | code cleanup - remove some unused functions | friendica | 2014-02-03 | 1 | -36/+0 |
| | |||||
* | The problem with a lot of packages is that it's easier to re-write them than ↵ | friendica | 2014-02-02 | 1 | -0/+35 |
| | | | | to re-use them. | ||||
* | Add switch to allow menus to be used as bookmark collections | friendica | 2014-02-02 | 1 | -1/+1 |
| | |||||
* | remove the text "requires compatible chat plugin" | friendica | 2014-02-02 | 1 | -1/+1 |
| | |||||
* | More efficient smilie replacing | toclimb | 2014-02-02 | 1 | -10/+8 |
| | |||||
* | add links to change chat status and leave room | friendica | 2014-02-02 | 1 | -3/+5 |
| | |||||
* | add epub mimetype (application/epub+zip) | friendica | 2014-02-02 | 1 | -0/+1 |
| | |||||
* | config: don't try to unserialise an array | friendica | 2014-02-01 | 1 | -4/+4 |
| | |||||
* | provide some interesting new options to channel sources | friendica | 2014-01-31 | 1 | -2/+2 |
| |