Update architecture diagrams

main
Bob Mottram 2024-03-23 15:11:05 +00:00
parent 6e54d1d69d
commit 9f468c8736
51 changed files with 38 additions and 38 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 73 KiB

After

Width:  |  Height:  |  Size: 73 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 276 KiB

After

Width:  |  Height:  |  Size: 341 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 125 KiB

After

Width:  |  Height:  |  Size: 133 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 116 KiB

After

Width:  |  Height:  |  Size: 117 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 124 KiB

After

Width:  |  Height:  |  Size: 204 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 126 KiB

After

Width:  |  Height:  |  Size: 251 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 98 KiB

After

Width:  |  Height:  |  Size: 189 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 140 KiB

After

Width:  |  Height:  |  Size: 213 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 238 KiB

After

Width:  |  Height:  |  Size: 320 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 85 KiB

After

Width:  |  Height:  |  Size: 90 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 129 KiB

After

Width:  |  Height:  |  Size: 224 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 91 KiB

After

Width:  |  Height:  |  Size: 94 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 318 KiB

After

Width:  |  Height:  |  Size: 407 KiB

View File

@ -5,7 +5,7 @@ __version__ = "1.5.0"
__maintainer__ = "Bob Mottram"
__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Core"
__module_group__ = "Core GET"
from httpcodes import write2
from session import establish_session

View File

@ -5,7 +5,7 @@ __version__ = "1.5.0"
__maintainer__ = "Bob Mottram"
__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Core"
__module_group__ = "Core GET"
import os
import urllib.parse

View File

@ -5,7 +5,7 @@ __version__ = "1.5.0"
__maintainer__ = "Bob Mottram"
__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Core"
__module_group__ = "Core GET"
import json
from context import get_individual_post_context

View File

@ -5,7 +5,7 @@ __version__ = "1.5.0"
__maintainer__ = "Bob Mottram"
__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Core"
__module_group__ = "Core GET"
import os
import time

View File

@ -5,7 +5,7 @@ __version__ = "1.5.0"
__maintainer__ = "Bob Mottram"
__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Core"
__module_group__ = "Core GET"
import os
from httpcodes import http_404

View File

@ -5,7 +5,7 @@ __version__ = "1.5.0"
__maintainer__ = "Bob Mottram"
__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Core"
__module_group__ = "Core GET"
import os
import urllib.parse

View File

@ -5,7 +5,7 @@ __version__ = "1.5.0"
__maintainer__ = "Bob Mottram"
__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Core"
__module_group__ = "Core GET"
import json
from follow import get_following_feed

View File

@ -5,7 +5,7 @@ __version__ = "1.5.0"
__maintainer__ = "Bob Mottram"
__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Core"
__module_group__ = "Core GET"
import json
import urllib.parse

View File

@ -5,7 +5,7 @@ __version__ = "1.5.0"
__maintainer__ = "Bob Mottram"
__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Core"
__module_group__ = "Core GET"
import os
import datetime

View File

@ -5,7 +5,7 @@ __version__ = "1.5.0"
__maintainer__ = "Bob Mottram"
__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Core"
__module_group__ = "Core GET"
import json
from httprequests import request_http

View File

@ -5,7 +5,7 @@ __version__ = "1.5.0"
__maintainer__ = "Bob Mottram"
__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Core"
__module_group__ = "Core GET"
from webapp_column_left import html_edit_links
from httpheaders import set_headers

View File

@ -5,7 +5,7 @@ __version__ = "1.5.0"
__maintainer__ = "Bob Mottram"
__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Core"
__module_group__ = "Core GET"
from utils import get_instance_url
from httpheaders import redirect_headers

View File

@ -5,7 +5,7 @@ __version__ = "1.5.0"
__maintainer__ = "Bob Mottram"
__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Core"
__module_group__ = "Core GET"
import json
from httpheaders import set_headers

View File

@ -5,7 +5,7 @@ __version__ = "1.5.0"
__maintainer__ = "Bob Mottram"
__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Core"
__module_group__ = "Core GET"
import urllib.parse
from session import establish_session

View File

@ -5,7 +5,7 @@ __version__ = "1.5.0"
__maintainer__ = "Bob Mottram"
__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Core"
__module_group__ = "Core GET"
import json
from httpcodes import http_400

View File

@ -5,7 +5,7 @@ __version__ = "1.5.0"
__maintainer__ = "Bob Mottram"
__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Core"
__module_group__ = "Core GET"
import os
import json

