Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | strip affinity tool labels on ultra-small screens; otherwise they just smush ↵ | friendica | 2014-04-08 | 1 | -1/+1 |
| | | | | together | ||||
* | prevent follows of and notifications to deceased channels | friendica | 2014-04-07 | 1 | -1/+1 |
| | |||||
* | use parent_mid in the parent query for enotify instead of of the parent id. ↵ | friendica | 2014-04-06 | 1 | -1/+1 |
| | | | | This should fix the issue with encrypted content in the notification messages (for locally posted replies). The fix was a bit harder than anticipated because we store the parent id as an int in the notify table so this had to be modified to char storage as well. | ||||
* | provide the ability for rpost to post as another of your channels. This does ↵ | friendica | 2014-04-05 | 1 | -1/+1 |
| | | | | not yet work, so the functionality has not been enabled. | ||||
* | doc updates, plus back-end work for rpost to let you post to a different ↵ | friendica | 2014-04-04 | 1 | -1/+1 |
| | | | | channel than your current logged-in channel. Need the same for rbmark back-end. Then we "just" need a selector widget on the editor forms. | ||||
* | snakebite: bring back some of the legacy XML discovery interfaces, update as ↵ | friendica | 2014-04-02 | 1 | -1/+1 |
| | | | | required. | ||||
* | save notes every ten seconds while focused, then save them once more on focusout | friendica | 2014-04-01 | 1 | -1/+1 |
| | |||||
* | photo timestamp was missing from main profile photo url which prevents photo ↵ | friendica | 2014-03-31 | 1 | -1/+1 |
| | | | | changes from being immediately seen there. | ||||
* | revise the sandbox | friendica | 2014-03-30 | 1 | -1/+1 |
| | |||||
* | check that aside actually exists before querying the html length | friendica | 2014-03-29 | 1 | -1/+1 |
| | |||||
* | fix delete missing permission check | friendica | 2014-03-28 | 1 | -1/+1 |
| | |||||
* | superfluous comma | friendica | 2014-03-27 | 1 | -1/+1 |
| | |||||
* | allow zotfeed to create a firehose of a site. | friendica | 2014-03-26 | 1 | -1/+1 |
| | |||||
* | ensure wall_upload always has width and height if the image is valid | friendica | 2014-03-25 | 1 | -1/+1 |
| | |||||
* | ssl ciphers - be liberal in what we accept, conservative in what we generate | friendica | 2014-03-24 | 1 | -1/+1 |
| | |||||
* | improve curl error logging | friendica | 2014-03-23 | 1 | -1/+1 |
| | |||||
* | doc update | friendica | 2014-03-21 | 1 | -1/+1 |
| | |||||
* | increase log info to track down source of ownership failures | friendica | 2014-03-20 | 1 | -1/+1 |
| | |||||
* | prune_hub_reinstalls() and add cron weekly as a side effect | friendica | 2014-03-19 | 1 | -1/+1 |
| | |||||
* | cleanup | friendica | 2014-03-18 | 1 | -1/+1 |
| | |||||
* | 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 |
| |