aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* replaced rhash icontuscanhobbit2013-11-237-8/+8
|
* 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.
* webpage edit - losing the ability to pass unfiltered html and perhaps some ↵friendica2013-11-201-3/+2
| | | | php due to unsetting uid too early in item_store_update()
* Protocol: now set data['alg'] on all encapsulated encrypted packets, so that ↵friendica2013-11-2012-42/+62
| | | | we can more easily retire 'aes256cbc' once it is no longer viable.
* add logo to readmefriendica2013-11-203-3/+2
|
* remove the challenge table as wellfriendica2013-11-183-12/+9
|
* drop the queue table which we no longer usefriendica2013-11-183-18/+9
|
* leave off the file extensionfriendica2013-11-181-3/+3
|
* pull in some doco from the project wiki, keep it with the codefriendica2013-11-185-1/+340
|
* wordsmithingfriendica2013-11-181-1/+3
|
* update to reflect that account and channel removal is now possible, though ↵friendica2013-11-181-1/+18
| | | | bugs likely remain.
* fix plugin and them toggles for the colourblind, add theme info block and ↵friendica2013-11-186-4/+15
| | | | recent screenshot to redbasic