Update architecture diagrams
Before Width: | Height: | Size: 73 KiB After Width: | Height: | Size: 73 KiB |
Before Width: | Height: | Size: 276 KiB After Width: | Height: | Size: 341 KiB |
Before Width: | Height: | Size: 125 KiB After Width: | Height: | Size: 133 KiB |
Before Width: | Height: | Size: 116 KiB After Width: | Height: | Size: 117 KiB |
Before Width: | Height: | Size: 124 KiB After Width: | Height: | Size: 204 KiB |
Before Width: | Height: | Size: 126 KiB After Width: | Height: | Size: 251 KiB |
Before Width: | Height: | Size: 98 KiB After Width: | Height: | Size: 189 KiB |
Before Width: | Height: | Size: 140 KiB After Width: | Height: | Size: 213 KiB |
Before Width: | Height: | Size: 238 KiB After Width: | Height: | Size: 320 KiB |
Before Width: | Height: | Size: 85 KiB After Width: | Height: | Size: 90 KiB |
Before Width: | Height: | Size: 129 KiB After Width: | Height: | Size: 224 KiB |
Before Width: | Height: | Size: 91 KiB After Width: | Height: | Size: 94 KiB |
Before Width: | Height: | Size: 318 KiB After Width: | Height: | Size: 407 KiB |
|
@ -5,7 +5,7 @@ __version__ = "1.5.0"
|
||||||
__maintainer__ = "Bob Mottram"
|
__maintainer__ = "Bob Mottram"
|
||||||
__email__ = "bob@libreserver.org"
|
__email__ = "bob@libreserver.org"
|
||||||
__status__ = "Production"
|
__status__ = "Production"
|
||||||
__module_group__ = "Core"
|
__module_group__ = "Core GET"
|
||||||
|
|
||||||
from httpcodes import write2
|
from httpcodes import write2
|
||||||
from session import establish_session
|
from session import establish_session
|
||||||
|
|
|
@ -5,7 +5,7 @@ __version__ = "1.5.0"
|
||||||
__maintainer__ = "Bob Mottram"
|
__maintainer__ = "Bob Mottram"
|
||||||
__email__ = "bob@libreserver.org"
|
__email__ = "bob@libreserver.org"
|
||||||
__status__ = "Production"
|
__status__ = "Production"
|
||||||
__module_group__ = "Core"
|
__module_group__ = "Core GET"
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import urllib.parse
|
import urllib.parse
|
||||||
|
|
|
@ -5,7 +5,7 @@ __version__ = "1.5.0"
|
||||||
__maintainer__ = "Bob Mottram"
|
__maintainer__ = "Bob Mottram"
|
||||||
__email__ = "bob@libreserver.org"
|
__email__ = "bob@libreserver.org"
|
||||||
__status__ = "Production"
|
__status__ = "Production"
|
||||||
__module_group__ = "Core"
|
__module_group__ = "Core GET"
|
||||||
|
|
||||||
import json
|
import json
|
||||||
from context import get_individual_post_context
|
from context import get_individual_post_context
|
||||||
|
|
|
@ -5,7 +5,7 @@ __version__ = "1.5.0"
|
||||||
__maintainer__ = "Bob Mottram"
|
__maintainer__ = "Bob Mottram"
|
||||||
__email__ = "bob@libreserver.org"
|
__email__ = "bob@libreserver.org"
|
||||||
__status__ = "Production"
|
__status__ = "Production"
|
||||||
__module_group__ = "Core"
|
__module_group__ = "Core GET"
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import time
|
import time
|
||||||
|
|
|
@ -5,7 +5,7 @@ __version__ = "1.5.0"
|
||||||
__maintainer__ = "Bob Mottram"
|
__maintainer__ = "Bob Mottram"
|
||||||
__email__ = "bob@libreserver.org"
|
__email__ = "bob@libreserver.org"
|
||||||
__status__ = "Production"
|
__status__ = "Production"
|
||||||
__module_group__ = "Core"
|
__module_group__ = "Core GET"
|
||||||
|
|
||||||
import os
|
import os
|
||||||
from httpcodes import http_404
|
from httpcodes import http_404
|
||||||
|
|
|
@ -5,7 +5,7 @@ __version__ = "1.5.0"
|
||||||
__maintainer__ = "Bob Mottram"
|
__maintainer__ = "Bob Mottram"
|
||||||
__email__ = "bob@libreserver.org"
|
__email__ = "bob@libreserver.org"
|
||||||
__status__ = "Production"
|
__status__ = "Production"
|
||||||
__module_group__ = "Core"
|
__module_group__ = "Core GET"
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import urllib.parse
|
import urllib.parse
|
||||||
|
|
|
@ -5,7 +5,7 @@ __version__ = "1.5.0"
|
||||||
__maintainer__ = "Bob Mottram"
|
__maintainer__ = "Bob Mottram"
|
||||||
__email__ = "bob@libreserver.org"
|
__email__ = "bob@libreserver.org"
|
||||||
__status__ = "Production"
|
__status__ = "Production"
|
||||||
__module_group__ = "Core"
|
__module_group__ = "Core GET"
|
||||||
|
|
||||||
import json
|
import json
|
||||||
from follow import get_following_feed
|
from follow import get_following_feed
|
||||||
|
|
|
@ -5,7 +5,7 @@ __version__ = "1.5.0"
|
||||||
__maintainer__ = "Bob Mottram"
|
__maintainer__ = "Bob Mottram"
|
||||||
__email__ = "bob@libreserver.org"
|
__email__ = "bob@libreserver.org"
|
||||||
__status__ = "Production"
|
__status__ = "Production"
|
||||||
__module_group__ = "Core"
|
__module_group__ = "Core GET"
|
||||||
|
|
||||||
import json
|
import json
|
||||||
import urllib.parse
|
import urllib.parse
|
||||||
|
|
|
@ -5,7 +5,7 @@ __version__ = "1.5.0"
|
||||||
__maintainer__ = "Bob Mottram"
|
__maintainer__ = "Bob Mottram"
|
||||||
__email__ = "bob@libreserver.org"
|
__email__ = "bob@libreserver.org"
|
||||||
__status__ = "Production"
|
__status__ = "Production"
|
||||||
__module_group__ = "Core"
|
__module_group__ = "Core GET"
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import datetime
|
import datetime
|
||||||
|
|
|
@ -5,7 +5,7 @@ __version__ = "1.5.0"
|
||||||
__maintainer__ = "Bob Mottram"
|
__maintainer__ = "Bob Mottram"
|
||||||
__email__ = "bob@libreserver.org"
|
__email__ = "bob@libreserver.org"
|
||||||
__status__ = "Production"
|
__status__ = "Production"
|
||||||
__module_group__ = "Core"
|
__module_group__ = "Core GET"
|
||||||
|
|
||||||
import json
|
import json
|
||||||
from httprequests import request_http
|
from httprequests import request_http
|
||||||
|
|
|
@ -5,7 +5,7 @@ __version__ = "1.5.0"
|
||||||
__maintainer__ = "Bob Mottram"
|
__maintainer__ = "Bob Mottram"
|
||||||
__email__ = "bob@libreserver.org"
|
__email__ = "bob@libreserver.org"
|
||||||
__status__ = "Production"
|
__status__ = "Production"
|
||||||
__module_group__ = "Core"
|
__module_group__ = "Core GET"
|
||||||
|
|
||||||
from webapp_column_left import html_edit_links
|
from webapp_column_left import html_edit_links
|
||||||
from httpheaders import set_headers
|
from httpheaders import set_headers
|
||||||
|
|
|
@ -5,7 +5,7 @@ __version__ = "1.5.0"
|
||||||
__maintainer__ = "Bob Mottram"
|
__maintainer__ = "Bob Mottram"
|
||||||
__email__ = "bob@libreserver.org"
|
__email__ = "bob@libreserver.org"
|
||||||
__status__ = "Production"
|
__status__ = "Production"
|
||||||
__module_group__ = "Core"
|
__module_group__ = "Core GET"
|
||||||
|
|
||||||
from utils import get_instance_url
|
from utils import get_instance_url
|
||||||
from httpheaders import redirect_headers
|
from httpheaders import redirect_headers
|
||||||
|
|
|
@ -5,7 +5,7 @@ __version__ = "1.5.0"
|
||||||
__maintainer__ = "Bob Mottram"
|
__maintainer__ = "Bob Mottram"
|
||||||
__email__ = "bob@libreserver.org"
|
__email__ = "bob@libreserver.org"
|
||||||
__status__ = "Production"
|
__status__ = "Production"
|
||||||
__module_group__ = "Core"
|
__module_group__ = "Core GET"
|
||||||
|
|
||||||
import json
|
import json
|
||||||
from httpheaders import set_headers
|
from httpheaders import set_headers
|
||||||
|
|
|
@ -5,7 +5,7 @@ __version__ = "1.5.0"
|
||||||
__maintainer__ = "Bob Mottram"
|
__maintainer__ = "Bob Mottram"
|
||||||
__email__ = "bob@libreserver.org"
|
__email__ = "bob@libreserver.org"
|
||||||
__status__ = "Production"
|
__status__ = "Production"
|
||||||
__module_group__ = "Core"
|
__module_group__ = "Core GET"
|
||||||
|
|
||||||
import urllib.parse
|
import urllib.parse
|
||||||
from session import establish_session
|
from session import establish_session
|
||||||
|
|
|
@ -5,7 +5,7 @@ __version__ = "1.5.0"
|
||||||
__maintainer__ = "Bob Mottram"
|
__maintainer__ = "Bob Mottram"
|
||||||
__email__ = "bob@libreserver.org"
|
__email__ = "bob@libreserver.org"
|
||||||
__status__ = "Production"
|
__status__ = "Production"
|
||||||
__module_group__ = "Core"
|
__module_group__ = "Core GET"
|
||||||
|
|
||||||
import json
|
import json
|
||||||
from httpcodes import http_400
|
from httpcodes import http_400
|
||||||
|
|
|
@ -5,7 +5,7 @@ __version__ = "1.5.0"
|
||||||
__maintainer__ = "Bob Mottram"
|
__maintainer__ = "Bob Mottram"
|
||||||
__email__ = "bob@libreserver.org"
|
__email__ = "bob@libreserver.org"
|
||||||
__status__ = "Production"
|
__status__ = "Production"
|
||||||
__module_group__ = "Core"
|
__module_group__ = "Core GET"
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import json
|
import json
|
||||||
|
|
|
@ -5,7 +5,7 @@ __version__ = "1.5.0"
|
||||||
__maintainer__ = "Bob Mottram"
|
__maintainer__ = "Bob Mottram"
|
||||||
__email__ = "bob@libreserver.org"
|
__email__ = "bob@libreserver.org"
|
||||||
__status__ = "Production"
|
__status__ = "Production"
|
||||||
__module_group__ = "Core"
|
__module_group__ = "Core GET"
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import json
|
import json
|
||||||
|
|
|
@ -5,7 +5,7 @@ __version__ = "1.5.0"
|
||||||
__maintainer__ = "Bob Mottram"
|
__maintainer__ = "Bob Mottram"
|
||||||
__email__ = "bob@libreserver.org"
|
__email__ = "bob@libreserver.org"
|
||||||
__status__ = "Production"
|
__status__ = "Production"
|
||||||
__module_group__ = "Core"
|
__module_group__ = "Core GET"
|
||||||
|
|
||||||
import json
|
import json
|
||||||
from httpcodes import write2
|
from httpcodes import write2
|
||||||
|
|
|
@ -5,7 +5,7 @@ __version__ = "1.5.0"
|
||||||
__maintainer__ = "Bob Mottram"
|
__maintainer__ = "Bob Mottram"
|
||||||
__email__ = "bob@libreserver.org"
|
__email__ = "bob@libreserver.org"
|
||||||
__status__ = "Production"
|
__status__ = "Production"
|
||||||
__module_group__ = "Core"
|
__module_group__ = "Core GET"
|
||||||
|
|
||||||
from httpcodes import write2
|
from httpcodes import write2
|
||||||
from httpheaders import redirect_headers
|
from httpheaders import redirect_headers
|
||||||
|
|
|
@ -5,7 +5,7 @@ __version__ = "1.5.0"
|
||||||
__maintainer__ = "Bob Mottram"
|
__maintainer__ = "Bob Mottram"
|
||||||
__email__ = "bob@libreserver.org"
|
__email__ = "bob@libreserver.org"
|
||||||
__status__ = "Production"
|
__status__ = "Production"
|
||||||
__module_group__ = "Core"
|
__module_group__ = "Core GET"
|
||||||
|
|
||||||
import os
|
import os
|
||||||
from utils import is_account_dir
|
from utils import is_account_dir
|
||||||
|
|
|
@ -5,7 +5,7 @@ __version__ = "1.5.0"
|
||||||
__maintainer__ = "Bob Mottram"
|
__maintainer__ = "Bob Mottram"
|
||||||
__email__ = "bob@libreserver.org"
|
__email__ = "bob@libreserver.org"
|
||||||
__status__ = "Production"
|
__status__ = "Production"
|
||||||
__module_group__ = "Core"
|
__module_group__ = "Core GET"
|
||||||
|
|
||||||
import json
|
import json
|
||||||
from securemode import secure_mode
|
from securemode import secure_mode
|
||||||
|
|
|
@ -5,7 +5,7 @@ __version__ = "1.5.0"
|
||||||
__maintainer__ = "Bob Mottram"
|
__maintainer__ = "Bob Mottram"
|
||||||
__email__ = "bob@libreserver.org"
|
__email__ = "bob@libreserver.org"
|
||||||
__status__ = "Production"
|
__status__ = "Production"
|
||||||
__module_group__ = "Core"
|
__module_group__ = "Core GET"
|
||||||
|
|
||||||
import os
|
import os
|
||||||
from daemon_utils import has_accept
|
from daemon_utils import has_accept
|
||||||
|
|
|
@ -5,7 +5,7 @@ __version__ = "1.5.0"
|
||||||
__maintainer__ = "Bob Mottram"
|
__maintainer__ = "Bob Mottram"
|
||||||
__email__ = "bob@libreserver.org"
|
__email__ = "bob@libreserver.org"
|
||||||
__status__ = "Production"
|
__status__ = "Production"
|
||||||
__module_group__ = "Core"
|
__module_group__ = "Core GET"
|
||||||
|
|
||||||
import json
|
import json
|
||||||
from httpcodes import write2
|
from httpcodes import write2
|
||||||
|
|
|
@ -5,7 +5,7 @@ __version__ = "1.5.0"
|
||||||
__maintainer__ = "Bob Mottram"
|
__maintainer__ = "Bob Mottram"
|
||||||
__email__ = "bob@libreserver.org"
|
__email__ = "bob@libreserver.org"
|
||||||
__status__ = "Production"
|
__status__ = "Production"
|
||||||
__module_group__ = "Core"
|
__module_group__ = "Core POST"
|
||||||
|
|
||||||
import errno
|
import errno
|
||||||
import urllib.parse
|
import urllib.parse
|
||||||
|
|
|
@ -5,7 +5,7 @@ __version__ = "1.5.0"
|
||||||
__maintainer__ = "Bob Mottram"
|
__maintainer__ = "Bob Mottram"
|
||||||
__email__ = "bob@libreserver.org"
|
__email__ = "bob@libreserver.org"
|
||||||
__status__ = "Production"
|
__status__ = "Production"
|
||||||
__module_group__ = "Core"
|
__module_group__ = "Core POST"
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import errno
|
import errno
|
||||||
|
|
|
@ -5,7 +5,7 @@ __version__ = "1.5.0"
|
||||||
__maintainer__ = "Bob Mottram"
|
__maintainer__ = "Bob Mottram"
|
||||||
__email__ = "bob@libreserver.org"
|
__email__ = "bob@libreserver.org"
|
||||||
__status__ = "Production"
|
__status__ = "Production"
|
||||||
__module_group__ = "Core"
|
__module_group__ = "Core POST"
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import errno
|
import errno
|
||||||
|
|
|
@ -5,7 +5,7 @@ __version__ = "1.5.0"
|
||||||
__maintainer__ = "Bob Mottram"
|
__maintainer__ = "Bob Mottram"
|
||||||
__email__ = "bob@libreserver.org"
|
__email__ = "bob@libreserver.org"
|
||||||
__status__ = "Production"
|
__status__ = "Production"
|
||||||
__module_group__ = "Core"
|
__module_group__ = "Core POST"
|
||||||
|
|
||||||
import errno
|
import errno
|
||||||
import urllib.parse
|
import urllib.parse
|
||||||
|
|
|
@ -5,7 +5,7 @@ __version__ = "1.5.0"
|
||||||
__maintainer__ = "Bob Mottram"
|
__maintainer__ = "Bob Mottram"
|
||||||
__email__ = "bob@libreserver.org"
|
__email__ = "bob@libreserver.org"
|
||||||
__status__ = "Production"
|
__status__ = "Production"
|
||||||
__module_group__ = "Core"
|
__module_group__ = "Core POST"
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import errno
|
import errno
|
||||||
|
|
|
@ -5,7 +5,7 @@ __version__ = "1.5.0"
|
||||||
__maintainer__ = "Bob Mottram"
|
__maintainer__ = "Bob Mottram"
|
||||||
__email__ = "bob@libreserver.org"
|
__email__ = "bob@libreserver.org"
|
||||||
__status__ = "Production"
|
__status__ = "Production"
|
||||||
__module_group__ = "Core"
|
__module_group__ = "Core POST"
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import time
|
import time
|
||||||
|
|
|
@ -5,7 +5,7 @@ __version__ = "1.5.0"
|
||||||
__maintainer__ = "Bob Mottram"
|
__maintainer__ = "Bob Mottram"
|
||||||
__email__ = "bob@libreserver.org"
|
__email__ = "bob@libreserver.org"
|
||||||
__status__ = "Production"
|
__status__ = "Production"
|
||||||
__module_group__ = "Core"
|
__module_group__ = "Core POST"
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import errno
|
import errno
|
||||||
|
|
|
@ -5,7 +5,7 @@ __version__ = "1.5.0"
|
||||||
__maintainer__ = "Bob Mottram"
|
__maintainer__ = "Bob Mottram"
|
||||||
__email__ = "bob@libreserver.org"
|
__email__ = "bob@libreserver.org"
|
||||||
__status__ = "Production"
|
__status__ = "Production"
|
||||||
__module_group__ = "Core"
|
__module_group__ = "Core POST"
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import errno
|
import errno
|
||||||
|
|
|
@ -5,7 +5,7 @@ __version__ = "1.5.0"
|
||||||
__maintainer__ = "Bob Mottram"
|
__maintainer__ = "Bob Mottram"
|
||||||
__email__ = "bob@libreserver.org"
|
__email__ = "bob@libreserver.org"
|
||||||
__status__ = "Production"
|
__status__ = "Production"
|
||||||
__module_group__ = "Core"
|
__module_group__ = "Core POST"
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import errno
|
import errno
|
||||||
|
|
|
@ -5,7 +5,7 @@ __version__ = "1.5.0"
|
||||||
__maintainer__ = "Bob Mottram"
|
__maintainer__ = "Bob Mottram"
|
||||||
__email__ = "bob@libreserver.org"
|
__email__ = "bob@libreserver.org"
|
||||||
__status__ = "Production"
|
__status__ = "Production"
|
||||||
__module_group__ = "Core"
|
__module_group__ = "Core POST"
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import errno
|
import errno
|
||||||
|
|
|
@ -5,7 +5,7 @@ __version__ = "1.5.0"
|
||||||
__maintainer__ = "Bob Mottram"
|
__maintainer__ = "Bob Mottram"
|
||||||
__email__ = "bob@libreserver.org"
|
__email__ = "bob@libreserver.org"
|
||||||
__status__ = "Production"
|
__status__ = "Production"
|
||||||
__module_group__ = "Core"
|
__module_group__ = "Core POST"
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import errno
|
import errno
|
||||||
|
|
|
@ -5,7 +5,7 @@ __version__ = "1.5.0"
|
||||||
__maintainer__ = "Bob Mottram"
|
__maintainer__ = "Bob Mottram"
|
||||||
__email__ = "bob@libreserver.org"
|
__email__ = "bob@libreserver.org"
|
||||||
__status__ = "Production"
|
__status__ = "Production"
|
||||||
__module_group__ = "Core"
|
__module_group__ = "Core POST"
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import time
|
import time
|
||||||
|
|
|
@ -5,7 +5,7 @@ __version__ = "1.5.0"
|
||||||
__maintainer__ = "Bob Mottram"
|
__maintainer__ = "Bob Mottram"
|
||||||
__email__ = "bob@libreserver.org"
|
__email__ = "bob@libreserver.org"
|
||||||
__status__ = "Production"
|
__status__ = "Production"
|
||||||
__module_group__ = "Core"
|
__module_group__ = "Core POST"
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import errno
|
import errno
|
||||||
|
|
|
@ -5,7 +5,7 @@ __version__ = "1.5.0"
|
||||||
__maintainer__ = "Bob Mottram"
|
__maintainer__ = "Bob Mottram"
|
||||||
__email__ = "bob@libreserver.org"
|
__email__ = "bob@libreserver.org"
|
||||||
__status__ = "Production"
|
__status__ = "Production"
|
||||||
__module_group__ = "Core"
|
__module_group__ = "Core POST"
|
||||||
|
|
||||||
import errno
|
import errno
|
||||||
import urllib.parse
|
import urllib.parse
|
||||||
|
|
|
@ -5,7 +5,7 @@ __version__ = "1.5.0"
|
||||||
__maintainer__ = "Bob Mottram"
|
__maintainer__ = "Bob Mottram"
|
||||||
__email__ = "bob@libreserver.org"
|
__email__ = "bob@libreserver.org"
|
||||||
__status__ = "Production"
|
__status__ = "Production"
|
||||||
__module_group__ = "Core"
|
__module_group__ = "Core POST"
|
||||||
|
|
||||||
import errno
|
import errno
|
||||||
import urllib.parse
|
import urllib.parse
|
||||||
|
|