Commit Graph

8627 Commits

Author SHA1 Message Date
marijus a98685df76 make profile-jot-text and -title height scalable 2013-11-23 09:49:12 +01:00
marijus ccba7d8d07 make profile-jot-text placeholder more prominent 2013-11-23 09:19:37 +01:00
marijus 7f6f4d2e9e typo 2013-11-23 01:12:30 +01:00
marijus adad1b75cd use placeholder for profile-jot-text and some minor alignment 2013-11-23 01:10:54 +01:00
marijus 45c10d6d0a use same font for textarea aswell and some simplification 2013-11-22 22:23:25 +01:00
marijus 72e0bd6b28 missing input type and use same font for password and text input 2013-11-22 21:19:41 +01:00
marijus 28071c7f6a Merge branch 'master' of https://github.com/friendica/red 2013-11-22 21:18:16 +01:00
friendica 34f8b21511 init_groups_visitor() was still using old array of id output (not the newer array of hash which we need for permission queries) 2013-11-22 11:52:38 -08:00
friendica f6b43a0a7b doc updates 2013-11-22 11:52:26 -08:00
marijus 3a4c32475e search should respect max items to load as well 2013-11-22 14:17:47 +01:00
friendica 353f5f049e Empty commit message. 2013-11-21 23:11:50 -08:00
friendica 49f9c55d96 Merge https://github.com/friendica/red into zpull 2013-11-21 20:42:09 -08:00
friendica 4be581494e add recipient name to some of the notification emails for those who have a 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. 2013-11-21 20:40:31 -08:00
friendica a0a038b904 Merge pull request #206 from git-marijus/master
not needed anymore with new defaults
2013-11-21 20:28:45 -08:00
friendica df14825b49 pass algorithm to the decryptor so we know if our plugin is allowed to run 2013-11-21 20:23:02 -08:00
friendica e4c64c7167 e2ee algorithms are now pluggable so if you want to roll your own algorithm 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. 2013-11-21 20:08:04 -08:00
friendica f2435ed4cd follow and accept_follow hooks 2013-11-21 17:49:14 -08:00
friendica 8cdbd0e2a6 make default group for new connections work 2013-11-21 17:31:37 -08:00
friendica 3e0ac769aa white screen 2013-11-21 17:23:14 -08:00
friendica be8a7e2de6 this is necessary for any possibility of a federated future. 2013-11-21 15:58:42 -08:00
friendica f896819c78 There was one small typo - and I'm trying with great difficulty not to use 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. 2013-11-21 14:51:12 -08:00
friendica 395772b852 Merge https://github.com/friendica/red into zpull 2013-11-21 14:44:44 -08:00
friendica 8f236771c6 mark hublocs with incorrect sitekeys deleted 2013-11-21 14:42:48 -08:00
friendica 7f4e4ab688 Add #include mechanism for help pages - see the top of mod/help.php for details 2013-11-21 14:41:31 -08:00
friendica 6ddb57e0da mod/help - load Site.md (if it exists) before Home.md. Site.md will typically provide local resources. Site.md can either include the complete contents of Help.md or link to it, as you choose. 2013-11-21 14:19:31 -08:00
marijus ad353e9e7d Merge branch 'master' of https://github.com/friendica/red 2013-11-21 21:42:35 +01:00
Thomas Willingham b170d80471 Remove telltale signs the doco was mostly stolen from APW 2013-11-21 19:42:04 +00:00
Thomas Willingham 35c465d4b7 Document schemas 2013-11-21 19:41:09 +00:00
marijus 1f9ef3e44d not needed anymore with new defaults 2013-11-21 15:18:18 +01:00
friendica 4791b2fd9c add aid to notifiy table which we may need to supress duplicate notify emails across your channels
also try to handle the wretched mess of broken and duplicated hublocs that fred.cepheus.uberspace.de typically reports
2013-11-20 21:09:13 -08:00
friendica eb3d8e2cd7 provide a page template "none" which lets a webpage take over the entire 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. 2013-11-20 16:28:17 -08:00
friendica 5315c88621 webpage edit - losing the ability to pass unfiltered html and perhaps some php due to unsetting uid too early in item_store_update() 2013-11-20 16:20:32 -08:00
friendica d7ee552c57 Protocol: now set data['alg'] on all encapsulated encrypted packets, so that we can more easily retire 'aes256cbc' once it is no longer viable. 2013-11-20 15:20:12 -08:00
friendica f6c41e61ac add logo to readme 2013-11-20 00:25:04 -08:00
friendica d37f4da37b remove the challenge table as well 2013-11-18 20:10:53 -08:00
friendica bbd69c1e81 drop the queue table which we no longer use 2013-11-18 19:54:02 -08:00
friendica 5cf5cbd193 leave off the file extension 2013-11-18 19:20:11 -08:00
friendica be0197a3a0 pull in some doco from the project wiki, keep it with the code 2013-11-18 19:17:25 -08:00
friendica d049df8fa5 wordsmithing 2013-11-18 19:02:38 -08:00
friendica 1593c83728 update to reflect that account and channel removal is now possible, though bugs likely remain. 2013-11-18 19:00:33 -08:00
friendica ed129f19b0 fix plugin and them toggles for the colourblind, add theme info block and recent screenshot to redbasic 2013-11-18 18:37:38 -08:00
friendica dc6cd8a701 admin/users - add expiration date to table and ability to sort by reverse expiration and also filter by service class through url options 2013-11-18 15:38:02 -08:00
friendica fce5f2042d resetting password tries to update email address even if it didn't change - and if you've got the admin email this spits out a warning. 2013-11-18 14:06:34 -08:00
friendica b1a4dc7d7e set a default value for $webbie - it's the right thing to do. 2013-11-18 01:00:04 -08:00
friendica 718f69c6fc to clarify the fact, we'll remove the line we no longer need instead of commenting it 2013-11-18 00:57:56 -08:00
friendica fa8f26c544 change the way magic-auth works - we rarely need a destination channel and if that channel has problems
it shouldn't mess up authentication to the hub.
2013-11-18 00:55:41 -08:00
friendica dd6c64f95a magic auth issues 2013-11-17 23:12:34 -08:00
friendica f8b07e1935 filter out duplicate recipients on local deliveries. We only need to deliver stuff once to any particular channel. 2013-11-17 20:43:50 -08:00
friendica 6378600747 fix commented timestamp 2013-11-17 20:09:40 -08:00
friendica 23352b939b better job of setting parent created 2013-11-17 19:49:48 -08:00