diff options
author | friendica <info@friendica.com> | 2013-08-09 01:20:34 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-08-09 01:20:34 -0700 |
commit | c02a9301215ac146c26346ebc633d7c808cea5ee (patch) | |
tree | 8c4136f6dfcbcdf2c69b557ae49661b16738d8ab /doc/html/globals_0x61.html | |
parent | 3fe5a1c6b68a87f2c40f7aeba5bd401183709ad2 (diff) | |
download | volse-hubzilla-c02a9301215ac146c26346ebc633d7c808cea5ee.tar.gz volse-hubzilla-c02a9301215ac146c26346ebc633d7c808cea5ee.tar.bz2 volse-hubzilla-c02a9301215ac146c26346ebc633d7c808cea5ee.zip |
move sitekey creation to the account creation function instead of during channel creation. Channel import bypassed sitekey creation completely. We should do it during install, but it's possible somebody might have to install manually and the sitekey would never get created. This is the best compromise I can come up with. Looks like the doc tree was also updated in this checkin
Diffstat (limited to 'doc/html/globals_0x61.html')
-rw-r--r-- | doc/html/globals_0x61.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/html/globals_0x61.html b/doc/html/globals_0x61.html index 3b2ddc74e..58e18d003 100644 --- a/doc/html/globals_0x61.html +++ b/doc/html/globals_0x61.html @@ -174,6 +174,15 @@ $(document).ready(function(){initNavTree('globals_0x61.html','');}); <li>absurl() : <a class="el" href="boot_8php.html#a081307d681d7d04f17b9ced2076e7c85">boot.php</a> </li> +<li>ACCESS_FREE +: <a class="el" href="boot_8php.html#afbb1fe1b2c8c730ec8e08da93b6512c4">boot.php</a> +</li> +<li>ACCESS_PAID +: <a class="el" href="boot_8php.html#a9c80420e5a063a4a87ce4831f086134d">boot.php</a> +</li> +<li>ACCESS_PRIVATE +: <a class="el" href="boot_8php.html#a7f3474fec541e261fc8dff47313c4017">boot.php</a> +</li> <li>ACCESS_TOKEN_DURATION : <a class="el" href="oauth_8php.html#ad343cab37aa860d2d14dc86b7f5ca0c6">oauth.php</a> </li> @@ -189,6 +198,9 @@ $(document).ready(function(){initNavTree('globals_0x61.html','');}); <li>ACCOUNT_PENDING : <a class="el" href="boot_8php.html#a032bbd6d0321e99e9117332c9ed2b1b8">boot.php</a> </li> +<li>account_remove() +: <a class="el" href="Contact_8php.html#a3eef54a5523e568a28257c1f9b1644d8">Contact.php</a> +</li> <li>ACCOUNT_REMOVED : <a class="el" href="boot_8php.html#ab5ddbe69d3d03acd06e1fb281488cb78">boot.php</a> </li> |