Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable likes again on posts | Olaf Conradi | 2013-09-20 | 1 | -1/+1 |
| | |||||
* | is_commentable() had some major issues when applied to the atrocity known as ↵ | friendica | 2013-09-20 | 3 | -12/+30 |
| | | | | | | ConversationObject, hopefully this won't destabilise the network as it's a somewhat major permission tweak related to comments; also add any local clones to allowed_public_recips() as they should always be allowed recipients. Not sure what to do about host permissions in the event of clones. They have more than one host, and it isn't spelled out in the sent message. All of this stuff will make your head hurt. | ||||
* | rev update | friendica | 2013-09-20 | 2 | -1086/+1100 |
| | |||||
* | doc updates | friendica | 2013-09-20 | 80 | -1326/+1870 |
| | |||||
* | add a flag field to xtags so that we can filter tags based on whether or not ↵ | friendica | 2013-09-19 | 3 | -3/+12 |
| | | | | the parent xchan is safe or not. Otherwise we'll have tags that lead to nowhere because the directory entry is hidden but the tag isn't. A successful porn site in the matrix could also swamp the directory with x-rated tags, even if the site was playing nice and did everything right to self-censor. Accomplishing this with joins would be horrendously inefficient, though it will take a bit of code re-org to get this flag where it needs to be when it's time to set keywords. | ||||
* | typo | friendica | 2013-09-19 | 1 | -1/+1 |
| | |||||
* | now bring it to the url | friendica | 2013-09-19 | 1 | -0/+2 |
| | |||||
* | bring safe mode to the client side | friendica | 2013-09-19 | 1 | -1/+12 |
| | |||||
* | use &safe=-1 for unsafe only | friendica | 2013-09-19 | 1 | -1/+4 |
| | |||||
* | missing hash | friendica | 2013-09-19 | 2 | -2/+3 |
| | |||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-09-19 | 1 | -1/+4 |
|\ | |||||
| * | Use get_config | Thomas Willingham | 2013-09-20 | 1 | -1/+1 |
| | | |||||
| * | Make $kw configurable. | Thomas Willingham | 2013-09-20 | 1 | -1/+4 |
| | | |||||
* | | provide a "safe search" backend and allow for self-censorship using nsfw or ↵ | friendica | 2013-09-19 | 4 | -3/+23 |
|/ | | | | adult profile keywords. Eventually the directories will be forced to mark adult profiles and sync this knowledge between them. At the moment there's no way to do an unsafe search, but we really just need a checkbox and pass the value through directory to dirsearch on the back end, and some will want this as a pconfig. | ||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-09-19 | 1 | -1/+2 |
|\ | |||||
| * | Add tiered access option. | Thomas Willingham | 2013-09-19 | 1 | -1/+2 |
| | | |||||
* | | prefill private mail recip from $_REQUEST['to'] if it's there. | friendica | 2013-09-19 | 1 | -0/+5 |
|/ | |||||
* | trim commas from keywords | friendica | 2013-09-19 | 1 | -0/+1 |
| | |||||
* | Merge branch 'zpull' | friendica | 2013-09-19 | 1 | -0/+1 |
|\ | | | | | | | | | | | | | Conflicts: boot.php install/database.sql install/update.php | ||||
| * | set default charset of email_header_encode, add ud_flags to indicate which ↵ | friendica | 2013-09-18 | 4 | -4/+14 |
| | | | | | | | | updates have been processed in some way. | ||||
* | | sync item_search with yesterday's network fix for collections. Add ud_addr ↵ | friendica | 2013-09-19 | 5 | -10/+26 |
| | | | | | | | | to update table to store the target address since it's possible the mirroring directory won't yet have an xchan or hubloc they can link the ud_hash to and therefore mayn't know how to contact them. | ||||
* | | set default charset of email_header_encode, add ud_flags to indicate which ↵ | friendica | 2013-09-18 | 4 | -4/+14 |
|/ | | | | (directory sync) updates have been processed in some way. | ||||
* | add "tiered" access policy, add tagcloud to directory pages | friendica | 2013-09-18 | 7 | -8/+29 |
| | |||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-09-18 | 3 | -414/+476 |
|\ | |||||
| * | Merge pull request #144 from omigeot/master | friendica | 2013-09-18 | 2 | -8/+8 |
| |\ | | | | | | | Changed CSS class "selected" to "active" in navbar... | ||||
| | * | Changed CSS class "selected" to "active" in navbar, according to ↵ | Olivier Migeot | 2013-09-18 | 2 | -8/+8 |
| | | | | | | | | | | | | https://abcentric.net/display/f17b319c6d4b616a0d0a639e177969c6ae084248f1ee2bec9d8147c9291bf495@abcentric.net | ||||
| * | | Merge pull request #138 from pixelroot/master | friendica | 2013-09-18 | 1 | -406/+468 |
| |\ \ | | |/ | |/| | modified: view/ru/messages.po | ||||
| | * | modified: view/ru/messages.po | pixelroot | 2013-09-16 | 1 | -406/+468 |
| | | | |||||
* | | | make collections work again | friendica | 2013-09-18 | 2 | -5/+10 |
|/ / | |||||
* | | fix sql for directory tagcloud | friendica | 2013-09-17 | 1 | -1/+1 |
| | | |||||
* | | provide the back-end for a directory tag cloud | friendica | 2013-09-17 | 2 | -1/+69 |
| | | |||||
* | | site sellpage links | friendica | 2013-09-17 | 7 | -9/+24 |
| | | |||||
* | | Pieces we'll need to tie together chanman and account/channel deletion and ↵ | friendica | 2013-09-17 | 6 | -21/+89 |
| | | | | | | | | | | | | | | | | directory sync. Please do not mess with any of this. Please do not mess with any of this. Please do not mess with any of this. Please do not mess with any of this. Please do not mess with any of this. Please do not mess with any of this. Please do not mess with any of this. Please do not mess with any of this. Please do not mess with any of this. Please do not mess with any of this. Please do not mess with any of this. Please do not mess with any of this. Please do not mess with any of this. Please do not mess with any of this. Please do not mess with any of this. Please do not mess with any of this. Please do not mess with any of this. Please do not mess with any of this. Please do not mess with any of this. Please do not mess with any of this. Please do not mess with any of this. Please do not mess with any of this. Please do not mess with any of this. Please do not mess with any of this. Please do not mess with any of this. OK? Understood? | ||||
* | | Didn't git add again after fixing typo... | Thomas Willingham | 2013-09-18 | 1 | -1/+1 |
| | | |||||
* | | Filestorage perms (no ACL), fix nav for browsers that can't handle PCSS, put ↵ | Thomas Willingham | 2013-09-18 | 3 | -0/+23 |
| | | | | | | | | content wrapper back now JS is fixed for features page. | ||||
* | | missing verb on items linked to photos | friendica | 2013-09-17 | 1 | -1/+1 |
| | | |||||
* | | sync photo permissions with the attached item whenever they change. | friendica | 2013-09-17 | 2 | -2/+20 |
| | | |||||
* | | bumped the capslock | friendica | 2013-09-17 | 1 | -1/+1 |
| | | |||||
* | | Merge https://github.com/friendica/red into zpull | friendica | 2013-09-17 | 4 | -3/+20 |
|\ \ | |||||
| * \ | Merge pull request #142 from dsp1986/master | friendica | 2013-09-17 | 2 | -3/+3 |
| |\ \ | | | | | | | | | | | | | | | | | Thanks! fix include paths | ||||
| | * | | fix include paths | dsp1986 | 2013-09-17 | 2 | -3/+3 |
| | | | | |||||
| * | | | Merge pull request #141 from MicMee/master | friendica | 2013-09-17 | 2 | -0/+17 |
| |\ \ \ | | | | | | | | | | | Preparation for server / hubloc handling | ||||
| | * | | | removed logger statement | Michael Meer | 2013-09-17 | 1 | -1/+0 |
| | | | | | |||||
| | * | | | extend admin page for hubloc / server key management | Michael Meer | 2013-09-17 | 3 | -0/+18 |
| | | | | | |||||
* | | | | | SEO: add keywords to appropriate channel pages | friendica | 2013-09-17 | 1 | -0/+7 |
|/ / / / | |||||
* / / / | add -C cfgfile option to shred to allow multiple configurations. I just ↵ | friendica | 2013-09-17 | 3 | -2/+9 |
|/ / / | | | | | | | | | | added the option for multiple configs, I didn't make it work as it requires quite a bit of change to the shred program flow; which tries to load the default config before doing anything at all. | ||||
* | | | assuming permissions are correct, unobscure photo comments. Should probably ↵ | friendica | 2013-09-16 | 1 | -1/+2 |
| | | | | | | | | | | | | make sure permissions are correct and figure out why some photo comments on public photos are getting stored with privacy. This probably requires that whenever we change photo permissions for linked photos/items we change the item permissions to match. They might be out of sync. | ||||
* | | | more work on viewing obscured api posts | friendica | 2013-09-16 | 2 | -10/+17 |
| | | | |||||
* | | | use prepare_body in api calls to properly render content, add 'mode' to ↵ | friendica | 2013-09-16 | 4 | -8/+13 |
| | | | | | | | | | | | | conversation templates so that themes can use the module context to suppress or show comments as desired | ||||
* | | | Merge https://github.com/friendica/red into zpull | friendica | 2013-09-16 | 1 | -1/+1 |
|\ \ \ |