View File

@ -5,7 +5,7 @@ __version__ = "1.5.0"
__maintainer__ = "Bob Mottram"
__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Core"
__module_group__ = "Core GET"
import os
import json

View File

@ -5,7 +5,7 @@ __version__ = "1.5.0"
__maintainer__ = "Bob Mottram"
__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Core"
__module_group__ = "Core GET"
import json
from httpcodes import write2

View File

@ -5,7 +5,7 @@ __version__ = "1.5.0"
__maintainer__ = "Bob Mottram"
__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Core"
__module_group__ = "Core GET"
from httpcodes import write2
from httpheaders import redirect_headers

View File

@ -5,7 +5,7 @@ __version__ = "1.5.0"
__maintainer__ = "Bob Mottram"
__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Core"
__module_group__ = "Core GET"
import os
from utils import is_account_dir

View File

@ -5,7 +5,7 @@ __version__ = "1.5.0"
__maintainer__ = "Bob Mottram"
__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Core"
__module_group__ = "Core GET"
import json
from securemode import secure_mode

View File

@ -5,7 +5,7 @@ __version__ = "1.5.0"
__maintainer__ = "Bob Mottram"
__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Core"
__module_group__ = "Core GET"
import os
from daemon_utils import has_accept

View File

@ -5,7 +5,7 @@ __version__ = "1.5.0"
__maintainer__ = "Bob Mottram"
__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Core"
__module_group__ = "Core GET"
import json
from httpcodes import write2

View File

@ -5,7 +5,7 @@ __version__ = "1.5.0"
__maintainer__ = "Bob Mottram"
__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Core"
__module_group__ = "Core POST"
import errno
import urllib.parse

View File

@ -5,7 +5,7 @@ __version__ = "1.5.0"
__maintainer__ = "Bob Mottram"
__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Core"
__module_group__ = "Core POST"
import os
import errno

View File

@ -5,7 +5,7 @@ __version__ = "1.5.0"
__maintainer__ = "Bob Mottram"
__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Core"
__module_group__ = "Core POST"
import os
import errno

View File

@ -5,7 +5,7 @@ __version__ = "1.5.0"
__maintainer__ = "Bob Mottram"
__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Core"
__module_group__ = "Core POST"
import errno
import urllib.parse

View File

@ -5,7 +5,7 @@ __version__ = "1.5.0"
__maintainer__ = "Bob Mottram"
__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Core"
__module_group__ = "Core POST"
import os
import errno

View File

@ -5,7 +5,7 @@ __version__ = "1.5.0"
__maintainer__ = "Bob Mottram"
__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Core"
__module_group__ = "Core POST"
import os
import time

View File

@ -5,7 +5,7 @@ __version__ = "1.5.0"
__maintainer__ = "Bob Mottram"
__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Core"
__module_group__ = "Core POST"
import os
import errno

View File

@ -5,7 +5,7 @@ __version__ = "1.5.0"
__maintainer__ = "Bob Mottram"
__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Core"
__module_group__ = "Core POST"
import os
import errno

View File

@ -5,7 +5,7 @@ __version__ = "1.5.0"
__maintainer__ = "Bob Mottram"
__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Core"
__module_group__ = "Core POST"
import os
import errno

View File

@ -5,7 +5,7 @@ __version__ = "1.5.0"
__maintainer__ = "Bob Mottram"
__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Core"
__module_group__ = "Core POST"
import os
import errno

View File

@ -5,7 +5,7 @@ __version__ = "1.5.0"
__maintainer__ = "Bob Mottram"
__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Core"
__module_group__ = "Core POST"
import os
import errno

View File

@ -5,7 +5,7 @@ __version__ = "1.5.0"
__maintainer__ = "Bob Mottram"
__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Core"
__module_group__ = "Core POST"
import os
import time

View File

@ -5,7 +5,7 @@ __version__ = "1.5.0"
__maintainer__ = "Bob Mottram"
__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Core"
__module_group__ = "Core POST"
import os
import errno

View File

@ -5,7 +5,7 @@ __version__ = "1.5.0"
__maintainer__ = "Bob Mottram"
__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Core"
__module_group__ = "Core POST"
import errno
import urllib.parse

View File

@ -5,7 +5,7 @@ __version__ = "1.5.0"
__maintainer__ = "Bob Mottram"
__email__ = "bob@libreserver.org"
__status__ = "Production"
__module_group__ = "Core"
__module_group__ = "Core POST"
import errno
import urllib.parse