aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #214 from tuscanhobbit/masterfriendica2013-11-253-15/+16
|\ | | | | admin user table now shows the channel list and ID, minor changes to admin summary table
| * admin user table now shows the channel list, minor changes to summarytuscanhobbit2013-11-243-15/+16
| |
* | force HTML notification mails to use predefined colours.friendica2013-11-252-2/+2
| |
* | wordpress publish hook was called before the meta storage hook so the plugin ↵friendica2013-11-241-5/+14
| | | | | | | | would only work on edited posts. This may be a wordpress version issue because you'd think somebody would've noticed it before.
* | Add some message_id meta information for wordpress posts so we'll know where ↵friendica2013-11-242-1/+15
| | | | | | | | to send comments
* | wordpress-to-red cross-posting tool ported from Friendicafriendica2013-11-242-0/+325
| |
* | add recipient name to the rest of the notification emailsfriendica2013-11-242-38/+48
| |
* | Merge pull request #213 from tuscanhobbit/masterfriendica2013-11-238-16/+14
|\| | | | | replaced icons and shade of red
| * redbasic nav bar gradient is now similar to the red shade in the logotuscanhobbit2013-11-231-8/+6
| |
| * replaced rhash icontuscanhobbit2013-11-237-8/+8
| |
* | Merge pull request #212 from tuscanhobbit/masterfriendica2013-11-232-8/+11
|\| | | | | a reference to account_id was missing in user admin table
| * a reference to account_id was missing in user admin tabletuscanhobbit2013-11-232-8/+11
|/
* rev updatefriendica2013-11-231-1/+1
|
* Merge pull request #210 from git-marijus/masterfriendica2013-11-231-2/+2
|\ | | | | make profile-jot-text and -title height scalable
| * make profile-jot-text and -title height scalablemarijus2013-11-231-2/+2
| |
* | Merge pull request #209 from git-marijus/masterfriendica2013-11-231-2/+14
|\| | | | | make profile-jot-text placeholder more prominent
| * make profile-jot-text placeholder more prominentmarijus2013-11-231-2/+14
| |
* | Merge pull request #207 from git-marijus/masterfriendica2013-11-234-10/+17
|\| | | | | search should respect max items to load as well
| * typomarijus2013-11-231-1/+1
| |
| * use placeholder for profile-jot-text and some minor alignmentmarijus2013-11-232-4/+5
| |
| * use same font for textarea aswell and some simplificationmarijus2013-11-221-5/+8
| |
| * missing input type and use same font for password and text inputmarijus2013-11-222-4/+5
| |
| * Merge branch 'master' of https://github.com/friendica/redmarijus2013-11-2269-607/+1825
| |\
| * | search should respect max items to load as wellmarijus2013-11-221-0/+2
| | |
* | | Merge pull request #208 from tuscanhobbit/masterfriendica2013-11-235-7/+7
|\ \ \ | |_|/ |/| | updated logo in readme and r# shorthand
| * | Italian translation updatedtuscanhobbit2013-11-222-5/+5
| | |
| * | updated logo in readme and r# shorthandtuscanhobbit2013-11-223-2/+2
|/ /
* | init_groups_visitor() was still using old array of id output (not the newer ↵friendica2013-11-224-403/+402
| | | | | | | | array of hash which we need for permission queries)
* | doc updatesfriendica2013-11-2265-204/+1423
|/
* Empty commit message.friendica2013-11-211-0/+11
|
* Merge https://github.com/friendica/red into zpullfriendica2013-11-211-2/+1
|\
| * Merge pull request #206 from git-marijus/masterfriendica2013-11-211-2/+1
| |\ | | | | | | not needed anymore with new defaults
| | * Merge branch 'master' of https://github.com/friendica/redmarijus2013-11-212-0/+77
| | |\
| | * | not needed anymore with new defaultsmarijus2013-11-211-2/+1
| | | |
* | | | add recipient name to some of the notification emails for those who have a ↵friendica2013-11-211-3/+3
|/ / / | | | | | | | | | lot of channels and it isn't always obvious which channel is getting the notification. If this works out we should probably add this to the rest of them.
* | | pass algorithm to the decryptor so we know if our plugin is allowed to runfriendica2013-11-211-1/+1
| | |
* | | e2ee algorithms are now pluggable so if you want to roll your own algorithm ↵friendica2013-11-211-13/+33
| | | | | | | | | | | | or do something like swap_bytes(rabbit(left_shift(3,triple_aes256(right_shift(base64(text)))))) - go for it. As long as the person at the other end can reverse it, you can do pretty much whatever you want. I'd like to see the NSA crack that one - especially if the algorithm was called something like "dishwasher" or something which didn't provide a lot of clues.
* | | follow and accept_follow hooksfriendica2013-11-212-0/+12
| | |
* | | make default group for new connections workfriendica2013-11-211-0/+9
| | |
* | | white screenfriendica2013-11-213-11/+12
| | |
* | | this is necessary for any possibility of a federated future.friendica2013-11-211-1/+16
| | |
* | | There was one small typo - and I'm trying with great difficulty not to use ↵friendica2013-11-211-7/+7
| | | | | | | | | | | | the word "user" to refer to site members - especially in public documentation. In dev forums is another matter. It does exist in function names and the string "username" isn't considered derogatory, but most other times it's considered derogatory to site members. Channel is often another acceptable replacement.
* | | Merge https://github.com/friendica/red into zpullfriendica2013-11-212-0/+77
|\ \ \ | | |/ | |/|
| * | Remove telltale signs the doco was mostly stolen from APWThomas Willingham2013-11-211-3/+0
| | |
| * | Document schemasThomas Willingham2013-11-212-0/+80
| |/
* | mark hublocs with incorrect sitekeys deletedfriendica2013-11-212-1/+15
| |
* | Add #include mechanism for help pages - see the top of mod/help.php for detailsfriendica2013-11-211-0/+24
| |
* | mod/help - load Site.md (if it exists) before Home.md. Site.md will ↵friendica2013-11-211-2/+6
| | | | | | | | typically provide local resources. Site.md can either include the complete contents of Help.md or link to it, as you choose.
* | add aid to notifiy table which we may need to supress duplicate notify ↵friendica2013-11-206-13/+40
|/ | | | | | emails across your channels also try to handle the wretched mess of broken and duplicated hublocs that fred.cepheus.uberspace.de typically reports
* provide a page template "none" which lets a webpage take over the entire ↵friendica2013-11-201-0/+1
| | | | page. Everything. The application is essentially bypassed. You'll need doctype and html and head and body tags in your content as none of them are supplied. There are no page regions. Nada. We should probably restrict this to those who have code exec in their account_roles but other folks won't be able to do very much useful with it anyway as their HTML is filtered.