Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | more loose ends | friendica | 2013-08-27 | 3 | -6/+9 |
| | |||||
* | force webbies to lowercase | friendica | 2013-08-27 | 1 | -1/+1 |
| | |||||
* | update hubloc_timestamps | friendica | 2013-08-27 | 1 | -5/+14 |
| | |||||
* | when using the bbcode mimetype a space is just a space. A return is a ↵ | friendica | 2013-08-27 | 1 | -0/+1 |
| | | | | return. But as opposed to HTML, two spaces are now non-breaking. A tab (assuming you can figure out how to enter one in a text field) is now four non-breaking spaces. This should let us insert code snippets with much more readable indentation. | ||||
* | get rid of ssl_policy - it's implicit in the site url | friendica | 2013-08-27 | 5 | -33/+33 |
| | |||||
* | clone sync was trying to update xchan info in the abook loop. | friendica | 2013-08-26 | 2 | -3/+4 |
| | |||||
* | found the bugger | friendica | 2013-08-26 | 1 | -1/+5 |
| | |||||
* | fix profile change activity where the change is a solitary url - and ↵ | friendica | 2013-08-26 | 2 | -1/+3 |
| | | | | includes a stray right quote | ||||
* | more cleanup from the mess yesterday - you might have a look for xchan_addr ↵ | friendica | 2013-08-26 | 1 | -0/+3 |
| | | | | and hubloc_addr with slashes in them and fix them - especially getting rid of ip addresses and the /channel/xyz in the addr fields | ||||
* | regex patch | friendica | 2013-08-26 | 3 | -2/+3 |
| | |||||
* | try to fix bad addresses that got into the network | friendica | 2013-08-25 | 1 | -0/+3 |
| | |||||
* | Try to ensure full paths don't leak into xchan_addr and hubloc_addr | friendica | 2013-08-25 | 2 | -1/+6 |
| | |||||
* | always use system provided baseurl if configured | friendica | 2013-08-25 | 2 | -1/+23 |
| | |||||
* | missing doc files | friendica | 2013-08-24 | 2 | -0/+179 |
| | |||||
* | start timestamping hubloc connections so we can eventually remove dead ones | friendica | 2013-08-24 | 2 | -3/+16 |
| | |||||
* | another issue with site rename | friendica | 2013-08-24 | 1 | -2/+2 |
| | |||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-08-24 | 8 | -14/+24 |
|\ | |||||
| * | Merge pull request #105 from beardy-unixer/master | Thomas Willingham | 2013-08-24 | 7 | -14/+22 |
| |\ | | | | | | | Make templates a tad easier to theme | ||||
| | * | Typo | Thomas Willingham | 2013-08-24 | 1 | -1/+1 |
| | | | |||||
| | * | Another one. | Thomas Willingham | 2013-08-24 | 1 | -0/+2 |
| | | | |||||
| | * | Merge remote-tracking branch 'upstream/master' | Thomas Willingham | 2013-08-24 | 133 | -10797/+9947 |
| | |\ | | |/ | |/| | |||||
| * | | Merge pull request #104 from cvogeley/master | friendica | 2013-08-24 | 1 | -0/+2 |
| |\ \ | | | | | | | | | Make footers position fixed, so that its content appears... | ||||
| | * | | Make footers position fixed, so that its content appears | Christian Vogeley | 2013-08-24 | 1 | -0/+2 |
| |/ / | |||||
| | * | Generic wrapper classes makes themeing loads easier | Thomas Willingham | 2013-08-24 | 6 | -14/+20 |
| | | | |||||
* | | | fix xchans more completely after a URL change | friendica | 2013-08-24 | 59 | -1421/+1600 |
|/ / | |||||
* | | this should fix the premium checkbox stickiness issue | friendica | 2013-08-22 | 1 | -6/+10 |
| | | |||||
* | | proc_run, not proc_exec | friendica | 2013-08-22 | 1 | -1/+1 |
| | | |||||
* | | perform a refresh_all operation after changing premium status so that ↵ | friendica | 2013-08-22 | 1 | -2/+4 |
| | | | | | | | | everybody will catch it quickly and not in a day or two. | ||||
* | | extra logging for translating likes in notification emails - which is still ↵ | friendica | 2013-08-22 | 1 | -0/+3 |
| | | | | | | | | failing on occasion. | ||||
* | | possible fix for mention tags not posting to mentioned forum (when send ↵ | friendica | 2013-08-22 | 1 | -3/+25 |
| | | | | | | | | stream permission is blocked) | ||||
* | | add detailed logging to public recips - find out why some public recipients ↵ | friendica | 2013-08-22 | 1 | -0/+3 |
| | | | | | | | | are getting bypassed (David Benfells' problem with tagging groups, etc.) | ||||
* | | make premium channels a feature | friendica | 2013-08-22 | 2 | -2/+14 |
| | | |||||
* | | add zid to connect_url | friendica | 2013-08-22 | 2 | -2/+2 |
| | | |||||
* | | fixes for sellpage with blocked profiles | friendica | 2013-08-21 | 1 | -9/+16 |
| | | |||||
* | | premium/restricted channel connections implemented, configure at ↵ | friendica | 2013-08-21 | 8 | -15/+82 |
| | | | | | | | | yoursite/channel/nickname - this basically redirects "follow" requests to a premium channel's sell page if it has one configured. You can still click through and create a connection request (introduction), but this provides a means for the channel owner to state their terms. If you don't abide by the terms, you will likely be blocked or the channel deleted. This facility is extensible in a number of ways. | ||||
* | | progress on generic sellpage - is not yet linked from existing connect ↵ | friendica | 2013-08-21 | 6 | -7/+121 |
| | | | | | | | | buttons and editing has not been completed | ||||
* | | implement premium channel discovery | friendica | 2013-08-21 | 1 | -5/+14 |
| | | |||||
* | | Merge https://github.com/friendica/red into zpull | friendica | 2013-08-21 | 2 | -5/+5 |
|\ \ | |||||
| * \ | Merge pull request #103 from cvogeley/master | friendica | 2013-08-21 | 2 | -5/+5 |
| |\ \ | | | | | | | | | More mobile stuff | ||||
| | * | | theme qualifier without dots | Christian Vogeley | 2013-08-21 | 1 | -3/+3 |
| | | | | |||||
| | * | | Merge remote-tracking branch 'upstream/master' | Christian Vogeley | 2013-08-21 | 21 | -9010/+6579 |
| | |\ \ | | |/ / | |/| | | | | | | Update | ||||
| | * | | show chosen desktop theme when SESSION['show_mobile'] is false | Christian Vogeley | 2013-08-21 | 1 | -2/+2 |
| | | | | |||||
* | | | | basic structure for premium channel implementation | friendica | 2013-08-21 | 5 | -6/+30 |
|/ / / | |||||
* | | | poll stuff | friendica | 2013-08-21 | 4 | -4/+65 |
| | | | |||||
* | | | network-wide poll voting structure | friendica | 2013-08-20 | 3 | -20/+47 |
| | | | |||||
* | | | Merge https://github.com/friendica/red into zpull | friendica | 2013-08-20 | 2 | -8956/+6225 |
|\ \ \ | |||||
| * \ \ | Merge pull request #101 from tuscanhobbit/master | friendica | 2013-08-20 | 2 | -8956/+6225 |
| |\ \ \ | | | | | | | | | | | Italian translation (Thanks!) | ||||
| | * | | | First version of Italian translation | p.tacconi | 2013-08-20 | 2 | -5/+5 |
| | | | | | |||||
| | * | | | First version of Italian translation | p.tacconi | 2013-08-20 | 2 | -8954/+6223 |
| | | | | | |||||
* | | | | | fix superblock for comments | friendica | 2013-08-20 | 3 | -3/+17 |
|/ / / / |