Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sprintf error | friendica | 2014-03-17 | 1 | -1/+1 |
| | |||||
* | doc update | friendica | 2014-03-16 | 1 | -1/+1 |
| | |||||
* | remove allowed friend domains and allowed email domains from admin settings ↵ | friendica | 2014-03-13 | 1 | -1/+1 |
| | | | | - as they are not implemented | ||||
* | fix colors on input elements which bootstrap set to "inherit" and doesn't ↵ | friendica | 2014-03-12 | 1 | -1/+1 |
| | | | | play nicely with dark themes. | ||||
* | version update | friendica | 2014-03-11 | 1 | -1/+1 |
| | |||||
* | The README is getting a bit tired and really needs a re-write, but in the ↵ | friendica | 2014-03-10 | 1 | -1/+1 |
| | | | | meanitme there's a link to donations that had to be cleaned up until we figure out how to do that without paypal. | ||||
* | update cacert.pem , don't hide url link for rmagic | friendica | 2014-03-09 | 1 | -1/+1 |
| | |||||
* | incorrect webfinger link per fabrixxm | friendica | 2014-03-08 | 1 | -1/+1 |
| | |||||
* | doc update | friendica | 2014-03-07 | 1 | -1/+1 |
| | |||||
* | bring friends back | friendica | 2014-03-06 | 1 | -1/+1 |
| | |||||
* | move language selector to a module | friendica | 2014-03-05 | 1 | -1/+1 |
| | |||||
* | !@#$% pay~!@#$pal | friendica | 2014-03-04 | 1 | -1/+1 |
| | |||||
* | missing file | friendica | 2014-03-03 | 1 | -1/+1 |
| | |||||
* | allow templates to have multiple styles - this would be a bit like having a ↵ | friendica | 2014-03-02 | 1 | -1/+1 |
| | | | | schema for a template file. At first you'll think this is insane and overly complicated, you'll just have to wait and see what I'm up to. Then it will start to make sense. | ||||
* | first draft of creating templates documentation | friendica | 2014-03-01 | 1 | -1/+1 |
| | |||||
* | try to fix youtube mixed content warnings | friendica | 2014-02-28 | 1 | -1/+1 |
| | |||||
* | fix photos in private mail | friendica | 2014-02-27 | 1 | -1/+1 |
| | |||||
* | vsprintf error | friendica | 2014-02-26 | 1 | -1/+1 |
| | |||||
* | allow personalised page layouts for modules. | friendica | 2014-02-25 | 1 | -1/+1 |
| | |||||
* | set theme for un-viewable profile | friendica | 2014-02-24 | 1 | -1/+1 |
| | |||||
* | In case a page has overloaded a module, see if we already have a layout ↵ | friendica | 2014-02-23 | 1 | -1/+1 |
| | | | | defined. Otherwise, if a pdl file exists for this module, use it. | ||||
* | prevent mod/cloud looping (ping gets a new session on each call [wtf?] which ↵ | friendica | 2014-02-22 | 1 | -1/+1 |
| | | | | triggers our "changed uid" detector) | ||||
* | strings/version update | friendica | 2014-02-21 | 1 | -1/+1 |
| | |||||
* | believe i found the issue which was causing hundreds/thousands of identical ↵ | friendica | 2014-02-20 | 1 | -1/+1 |
| | | | | hublocs to be created | ||||
* | use a "fullscreen" icon for chanview full screen mode; add channel_menu ↵ | friendica | 2014-02-19 | 1 | -1/+1 |
| | | | | selection and setting to the settings page. | ||||
* | edit bookmarks | friendica | 2014-02-18 | 1 | -1/+1 |
| | |||||
* | project "snakebite" | friendica | 2014-02-17 | 1 | -1/+1 |
| | |||||
* | strip hard-wired zids from posted links as they will have the wrong identity ↵ | friendica | 2014-02-16 | 1 | -1/+1 |
| | | | | when somebody tries to view the link | ||||
* | rev update and a minor fix (missing param) to force_refresh | friendica | 2014-02-14 | 1 | -1/+1 |
| | |||||
* | very simple scheme | friendica | 2014-02-13 | 1 | -1/+1 |
| | |||||
* | dav issue when listing protected contents from OS interface | friendica | 2014-02-12 | 1 | -1/+1 |
| | |||||
* | implement a forced directory update mode where we unconditionally create a ↵ | friendica | 2014-02-11 | 1 | -1/+1 |
| | | | | 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). | ||||
* | don't add bookmark tags to naked links inside code blocks | friendica | 2014-02-10 | 1 | -1/+1 |
| | |||||
* | fix wall photos | friendica | 2014-02-09 | 1 | -1/+1 |
| | |||||
* | create a new "subdued" CSS class for things that shouldn't be in your face ↵ | friendica | 2014-02-08 | 1 | -1/+1 |
| | | | | 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. | ||||
* | To be listed as a public site, you need to be an https site with a valid ↵ | friendica | 2014-02-07 | 1 | -1/+1 |
| | | | | 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. | ||||
* | more important things to mention. And this is still only the important stuff. | friendica | 2014-02-06 | 1 | -1/+1 |
| | |||||
* | bookmark debug logging | friendica | 2014-02-05 | 1 | -1/+1 |
| | |||||
* | bookmark permissions | friendica | 2014-02-04 | 1 | -1/+1 |
| | |||||
* | code cleanup - remove some unused functions | friendica | 2014-02-03 | 1 | -1/+1 |
| | |||||
* | add epub mimetype (application/epub+zip) | friendica | 2014-02-02 | 1 | -1/+1 |
| | |||||
* | provide the room name for the room you're in. | friendica | 2014-02-01 | 1 | -1/+1 |
| | |||||
* | provide some interesting new options to channel sources | friendica | 2014-01-31 | 1 | -1/+1 |
| | |||||
* | a bit more ajax work on chat and chatsvc and some fiddling with layouts | friendica | 2014-01-30 | 1 | -1/+1 |
| | |||||
* | basic chatroom management backend | friendica | 2014-01-29 | 1 | -1/+1 |
| | |||||
* | add client field to chatpresence - which will give us a place to put IP ↵ | friendica | 2014-01-28 | 1 | -1/+1 |
| | | | | addresses for webRTC. Might as well allow for that since we'll (soon) have presence. Then we wouldn't need SIP and folks can "just" p2p each other using any mechanism they wish if they have permission to do so. | ||||
* | cleanup include/menu in preparation for the next phase of bookmarking | friendica | 2014-01-27 | 1 | -1/+1 |
| | |||||
* | don't prompt guests for a password if they're accessing an embedded public file. | friendica | 2014-01-26 | 1 | -1/+1 |
| | |||||
* | get rid of bootstrap's blockqote margin css which is just bloody wrong and ↵ | friendica | 2014-01-25 | 1 | -1/+1 |
| | | | | can't easily be over-ridden | ||||
* | prettyphoto (js|css) not found | friendica | 2014-01-24 | 1 | -1/+1 |
| |