From 4152c9b2337b20a3489e6bce108ee0722899c686 Mon Sep 17 00:00:00 2001 From: Jasper Holton Date: Thu, 23 Jan 2025 12:14:33 -0800 Subject: [PATCH] open source --- backup.log | 6409 +----------------------------------------- backup_date.txt | 2 +- backup_init_date.txt | 2 +- requirements.txt | 517 ++-- 4 files changed, 352 insertions(+), 6578 deletions(-) diff --git a/backup.log b/backup.log index c95f3b329..5d1acb3e3 100755 --- a/backup.log +++ b/backup.log @@ -10,6322 +10,95 @@ ccxt numpy urllib3 webauthn -Initialized empty Git repository in /home/team/lotteh/.git/ -[main (root-commit) d63c920] backup - 6315 files changed, 437915 insertions(+) - create mode 100755 ..gitignore.swp - create mode 100755 .github/workflows/django.yml - create mode 100755 .gitignore - create mode 100755 CODE_OF_CONDUCT.md - create mode 100755 CONTRIBUTING.md - create mode 100755 LICENSE.txt - create mode 100755 README.md - create mode 100755 SECURITY.md - create mode 100755 __pycache__/code.cpython-310.pyc - create mode 100755 __pycache__/hvd.cpython-310.pyc - create mode 100755 __pycache__/logout.cpython-310.pyc - create mode 100755 __pycache__/pam.cpython-310.pyc - create mode 100755 __pycache__/pam.cpython-312.pyc - create mode 100755 __pycache__/test.cpython-312.pyc - create mode 100755 admin.py - create mode 100755 app/__init__.py - create mode 100755 app/__pycache__/__init__.cpython-310.pyc - create mode 100755 app/__pycache__/__init__.cpython-312.pyc - create mode 100755 app/__pycache__/__init__.cpython-38.pyc - create mode 100755 app/__pycache__/admin.cpython-310.pyc - create mode 100755 app/__pycache__/admin.cpython-312.pyc - create mode 100755 app/__pycache__/admin.cpython-38.pyc - create mode 100755 app/__pycache__/apps.cpython-310.pyc - create mode 100755 app/__pycache__/apps.cpython-312.pyc - create mode 100755 app/__pycache__/apps.cpython-38.pyc - create mode 100755 app/__pycache__/models.cpython-310.pyc - create mode 100755 app/__pycache__/models.cpython-312.pyc - create mode 100755 app/__pycache__/models.cpython-38.pyc - create mode 100755 app/__pycache__/tests.cpython-312.pyc - create mode 100755 app/__pycache__/urls.cpython-310.pyc - create mode 100755 app/__pycache__/urls.cpython-312.pyc - create mode 100755 app/__pycache__/urls.cpython-38.pyc - create mode 100755 app/__pycache__/views.cpython-310.pyc - create mode 100755 app/__pycache__/views.cpython-312.pyc - create mode 100755 app/__pycache__/views.cpython-38.pyc - create mode 100755 app/admin.py - create mode 100755 app/apps.py - create mode 100755 app/migrations/__init__.py - create mode 100755 app/migrations/__pycache__/__init__.cpython-310.pyc - create mode 100644 app/migrations/__pycache__/__init__.cpython-312.pyc - create mode 100755 app/models.py - create mode 100755 app/templates/app/app.html - create mode 100755 app/tests.py - create mode 100755 app/urls.py - create mode 100755 app/views.py - create mode 100755 approve_login.py - create mode 100755 audio/__init__.py - create mode 100755 audio/__pycache__/__init__.cpython-310.pyc - create mode 100755 audio/__pycache__/__init__.cpython-312.pyc - create mode 100755 audio/__pycache__/__init__.cpython-38.pyc - create mode 100755 audio/__pycache__/admin.cpython-310.pyc - create mode 100755 audio/__pycache__/admin.cpython-312.pyc - create mode 100755 audio/__pycache__/admin.cpython-38.pyc - create mode 100755 audio/__pycache__/apps.cpython-310.pyc - create mode 100755 audio/__pycache__/apps.cpython-312.pyc - create mode 100755 audio/__pycache__/apps.cpython-38.pyc - create mode 100755 audio/__pycache__/context_processors.cpython-310.pyc - create mode 100644 audio/__pycache__/context_processors.cpython-312.pyc - create mode 100755 audio/__pycache__/context_processors.cpython-38.pyc - create mode 100755 audio/__pycache__/fingerprinting.cpython-312.pyc - create mode 100755 audio/__pycache__/forms.cpython-310.pyc - create mode 100644 audio/__pycache__/forms.cpython-312.pyc - create mode 100755 audio/__pycache__/forms.cpython-38.pyc - create mode 100755 audio/__pycache__/models.cpython-310.pyc - create mode 100755 audio/__pycache__/models.cpython-312.pyc - create mode 100755 audio/__pycache__/models.cpython-38.pyc - create mode 100755 audio/__pycache__/tests.cpython-312.pyc - create mode 100755 audio/__pycache__/transcription.cpython-310.pyc - create mode 100755 audio/__pycache__/transcription.cpython-312.pyc - create mode 100755 audio/__pycache__/transcription.cpython-38.pyc - create mode 100755 audio/__pycache__/urls.cpython-310.pyc - create mode 100755 audio/__pycache__/urls.cpython-312.pyc - create mode 100755 audio/__pycache__/urls.cpython-38.pyc - create mode 100755 audio/__pycache__/views.cpython-310.pyc - create mode 100755 audio/__pycache__/views.cpython-312.pyc - create mode 100755 audio/__pycache__/views.cpython-38.pyc - create mode 100755 audio/admin.py - create mode 100755 audio/apps.py - create mode 100755 audio/context_processors.py - create mode 100755 audio/fingerprinting.py - create mode 100755 audio/forms.py - create mode 100755 audio/migrations/0001_initial.py - create mode 100755 audio/migrations/0002_audiorecording_pitches_audiorecording_volumes.py - create mode 100755 audio/migrations/0003_audiorecording_pitch_notes.py - create mode 100755 audio/migrations/0004_audiorecording_session.py - create mode 100755 audio/migrations/0005_audiorecording_fingerprint.py - create mode 100755 audio/migrations/0006_audiorecording_post.py - create mode 100755 audio/migrations/__init__.py - create mode 100755 audio/migrations/__pycache__/0001_initial.cpython-310.pyc - create mode 100644 audio/migrations/__pycache__/0001_initial.cpython-312.pyc - create mode 100755 audio/migrations/__pycache__/0002_audiorecording_pitches_audiorecording_volumes.cpython-310.pyc - create mode 100644 audio/migrations/__pycache__/0002_audiorecording_pitches_audiorecording_volumes.cpython-312.pyc - create mode 100755 audio/migrations/__pycache__/0003_audiorecording_pitch_notes.cpython-310.pyc - create mode 100644 audio/migrations/__pycache__/0003_audiorecording_pitch_notes.cpython-312.pyc - create mode 100755 audio/migrations/__pycache__/0004_audiorecording_session.cpython-310.pyc - create mode 100644 audio/migrations/__pycache__/0004_audiorecording_session.cpython-312.pyc - create mode 100755 audio/migrations/__pycache__/0005_audiorecording_fingerprint.cpython-310.pyc - create mode 100644 audio/migrations/__pycache__/0005_audiorecording_fingerprint.cpython-312.pyc - create mode 100755 audio/migrations/__pycache__/0006_audiorecording_post.cpython-310.pyc - create mode 100644 audio/migrations/__pycache__/0006_audiorecording_post.cpython-312.pyc - create mode 100755 audio/migrations/__pycache__/__init__.cpython-310.pyc - create mode 100644 audio/migrations/__pycache__/__init__.cpython-312.pyc - create mode 100755 audio/models.py - create mode 100755 audio/templates/audio/_add_post.html - create mode 100755 audio/templates/audio/clock.html - create mode 100755 audio/templates/audio/publish.html - create mode 100755 audio/templates/audio/recording.html - create mode 100755 audio/templates/audio/recordings.html - create mode 100755 audio/tests.py - create mode 100755 audio/transcription.py - create mode 100755 audio/urls.py - create mode 100755 audio/views.py - create mode 100755 auth_code.py - create mode 100644 backup.log - create mode 100755 backup_date.txt - create mode 100755 backup_init_date.txt - create mode 100644 backuplogs - create mode 100755 barcode/__init__.py - create mode 100755 barcode/__pycache__/__init__.cpython-310.pyc - create mode 100755 barcode/__pycache__/__init__.cpython-312.pyc - create mode 100755 barcode/__pycache__/__init__.cpython-38.pyc - create mode 100755 barcode/__pycache__/admin.cpython-310.pyc - create mode 100755 barcode/__pycache__/admin.cpython-312.pyc - create mode 100755 barcode/__pycache__/admin.cpython-38.pyc - create mode 100755 barcode/__pycache__/apps.cpython-310.pyc - create mode 100755 barcode/__pycache__/apps.cpython-312.pyc - create mode 100755 barcode/__pycache__/apps.cpython-38.pyc - create mode 100755 barcode/__pycache__/barcode.cpython-310.pyc - create mode 100644 barcode/__pycache__/barcode.cpython-312.pyc - create mode 100755 barcode/__pycache__/barcode.cpython-38.pyc - create mode 100755 barcode/__pycache__/blur_detection.cpython-310.pyc - create mode 100644 barcode/__pycache__/blur_detection.cpython-312.pyc - create mode 100755 barcode/__pycache__/blur_detection.cpython-38.pyc - create mode 100755 barcode/__pycache__/email.cpython-310.pyc - create mode 100755 barcode/__pycache__/email.cpython-312.pyc - create mode 100755 barcode/__pycache__/forms.cpython-310.pyc - create mode 100644 barcode/__pycache__/forms.cpython-312.pyc - create mode 100755 barcode/__pycache__/forms.cpython-38.pyc - create mode 100755 barcode/__pycache__/idscan.cpython-310.pyc - create mode 100644 barcode/__pycache__/idscan.cpython-312.pyc - create mode 100755 barcode/__pycache__/idscan.cpython-38.pyc - create mode 100755 barcode/__pycache__/idscantext.cpython-310.pyc - create mode 100644 barcode/__pycache__/idscantext.cpython-312.pyc - create mode 100755 barcode/__pycache__/idscantext.cpython-38.pyc - create mode 100755 barcode/__pycache__/isolate.cpython-310.pyc - create mode 100755 barcode/__pycache__/isolate.cpython-312.pyc - create mode 100755 barcode/__pycache__/isolate.cpython-38.pyc - create mode 100755 barcode/__pycache__/middleware.cpython-310.pyc - create mode 100755 barcode/__pycache__/middleware.cpython-312.pyc - create mode 100755 barcode/__pycache__/middleware.cpython-38.pyc - create mode 100755 barcode/__pycache__/models.cpython-310.pyc - create mode 100755 barcode/__pycache__/models.cpython-312.pyc - create mode 100755 barcode/__pycache__/models.cpython-38.pyc - create mode 100755 barcode/__pycache__/scan.cpython-310.pyc - create mode 100644 barcode/__pycache__/scan.cpython-312.pyc - create mode 100755 barcode/__pycache__/scan.cpython-38.pyc - create mode 100755 barcode/__pycache__/tests.cpython-310.pyc - create mode 100755 barcode/__pycache__/tests.cpython-312.pyc - create mode 100755 barcode/__pycache__/tests.cpython-38.pyc - create mode 100755 barcode/__pycache__/urls.cpython-310.pyc - create mode 100755 barcode/__pycache__/urls.cpython-312.pyc - create mode 100755 barcode/__pycache__/urls.cpython-38.pyc - create mode 100755 barcode/__pycache__/validate.cpython-38.pyc - create mode 100755 barcode/__pycache__/views.cpython-310.pyc - create mode 100755 barcode/__pycache__/views.cpython-312.pyc - create mode 100755 barcode/__pycache__/views.cpython-38.pyc - create mode 100755 barcode/admin.py - create mode 100755 barcode/apps.py - create mode 100755 barcode/barcode.py - create mode 100755 barcode/blur_detection - create mode 100755 barcode/blur_detection.py - create mode 100755 barcode/email.py - create mode 100755 barcode/forms.py - create mode 100755 barcode/idscan.py - create mode 100755 barcode/idscantext.py - create mode 100755 barcode/isolate.py - create mode 100755 barcode/middleware.py - create mode 100755 barcode/migrations/0001_initial.py - create mode 100755 barcode/migrations/0002_historicaldocumentscan.py - create mode 100755 barcode/migrations/__init__.py - create mode 100755 barcode/migrations/__pycache__/0001_initial.cpython-310.pyc - create mode 100644 barcode/migrations/__pycache__/0001_initial.cpython-312.pyc - create mode 100644 barcode/migrations/__pycache__/0002_historicaldocumentscan.cpython-312.pyc - create mode 100755 barcode/migrations/__pycache__/__init__.cpython-310.pyc - create mode 100644 barcode/migrations/__pycache__/__init__.cpython-312.pyc - create mode 100755 barcode/models.py - create mode 100755 barcode/scan.py - create mode 100755 barcode/templates/barcode/routine_email.html - create mode 100755 barcode/templates/barcode/scan.html - create mode 100755 barcode/templates/barcode/scan.html.save - create mode 100755 barcode/templates/barcode/scan.html.save.1 - create mode 100755 barcode/tests.py - create mode 100755 barcode/urls.py - create mode 100755 barcode/validate.py - create mode 100755 barcode/views.py - create mode 100755 binance.py - create mode 100755 birthcontrol/__init__.py - create mode 100755 birthcontrol/__pycache__/__init__.cpython-310.pyc - create mode 100755 birthcontrol/__pycache__/__init__.cpython-312.pyc - create mode 100755 birthcontrol/__pycache__/__init__.cpython-38.pyc - create mode 100755 birthcontrol/__pycache__/admin.cpython-310.pyc - create mode 100755 birthcontrol/__pycache__/admin.cpython-312.pyc - create mode 100755 birthcontrol/__pycache__/admin.cpython-38.pyc - create mode 100755 birthcontrol/__pycache__/apps.cpython-310.pyc - create mode 100755 birthcontrol/__pycache__/apps.cpython-312.pyc - create mode 100755 birthcontrol/__pycache__/apps.cpython-38.pyc - create mode 100755 birthcontrol/__pycache__/barcode.cpython-310.pyc - create mode 100755 birthcontrol/__pycache__/barcode.cpython-312.pyc - create mode 100755 birthcontrol/__pycache__/barcode.cpython-38.pyc - create mode 100755 birthcontrol/__pycache__/forms.cpython-310.pyc - create mode 100755 birthcontrol/__pycache__/forms.cpython-312.pyc - create mode 100755 birthcontrol/__pycache__/forms.cpython-38.pyc - create mode 100755 birthcontrol/__pycache__/isolate.cpython-310.pyc - create mode 100755 birthcontrol/__pycache__/isolate.cpython-312.pyc - create mode 100755 birthcontrol/__pycache__/isolate.cpython-38.pyc - create mode 100755 birthcontrol/__pycache__/models.cpython-310.pyc - create mode 100755 birthcontrol/__pycache__/models.cpython-312.pyc - create mode 100755 birthcontrol/__pycache__/models.cpython-38.pyc - create mode 100755 birthcontrol/__pycache__/tasks.cpython-310.pyc - create mode 100644 birthcontrol/__pycache__/tasks.cpython-312.pyc - create mode 100755 birthcontrol/__pycache__/tasks.cpython-38.pyc - create mode 100755 birthcontrol/__pycache__/tests.cpython-312.pyc - create mode 100755 birthcontrol/__pycache__/urls.cpython-310.pyc - create mode 100755 birthcontrol/__pycache__/urls.cpython-312.pyc - create mode 100755 birthcontrol/__pycache__/urls.cpython-38.pyc - create mode 100755 birthcontrol/__pycache__/views.cpython-310.pyc - create mode 100755 birthcontrol/__pycache__/views.cpython-312.pyc - create mode 100755 birthcontrol/__pycache__/views.cpython-38.pyc - create mode 100755 birthcontrol/admin.py - create mode 100755 birthcontrol/apps.py - create mode 100755 birthcontrol/barcode.py - create mode 100755 birthcontrol/forms.py - create mode 100755 birthcontrol/isolate.py - create mode 100755 birthcontrol/migrations/0001_initial.py - create mode 100755 birthcontrol/migrations/0002_birthcontrolpill_incontinence.py - create mode 100755 birthcontrol/migrations/0003_birthcontrolpill_temperature_and_more.py - create mode 100755 birthcontrol/migrations/__init__.py - create mode 100755 birthcontrol/migrations/__pycache__/0001_initial.cpython-310.pyc - create mode 100644 birthcontrol/migrations/__pycache__/0001_initial.cpython-312.pyc - create mode 100755 birthcontrol/migrations/__pycache__/0002_birthcontrolpill_incontinence.cpython-310.pyc - create mode 100644 birthcontrol/migrations/__pycache__/0002_birthcontrolpill_incontinence.cpython-312.pyc - create mode 100755 birthcontrol/migrations/__pycache__/0003_birthcontrolpill_temperature_and_more.cpython-310.pyc - create mode 100644 birthcontrol/migrations/__pycache__/0003_birthcontrolpill_temperature_and_more.cpython-312.pyc - create mode 100755 birthcontrol/migrations/__pycache__/__init__.cpython-310.pyc - create mode 100644 birthcontrol/migrations/__pycache__/__init__.cpython-312.pyc - create mode 100755 birthcontrol/models.py - create mode 100755 birthcontrol/models.py.save - create mode 100755 birthcontrol/tasks.py - create mode 100755 birthcontrol/templates/birthcontrol/profile.html - create mode 100755 birthcontrol/templates/birthcontrol/take.html - create mode 100755 birthcontrol/templates/birthcontrol/take.html.save - create mode 100755 birthcontrol/templates/birthcontrol/take_time.html - create mode 100755 birthcontrol/templates/birthcontrol/temperature.html - create mode 100755 birthcontrol/tests.py - create mode 100755 birthcontrol/urls.py - create mode 100755 birthcontrol/views.py - create mode 100755 blacklist.txt - create mode 100755 bucket_posts.py - create mode 100755 bug_report.md - create mode 100644 cache/02c05453c1ba3404a4c5e3c6af71990e.djcache - create mode 100644 cache/02d83f83fd510a271f02191b79690149.djcache - create mode 100644 cache/032e089814e14438cc0ec545dfeb050b.djcache - create mode 100644 cache/033431a9f1ca94d41446f08f0f76fb15.djcache - create mode 100644 cache/0574c6e874a4d49d6faa9c11b3412a47.djcache - create mode 100644 cache/05f82b9b31f2c1a6c1eeef276bb31c78.djcache - create mode 100644 cache/06a7709cabd3681d2e508b0553822b94.djcache - create mode 100644 cache/079742d1b7614061e81e847227f326ea.djcache - create mode 100644 cache/089fc02c0acaf1b425158edffb2b2607.djcache - create mode 100644 cache/096a1bb105bb8055c0eca4752f293493.djcache - create mode 100644 cache/09b688f6325016e842406aea4fd466b6.djcache - create mode 100644 cache/09c252bb1dc130e48b392b34fff4873d.djcache - create mode 100644 cache/09e81263fe61c47aaf9c30ab8f346efd.djcache - create mode 100644 cache/09fb8eda6d86b4a45f4ef7be630e734a.djcache - create mode 100644 cache/0a0a47543ab55ce9fbdb52baf48af884.djcache - create mode 100644 cache/0acd91469d03017dcb5be0eccbc63615.djcache - create mode 100644 cache/0ad35ec095c3267d6224f1b848217997.djcache - create mode 100644 cache/0e8069d285d1f284e340fad60c14bc9a.djcache - create mode 100644 cache/1112b5d0e2b99762e8aeb45220e2aa8d.djcache - create mode 100644 cache/116a656ea0249bdefdadf608467cbd51.djcache - create mode 100644 cache/1239a1fe4d57b6fca3d62b6126ea2a57.djcache - create mode 100644 cache/14b46fbd937b6277ff7a29672269d50e.djcache - create mode 100644 cache/156dc3b360e78d993b8f0b4cefce9781.djcache - create mode 100644 cache/15d5601d2d0573b1f2275242d2cb5670.djcache - create mode 100644 cache/15d702d7e57d063dd0a77ea29b3f19bf.djcache - create mode 100644 cache/18d73da878f5abbc5b7317c273c1d891.djcache - create mode 100644 cache/190865267013fa33d3eac822f67c480c.djcache - create mode 100644 cache/19854b1214d00e0f19a7b5153b75836a.djcache - create mode 100644 cache/19b380bc9c4c2bfbe24506e1b12310bd.djcache - create mode 100644 cache/1ca9e5faf970dbe7b828caae0e664b88.djcache - create mode 100644 cache/1cb21f8700a07d2493395df42b07dd21.djcache - create mode 100644 cache/1ddc6485f2d54bc1c5184c86330b4e33.djcache - create mode 100644 cache/20ae533c3bc8098dd85779254a7897e7.djcache - create mode 100644 cache/2277ea1b97c02a4f94b94a49e049a9a0.djcache - create mode 100644 cache/227e3174ad3657a64619b9d125948f59.djcache - create mode 100644 cache/22a103a3a2cd83d1b0d3cbdd76dc8eab.djcache - create mode 100644 cache/23349cdf68ff6eab51a7f377e3711715.djcache - create mode 100644 cache/235ed0d37b0faca702b0e1d31e64168b.djcache - create mode 100644 cache/236f66295166706c71a47df270dde052.djcache - create mode 100644 cache/239cb4f6b7dc4c23ef05183c1a676285.djcache - create mode 100644 cache/24ee08481b1642100f194414684b3cad.djcache - create mode 100644 cache/26746dc5414b9ce8096e722f48773bfd.djcache - create mode 100644 cache/28055a03d27998470950a3a92c8d6bac.djcache - create mode 100644 cache/29ee1d6cc5091e54cfe685a7697bce09.djcache - create mode 100644 cache/2b006ccbca2bbbc0bd0f49bd4796fc9d.djcache - create mode 100644 cache/2b21e7799c2335a075329bbc17e2b16d.djcache - create mode 100644 cache/2b9d534d7331dcd24c99f6035e480e4f.djcache - create mode 100644 cache/2bf286ab100518e41bf32102274f3696.djcache - create mode 100644 cache/2bfc8c5e8e85b224b6c38871f043deb5.djcache - create mode 100644 cache/2c8be529f98ddef0bfeeaad925613711.djcache - create mode 100644 cache/2cd7c46a7373cebe79c93545a40892cb.djcache - create mode 100644 cache/2d270fa6bc59182489c691262d88964a.djcache - create mode 100644 cache/2dff7feebdafee5bf70d57f5ad518f8a.djcache - create mode 100644 cache/2edf0af9f9397dea13e116e5d452aa28.djcache - create mode 100644 cache/3268187d16ce1f452531e82b5a863f6c.djcache - create mode 100644 cache/32f1f3da6f674a773e0cc1e378558f4e.djcache - create mode 100644 cache/350e8554713fe8a3da57b62daab775bf.djcache - create mode 100644 cache/3515af2eec60728afbd7814aa9facaea.djcache - create mode 100644 cache/36aca73e9ff54d6a616edc8ad6efa731.djcache - create mode 100644 cache/36bdfc40e18b1ddd017552291b98b9d6.djcache - create mode 100644 cache/39895027b3c7ef8c37b5e854f714a81d.djcache - create mode 100644 cache/3ca8b7e0b7e805cded817123363a0f72.djcache - create mode 100644 cache/3d14d9cce42cd00f94de42c5a1cbf2a3.djcache - create mode 100644 cache/3d9b89476f0520405717f7f6f25eff6b.djcache - create mode 100644 cache/3e296b65c2e10c142e2b9ed7de415967.djcache - create mode 100644 cache/3eff2760ad3f194aa49699ad8e8e6dec.djcache - create mode 100644 cache/3f071edbf71998d516be096266a19195.djcache - create mode 100644 cache/3f0ab53a8aca0a35d67de67bbdd2da0f.djcache - create mode 100644 cache/3fb3e8aa050d18dd547ca7333cdae228.djcache - create mode 100644 cache/3fc150bde245ff1ff87e01a55f5d6438.djcache - create mode 100644 cache/4051214fd17c4e0c31f1fe082500d455.djcache - create mode 100644 cache/407f675fda0197f665b97809dba94c88.djcache - create mode 100644 cache/40ae9afb6e2ece27f7200ada4de918c8.djcache - create mode 100644 cache/40b8dc3eac55fcc5438e63aeb06414a3.djcache - create mode 100644 cache/41dfb175bdbcab3eab540c8013d9db0d.djcache - create mode 100644 cache/42304223a79b0bb340a8ea4119f3a2a2.djcache - create mode 100644 cache/42b9356db7cbc5d6d2a0711970e7b453.djcache - create mode 100644 cache/42dbc5539fc2afa2915f467283d4f830.djcache - create mode 100644 cache/42ee01477d11505541e56cff363acd7d.djcache - create mode 100644 cache/438c6325afcb31838acee8007106241e.djcache - create mode 100644 cache/44be340fa6da96c421254fabc72dacdb.djcache - create mode 100644 cache/45372f625834d76e733124b8a8dc1525.djcache - create mode 100644 cache/456770548ab73c2024c9d631053aedbe.djcache - create mode 100644 cache/46f7aea34627c235e0b009cf4d432d31.djcache - create mode 100644 cache/477e104889701d9c211d3f32d3741eda.djcache - create mode 100644 cache/48b8ee0574d28adfa27b4912ceff1a44.djcache - create mode 100644 cache/495f7819141e5381e11e1bc14585e4ea.djcache - create mode 100644 cache/4a4d05efbd790993850c4317f5b5edba.djcache - create mode 100644 cache/4aa856a8909b684e2b411b6d49c25539.djcache - create mode 100644 cache/4b38b56cae3d67d173a9d9e43b4971bd.djcache - create mode 100644 cache/4bd2cdd9bf22ab8e8e099961753dcbd5.djcache - create mode 100644 cache/4ccb0dbf731b97a85923dbc664c8927f.djcache - create mode 100644 cache/4cd66b02679d818843a33403cab129e9.djcache - create mode 100644 cache/4d87789274a6905ef8f6493b43332bdf.djcache - create mode 100644 cache/4dae2e3e8ee5b0578d1b2cdf388e54e2.djcache - create mode 100644 cache/507b446816146632fb32a921d0c4865d.djcache - create mode 100644 cache/52e36d2becb86d8d515b5d9b9bee1973.djcache - create mode 100644 cache/52f53f9296d671e1012e570a0f60b5af.djcache - create mode 100644 cache/539cb23542ceb7bdaea798ea0f553484.djcache - create mode 100644 cache/54216cf736b56367d3f2ef832bf1f8c7.djcache - create mode 100644 cache/545114d70ab389aab361df36c6b7e2d1.djcache - create mode 100644 cache/54a3b304630ef947b5e102fd9f696498.djcache - create mode 100644 cache/559b7953dbf8547fd6501950f25affaa.djcache - create mode 100644 cache/57fbcf05495976ccff2dc0d61c32824f.djcache - create mode 100644 cache/59d79cd5233cb2dca0bdfa7af61b78bb.djcache - create mode 100644 cache/5af1fe6da843556f98019c08f51461f4.djcache - create mode 100644 cache/5b5cfcaab146435d9c3c44ff3a73bc50.djcache - create mode 100644 cache/5be2b9ef45efd04cb603c00cd6b1f1a8.djcache - create mode 100644 cache/5bea9eb58e2d2f2c46eeae7d9e74b83f.djcache - create mode 100644 cache/5c79d3d096e594c98ab974131c3f8812.djcache - create mode 100644 cache/5c79d60361cca5b34692ee909eb31542.djcache - create mode 100644 cache/5cbbe4016080d0ea8041f70f67dcfb13.djcache - create mode 100644 cache/5d01df3d78e86d5ac6a59f435c89223f.djcache - create mode 100644 cache/5d0db93d4d534188f5f5a3e03800f834.djcache - create mode 100644 cache/5e631be8dbd8b879add525d14fe90162.djcache - create mode 100644 cache/5ec486ae21f13581b5f0d9ee6620e20c.djcache - create mode 100644 cache/5ee54baae61332dd7bcd7f79ab3851f5.djcache - create mode 100644 cache/5f615913dda0a462088189fb090c4519.djcache - create mode 100644 cache/5fff9523da9dcc14cccf37d744c842c6.djcache - create mode 100644 cache/6069b0c32936372f0f319b6405daf723.djcache - create mode 100644 cache/60b64bfd3256deee013f966e2d553177.djcache - create mode 100644 cache/63dcf54d09a38429232084ea4cdc08e7.djcache - create mode 100644 cache/6416e9fd784ff38786b3f6a91b802b9e.djcache - create mode 100644 cache/65f7786bae72fed9e64ab4065c937961.djcache - create mode 100644 cache/67bce5644b5ebae5995524cced7f1e93.djcache - create mode 100644 cache/6b41681e4ec4ff8743520a5bdb82dc83.djcache - create mode 100644 cache/6b7f5c4314a780d5825a1a6f7d20eb01.djcache - create mode 100644 cache/6bec9a8fa63fdde797b33052cecab5ef.djcache - create mode 100644 cache/6c2821a2c4914bb7f1ce34ce4f08a76e.djcache - create mode 100644 cache/6d12369341b6f10f4eed46832410158d.djcache - create mode 100644 cache/6dd3fafc19f334968d9a3838c117ad92.djcache - create mode 100644 cache/6e42b799b93eff4d67ab169eb5772624.djcache - create mode 100644 cache/6e5e518128445ec0c2b1f0aba8774b33.djcache - create mode 100644 cache/707c776ac872e7bcb0a5c66674611fd6.djcache - create mode 100644 cache/70cce0cd56d2c02d961f8693eaf8f60a.djcache - create mode 100644 cache/70eb1b13b34ba1353e662e43ba628188.djcache - create mode 100644 cache/7137f793a638991ec37cde7c0359339d.djcache - create mode 100644 cache/71761869d7896176d63726df7d1d87e5.djcache - create mode 100644 cache/7380ceb1cd9f672f09287f4a30ae8cba.djcache - create mode 100644 cache/73c889ae1275fab87f5117d265bc2381.djcache - create mode 100644 cache/74c1a4921a6986de0c3d2b785da26559.djcache - create mode 100644 cache/7523cbbe8b098dc9f17835ace78b99e2.djcache - create mode 100644 cache/76443583f140732114042cfcfc45ce74.djcache - create mode 100644 cache/79e44295eee0593091eedb5e40301a2d.djcache - create mode 100644 cache/7b518c760d9b368a84dcac271cb99e7a.djcache - create mode 100644 cache/7ba0d02b37e26946a05e7712b1565b79.djcache - create mode 100644 cache/7dd88c587a1165af3a440dc00f8a301d.djcache - create mode 100644 cache/7e790a38a8f4dfb8bae31f51f2eee3b3.djcache - create mode 100644 cache/7ec51a5d26d544a12de0d0ccbf11cc8c.djcache - create mode 100644 cache/7f611517c887e2536469e47ba7ad1acd.djcache - create mode 100644 cache/80c750dc7af66134e714d4a5d69d8c40.djcache - create mode 100644 cache/8189f88b1f7898c4fc464fc151461f37.djcache - create mode 100644 cache/81bb53c65802dd6649c0c1b4f6025b79.djcache - create mode 100644 cache/82188fb66655d70734d95a8a1493c349.djcache - create mode 100644 cache/82d97e2f354c4a46667404324648863e.djcache - create mode 100644 cache/836276f36df62eb420e71e6a8b0d02d7.djcache - create mode 100644 cache/888764ceccd97a1fd2adacf64e08f5a0.djcache - create mode 100644 cache/897c0583e15bec06568778dc3d41ccba.djcache - create mode 100644 cache/8a0ba79774870266cef2002b456fc657.djcache - create mode 100644 cache/8b4a3bf52d6747e1f8a0470ca626d99e.djcache - create mode 100644 cache/8c44b8fdbee9d801d642e577617cf1c3.djcache - create mode 100644 cache/8c832aec8314831e88fb4b10c5e694d7.djcache - create mode 100644 cache/8d8654f96449b9c5b8f4a535a2f63ea3.djcache - create mode 100644 cache/8e11d889fabca3195442a1b609cab34f.djcache - create mode 100644 cache/8fc89b0d38d3d9ff6164693d04e5e572.djcache - create mode 100644 cache/90f92b59c6188ef7b8dc51fbe3e6cdfa.djcache - create mode 100644 cache/911bae198792bc6756fbfdb083b5c72d.djcache - create mode 100644 cache/9165a87ef3e478a050ae458b9c71e93d.djcache - create mode 100644 cache/918e67dd79668c5d789cbeec614c1b12.djcache - create mode 100644 cache/91dc68311e447caf36798773dfca775a.djcache - create mode 100644 cache/92e31886ac6308dc984e136b44afcaed.djcache - create mode 100644 cache/93701e64ca3df3a0407f3a524c570462.djcache - create mode 100644 cache/93a249ea1fa602faf0bdf3347f829530.djcache - create mode 100644 cache/964ffec4dbbcaf155d1e7f4eb5199c86.djcache - create mode 100644 cache/96cce71aa7d56ac48567eb66d85c4e86.djcache - create mode 100644 cache/9a3c8f006997e9dc7903393b75488af2.djcache - create mode 100644 cache/9b4a65124a0373f95cc0efb1dfae5570.djcache - create mode 100644 cache/9b69d4b473c85057aafa5548a0b557a5.djcache - create mode 100644 cache/9b9a0b58294a8180073d102de469ac27.djcache - create mode 100644 cache/9c582974add42696ef06b2181fc09f78.djcache - create mode 100644 cache/9ca89efbc188eabbcd68fe0e691fee29.djcache - create mode 100644 cache/9ce59a8043db8d57768d07ef24749b43.djcache - create mode 100644 cache/9da21620858e85258d2040994ebbcd2a.djcache - create mode 100644 cache/9e93a3301b0f618cbb6fc238be1c86c3.djcache - create mode 100644 cache/9f888063241ab46c4bbc7d41d1ed14ad.djcache - create mode 100644 cache/9f99d0f556c895b3fe87a6791c1d100e.djcache - create mode 100644 cache/a0c5ab78a152a6e3406c72768aa70bb5.djcache - create mode 100644 cache/a361fdb0921a767ec35da7e3ecf407c8.djcache - create mode 100644 cache/a3a1e14b72285b62bb0e7c64fe22a6bd.djcache - create mode 100644 cache/a3b188898b2942066502d6f1eba5cf19.djcache - create mode 100644 cache/a3d8101f0cc39ed343f22445afbb07d0.djcache - create mode 100644 cache/a5a07f9b09d77c749312f7bbfc267bad.djcache - create mode 100644 cache/a659da7f3022af130994ab6f36c22ec3.djcache - create mode 100644 cache/a71225c5c28f5a7ace65fdf4f6952d5f.djcache - create mode 100644 cache/a7af7fa270e6a0dde951272feb4d6328.djcache - create mode 100644 cache/ab25fdea27ec91781773cf2fdd83c6b9.djcache - create mode 100644 cache/ac21baaee57a249babcb6d53914261f5.djcache - create mode 100644 cache/ad223edb4b79e1abab7a13d93a6830e2.djcache - create mode 100644 cache/af92ab23f51a5732e1e4e8caf59a76f0.djcache - create mode 100644 cache/b063460e23d4f4cae341eaa61962ec94.djcache - create mode 100644 cache/b16362948aed90ab0aa6bcbb172ff3b4.djcache - create mode 100644 cache/b1c584eb90cc2781bf19149f7c11d6d6.djcache - create mode 100644 cache/b3b82a62d91c31026d9e4b4f67f1f382.djcache - create mode 100644 cache/b41f66faa88772dc4d255ca126274273.djcache - create mode 100644 cache/b46de17f18feee43f0e68749ea54026b.djcache - create mode 100644 cache/b482807bacdf96ff71b8274881768c8e.djcache - create mode 100644 cache/b488b31753e3d152b85c46874b90df2e.djcache - create mode 100644 cache/b5754ba4d8f4a03b8ffffb01383d7f40.djcache - create mode 100644 cache/b5d4dc301aa75d42fb476b6c01381253.djcache - create mode 100644 cache/b5d951998f196130ac9d42c50b975a38.djcache - create mode 100644 cache/b68cd535d29e5cc9d28040e68eca0acb.djcache - create mode 100644 cache/b6a0a6b948c39ee1dc16515d3f320b5b.djcache - create mode 100644 cache/b89138f2eafe11923bee33d62bec89bc.djcache - create mode 100644 cache/b8b987f161dab08db12c85889e88bbb7.djcache - create mode 100644 cache/b9098f2e1b2dab9d0cc16570ef9cf6b6.djcache - create mode 100644 cache/b9740fdc5fd15b4fe7267e1530e41689.djcache - create mode 100644 cache/ba3128919897dfe84c1316cc742a49b7.djcache - create mode 100644 cache/bc3c6f3ffdb5af96eda145fa65f8e7ef.djcache - create mode 100644 cache/bd3f407e831548deb8237999cb2da100.djcache - create mode 100644 cache/bf5b22d316024b8282f48ffd5bd876e0.djcache - create mode 100644 cache/c041e40c0d1ca3eb94cf71f1f76ec671.djcache - create mode 100644 cache/c17efa4fe7b8ccc0dc234d8210b2e2ec.djcache - create mode 100644 cache/c222cf16cc93e63759201d77e81dbf9c.djcache - create mode 100644 cache/c2420aa71fbb0a07962ec3d17f77d92c.djcache - create mode 100644 cache/c2bf57c3bcefd6bd47b0d132739961bb.djcache - create mode 100644 cache/c4283afc01327eea1d1934840d3a2a20.djcache - create mode 100644 cache/c583a38619bb92fbbd2be369a0cdf7c4.djcache - create mode 100644 cache/c695abaf80fb01f362f6a6aaf41f46c4.djcache - create mode 100644 cache/c6b234b0c7aea019609b7ac3302f9e0e.djcache - create mode 100644 cache/c7440560185116a4208f5b4f23ac70ef.djcache - create mode 100644 cache/c7b922d022c7b838d2ee52c6a2e5aaa8.djcache - create mode 100644 cache/c95f37cf4a177f0d333b751f52e579f0.djcache - create mode 100644 cache/c9758a8f30eb4392ad4da17305b577d3.djcache - create mode 100644 cache/c9f2b556d442f73e8c2df6e7b0f31773.djcache - create mode 100644 cache/ca1150c6a69461124ac76be5d373020a.djcache - create mode 100644 cache/ca447430676c1a817cf702887aca080b.djcache - create mode 100644 cache/ca75b7daf1922036dc38f0be9d1ecc9b.djcache - create mode 100644 cache/cb5cf4d8e9254af4deaf8a6c45875755.djcache - create mode 100644 cache/cc1ae541182a7f7040e1cd0a09933714.djcache - create mode 100644 cache/cdd694a8edb351ba4b45fec247f658e3.djcache - create mode 100644 cache/ce32875007a7b592aba09156673adadf.djcache - create mode 100644 cache/ce3cd5f06af030cac411c692666dacc4.djcache - create mode 100644 cache/d0486ff20f77f0f9241f4b2972a9843c.djcache - create mode 100644 cache/d33fddc15ee55590a118f554dd1eaa58.djcache - create mode 100644 cache/d4f68bff8c96c01dbcd9e12621329a6c.djcache - create mode 100644 cache/d558a09e61b57af7c4404ec3a8f67ac0.djcache - create mode 100644 cache/d5592011ed7abbd9c35daa9bb1533957.djcache - create mode 100644 cache/d567df70e1626417e747ef44798275ad.djcache - create mode 100644 cache/d5859cfcd8f78487dbb7d3d3af7173a3.djcache - create mode 100644 cache/d753b7faea70295a217554390a77d5d8.djcache - create mode 100644 cache/d78723ee5a20ba552df3f714fec66a9a.djcache - create mode 100644 cache/d9042c8dd3822b40dc20bdca82974b9b.djcache - create mode 100644 cache/d99aa723eeb6cf9920184bd5c451ebaf.djcache - create mode 100644 cache/d9b99b2433a44ff0c7bb1db2cc22815e.djcache - create mode 100644 cache/daed27216d9f8c051ab558c98f54574f.djcache - create mode 100644 cache/db206992d5fb3c8ffd3bae80c36d0d84.djcache - create mode 100644 cache/dd38adb61ac5578a830d4f8e6c9835b3.djcache - create mode 100644 cache/df6901735dafb527cf51eae7014c75f2.djcache - create mode 100644 cache/df6bf1d2edf79311778724442810971c.djcache - create mode 100644 cache/e01408f84e73375455bd8ca6b2cbe550.djcache - create mode 100644 cache/e08afeb6f891ebda24f7e4a2e9ee990b.djcache - create mode 100644 cache/e1b12cb28e77c97099e7050e0cf22b9f.djcache - create mode 100644 cache/e21ae08b05db326e8aa04d2ad388d838.djcache - create mode 100644 cache/e259610d772463f688a541e13fd4ebc6.djcache - create mode 100644 cache/e3783a305c230e383e34a4bd8db4c1b8.djcache - create mode 100644 cache/e486d838fa78521984c9e9e8eaebea6c.djcache - create mode 100644 cache/e60f012005bd5ac591571e16347cfc81.djcache - create mode 100644 cache/e63142723b904a560cb4d1c1ea21cd24.djcache - create mode 100644 cache/e641557d5830b232bf076e6687764a72.djcache - create mode 100644 cache/e72bcbe63cc9f3f5a8090c79f3ae1750.djcache - create mode 100644 cache/e7d4a4ed90e579bc7f9365aec416609b.djcache - create mode 100644 cache/eb19a38068bdf128c0166a2f5cbf670e.djcache - create mode 100644 cache/ec92b9cb4ee93d673097dc3de7b9228d.djcache - create mode 100644 cache/ed1bf5cf333113d2b9b7065892110e99.djcache - create mode 100644 cache/ee17aeff61e9c76623250b99dc09698e.djcache - create mode 100644 cache/ee2e02f9a52de447b3ad713ab9c10c53.djcache - create mode 100644 cache/ee32603143b2c031bd670fe1fe875877.djcache - create mode 100644 cache/eebbeb1bfd0442b042146af010d741e0.djcache - create mode 100644 cache/ef24ac12f146b5bfc71a31927d5ccfd0.djcache - create mode 100644 cache/f154d9812069d1fb0360ae2ddb12c55a.djcache - create mode 100644 cache/f164a67f6c966fb3d349690f4fd99780.djcache - create mode 100644 cache/f22c568755777942c9540146f8b6a66c.djcache - create mode 100644 cache/f2ded684d169683bab7e7ef4331f2b2f.djcache - create mode 100644 cache/f2eb87cee413f738e22dd078135d6c46.djcache - create mode 100644 cache/f43cb6437a3a8792ac9acfb6916e0d3f.djcache - create mode 100644 cache/f46f4ae37b8b6c67a502fbf18d973687.djcache - create mode 100644 cache/f4dc738446d152b97f8ae8e5d52c4113.djcache - create mode 100644 cache/f8ee96133307d29893b2bb1c60ef45d0.djcache - create mode 100644 cache/f9a7fc1311d673225e622f1d450c865e.djcache - create mode 100644 cache/fa0ee184df00f167a52e39e10a974de0.djcache - create mode 100644 cache/fa567e8b1c77ea43aa5e8430574e9876.djcache - create mode 100644 cache/fc130f4ef950149acbf282527a88d5cb.djcache - create mode 100644 cache/fc8a13d3c9e7679d24ce882c2ddcbd38.djcache - create mode 100644 cache/fceda1b197e46949b3442c41debdaab1.djcache - create mode 100644 celery/pid/beat.pid - create mode 100644 celery/pid/worker1.pid - create mode 100644 celery/pid/worker2.pid - create mode 100755 chat/__init__.py - create mode 100755 chat/__pycache__/__init__.cpython-310.pyc - create mode 100755 chat/__pycache__/__init__.cpython-312.pyc - create mode 100755 chat/__pycache__/__init__.cpython-38.pyc - create mode 100755 chat/__pycache__/admin.cpython-310.pyc - create mode 100755 chat/__pycache__/admin.cpython-312.pyc - create mode 100755 chat/__pycache__/admin.cpython-38.pyc - create mode 100755 chat/__pycache__/age.cpython-312.pyc - create mode 100755 chat/__pycache__/apps.cpython-310.pyc - create mode 100755 chat/__pycache__/apps.cpython-312.pyc - create mode 100755 chat/__pycache__/apps.cpython-38.pyc - create mode 100755 chat/__pycache__/consumers.cpython-310.pyc - create mode 100644 chat/__pycache__/consumers.cpython-312.pyc - create mode 100755 chat/__pycache__/forms.cpython-310.pyc - create mode 100644 chat/__pycache__/forms.cpython-312.pyc - create mode 100755 chat/__pycache__/forms.cpython-38.pyc - create mode 100755 chat/__pycache__/models.cpython-310.pyc - create mode 100755 chat/__pycache__/models.cpython-312.pyc - create mode 100755 chat/__pycache__/models.cpython-38.pyc - create mode 100755 chat/__pycache__/tests.cpython-312.pyc - create mode 100755 chat/__pycache__/urls.cpython-310.pyc - create mode 100755 chat/__pycache__/urls.cpython-312.pyc - create mode 100755 chat/__pycache__/urls.cpython-38.pyc - create mode 100644 chat/__pycache__/video_consumers.cpython-312.pyc - create mode 100755 chat/__pycache__/views.cpython-310.pyc - create mode 100644 chat/__pycache__/views.cpython-312.pyc - create mode 100755 chat/__pycache__/views.cpython-38.pyc - create mode 100755 chat/admin.py - create mode 100755 chat/age.py - create mode 100755 chat/apps.py - create mode 100755 chat/consumers.py - create mode 100755 chat/forms.py - create mode 100755 chat/migrations/0001_initial.py - create mode 100755 chat/migrations/0002_key.py - create mode 100755 chat/migrations/0003_key_age_key_sex.py - create mode 100755 chat/migrations/0004_key_updated.py - create mode 100755 chat/migrations/0005_alter_key_key.py - create mode 100755 chat/migrations/0006_key_keyed_at.py - create mode 100755 chat/migrations/__init__.py - create mode 100755 chat/migrations/__pycache__/0001_initial.cpython-310.pyc - create mode 100644 chat/migrations/__pycache__/0001_initial.cpython-312.pyc - create mode 100644 chat/migrations/__pycache__/0002_key.cpython-312.pyc - create mode 100644 chat/migrations/__pycache__/0003_key_age_key_sex.cpython-312.pyc - create mode 100644 chat/migrations/__pycache__/0004_key_updated.cpython-312.pyc - create mode 100644 chat/migrations/__pycache__/0005_alter_key_key.cpython-312.pyc - create mode 100644 chat/migrations/__pycache__/0006_key_keyed_at.cpython-312.pyc - create mode 100755 chat/migrations/__pycache__/__init__.cpython-310.pyc - create mode 100644 chat/migrations/__pycache__/__init__.cpython-312.pyc - create mode 100755 chat/models.py - create mode 100755 chat/templates/chat/.rtc.js.swp - create mode 100755 chat/templates/chat/_message.html - create mode 100755 chat/templates/chat/_message_raw.html - create mode 100755 chat/templates/chat/chat.html - create mode 100755 chat/templates/chat/chat_confirm_delete.html - create mode 100755 chat/templates/chat/message_confirm_delete.html - create mode 100755 chat/templates/chat/messages_raw.html - create mode 100755 chat/templates/chat/mirror.html - create mode 100755 chat/templates/chat/rtc.js - create mode 100755 chat/templates/chat/rtc.js.save - create mode 100755 chat/templates/chat/video.html - create mode 100755 chat/tests.py - create mode 100755 chat/urls.py - create mode 100755 chat/video_consumers.py - create mode 100755 chat/views.py - create mode 100755 clear_empty_posts.py - create mode 100755 clear_empty_profiles_table.py - create mode 100755 clear_empty_security_tables.py - create mode 100755 client_secret.json - create mode 100755 conf.test - create mode 100755 config/Xwrapper.config - create mode 100755 config/apis.json - create mode 100755 config/ascripts - create mode 100755 config/banner - create mode 100755 config/config.json - create mode 100755 config/crontab - create mode 100755 config/etc_conf.d_celery - create mode 100755 config/etc_default_celery - create mode 100755 config/etc_default_celerybeat - create mode 100755 config/etc_default_celeryd - create mode 100755 config/etc_default_opendkim - create mode 100755 config/etc_dovecot_conf.d_10-auth.conf - create mode 100755 config/etc_dovecot_conf.d_10-master.conf - create mode 100755 config/etc_dovecot_dovecot.conf - create mode 100755 config/etc_dovecot_passwd - create mode 100755 config/etc_dovecot_passwd-example - create mode 100755 config/etc_init.d_celery - create mode 100755 config/etc_init.d_celerybeat - create mode 100755 config/etc_opendkim.conf - create mode 100755 config/etc_pam.d_login - create mode 100755 config/etc_pam.d_sshd - create mode 100755 config/etc_postfix_main.cf - create mode 100755 config/etc_postfix_master.cf - create mode 100755 config/etc_systemd_system_celery.service - create mode 100755 config/etc_systemd_system_celerybeat.service - create mode 100755 config/etc_systemd_system_celeryd.service - create mode 100755 config/etc_systemd_system_celeryd_beat.service - create mode 100755 config/etc_systemd_system_daphne.service - create mode 100755 config/etc_systemd_system_keylog.service - create mode 100755 config/etc_systemd_system_stun.service - create mode 100755 config/femmebabe-le-ssl.conf - create mode 100755 config/git - create mode 100755 config/lotteh-le-ssl.conf - create mode 100755 config/postgresql.conf - create mode 100755 config/rewrite.conf - create mode 100755 config/ssh_config - create mode 100755 config/sudoers - create mode 100755 config/vd-model.py - create mode 100755 config/vd-requirements.txt - create mode 100755 constraints.txt - create mode 100755 contact/__init__.py - create mode 100755 contact/__pycache__/__init__.cpython-310.pyc - create mode 100755 contact/__pycache__/__init__.cpython-312.pyc - create mode 100755 contact/__pycache__/admin.cpython-310.pyc - create mode 100755 contact/__pycache__/admin.cpython-312.pyc - create mode 100755 contact/__pycache__/apps.cpython-310.pyc - create mode 100755 contact/__pycache__/apps.cpython-312.pyc - create mode 100755 contact/__pycache__/email.cpython-310.pyc - create mode 100644 contact/__pycache__/email.cpython-312.pyc - create mode 100755 contact/__pycache__/forms.cpython-310.pyc - create mode 100644 contact/__pycache__/forms.cpython-312.pyc - create mode 100755 contact/__pycache__/models.cpython-310.pyc - create mode 100755 contact/__pycache__/models.cpython-312.pyc - create mode 100755 contact/__pycache__/tests.cpython-310.pyc - create mode 100755 contact/__pycache__/tests.cpython-312.pyc - create mode 100755 contact/__pycache__/urls.cpython-310.pyc - create mode 100755 contact/__pycache__/urls.cpython-312.pyc - create mode 100755 contact/__pycache__/views.cpython-310.pyc - create mode 100644 contact/__pycache__/views.cpython-312.pyc - create mode 100755 contact/admin.py - create mode 100755 contact/apps.py - create mode 100755 contact/email.py - create mode 100755 contact/forms.py - create mode 100755 contact/migrations/0001_initial.py - create mode 100755 contact/migrations/0002_contact_ip_contact_user.py - create mode 100755 contact/migrations/0003_alter_contact_ip.py - create mode 100755 contact/migrations/__init__.py - create mode 100755 contact/migrations/__pycache__/0001_initial.cpython-310.pyc - create mode 100644 contact/migrations/__pycache__/0001_initial.cpython-312.pyc - create mode 100755 contact/migrations/__pycache__/0002_contact_ip_contact_user.cpython-310.pyc - create mode 100644 contact/migrations/__pycache__/0002_contact_ip_contact_user.cpython-312.pyc - create mode 100644 contact/migrations/__pycache__/0003_alter_contact_ip.cpython-312.pyc - create mode 100755 contact/migrations/__pycache__/__init__.cpython-310.pyc - create mode 100644 contact/migrations/__pycache__/__init__.cpython-312.pyc - create mode 100755 contact/models.py - create mode 100755 contact/templates/contact/contacts.html - create mode 100755 contact/templates/contact/email.html - create mode 100755 contact/templates/contact/form.html - create mode 100755 contact/tests.py - create mode 100755 contact/urls.py - create mode 100755 contact/views.py - create mode 100755 count.py - create mode 100755 crypto/.bot.py.swp - create mode 100755 crypto/.signals.py.swp - create mode 100755 crypto/__init__.py - create mode 100755 crypto/__pycache__/__init__.cpython-310.pyc - create mode 100755 crypto/__pycache__/__init__.cpython-312.pyc - create mode 100755 crypto/__pycache__/__init__.cpython-38.pyc - create mode 100755 crypto/__pycache__/admin.cpython-310.pyc - create mode 100755 crypto/__pycache__/admin.cpython-312.pyc - create mode 100755 crypto/__pycache__/admin.cpython-38.pyc - create mode 100755 crypto/__pycache__/apps.cpython-310.pyc - create mode 100755 crypto/__pycache__/apps.cpython-312.pyc - create mode 100755 crypto/__pycache__/apps.cpython-38.pyc - create mode 100755 crypto/__pycache__/binance.cpython-310.pyc - create mode 100755 crypto/__pycache__/binance.cpython-312.pyc - create mode 100755 crypto/__pycache__/binance.cpython-38.pyc - create mode 100755 crypto/__pycache__/bot.cpython-310.pyc - create mode 100644 crypto/__pycache__/bot.cpython-312.pyc - create mode 100755 crypto/__pycache__/bot.cpython-38.pyc - create mode 100644 crypto/__pycache__/consumers.cpython-312.pyc - create mode 100755 crypto/__pycache__/data.cpython-310.pyc - create mode 100644 crypto/__pycache__/data.cpython-312.pyc - create mode 100755 crypto/__pycache__/data.cpython-38.pyc - create mode 100755 crypto/__pycache__/forms.cpython-310.pyc - create mode 100755 crypto/__pycache__/forms.cpython-312.pyc - create mode 100755 crypto/__pycache__/forms.cpython-38.pyc - create mode 100755 crypto/__pycache__/models.cpython-310.pyc - create mode 100644 crypto/__pycache__/models.cpython-312.pyc - create mode 100755 crypto/__pycache__/models.cpython-38.pyc - create mode 100755 crypto/__pycache__/signals.cpython-310.pyc - create mode 100644 crypto/__pycache__/signals.cpython-312.pyc - create mode 100755 crypto/__pycache__/signals.cpython-38.pyc - create mode 100755 crypto/__pycache__/tests.cpython-312.pyc - create mode 100755 crypto/__pycache__/urls.cpython-310.pyc - create mode 100755 crypto/__pycache__/urls.cpython-312.pyc - create mode 100755 crypto/__pycache__/urls.cpython-38.pyc - create mode 100755 crypto/__pycache__/views.cpython-310.pyc - create mode 100755 crypto/__pycache__/views.cpython-312.pyc - create mode 100755 crypto/__pycache__/views.cpython-38.pyc - create mode 100755 crypto/admin.py - create mode 100755 crypto/apps.py - create mode 100755 crypto/binance.py - create mode 100755 crypto/bot.py - create mode 100755 crypto/consumers.py - create mode 100755 crypto/consumers_old.py - create mode 100755 crypto/data.py - create mode 100755 crypto/forms.py - create mode 100755 crypto/migrations/0001_initial.py - create mode 100755 crypto/migrations/0002_bot_rec.py - create mode 100755 crypto/migrations/__init__.py - create mode 100755 crypto/migrations/__pycache__/0001_initial.cpython-310.pyc - create mode 100644 crypto/migrations/__pycache__/0001_initial.cpython-312.pyc - create mode 100644 crypto/migrations/__pycache__/0002_bot_rec.cpython-312.pyc - create mode 100755 crypto/migrations/__pycache__/__init__.cpython-310.pyc - create mode 100644 crypto/migrations/__pycache__/__init__.cpython-312.pyc - create mode 100755 crypto/models.py - create mode 100755 crypto/order.py - create mode 100755 crypto/signals.py - create mode 100755 crypto/templates/crypto/_bot.html - create mode 100755 crypto/templates/crypto/bots.html - create mode 100755 crypto/templates/crypto/crypto_trading_profile.html - create mode 100755 crypto/templates/crypto/delete_bot.html - create mode 100755 crypto/templates/crypto/edit_bot.html - create mode 100755 crypto/templates/crypto/miner.html - create mode 100755 crypto/templates/crypto/new_bot.html - create mode 100755 crypto/tests.py - create mode 100755 crypto/trade.ppy - create mode 100755 crypto/trade.py - create mode 100755 crypto/urls.py - create mode 100755 crypto/views.py - create mode 100755 crypto_trading.py - create mode 100755 custom.md - create mode 100755 data/address.json - create mode 100755 data/audio.json - create mode 100755 data/barcode.json - create mode 100755 data/birthcontrol.json - create mode 100755 data/chat.json - create mode 100755 data/contact.json - create mode 100755 data/crypto.json - create mode 100755 data/feed-post.json - create mode 100755 data/games.json - create mode 100755 data/live.json - create mode 100755 data/payments.json - create mode 100755 data/security.json.aa - create mode 100755 data/security.json.ab - create mode 100755 data/security.json.ac - create mode 100755 data/security.json.ad - create mode 100755 data/security.json.ae - create mode 100755 data/security.json.af - create mode 100755 data/security.json.ag - create mode 100755 data/security.json.ah - create mode 100755 data/security.json.ai - create mode 100755 data/security.json.aj - create mode 100755 data/security.json.ak - create mode 100755 data/security.json.al - create mode 100755 data/security.json.am - create mode 100755 data/security.json.an - create mode 100755 data/security.json.ao - create mode 100755 data/security.json.ap - create mode 100755 data/security.json.aq - create mode 100755 data/security.json.ar - create mode 100755 data/security.json.as - create mode 100755 data/security.json.at - create mode 100755 data/security.json.au - create mode 100755 data/security.json.av - create mode 100755 data/security.json.aw - create mode 100755 data/security.json.ax - create mode 100755 data/security.json.ay - create mode 100755 data/security.json.az - create mode 100755 data/security.json.ba - create mode 100755 data/security.json.bb - create mode 100755 data/survey.json - create mode 100755 data/translate.json - create mode 100755 data/tts.json - create mode 100755 data/users-dj.json - create mode 100755 data/users-new.json.aa - create mode 100755 data/users-new.json.ab - create mode 100755 data/users-new.json.ac - create mode 100755 data/users-new.json.ad - create mode 100755 data/users-new.json.ae - create mode 100755 data/vendors.json - create mode 100755 data/verify.json - create mode 100755 data/voice.json - create mode 100755 data/webauth.json - create mode 100755 data/webpush.json - create mode 100755 deny_login.py - create mode 100755 deny_logins.py - create mode 100755 desktop/__init__.py - create mode 100755 desktop/__pycache__/__init__.cpython-312.pyc - create mode 100755 desktop/__pycache__/admin.cpython-312.pyc - create mode 100755 desktop/__pycache__/apps.cpython-312.pyc - create mode 100644 desktop/__pycache__/consumers.cpython-312.pyc - create mode 100755 desktop/__pycache__/models.cpython-312.pyc - create mode 100755 desktop/__pycache__/urls.cpython-312.pyc - create mode 100755 desktop/__pycache__/views.cpython-312.pyc - create mode 100755 desktop/admin.py - create mode 100755 desktop/apps.py - create mode 100755 desktop/consumers.py - create mode 100755 desktop/consumers.py.bak - create mode 100755 desktop/migrations/__init__.py - create mode 100644 desktop/migrations/__pycache__/__init__.cpython-312.pyc - create mode 100755 desktop/models.py - create mode 100755 desktop/templates/desktop/desktop.html - create mode 100755 desktop/tests.py - create mode 100755 desktop/urls.py - create mode 100755 desktop/views.py - create mode 100755 email/0ixld6NXIyZ3dJYE.png - create mode 100755 email/5nNCZRpRml4lH8bH.png - create mode 100755 email/9USqYb7PkVo2S5TO.png - create mode 100755 email/AI04WZOeiSV0NiDZ.png - create mode 100755 email/BouaiuX9O02yFTNX.png - create mode 100755 email/Cp7YBi3yqS4ChgNx.png - create mode 100755 email/DSHRalEw1SsWJroX.png - create mode 100755 email/HIs65gdiDnU1NVAx.png - create mode 100755 email/Hnxkth4gg7g6E1QF.png - create mode 100755 email/I50pwXO6TCBO3v1S.png - create mode 100755 email/MzifaF9TLJeenpkI.png - create mode 100755 email/NQRf37Ln3t2KsQWy.png - create mode 100755 email/Vzrvf6BYARXigmpt.png - create mode 100755 email/XctYKLRs6j6mk3Vs.png - create mode 100755 email/XyusgcJjKnrMqpel.png - create mode 100755 email/b0xbgcvEbSqx8j0w.png - create mode 100755 email/bFyRs2aWnWt1CU1N.png - create mode 100755 email/fjHKKvdSSskc25vL.png - create mode 100755 email/fy9tFgGNnh9vEkEf.png - create mode 100755 email/gKLvh6iJq48RqPAt.png - create mode 100755 email/hbyBTYVwTfXXRP61.png - create mode 100755 email/iQuA4uMafKQyMOvs.png - create mode 100755 email/iWvAMv6OQf2AV5eM.png - create mode 100755 email/kbhSUED0XC6aNnCZ.png - create mode 100755 email/oPpymSKocaDMMkWc.png - create mode 100755 email/qC0n5u8CxqnzKt1w.png - create mode 100755 email/s9TN43eOm5j3xUSK.png - create mode 100755 email/sDD4HmbkhIvIY2Ie.png - create mode 100755 email/static/logo.png - create mode 100755 email/static/lotteh.png - create mode 100755 email/t4BXtZHAXdc9YSPN.png - create mode 100755 email/vnixBzXD0ZhI5d97.png - create mode 100755 email_list.txt - create mode 100755 enhance/EDSR_x2.pb - create mode 100755 enhance/EDSR_x4.pb - create mode 100755 enhance/LapSRN_x8.pb - create mode 100755 enhance/__pycache__/caption.cpython-310.pyc - create mode 100755 enhance/__pycache__/caption.cpython-312.pyc - create mode 100755 enhance/__pycache__/caption.cpython-38.pyc - create mode 100755 enhance/__pycache__/denoise.cpython-310.pyc - create mode 100755 enhance/__pycache__/denoise.cpython-312.pyc - create mode 100755 enhance/__pycache__/denoise.cpython-38.pyc - create mode 100755 enhance/__pycache__/gfpgan.cpython-310.pyc - create mode 100755 enhance/__pycache__/gfpgan.cpython-38.pyc - create mode 100755 enhance/__pycache__/image.cpython-310.pyc - create mode 100644 enhance/__pycache__/image.cpython-312.pyc - create mode 100755 enhance/__pycache__/image.cpython-38.pyc - create mode 100755 enhance/__pycache__/superres.cpython-310.pyc - create mode 100755 enhance/__pycache__/superres.cpython-38.pyc - create mode 100755 enhance/caption.py - create mode 100755 enhance/denoise.py - create mode 100755 enhance/gfpgan.py - create mode 100755 enhance/image.py - create mode 100755 enhance/requirements.txt - create mode 100755 enhance/routine.txt - create mode 100755 enhance/superres.py - create mode 100755 errors/__init__.py - create mode 100755 errors/__pycache__/__init__.cpython-310.pyc - create mode 100755 errors/__pycache__/__init__.cpython-312.pyc - create mode 100755 errors/__pycache__/__init__.cpython-38.pyc - create mode 100755 errors/__pycache__/admin.cpython-310.pyc - create mode 100755 errors/__pycache__/admin.cpython-312.pyc - create mode 100755 errors/__pycache__/admin.cpython-38.pyc - create mode 100755 errors/__pycache__/apache.cpython-310.pyc - create mode 100755 errors/__pycache__/apps.cpython-310.pyc - create mode 100755 errors/__pycache__/apps.cpython-312.pyc - create mode 100755 errors/__pycache__/apps.cpython-38.pyc - create mode 100755 errors/__pycache__/highlight.cpython-310.pyc - create mode 100644 errors/__pycache__/highlight.cpython-312.pyc - create mode 100755 errors/__pycache__/highlight.cpython-38.pyc - create mode 100755 errors/__pycache__/logs.cpython-310.pyc - create mode 100755 errors/__pycache__/logs.cpython-312.pyc - create mode 100755 errors/__pycache__/logs.cpython-38.pyc - create mode 100755 errors/__pycache__/models.cpython-310.pyc - create mode 100755 errors/__pycache__/models.cpython-312.pyc - create mode 100755 errors/__pycache__/models.cpython-38.pyc - create mode 100755 errors/__pycache__/tests.cpython-312.pyc - create mode 100755 errors/__pycache__/views.cpython-310.pyc - create mode 100755 errors/__pycache__/views.cpython-312.pyc - create mode 100755 errors/__pycache__/views.cpython-38.pyc - create mode 100755 errors/admin.py - create mode 100755 errors/apache.py - create mode 100755 errors/apps.py - create mode 100755 errors/highlight.py - create mode 100755 errors/logs.py - create mode 100755 errors/logs.sh - create mode 100755 errors/models.py - create mode 100755 errors/templates/errors/404.html - create mode 100755 errors/templates/errors/500.html - create mode 100755 errors/templates/errors/error.html - create mode 100755 errors/templates/errors/live_error.html - create mode 100755 errors/tests.py - create mode 100755 errors/views.py - create mode 100755 face/__init__.py - create mode 100755 face/__pycache__/__init__.cpython-310.pyc - create mode 100755 face/__pycache__/__init__.cpython-312.pyc - create mode 100755 face/__pycache__/__init__.cpython-38.pyc - create mode 100755 face/__pycache__/admin.cpython-310.pyc - create mode 100755 face/__pycache__/admin.cpython-312.pyc - create mode 100755 face/__pycache__/admin.cpython-38.pyc - create mode 100755 face/__pycache__/apis.cpython-310.pyc - create mode 100755 face/__pycache__/apis.cpython-38.pyc - create mode 100755 face/__pycache__/apps.cpython-310.pyc - create mode 100755 face/__pycache__/apps.cpython-312.pyc - create mode 100755 face/__pycache__/apps.cpython-38.pyc - create mode 100755 face/__pycache__/blur_detection.cpython-310.pyc - create mode 100755 face/__pycache__/blur_detection.cpython-38.pyc - create mode 100755 face/__pycache__/celery.cpython-38.pyc - create mode 100755 face/__pycache__/deep.cpython-310.pyc - create mode 100644 face/__pycache__/deep.cpython-312.pyc - create mode 100755 face/__pycache__/deep.cpython-38.pyc - create mode 100755 face/__pycache__/face.cpython-310.pyc - create mode 100755 face/__pycache__/face.cpython-312.pyc - create mode 100755 face/__pycache__/face.cpython-38.pyc - create mode 100755 face/__pycache__/forms.cpython-310.pyc - create mode 100755 face/__pycache__/forms.cpython-312.pyc - create mode 100755 face/__pycache__/forms.cpython-38.pyc - create mode 100755 face/__pycache__/gesturerecognizer.cpython-310.pyc - create mode 100755 face/__pycache__/gesturerecognizer.cpython-38.pyc - create mode 100755 face/__pycache__/liveness.cpython-38.pyc - create mode 100755 face/__pycache__/models.cpython-310.pyc - create mode 100755 face/__pycache__/models.cpython-312.pyc - create mode 100755 face/__pycache__/models.cpython-38.pyc - create mode 100755 face/__pycache__/moderation.cpython-310.pyc - create mode 100755 face/__pycache__/moderation.cpython-38.pyc - create mode 100755 face/__pycache__/similar.cpython-310.pyc - create mode 100755 face/__pycache__/similar.cpython-38.pyc - create mode 100755 face/__pycache__/smile.cpython-310.pyc - create mode 100755 face/__pycache__/smile.cpython-38.pyc - create mode 100755 face/__pycache__/template.cpython-310.pyc - create mode 100755 face/__pycache__/template.cpython-38.pyc - create mode 100755 face/__pycache__/test.cpython-312.pyc - create mode 100755 face/__pycache__/tests.cpython-310.pyc - create mode 100755 face/__pycache__/tests.cpython-312.pyc - create mode 100755 face/__pycache__/tests.cpython-38.pyc - create mode 100755 face/__pycache__/urls.cpython-310.pyc - create mode 100755 face/__pycache__/urls.cpython-312.pyc - create mode 100755 face/__pycache__/urls.cpython-38.pyc - create mode 100755 face/__pycache__/views.cpython-310.pyc - create mode 100755 face/__pycache__/views.cpython-312.pyc - create mode 100755 face/__pycache__/views.cpython-38.pyc - create mode 100755 face/admin.py - create mode 100755 face/antispoofing/.gitignore - create mode 100755 face/antispoofing/LICENSE - create mode 100755 face/antispoofing/README.md - create mode 100755 face/antispoofing/antispoofing_models/antispoofing_model.h5 - create mode 100755 face/antispoofing/antispoofing_models/antispoofing_model.json - create mode 100755 face/antispoofing/antispoofing_system.ipynb - create mode 100755 face/antispoofing/livelines_net.py - create mode 100755 face/antispoofing/liveness.py - create mode 100755 face/antispoofing/liveness_net_speed_check.py - create mode 100755 face/antispoofing/models/haarcascade_frontalface_default.xml - create mode 100755 face/antispoofing/presentation_tools/model.png - create mode 100755 face/antispoofing/presentation_tools/real_detected_face.jpg - create mode 100755 face/antispoofing/presentation_tools/real_face.jpg - create mode 100755 face/antispoofing/presentation_tools/real_image.jpg - create mode 100755 face/antispoofing/presentation_tools/resized_real_face.jpg - create mode 100755 face/antispoofing/presentation_tools/resized_spoof_face.jpg - create mode 100755 face/antispoofing/presentation_tools/spoof_detected_face.jpg - create mode 100755 face/antispoofing/presentation_tools/spoof_face.jpg - create mode 100755 face/antispoofing/presentation_tools/spoof_image.jpg - create mode 100755 face/antispoofing/presentation_tools/steps.txt - create mode 100755 face/antispoofing/requirements.txt - create mode 100755 face/apis.py - create mode 100755 face/apps.py - create mode 100755 face/blur_detection.py - create mode 100755 face/deep.py - create mode 100755 face/face.py - create mode 100755 face/forms.py - create mode 100755 face/gesturerecognizer.py - create mode 100755 face/haarcascade_mcs_mouth.xml - create mode 100755 face/haarcascade_smile.xml - create mode 100755 face/liveness.py - create mode 100755 face/main.zip - create mode 100755 face/migrations/0001_initial.py - create mode 100755 face/migrations/0002_face_authentic_face_image_bucket.py - create mode 100755 face/migrations/0003_facetoken.py - create mode 100755 face/migrations/__init__.py - create mode 100755 face/migrations/__pycache__/0001_initial.cpython-310.pyc - create mode 100644 face/migrations/__pycache__/0001_initial.cpython-312.pyc - create mode 100755 face/migrations/__pycache__/0002_face_authentic_face_image_bucket.cpython-310.pyc - create mode 100644 face/migrations/__pycache__/0002_face_authentic_face_image_bucket.cpython-312.pyc - create mode 100755 face/migrations/__pycache__/0003_facetoken.cpython-310.pyc - create mode 100644 face/migrations/__pycache__/0003_facetoken.cpython-312.pyc - create mode 100755 face/migrations/__pycache__/__init__.cpython-310.pyc - create mode 100644 face/migrations/__pycache__/__init__.cpython-312.pyc - create mode 100755 face/models.py - create mode 100755 face/moderation.py - create mode 100755 face/similar.py - create mode 100755 face/smile.py - create mode 100755 face/template.py - create mode 100755 face/templates/face/face.html - create mode 100755 face/templates/face/face.html.save - create mode 100755 face/templates/face/face.html.save.1 - create mode 100755 face/templates/face/face.html.save.2 - create mode 100755 face/templates/face/faces.html - create mode 100755 face/test.py - create mode 100755 face/tests.py - create mode 100755 face/urls.py - create mode 100755 face/views.py - create mode 100755 feature_request.md - create mode 100755 feed/.upload.py.swp - create mode 100755 feed/__init__.py - create mode 100755 feed/__pycache__/__init__.cpython-310.pyc - create mode 100755 feed/__pycache__/__init__.cpython-312.pyc - create mode 100755 feed/__pycache__/__init__.cpython-38.pyc - create mode 100755 feed/__pycache__/admin.cpython-310.pyc - create mode 100755 feed/__pycache__/admin.cpython-312.pyc - create mode 100755 feed/__pycache__/admin.cpython-38.pyc - create mode 100755 feed/__pycache__/align.cpython-310.pyc - create mode 100644 feed/__pycache__/align.cpython-312.pyc - create mode 100755 feed/__pycache__/align.cpython-38.pyc - create mode 100755 feed/__pycache__/apis.cpython-310.pyc - create mode 100644 feed/__pycache__/apis.cpython-312.pyc - create mode 100755 feed/__pycache__/apis.cpython-38.pyc - create mode 100755 feed/__pycache__/apps.cpython-310.pyc - create mode 100755 feed/__pycache__/apps.cpython-312.pyc - create mode 100755 feed/__pycache__/apps.cpython-38.pyc - create mode 100755 feed/__pycache__/audiotovideo.cpython-310.pyc - create mode 100755 feed/__pycache__/audiotovideo.cpython-312.pyc - create mode 100755 feed/__pycache__/audiotovideo.cpython-38.pyc - create mode 100755 feed/__pycache__/blur.cpython-310.pyc - create mode 100644 feed/__pycache__/blur.cpython-312.pyc - create mode 100755 feed/__pycache__/blur.cpython-38.pyc - create mode 100755 feed/__pycache__/books.cpython-312.pyc - create mode 100755 feed/__pycache__/compile.cpython-312.pyc - create mode 100755 feed/__pycache__/context_processors.cpython-310.pyc - create mode 100644 feed/__pycache__/context_processors.cpython-312.pyc - create mode 100755 feed/__pycache__/context_processors.cpython-38.pyc - create mode 100755 feed/__pycache__/crop.cpython-310.pyc - create mode 100644 feed/__pycache__/crop.cpython-312.pyc - create mode 100755 feed/__pycache__/crop.cpython-38.pyc - create mode 100755 feed/__pycache__/duplicates.cpython-310.pyc - create mode 100755 feed/__pycache__/duplicates.cpython-312.pyc - create mode 100755 feed/__pycache__/duplicates.cpython-38.pyc - create mode 100755 feed/__pycache__/email.cpython-312.pyc - create mode 100755 feed/__pycache__/enhance.cpython-310.pyc - create mode 100755 feed/__pycache__/enhance.cpython-38.pyc - create mode 100755 feed/__pycache__/forms.cpython-310.pyc - create mode 100644 feed/__pycache__/forms.cpython-312.pyc - create mode 100755 feed/__pycache__/forms.cpython-38.pyc - create mode 100755 feed/__pycache__/logo.cpython-310.pyc - create mode 100644 feed/__pycache__/logo.cpython-312.pyc - create mode 100755 feed/__pycache__/logo.cpython-38.pyc - create mode 100755 feed/__pycache__/middleware.cpython-310.pyc - create mode 100755 feed/__pycache__/middleware.cpython-312.pyc - create mode 100755 feed/__pycache__/middleware.cpython-38.pyc - create mode 100755 feed/__pycache__/models.cpython-310.pyc - create mode 100644 feed/__pycache__/models.cpython-312.pyc - create mode 100755 feed/__pycache__/models.cpython-38.pyc - create mode 100755 feed/__pycache__/nude.cpython-310.pyc - create mode 100644 feed/__pycache__/nude.cpython-312.pyc - create mode 100755 feed/__pycache__/nude.cpython-38.pyc - create mode 100755 feed/__pycache__/rotate.cpython-310.pyc - create mode 100755 feed/__pycache__/rotate.cpython-312.pyc - create mode 100755 feed/__pycache__/rotate.cpython-38.pyc - create mode 100755 feed/__pycache__/storage.cpython-310.pyc - create mode 100755 feed/__pycache__/storage.cpython-312.pyc - create mode 100755 feed/__pycache__/storage.cpython-38.pyc - create mode 100644 feed/__pycache__/sun.cpython-312.pyc - create mode 100755 feed/__pycache__/tests.cpython-310.pyc - create mode 100755 feed/__pycache__/tests.cpython-312.pyc - create mode 100755 feed/__pycache__/tests.cpython-38.pyc - create mode 100644 feed/__pycache__/text.cpython-312.pyc - create mode 100755 feed/__pycache__/upload.cpython-310.pyc - create mode 100644 feed/__pycache__/upload.cpython-312.pyc - create mode 100755 feed/__pycache__/urls.cpython-310.pyc - create mode 100755 feed/__pycache__/urls.cpython-312.pyc - create mode 100755 feed/__pycache__/urls.cpython-38.pyc - create mode 100755 feed/__pycache__/views.cpython-310.pyc - create mode 100644 feed/__pycache__/views.cpython-312.pyc - create mode 100755 feed/__pycache__/views.cpython-38.pyc - create mode 100755 feed/admin.py - create mode 100755 feed/align.py - create mode 100755 feed/apis.py - create mode 100755 feed/apps.py - create mode 100755 feed/auctions.py - create mode 100755 feed/audiotovideo.py - create mode 100755 feed/blur.py - create mode 100755 feed/books.py - create mode 100755 feed/classifier_model.onnx - create mode 100755 feed/common_words.txt - create mode 100755 feed/compile.py - create mode 100755 feed/context_processors.py - create mode 100755 feed/crop.py - create mode 100755 feed/duplicates.py - create mode 100755 feed/email.py - create mode 100755 feed/enhance.py - create mode 100755 feed/forms.py - create mode 100755 feed/haarcascade_frontalface_default.xml - create mode 100755 feed/logo.py - create mode 100755 feed/middleware.py - create mode 100755 feed/migrations/0001_initial.py - create mode 100755 feed/migrations/0002_alter_post_feed_alter_post_image_bucket_and_more.py - create mode 100755 feed/migrations/0003_alter_post_file_bucket_alter_post_image.py - create mode 100755 feed/migrations/0004_alter_post_feed_alter_post_file_bucket_and_more.py - create mode 100755 feed/migrations/0005_post_posted.py - create mode 100755 feed/migrations/0006_post_secure.py - create mode 100755 feed/migrations/0007_post_price.py - create mode 100755 feed/migrations/0008_post_image_offsite_post_image_thumb_offsite_and_more.py - create mode 100755 feed/migrations/0009_alter_post_image_censored_bucket.py - create mode 100755 feed/migrations/0010_alter_post_image_censored_bucket.py - create mode 100755 feed/migrations/0011_alter_post_file_bucket.py - create mode 100755 feed/migrations/0012_post_friendly_name.py - create mode 100755 feed/migrations/0013_alter_post_friendly_name.py - create mode 100755 feed/migrations/0014_alter_post_friendly_name.py - create mode 100755 feed/migrations/0015_post_paid_file_post_paid_users.py - create mode 100755 feed/migrations/0016_post_file_sample_post_file_sample_bucket.py - create mode 100755 feed/migrations/0017_post_content_compiled.py - create mode 100755 feed/migrations/0018_bid.py - create mode 100755 feed/migrations/0019_post_date_auction.py - create mode 100755 feed/migrations/0020_alter_bid_bid.py - create mode 100755 feed/migrations/0021_historicalpost.py - create mode 100755 feed/migrations/0022_report.py - create mode 100755 feed/migrations/0023_historicalpost_safe_post_safe.py - create mode 100644 feed/migrations/0024_historicalpost_auction_message_post_auction_message.py - create mode 100755 feed/migrations/__init__.py - create mode 100755 feed/migrations/__pycache__/0001_initial.cpython-310.pyc - create mode 100644 feed/migrations/__pycache__/0001_initial.cpython-312.pyc - create mode 100755 feed/migrations/__pycache__/0002_alter_post_feed_alter_post_image_bucket_and_more.cpython-310.pyc - create mode 100644 feed/migrations/__pycache__/0002_alter_post_feed_alter_post_image_bucket_and_more.cpython-312.pyc - create mode 100755 feed/migrations/__pycache__/0003_alter_post_file_bucket_alter_post_image.cpython-310.pyc - create mode 100644 feed/migrations/__pycache__/0003_alter_post_file_bucket_alter_post_image.cpython-312.pyc - create mode 100755 feed/migrations/__pycache__/0004_alter_post_feed_alter_post_file_bucket_and_more.cpython-310.pyc - create mode 100644 feed/migrations/__pycache__/0004_alter_post_feed_alter_post_file_bucket_and_more.cpython-312.pyc - create mode 100755 feed/migrations/__pycache__/0005_post_posted.cpython-310.pyc - create mode 100644 feed/migrations/__pycache__/0005_post_posted.cpython-312.pyc - create mode 100755 feed/migrations/__pycache__/0006_post_secure.cpython-310.pyc - create mode 100644 feed/migrations/__pycache__/0006_post_secure.cpython-312.pyc - create mode 100755 feed/migrations/__pycache__/0007_post_price.cpython-310.pyc - create mode 100644 feed/migrations/__pycache__/0007_post_price.cpython-312.pyc - create mode 100755 feed/migrations/__pycache__/0008_post_image_offsite_post_image_thumb_offsite_and_more.cpython-310.pyc - create mode 100644 feed/migrations/__pycache__/0008_post_image_offsite_post_image_thumb_offsite_and_more.cpython-312.pyc - create mode 100644 feed/migrations/__pycache__/0009_alter_post_image_censored_bucket.cpython-312.pyc - create mode 100644 feed/migrations/__pycache__/0010_alter_post_image_censored_bucket.cpython-312.pyc - create mode 100644 feed/migrations/__pycache__/0011_alter_post_file_bucket.cpython-312.pyc - create mode 100644 feed/migrations/__pycache__/0012_post_friendly_name.cpython-312.pyc - create mode 100644 feed/migrations/__pycache__/0013_alter_post_friendly_name.cpython-312.pyc - create mode 100644 feed/migrations/__pycache__/0014_alter_post_friendly_name.cpython-312.pyc - create mode 100644 feed/migrations/__pycache__/0015_post_paid_file_post_paid_users.cpython-312.pyc - create mode 100644 feed/migrations/__pycache__/0016_post_file_sample_post_file_sample_bucket.cpython-312.pyc - create mode 100644 feed/migrations/__pycache__/0017_post_content_compiled.cpython-312.pyc - create mode 100644 feed/migrations/__pycache__/0018_bid.cpython-312.pyc - create mode 100644 feed/migrations/__pycache__/0019_post_date_auction.cpython-312.pyc - create mode 100644 feed/migrations/__pycache__/0020_alter_bid_bid.cpython-312.pyc - create mode 100644 feed/migrations/__pycache__/0021_historicalpost.cpython-312.pyc - create mode 100644 feed/migrations/__pycache__/0022_report.cpython-312.pyc - create mode 100644 feed/migrations/__pycache__/0023_historicalpost_safe_post_safe.cpython-312.pyc - create mode 100644 feed/migrations/__pycache__/0024_historicalpost_auction_message_post_auction_message.cpython-312.pyc - create mode 100755 feed/migrations/__pycache__/__init__.cpython-310.pyc - create mode 100644 feed/migrations/__pycache__/__init__.cpython-312.pyc - create mode 100755 feed/models.py - create mode 100755 feed/models.pyy - create mode 100755 feed/nude.py - create mode 100755 feed/rotate.py - create mode 100755 feed/storage.py - create mode 100755 feed/sun.py - create mode 100755 feed/templates/feed/_full_profile.html - create mode 100755 feed/templates/feed/_payment_buttons.html - create mode 100755 feed/templates/feed/_post.html - create mode 100755 feed/templates/feed/_post.html.save - create mode 100755 feed/templates/feed/_profile.html - create mode 100755 feed/templates/feed/_profile_buttons.html - create mode 100755 feed/templates/feed/_subscription_profile.html - create mode 100755 feed/templates/feed/all.html - create mode 100755 feed/templates/feed/bid.html - create mode 100755 feed/templates/feed/book.html - create mode 100755 feed/templates/feed/confirm_cancel.html - create mode 100755 feed/templates/feed/follow.html - create mode 100755 feed/templates/feed/home.html - create mode 100755 feed/templates/feed/like.html - create mode 100755 feed/templates/feed/login_register_buttons.html - create mode 100755 feed/templates/feed/modal.html - create mode 100755 feed/templates/feed/modal.html.save - create mode 100755 feed/templates/feed/modal.js - create mode 100755 feed/templates/feed/modal.js.save - create mode 100755 feed/templates/feed/modal.js.save.1 - create mode 100755 feed/templates/feed/new_post.html - create mode 100755 feed/templates/feed/new_post.html.save - create mode 100755 feed/templates/feed/photo_email.html - create mode 100755 feed/templates/feed/pin.html - create mode 100755 feed/templates/feed/post_confirm_delete.html - create mode 100755 feed/templates/feed/post_detail.html - create mode 100755 feed/templates/feed/post_edit_form.html - create mode 100755 feed/templates/feed/private.html - create mode 100755 feed/templates/feed/profile.html - create mode 100755 feed/templates/feed/profile.html.save - create mode 100755 feed/templates/feed/profile_grid.html - create mode 100755 feed/templates/feed/profiles.html - create mode 100755 feed/templates/feed/publish.html - create mode 100755 feed/templates/feed/scroll.html - create mode 100755 feed/templates/feed/scroll_page.html - create mode 100755 feed/templates/feed/spage.html - create mode 100755 feed/templates/feed/subscriptions.html - create mode 100755 feed/templatetags/__pycache__/app_filters.cpython-310.pyc - create mode 100644 feed/templatetags/__pycache__/app_filters.cpython-312.pyc - create mode 100755 feed/templatetags/__pycache__/app_filters.cpython-38.pyc - create mode 100755 feed/templatetags/__pycache__/nts.cpython-310.pyc - create mode 100755 feed/templatetags/__pycache__/nts.cpython-312.pyc - create mode 100755 feed/templatetags/__pycache__/nts.cpython-38.pyc - create mode 100755 feed/templatetags/__pycache__/numbertostring.cpython-310.pyc - create mode 100755 feed/templatetags/__pycache__/numbertostring.cpython-312.pyc - create mode 100755 feed/templatetags/__pycache__/numbertostring.cpython-38.pyc - create mode 100755 feed/templatetags/app_filters.py - create mode 100755 feed/templatetags/app_filters.py.save - create mode 100755 feed/templatetags/app_filters.py.save.1 - create mode 100755 feed/templatetags/nts.py - create mode 100755 feed/templatetags/numbertostring.py - create mode 100755 feed/templatetags/numbertostring.py.save - create mode 100755 feed/tests.py - create mode 100755 feed/text.py - create mode 100755 feed/upload.py - create mode 100755 feed/urls.py - create mode 100755 feed/views.py - create mode 100755 feed/views.py.save - create mode 100755 feed/views.py.save.1 - create mode 100755 feed/views.py.save.2 - create mode 100755 fix_censor.py - create mode 100755 fix_content.py - create mode 100755 fix_paths.py - create mode 100755 fixreq.sh - create mode 100755 force_id_valid.py - create mode 100755 force_publish.py - create mode 100755 games/__init__.py - create mode 100755 games/__pycache__/__init__.cpython-310.pyc - create mode 100755 games/__pycache__/__init__.cpython-312.pyc - create mode 100755 games/__pycache__/admin.cpython-310.pyc - create mode 100755 games/__pycache__/admin.cpython-312.pyc - create mode 100755 games/__pycache__/apps.cpython-310.pyc - create mode 100755 games/__pycache__/apps.cpython-312.pyc - create mode 100755 games/__pycache__/consumers.cpython-310.pyc - create mode 100644 games/__pycache__/consumers.cpython-312.pyc - create mode 100755 games/__pycache__/forms.cpython-310.pyc - create mode 100644 games/__pycache__/forms.cpython-312.pyc - create mode 100755 games/__pycache__/models.cpython-310.pyc - create mode 100755 games/__pycache__/models.cpython-312.pyc - create mode 100755 games/__pycache__/tests.cpython-312.pyc - create mode 100755 games/__pycache__/urls.cpython-310.pyc - create mode 100755 games/__pycache__/urls.cpython-312.pyc - create mode 100755 games/__pycache__/views.cpython-310.pyc - create mode 100755 games/__pycache__/views.cpython-312.pyc - create mode 100755 games/admin.py - create mode 100755 games/apps.py - create mode 100755 games/consumers.py - create mode 100755 games/forms.py - create mode 100755 games/migrations/0001_initial.py - create mode 100755 games/migrations/0002_game_players.py - create mode 100755 games/migrations/0003_alter_game_players.py - create mode 100755 games/migrations/0004_alter_game_players.py - create mode 100755 games/migrations/0005_alter_game_players.py - create mode 100755 games/migrations/0006_game_player1_game_player1_score_game_player2_and_more.py - create mode 100755 games/migrations/__init__.py - create mode 100755 games/migrations/__pycache__/0001_initial.cpython-310.pyc - create mode 100644 games/migrations/__pycache__/0001_initial.cpython-312.pyc - create mode 100755 games/migrations/__pycache__/0002_game_players.cpython-310.pyc - create mode 100644 games/migrations/__pycache__/0002_game_players.cpython-312.pyc - create mode 100755 games/migrations/__pycache__/0003_alter_game_players.cpython-310.pyc - create mode 100644 games/migrations/__pycache__/0003_alter_game_players.cpython-312.pyc - create mode 100755 games/migrations/__pycache__/0004_alter_game_players.cpython-310.pyc - create mode 100644 games/migrations/__pycache__/0004_alter_game_players.cpython-312.pyc - create mode 100755 games/migrations/__pycache__/0005_alter_game_players.cpython-310.pyc - create mode 100644 games/migrations/__pycache__/0005_alter_game_players.cpython-312.pyc - create mode 100644 games/migrations/__pycache__/0006_game_player1_game_player1_score_game_player2_and_more.cpython-312.pyc - create mode 100755 games/migrations/__pycache__/__init__.cpython-310.pyc - create mode 100644 games/migrations/__pycache__/__init__.cpython-312.pyc - create mode 100755 games/models.py - create mode 100755 games/templates/games/game.html - create mode 100755 games/templates/games/invite.html - create mode 100755 games/templates/games/join.html - create mode 100755 games/templates/games/leaderboard.html - create mode 100755 games/tests.py - create mode 100755 games/urls.py - create mode 100755 games/views.py - create mode 100755 generate_site.py - create mode 100755 go/__init__.py - create mode 100755 go/__pycache__/__init__.cpython-310.pyc - create mode 100755 go/__pycache__/__init__.cpython-312.pyc - create mode 100755 go/__pycache__/__init__.cpython-38.pyc - create mode 100755 go/__pycache__/admin.cpython-310.pyc - create mode 100755 go/__pycache__/admin.cpython-312.pyc - create mode 100755 go/__pycache__/admin.cpython-38.pyc - create mode 100755 go/__pycache__/apps.cpython-310.pyc - create mode 100755 go/__pycache__/apps.cpython-312.pyc - create mode 100755 go/__pycache__/apps.cpython-38.pyc - create mode 100755 go/__pycache__/models.cpython-310.pyc - create mode 100755 go/__pycache__/models.cpython-312.pyc - create mode 100755 go/__pycache__/models.cpython-38.pyc - create mode 100755 go/__pycache__/tests.cpython-312.pyc - create mode 100755 go/__pycache__/urls.cpython-310.pyc - create mode 100755 go/__pycache__/urls.cpython-312.pyc - create mode 100755 go/__pycache__/urls.cpython-38.pyc - create mode 100755 go/__pycache__/views.cpython-310.pyc - create mode 100755 go/__pycache__/views.cpython-312.pyc - create mode 100755 go/__pycache__/views.cpython-38.pyc - create mode 100755 go/admin.py - create mode 100755 go/apps.py - create mode 100755 go/migrations/__init__.py - create mode 100755 go/migrations/__pycache__/__init__.cpython-310.pyc - create mode 100644 go/migrations/__pycache__/__init__.cpython-312.pyc - create mode 100755 go/models.py - create mode 100755 go/templates/go/go.html - create mode 100755 go/templates/go/go.html.save - create mode 100755 go/templates/go/go.html.save.1 - create mode 100755 go/tests.py - create mode 100755 go/urls.py - create mode 100755 go/views.py - create mode 100755 highlight.py - create mode 100755 hot/__init__.py - create mode 100755 hot/__pycache__/__init__.cpython-310.pyc - create mode 100755 hot/__pycache__/__init__.cpython-312.pyc - create mode 100755 hot/__pycache__/__init__.cpython-38.pyc - create mode 100755 hot/__pycache__/admin.cpython-310.pyc - create mode 100755 hot/__pycache__/admin.cpython-312.pyc - create mode 100755 hot/__pycache__/admin.cpython-38.pyc - create mode 100755 hot/__pycache__/apps.cpython-310.pyc - create mode 100755 hot/__pycache__/apps.cpython-312.pyc - create mode 100755 hot/__pycache__/apps.cpython-38.pyc - create mode 100755 hot/__pycache__/models.cpython-310.pyc - create mode 100755 hot/__pycache__/models.cpython-312.pyc - create mode 100755 hot/__pycache__/models.cpython-38.pyc - create mode 100755 hot/__pycache__/tests.cpython-312.pyc - create mode 100755 hot/admin.py - create mode 100755 hot/apps.py - create mode 100755 hot/forms.py - create mode 100755 hot/migrations/0001_initial.py - create mode 100755 hot/migrations/__init__.py - create mode 100755 hot/migrations/__pycache__/0001_initial.cpython-310.pyc - create mode 100755 hot/migrations/__pycache__/0001_initial.cpython-312.pyc - create mode 100755 hot/migrations/__pycache__/__init__.cpython-310.pyc - create mode 100755 hot/migrations/__pycache__/__init__.cpython-312.pyc - create mode 100755 hot/models.py - create mode 100755 hot/templates/hot/input.js - create mode 100755 hot/tests.py - create mode 100755 hot/urls.py - create mode 100755 hot/views.py - create mode 100755 hypnosis/__init__.py - create mode 100755 hypnosis/__pycache__/__init__.cpython-310.pyc - create mode 100755 hypnosis/__pycache__/__init__.cpython-312.pyc - create mode 100755 hypnosis/__pycache__/__init__.cpython-38.pyc - create mode 100755 hypnosis/__pycache__/admin.cpython-310.pyc - create mode 100755 hypnosis/__pycache__/admin.cpython-312.pyc - create mode 100755 hypnosis/__pycache__/admin.cpython-38.pyc - create mode 100755 hypnosis/__pycache__/apps.cpython-310.pyc - create mode 100755 hypnosis/__pycache__/apps.cpython-312.pyc - create mode 100755 hypnosis/__pycache__/apps.cpython-38.pyc - create mode 100755 hypnosis/__pycache__/models.cpython-310.pyc - create mode 100755 hypnosis/__pycache__/models.cpython-312.pyc - create mode 100755 hypnosis/__pycache__/models.cpython-38.pyc - create mode 100755 hypnosis/__pycache__/tests.cpython-312.pyc - create mode 100755 hypnosis/__pycache__/urls.cpython-310.pyc - create mode 100755 hypnosis/__pycache__/urls.cpython-312.pyc - create mode 100755 hypnosis/__pycache__/urls.cpython-38.pyc - create mode 100755 hypnosis/__pycache__/views.cpython-310.pyc - create mode 100755 hypnosis/__pycache__/views.cpython-312.pyc - create mode 100755 hypnosis/__pycache__/views.cpython-38.pyc - create mode 100755 hypnosis/admin.py - create mode 100755 hypnosis/apps.py - create mode 100755 hypnosis/migrations/__init__.py - create mode 100755 hypnosis/migrations/__pycache__/__init__.cpython-310.pyc - create mode 100644 hypnosis/migrations/__pycache__/__init__.cpython-312.pyc - create mode 100755 hypnosis/models.py - create mode 100755 hypnosis/templates/hypnosis/hypnosis.html - create mode 100755 hypnosis/tests.py - create mode 100755 hypnosis/urls.py - create mode 100755 hypnosis/views.py - create mode 100755 image_generator.py - create mode 100644 index.html - create mode 100644 index.html.1 - create mode 100755 info/__init__.py - create mode 100755 info/__pycache__/__init__.cpython-312.pyc - create mode 100755 info/__pycache__/tests.cpython-312.pyc - create mode 100755 info/admin.py - create mode 100755 info/apps.py - create mode 100755 info/migrations/__init__.py - create mode 100755 info/migrations/__pycache__/__init__.cpython-312.pyc - create mode 100755 info/models.py - create mode 100755 info/tests.py - create mode 100755 info/views.py - create mode 100755 install.sh - create mode 100755 install.yml - create mode 100755 interactive/__init__.py - create mode 100755 interactive/__pycache__/__init__.cpython-310.pyc - create mode 100755 interactive/__pycache__/__init__.cpython-312.pyc - create mode 100755 interactive/__pycache__/__init__.cpython-38.pyc - create mode 100755 interactive/__pycache__/admin.cpython-310.pyc - create mode 100755 interactive/__pycache__/admin.cpython-312.pyc - create mode 100755 interactive/__pycache__/admin.cpython-38.pyc - create mode 100755 interactive/__pycache__/apps.cpython-310.pyc - create mode 100755 interactive/__pycache__/apps.cpython-312.pyc - create mode 100755 interactive/__pycache__/apps.cpython-38.pyc - create mode 100755 interactive/__pycache__/forms.cpython-310.pyc - create mode 100755 interactive/__pycache__/forms.cpython-312.pyc - create mode 100755 interactive/__pycache__/forms.cpython-38.pyc - create mode 100755 interactive/__pycache__/models.cpython-310.pyc - create mode 100755 interactive/__pycache__/models.cpython-312.pyc - create mode 100755 interactive/__pycache__/models.cpython-38.pyc - create mode 100755 interactive/__pycache__/tests.cpython-312.pyc - create mode 100755 interactive/__pycache__/urls.cpython-310.pyc - create mode 100755 interactive/__pycache__/urls.cpython-312.pyc - create mode 100755 interactive/__pycache__/urls.cpython-38.pyc - create mode 100755 interactive/__pycache__/views.cpython-310.pyc - create mode 100755 interactive/__pycache__/views.cpython-312.pyc - create mode 100755 interactive/__pycache__/views.cpython-38.pyc - create mode 100755 interactive/admin.py - create mode 100755 interactive/apps.py - create mode 100755 interactive/forms.py - create mode 100755 interactive/migrations/0001_initial.py - create mode 100755 interactive/migrations/__init__.py - create mode 100755 interactive/migrations/__pycache__/0001_initial.cpython-310.pyc - create mode 100644 interactive/migrations/__pycache__/0001_initial.cpython-312.pyc - create mode 100755 interactive/migrations/__pycache__/__init__.cpython-310.pyc - create mode 100644 interactive/migrations/__pycache__/__init__.cpython-312.pyc - create mode 100755 interactive/models.py - create mode 100755 interactive/templates/interactive/forms.html - create mode 100755 interactive/templates/interactive/frame.html - create mode 100755 interactive/templates/interactive/interactive.html - create mode 100755 interactive/tests.py - create mode 100755 interactive/urls.py - create mode 100755 interactive/views.py - create mode 100755 keypress.py - create mode 100755 kick/__init__.py - create mode 100755 kick/__pycache__/__init__.cpython-310.pyc - create mode 100755 kick/__pycache__/__init__.cpython-312.pyc - create mode 100755 kick/__pycache__/__init__.cpython-38.pyc - create mode 100755 kick/__pycache__/admin.cpython-310.pyc - create mode 100755 kick/__pycache__/admin.cpython-312.pyc - create mode 100755 kick/__pycache__/admin.cpython-38.pyc - create mode 100755 kick/__pycache__/apps.cpython-310.pyc - create mode 100755 kick/__pycache__/apps.cpython-312.pyc - create mode 100755 kick/__pycache__/apps.cpython-38.pyc - create mode 100644 kick/__pycache__/consumers.cpython-312.pyc - create mode 100755 kick/__pycache__/forms.cpython-310.pyc - create mode 100644 kick/__pycache__/forms.cpython-312.pyc - create mode 100755 kick/__pycache__/forms.cpython-38.pyc - create mode 100755 kick/__pycache__/models.cpython-310.pyc - create mode 100755 kick/__pycache__/models.cpython-312.pyc - create mode 100755 kick/__pycache__/models.cpython-38.pyc - create mode 100755 kick/__pycache__/tests.cpython-312.pyc - create mode 100755 kick/__pycache__/urls.cpython-310.pyc - create mode 100755 kick/__pycache__/urls.cpython-312.pyc - create mode 100755 kick/__pycache__/urls.cpython-38.pyc - create mode 100755 kick/__pycache__/views.cpython-310.pyc - create mode 100644 kick/__pycache__/views.cpython-312.pyc - create mode 100755 kick/__pycache__/views.cpython-38.pyc - create mode 100755 kick/admin.py - create mode 100755 kick/apps.py - create mode 100755 kick/consumers.py - create mode 100755 kick/forms.py - create mode 100755 kick/migrations/__init__.py - create mode 100755 kick/migrations/__pycache__/__init__.cpython-310.pyc - create mode 100644 kick/migrations/__pycache__/__init__.cpython-312.pyc - create mode 100755 kick/models.py - create mode 100755 kick/templates/kick/reasess.html - create mode 100755 kick/tests.py - create mode 100755 kick/urls.py - create mode 100755 kick/views.py - create mode 100755 landing/__init__.py - create mode 100755 landing/__pycache__/__init__.cpython-310.pyc - create mode 100755 landing/__pycache__/__init__.cpython-312.pyc - create mode 100755 landing/__pycache__/__init__.cpython-38.pyc - create mode 100755 landing/__pycache__/admin.cpython-310.pyc - create mode 100755 landing/__pycache__/admin.cpython-312.pyc - create mode 100755 landing/__pycache__/admin.cpython-38.pyc - create mode 100755 landing/__pycache__/apps.cpython-310.pyc - create mode 100755 landing/__pycache__/apps.cpython-312.pyc - create mode 100755 landing/__pycache__/apps.cpython-38.pyc - create mode 100755 landing/__pycache__/models.cpython-310.pyc - create mode 100755 landing/__pycache__/models.cpython-312.pyc - create mode 100755 landing/__pycache__/models.cpython-38.pyc - create mode 100755 landing/__pycache__/tests.cpython-312.pyc - create mode 100755 landing/__pycache__/urls.cpython-310.pyc - create mode 100755 landing/__pycache__/urls.cpython-312.pyc - create mode 100755 landing/__pycache__/urls.cpython-38.pyc - create mode 100755 landing/__pycache__/views.cpython-310.pyc - create mode 100755 landing/__pycache__/views.cpython-312.pyc - create mode 100755 landing/__pycache__/views.cpython-38.pyc - create mode 100755 landing/admin.py - create mode 100755 landing/apps.py - create mode 100755 landing/migrations/__init__.py - create mode 100755 landing/migrations/__pycache__/__init__.cpython-310.pyc - create mode 100644 landing/migrations/__pycache__/__init__.cpython-312.pyc - create mode 100755 landing/models.py - create mode 100755 landing/templates/landing/about.html - create mode 100755 landing/templates/landing/index.html - create mode 100755 landing/templates/landing/landing.html - create mode 100755 landing/tests.py - create mode 100755 landing/urls.py - create mode 100755 landing/views.py - create mode 100755 last_logins.py - create mode 100755 live/__init__.py - create mode 100755 live/__pycache__/__init__.cpython-310.pyc - create mode 100755 live/__pycache__/__init__.cpython-312.pyc - create mode 100755 live/__pycache__/__init__.cpython-38.pyc - create mode 100755 live/__pycache__/admin.cpython-310.pyc - create mode 100755 live/__pycache__/admin.cpython-312.pyc - create mode 100755 live/__pycache__/admin.cpython-38.pyc - create mode 100755 live/__pycache__/apis.cpython-310.pyc - create mode 100755 live/__pycache__/apis.cpython-312.pyc - create mode 100755 live/__pycache__/apis.cpython-38.pyc - create mode 100755 live/__pycache__/apps.cpython-310.pyc - create mode 100755 live/__pycache__/apps.cpython-312.pyc - create mode 100755 live/__pycache__/apps.cpython-38.pyc - create mode 100755 live/__pycache__/concat.cpython-310.pyc - create mode 100755 live/__pycache__/concat.cpython-312.pyc - create mode 100755 live/__pycache__/concat.cpython-38.pyc - create mode 100755 live/__pycache__/consumers.cpython-310.pyc - create mode 100644 live/__pycache__/consumers.cpython-312.pyc - create mode 100755 live/__pycache__/consumers.cpython-38.pyc - create mode 100755 live/__pycache__/context_processors.cpython-310.pyc - create mode 100644 live/__pycache__/context_processors.cpython-312.pyc - create mode 100755 live/__pycache__/context_processors.cpython-38.pyc - create mode 100755 live/__pycache__/forms.cpython-310.pyc - create mode 100755 live/__pycache__/forms.cpython-312.pyc - create mode 100755 live/__pycache__/forms.cpython-38.pyc - create mode 100755 live/__pycache__/generate.cpython-310.pyc - create mode 100755 live/__pycache__/generate.cpython-312.pyc - create mode 100755 live/__pycache__/logo.cpython-310.pyc - create mode 100755 live/__pycache__/logo.cpython-312.pyc - create mode 100755 live/__pycache__/logo.cpython-38.pyc - create mode 100755 live/__pycache__/models.cpython-310.pyc - create mode 100755 live/__pycache__/models.cpython-312.pyc - create mode 100755 live/__pycache__/models.cpython-38.pyc - create mode 100755 live/__pycache__/show.cpython-310.pyc - create mode 100644 live/__pycache__/show.cpython-312.pyc - create mode 100755 live/__pycache__/show.cpython-38.pyc - create mode 100755 live/__pycache__/still.cpython-310.pyc - create mode 100755 live/__pycache__/still.cpython-312.pyc - create mode 100755 live/__pycache__/still.cpython-38.pyc - create mode 100755 live/__pycache__/tests.cpython-312.pyc - create mode 100755 live/__pycache__/transcript.cpython-38.pyc - create mode 100755 live/__pycache__/urls.cpython-310.pyc - create mode 100755 live/__pycache__/urls.cpython-312.pyc - create mode 100755 live/__pycache__/urls.cpython-38.pyc - create mode 100755 live/__pycache__/views.cpython-310.pyc - create mode 100755 live/__pycache__/views.cpython-312.pyc - create mode 100755 live/__pycache__/views.cpython-38.pyc - create mode 100755 live/__pycache__/voice_changer.cpython-310.pyc - create mode 100755 live/admin.py - create mode 100755 live/apis.py - create mode 100755 live/apps.py - create mode 100755 live/backupviews.py - create mode 100755 live/concat.py - create mode 100755 live/consumers.py - create mode 100755 live/context_processors.py - create mode 100755 live/forms.py - create mode 100755 live/generate.py - create mode 100755 live/logo.py - create mode 100755 live/migrations/0001_initial.py - create mode 100755 live/migrations/0002_videocamera_compress_video.py - create mode 100755 live/migrations/0003_videoframe_public.py - create mode 100755 live/migrations/0004_videocamera_default_videocamera_mime.py - create mode 100755 live/migrations/0005_videocamera_description_videocamera_tags_and_more.py - create mode 100755 live/migrations/0006_videocamera_muted.py - create mode 100755 live/migrations/0007_alter_videocamera_description_and_more.py - create mode 100755 live/migrations/__init__.py - create mode 100755 live/migrations/__pycache__/0001_initial.cpython-310.pyc - create mode 100644 live/migrations/__pycache__/0001_initial.cpython-312.pyc - create mode 100755 live/migrations/__pycache__/0002_videocamera_compress_video.cpython-310.pyc - create mode 100644 live/migrations/__pycache__/0002_videocamera_compress_video.cpython-312.pyc - create mode 100755 live/migrations/__pycache__/0003_videoframe_public.cpython-310.pyc - create mode 100644 live/migrations/__pycache__/0003_videoframe_public.cpython-312.pyc - create mode 100755 live/migrations/__pycache__/0004_videocamera_default_videocamera_mime.cpython-310.pyc - create mode 100644 live/migrations/__pycache__/0004_videocamera_default_videocamera_mime.cpython-312.pyc - create mode 100755 live/migrations/__pycache__/0005_videocamera_description_videocamera_tags_and_more.cpython-310.pyc - create mode 100644 live/migrations/__pycache__/0005_videocamera_description_videocamera_tags_and_more.cpython-312.pyc - create mode 100755 live/migrations/__pycache__/0006_videocamera_muted.cpython-310.pyc - create mode 100644 live/migrations/__pycache__/0006_videocamera_muted.cpython-312.pyc - create mode 100644 live/migrations/__pycache__/0007_alter_videocamera_description_and_more.cpython-312.pyc - create mode 100755 live/migrations/__pycache__/__init__.cpython-310.pyc - create mode 100644 live/migrations/__pycache__/__init__.cpython-312.pyc - create mode 100755 live/models.py - create mode 100755 live/oldviews.py - create mode 100755 live/show.py - create mode 100755 live/still.py - create mode 100755 live/templates/live/_record_remote.html - create mode 100755 live/templates/live/_remote.html - create mode 100755 live/templates/live/_remote.html.save - create mode 100755 live/templates/live/book_show.html - create mode 100755 live/templates/live/choose_camera.html - create mode 100755 live/templates/live/compressor.js - create mode 100755 live/templates/live/compressor.js.save - create mode 100755 live/templates/live/fastcompressor.js - create mode 100755 live/templates/live/go_remote.html - create mode 100755 live/templates/live/golive.html - create mode 100755 live/templates/live/golive.html.save - create mode 100755 live/templates/live/golivevideo.html - create mode 100755 live/templates/live/golivevideo.html.save - create mode 100755 live/templates/live/golivevideo.html.save.1 - create mode 100755 live/templates/live/lastframe.html - create mode 100755 live/templates/live/live.html - create mode 100755 live/templates/live/live.html.save - create mode 100755 live/templates/live/live.html.save.1 - create mode 100755 live/templates/live/live.html.save.2 - create mode 100755 live/templates/live/liveframe.html - create mode 100755 live/templates/live/livevideo.html - create mode 100755 live/templates/live/livevideo.html.save - create mode 100755 live/templates/live/livevideo_old.html - create mode 100755 live/templates/live/mute_remote.html - create mode 100755 live/templates/live/name_camera.html - create mode 100755 live/templates/live/record_remote.html - create mode 100755 live/templates/live/recording_remote.html - create mode 100755 live/templates/live/remote.html - create mode 100755 live/templates/live/remote.js - create mode 100755 live/templates/live/shows.html - create mode 100755 live/templates/live/thumbnail.html - create mode 100755 live/tests.py - create mode 100755 live/transcript.py - create mode 100755 live/urls.py - create mode 100755 live/views.py - create mode 100755 live/voice_changer.py - create mode 100755 log/commands.log - create mode 100755 login.py - create mode 100755 logout.py - create mode 100755 logout.py.save - create mode 100755 logout.sh - create mode 100755 logout_everyone.py - create mode 100755 logout_script.py - create mode 100755 logout_script.sh - create mode 100755 lotteh/.settings.py.swp - create mode 100755 lotteh/__init__.py - create mode 100755 lotteh/__pycache__/__init__.cpython-310.pyc - create mode 100755 lotteh/__pycache__/__init__.cpython-312.pyc - create mode 100755 lotteh/__pycache__/__init__.cpython-38.pyc - create mode 100755 lotteh/__pycache__/asgi.cpython-310.pyc - create mode 100644 lotteh/__pycache__/asgi.cpython-312.pyc - create mode 100755 lotteh/__pycache__/asgi.cpython-38.pyc - create mode 100755 lotteh/__pycache__/celery.cpython-310.pyc - create mode 100755 lotteh/__pycache__/celery.cpython-312.pyc - create mode 100755 lotteh/__pycache__/celery.cpython-38.pyc - create mode 100755 lotteh/__pycache__/message_storage.cpython-310.pyc - create mode 100644 lotteh/__pycache__/message_storage.cpython-312.pyc - create mode 100755 lotteh/__pycache__/message_storage.cpython-38.pyc - create mode 100755 lotteh/__pycache__/pricing.cpython-310.pyc - create mode 100755 lotteh/__pycache__/pricing.cpython-312.pyc - create mode 100755 lotteh/__pycache__/routing.cpython-310.pyc - create mode 100644 lotteh/__pycache__/routing.cpython-312.pyc - create mode 100755 lotteh/__pycache__/routing.cpython-38.pyc - create mode 100755 lotteh/__pycache__/settings.cpython-310.pyc - create mode 100644 lotteh/__pycache__/settings.cpython-312.pyc - create mode 100755 lotteh/__pycache__/settings.cpython-38.pyc - create mode 100755 lotteh/__pycache__/urls.cpython-310.pyc - create mode 100644 lotteh/__pycache__/urls.cpython-312.pyc - create mode 100755 lotteh/__pycache__/urls.cpython-38.pyc - create mode 100755 lotteh/__pycache__/wsgi.cpython-38.pyc - create mode 100755 lotteh/asgi.py - create mode 100755 lotteh/celery.py - create mode 100755 lotteh/message_storage.py - create mode 100755 lotteh/pricing.py - create mode 100755 lotteh/routing.py - create mode 100755 lotteh/settings.py - create mode 100755 lotteh/urls.py - create mode 100755 lotteh/wsgi.py - create mode 100755 mail/__init__.py - create mode 100755 mail/__pycache__/__init__.cpython-310.pyc - create mode 100755 mail/__pycache__/__init__.cpython-312.pyc - create mode 100755 mail/__pycache__/admin.cpython-310.pyc - create mode 100755 mail/__pycache__/admin.cpython-312.pyc - create mode 100755 mail/__pycache__/apps.cpython-310.pyc - create mode 100755 mail/__pycache__/apps.cpython-312.pyc - create mode 100755 mail/__pycache__/models.cpython-310.pyc - create mode 100755 mail/__pycache__/models.cpython-312.pyc - create mode 100755 mail/__pycache__/tests.cpython-312.pyc - create mode 100755 mail/__pycache__/urls.cpython-310.pyc - create mode 100755 mail/__pycache__/urls.cpython-312.pyc - create mode 100755 mail/__pycache__/views.cpython-310.pyc - create mode 100644 mail/__pycache__/views.cpython-312.pyc - create mode 100755 mail/admin.py - create mode 100755 mail/apps.py - create mode 100755 mail/migrations/0001_initial.py - create mode 100755 mail/migrations/__init__.py - create mode 100755 mail/migrations/__pycache__/0001_initial.cpython-310.pyc - create mode 100644 mail/migrations/__pycache__/0001_initial.cpython-312.pyc - create mode 100755 mail/migrations/__pycache__/__init__.cpython-310.pyc - create mode 100644 mail/migrations/__pycache__/__init__.cpython-312.pyc - create mode 100755 mail/models.py - create mode 100755 mail/templates/mail/_message.html - create mode 100755 mail/templates/mail/inbox.html - create mode 100755 mail/templates/mail/message.html - create mode 100755 mail/tests.py - create mode 100755 mail/urls.py - create mode 100755 mail/views.py - create mode 100755 mailbox/nobody - create mode 100755 mailbox/team - create mode 100755 make_email_list.py - create mode 100755 manage.py - create mode 100755 media/Default User.png - create mode 100755 media/audio/051e1547-b5d6-498c-bd8b-253578c92b59-20240315-180724.m4a - create mode 100755 media/audio/0ecf4624-e170-49b6-af59-a13f32c6f900-20240814-102543.webm - create mode 100755 media/audio/1c89e531-f0f0-48b8-978e-d4f838f84760-20240315-181411.m4a - create mode 100755 media/audio/1d612653-8c67-4853-8a86-aa37b0552801-20241121-000308.webm - create mode 100755 media/audio/1e8e3d24-9c0b-4151-a29b-4b01cb017978-20240315-192939.m4a - create mode 100755 media/audio/23081200-6e77-4b7b-a7ce-ad475944f361-20240315-181729.mp3 - create mode 100755 media/audio/2459fe2a-4676-4fe4-94ce-2a9d82886598-20240315-231139.m4a - create mode 100755 media/audio/2772ace5-df9a-40e5-b26d-2f9c3586bfc8-20240315-232933.mp3 - create mode 100755 media/audio/2b8e142b-ea64-45ce-988b-049823acdbd5-20240814-102450.wav - create mode 100755 media/audio/2b8e142b-ea64-45ce-988b-049823acdbd5-20240814-102450.webm - create mode 100755 media/audio/3367f34f-c79b-468b-a5b9-cb2796098b61-20240315-184505.m4a - create mode 100755 media/audio/34292661-dd56-40cc-b96c-65d3d1f5e960-20240814-102341.webm - create mode 100755 media/audio/34473cb0-38fa-45f6-ba4e-fd29c48aac3f-20240315-182940.m4a - create mode 100755 media/audio/42ba50df-5095-411d-a6d3-b5f576b92a22-20240309-031037.webm - create mode 100755 media/audio/4d0af7fc-7ebd-4884-92b3-7ea7db1d069d-20240731-233803.webm - create mode 100755 media/audio/54e5756e-fb0f-4cce-a803-196945c98a4a-20240315-230511.m4a - create mode 100755 media/audio/55ccc69c-71de-451f-b9a4-f21bf599d418-20240731-233859.webm - create mode 100755 media/audio/59ddeb37-57a9-4450-b3e0-7bbad3b72812-20240814-102756.wav - create mode 100755 media/audio/59ddeb37-57a9-4450-b3e0-7bbad3b72812-20240814-102756.webm - create mode 100755 media/audio/5e1c9468-c3b1-4f63-9a85-6b3de9438f78-20241121-000318.webm - create mode 100755 media/audio/5e402907-a87f-43cb-85c4-e95c07d3e463-20240315-191944.m4a - create mode 100755 media/audio/5eb1af8e-87ae-41b0-adbd-949c92ce2373-20240315-191944.m4a - create mode 100755 media/audio/653c7258-7eb7-4d0a-8b57-9acc21a5bceb-20240315-192456.m4a - create mode 100755 media/audio/663c62c6-cb34-477f-a94f-cc7feee84317-20240731-233859.webm - create mode 100755 media/audio/6a538a77-b529-4394-bf47-7cf182dced74-20241121-000308.webm - create mode 100755 media/audio/739a55a2-2c67-48c8-a5b5-f1990044cad5-20240315-181411.m4a - create mode 100755 media/audio/84c449da-232d-4d47-878b-81f38eac591d-20240814-102756.webm - create mode 100755 media/audio/85c03c2d-0cec-4bf0-ac2a-9fa7678d0b87-20240315-182940.m4a - create mode 100755 media/audio/88ff6a2f-ad2e-4fcf-9889-a755c6e51bf7-20240315-191504.m4a - create mode 100755 media/audio/896dbaa7-bdd8-4bdc-b274-30a546c79820-20240315-180923.m4a - create mode 100755 media/audio/89f30f48-4866-4585-a34e-9adb7b088d6e-20240814-101923.webm - create mode 100755 media/audio/8a43660d-3a5a-49d9-9820-a73dc1fbd675-20240316-001713.m4a - create mode 100755 media/audio/939ff3a7-1aa6-481a-b7c8-f223c0705ff6-20240814-102450.webm - create mode 100755 media/audio/97e820f2-14f3-432e-9cbd-133fef14bb09-20240315-182622.m4a - create mode 100755 media/audio/9d0b0e8d-0b1b-4dce-8cc9-fd00d41e1125-20240814-102629.webm - create mode 100755 media/audio/a3bc8303-ce10-44c1-8cd3-5723b439a105-20240315-191504.m4a - create mode 100755 media/audio/a86a259f-7eaf-4222-afad-09f427ddfe36-20240315-185241.m4a - create mode 100755 media/audio/add3abc3-86ce-4109-b16b-3c0010819dea-20240309-033501.webm - create mode 100755 media/audio/b32bac0d-b53b-44ca-a040-60243ad81621-20240814-102341.webm - create mode 100755 media/audio/b4dd0b5a-2c00-447f-a914-f5fc2f8ee07e-20240814-102450.webm - create mode 100755 media/audio/ba7fd39c-34cc-486c-88c9-0f21ec01903e-20240315-230511.m4a - create mode 100755 media/audio/bc2878ca-9a1f-432d-814f-fd7d8e441e4a-20240315-182149.m4a - create mode 100755 media/audio/bc6f8a1b-8e0c-4ee4-a198-d9b5ff854dd8-20241121-000232.webm - create mode 100755 media/audio/bffd3eb2-6044-47f8-8b30-bd877e683dd7-20240316-004838.m4a - create mode 100755 media/audio/c0ad37a9-20e5-4904-8d75-30d9576b30f1-20240731-233803.webm - create mode 100755 media/audio/c9b8e695-1435-4eca-906d-fe53e8795dc4-20241121-000318.webm - create mode 100755 media/audio/cef3888e-b347-401a-844d-f901bfc8d0cc-20240315-232933.mp3 - create mode 100755 media/audio/d211dde7-7e42-401e-98c5-e66dad80c49b-20240315-181729.mp3 - create mode 100755 media/audio/d6a14e95-921f-48f3-893b-a285695e1040-20240315-182622.m4a - create mode 100755 media/audio/d76de286-0c87-48ee-b134-bf4e0922d6f8-20240814-102629.wav - create mode 100755 media/audio/d76de286-0c87-48ee-b134-bf4e0922d6f8-20240814-102629.webm - create mode 100755 media/audio/dafea0bd-0923-4f38-9c42-a325fee8e73e-20240316-001713.m4a - create mode 100755 media/audio/e41303a1-03cb-4ccc-aec1-78dc2024b106-20240316-004838.m4a - create mode 100755 media/audio/e59f19f3-c144-4457-b881-f4e9bcaac8e6-20240814-101923.webm - create mode 100755 media/audio/e763ce4d-0558-4c39-a095-c873ff3bd8e6-20240315-185241.m4a - create mode 100755 media/audio/e7e1760e-486c-4c7d-9ae0-1e105057b8e9-20240315-180923.m4a - create mode 100755 media/audio/f0843642-d883-4605-9e01-0a835baf6198-20240315-182149.m4a - create mode 100755 media/audio/f8f39e13-f0ec-42f9-9333-5d50f2b90965-20241121-000232.webm - create mode 100755 media/audio/f9f6f414-df1e-42f7-959b-f7eed313fc2b-20240315-184505.m4a - create mode 100755 media/audio/fad6ebe0-d8df-49c5-8750-b830a5f5a4e1-20240814-102543.wav - create mode 100755 media/audio/fad6ebe0-d8df-49c5-8750-b830a5f5a4e1-20240814-102543.webm - create mode 100755 media/audio/fbb4d0c1-8325-41fc-be85-0246157088a0-20240315-231139.m4a - create mode 100755 media/audio/fd705a08-7e85-44a0-a90c-203b22ea98db-20240315-192456.m4a - create mode 100755 media/audio/ff672b38-b203-4b45-af69-ec2c495d4cbc-20240315-192939.m4a - create mode 100755 media/birthcontrol/04aa8fda-c857-48c8-b8fc-48ad8c1f1aae.jpg - create mode 100755 media/birthcontrol/1bd7c248-da3d-49e8-ab17-ae510b2421cf.jpg - create mode 100755 media/birthcontrol/350507a6-f92e-42a0-a474-61354f5cffbb.jpg - create mode 100755 media/birthcontrol/44f6af20-5871-432f-84c4-950bbd576669.jpg - create mode 100755 media/chat/sounds/message.mp3 - create mode 100755 media/documents/01897c22-8ab9-429e-af62-779d8b454f52-20240728-230508-2.png - create mode 100755 media/documents/01920fb0-303f-4dde-852a-7dc7b98aaee6-20241122-081924-2.png - create mode 100755 media/documents/038a7b5f-18ed-441f-bb64-24df2fc50eb7-20240728-233229-2.png.png - create mode 100755 media/documents/03cb8623-c58b-4459-9280-16e816e49acf-20240903-204932-2.png.png - create mode 100755 media/documents/04718561-1021-4cfe-84c3-54d31a8fbb79-20240911-104355-0.png - create mode 100755 media/documents/07c32164-668e-40bd-a6f3-ac626328e398-20240728-224740-0.png - create mode 100755 media/documents/0bdcf049-a636-4434-94e6-1246cb164a67-20240728-231527-2.png - create mode 100755 media/documents/0cd5b25b-db49-4ff0-ac22-c4c815d5bb84-20240728-230203-2.png - create mode 100755 media/documents/0e68b560-72a0-48a0-bdc1-432f76868688-20240902-170527-2.png - create mode 100755 media/documents/0e8c5239-c183-4210-81ea-b88400150cde-20240903-204813-2.png.png - create mode 100755 media/documents/1083b25d-bb82-4d12-a450-3062dd9b220f-20240728-230855-2.png - create mode 100755 media/documents/10b51e75-12e1-48e2-8388-4905a923588d-20240728-233229-2.png - create mode 100755 media/documents/136cf58f-37e7-4134-94b3-637b72ee5203-20240902-000946-2.png - create mode 100755 media/documents/1376632a-28d7-42e5-a77c-a79fa1f157e3-20240728-230408-0.png.png - create mode 100755 media/documents/16103f54-ff55-4d30-b3c0-fd4a53d5008a-20241122-010208-2.png - create mode 100755 media/documents/17d9ef00-1647-45a6-b4dc-832ab93274b8-20240816-011805-2.jpg - create mode 100755 media/documents/17d9ef00-1647-45a6-b4dc-832ab93274b8-20240816-011805-2.jpg.png - create mode 100755 media/documents/1c995359-cff5-4ff6-88f9-d4f794297174-20240728-225221-0.png - create mode 100755 media/documents/1ce635e7-9019-4589-9a8d-516e91e142c3-20240903-204339-2.png.png - create mode 100755 media/documents/1f2b16e8-5a4a-481d-a0e3-a29008f12a23-20240902-203256-2.png - create mode 100755 media/documents/204ea35a-7ff5-45c1-b586-13e01c103709-20240903-204339-2.png - create mode 100755 media/documents/20655780-20f5-4f13-a995-f6d1e2e1576a-20241122-013752-2.png - create mode 100755 media/documents/235ac819-bb95-4f4c-89a0-398a76e1c65d-20240902-000734-2.png.png - create mode 100755 media/documents/23d68663-e381-4870-a72a-f16a2587a85f-20231003-010017-0.png - create mode 100755 media/documents/264c70d1-753f-43c1-9d08-cfad54b32161-20240902-000946-2.png.png - create mode 100755 media/documents/27a1cfad-3a46-4075-9d59-1d8cd1641b70-20240902-203256-2.png - create mode 100755 media/documents/2ce159db-ea4f-4ad8-806d-3104202082af-20241122-082055-2.png - create mode 100755 media/documents/2e663d8f-59ff-48e7-8c81-b1d6769ee6e7-20240728-230620-0.png.png - create mode 100755 media/documents/31d73756-c240-486c-838f-364b3bbc388b-20240901-090249-2.png.png - create mode 100755 media/documents/3312016b-2a05-4bb6-8137-33207854ae6f-20240728-232736-2.png - create mode 100755 media/documents/33826833-9331-49ff-9077-1c8e1f7a32c6-20240728-231132-0.png.png - create mode 100755 media/documents/3f8059c6-5b5d-41a0-ba1d-988ec8fa31d7-20240902-000923-2.png.png - create mode 100755 media/documents/413761ce-37b3-4f28-85ea-714863032610-20240903-204813-2.png - create mode 100755 media/documents/418350c9-f9b7-413c-a495-9d53fbb857d1-20240728-230620-2.png - create mode 100755 media/documents/42adc76c-bad0-4092-bf01-926a86e84ad1-20240901-090249-2.png - create mode 100755 media/documents/4416c28b-7b57-4366-b001-c55151105525-20231003-013253-0.png.png - create mode 100755 media/documents/44f53190-fb28-4a6f-94cb-4b40889bc3ce-20240902-170414-2.png.png - create mode 100755 media/documents/45f77380-8b8a-477f-92c1-2eb538bf9071-20240911-104355-2.png - create mode 100755 media/documents/46fdce47-fd80-4691-99db-1ceab9a496e5-20240728-230203-2.png - create mode 100755 media/documents/4f7973f1-53fd-46f1-86d6-b53e20e9e461-20240728-230620-2.png - create mode 100755 media/documents/523278bc-67fa-4640-9b0b-4200ece0668f-20240728-224740-0.png.png - create mode 100755 media/documents/5235755b-2a1a-4f51-8b33-25ec184679bc-20240728-224957-0.png - create mode 100755 media/documents/52615070-de57-46d8-b37a-0aa998147df8-20240902-000923-2.png - create mode 100755 media/documents/56e2de7b-ea9b-4d63-9fdb-e87a21940a9e-20241122-082021-2.png - create mode 100755 media/documents/59b6885b-91cc-4896-96fc-352c6fbda138-20240903-204339-2.png - create mode 100755 media/documents/5d7c71d3-5620-4940-ae19-81900944f7b7-20241122-013752-2.png - create mode 100755 media/documents/5f947b08-7989-4ab6-9da4-8222fb8bcb9a-20240728-230855-2.png - create mode 100755 media/documents/604ddc10-04a0-48b2-a273-62029dd198b5-20240728-225553-2.png - create mode 100755 media/documents/616609b8-1cab-426e-bfee-360502255240-20240902-170651-2.png.png - create mode 100755 media/documents/643079fc-b25e-47c8-a3d0-181ebf1bd96f-20240728-230855-0.png.png - create mode 100755 media/documents/673fda19-3e44-4875-862c-251e3d8337cf-20240728-230408-2.png - create mode 100755 media/documents/6941803d-0865-47f5-8ea8-78cbc6a8b48f-20240728-231305-2.png - create mode 100755 media/documents/69d16261-d276-40b9-b2cc-e69c01dbc818-20240911-104355-2.png - create mode 100755 media/documents/6a7f7f4e-8f81-4e88-8647-463f52876964-20240902-000734-2.png - create mode 100755 media/documents/6f32e506-4828-433d-ba43-26b9fef9677c-20240902-000923-2.png - create mode 100755 media/documents/6f62ed76-01b2-4220-a484-6548fe9f02ee-20240728-233008-0.png.png - create mode 100755 media/documents/6f92f6f4-d8f1-465b-b200-0de5e615b542-20240728-231305-0.png.png - create mode 100755 media/documents/72770483-4bd1-496d-b3d4-658a39fd7b09-20240728-233229-2.png - create mode 100755 media/documents/74aebe41-8ea2-414f-bf98-e5630734a51e-20240816-012556-2.jpg - create mode 100755 media/documents/74aebe41-8ea2-414f-bf98-e5630734a51e-20240816-012556-2.jpg.png - create mode 100755 media/documents/750284df-44cd-42d8-b24b-5e4a74818200-20240902-000946-2.png - create mode 100755 media/documents/7524cabb-f32c-405a-ab32-e885e21a91a1-20240903-204932-2.png - create mode 100755 media/documents/75c1b144-703e-446e-90dc-e4ff09749b4b-20240903-204813-2.png - create mode 100755 media/documents/777501c2-d6cb-49f0-acd2-1f1894d73ea2-20240728-233008-2.png - create mode 100755 media/documents/7921dd27-b557-4ef4-88aa-e8014612a61d-20241122-070721-2.png.png - create mode 100755 media/documents/79916fde-c796-40cc-b431-1d49abb8f3cb-20240903-204711-2.png - create mode 100755 media/documents/7a4ab567-f82d-4621-aa24-cd1fa682f5ab-20240903-204932-2.png - create mode 100755 media/documents/7e81dfe6-e941-4736-bad0-bbb71035115c-20231003-005225-0.png.png - create mode 100755 media/documents/85fbc61b-0487-49c0-8200-dd660840aaa5-20241122-070721-2.png - create mode 100755 media/documents/86ebb229-4f83-4ce2-b4b6-39904e0adfc3-20240728-230408-2.png - create mode 100755 media/documents/89bf60be-6437-4f9c-8878-edaa5074df72-20240902-170527-2.png.png - create mode 100755 media/documents/8afb23a6-f933-4271-9f7d-8e148ee1563a-20240911-104355-2.jpg - create mode 100755 media/documents/8afb23a6-f933-4271-9f7d-8e148ee1563a-20240911-104355-2.jpg.png - create mode 100755 media/documents/8be541fc-a949-4a17-bf9c-177a4471e81f-20240903-204711-2.png - create mode 100755 media/documents/8c63c014-2de8-4265-a1e1-e74ec22e13cb-20240728-225553-2.png - create mode 100755 media/documents/8d9134b7-20b0-40e8-829c-a2e8b9649b43-20241122-081924-2.png - create mode 100755 media/documents/91006f14-8d62-4316-aaf0-8924cebeb64a-20240728-230203-0.png.png - create mode 100755 media/documents/92ae2251-7507-4325-bd6e-1dc55097ae10-20241122-082055-2.png.png - create mode 100755 media/documents/92d4653d-060e-4305-8bce-5e820ef4aa1b-20231003-013253-0.png - create mode 100755 media/documents/936fa2c7-a1ad-413f-9c17-454a3c884350-20231003-010017-0.png.png - create mode 100755 media/documents/9411ee32-4b68-4482-b975-eec16a3e9449-20240902-170527-2.png - create mode 100755 media/documents/948fb747-c5f8-433a-a655-59974d7a8cbd-20240902-170651-2.png - create mode 100755 media/documents/95b997b2-8718-46b0-b7ad-031dcf57341d-20240728-231305-2.png - create mode 100755 media/documents/95d11b7d-674a-4cc6-8ac4-c0e5dffc22e1-20240902-170257-2.png.png - create mode 100755 media/documents/987e3ed5-f88b-44a5-88df-681a91487e5a-20240728-232736-0.png.png - create mode 100755 media/documents/9c759d40-93cf-4633-9575-cdf0b69f814d-20241122-081723-2.png - create mode 100755 media/documents/9e9681d6-5345-414d-ae59-282b8675a8ed-20240816-012556-2.jpg - create mode 100755 media/documents/9e9681d6-5345-414d-ae59-282b8675a8ed-20240816-012556-2.jpg.png - create mode 100755 media/documents/9f48c89e-b605-4cf8-884a-898a35547703-20240728-233008-2.png - create mode 100755 media/documents/a2d5c8d2-2a20-43d6-8607-cce76d623023-20240728-231527-0.png.png - create mode 100755 media/documents/a337ce51-9a70-4879-bf3b-bf01c48ee7a8-20241122-081924-2.png.png - create mode 100755 media/documents/a8fbc0a3-4449-4f71-932f-27daaff72448-20240728-231132-2.png - create mode 100755 media/documents/aca2bb9d-e7c9-4ca4-99bf-7c8ecae57549-20240728-231132-2.png - create mode 100755 media/documents/ad0b7d06-948f-4250-bb96-b6b71a493421-20240902-170414-2.png - create mode 100755 media/documents/b0b99b0a-b8d9-4b51-8229-6ff6b74bb910-20240728-224957-0.png - create mode 100755 media/documents/b1d08ccf-139c-4352-962b-117acbd6edc9-20231003-005225-0.png - create mode 100755 media/documents/b3c5a70f-8811-4c0f-9019-8a7fa116099a-20240728-225553-2.png.png - create mode 100755 media/documents/bddb62f5-fe8d-4343-abac-50ad276d3495-20240728-224740-0.png - create mode 100755 media/documents/c00a45d5-7b44-41c8-91be-31bd92d9eb46-20231003-005225-0.png - create mode 100755 media/documents/c037fe55-7c21-4df4-93da-2fe2458f2bae-20240816-011805-2.jpg - create mode 100755 media/documents/c037fe55-7c21-4df4-93da-2fe2458f2bae-20240816-011805-2.jpg.png - create mode 100755 media/documents/c2f3c210-c6af-4fa8-a3a5-0db06f0e0f9f-20240728-230508-0.png.png - create mode 100755 media/documents/c3546083-f937-41ae-9db4-970bb00ef77e-20241122-081723-2.png.png - create mode 100755 media/documents/c3d1ac9d-eeb7-4f44-a46f-012bdad0e5c1-20240728-225221-0.png.png - create mode 100755 media/documents/c598ae09-58cb-4b1b-b5ca-5ca44a336123-20231003-010017-0.png - create mode 100755 media/documents/cbc3885a-b6e9-410b-973c-9ae79f4db851-20240903-204711-2.png.png - create mode 100755 media/documents/d088c752-e54d-4222-9459-f9be4dc24cbf-20241122-081723-2.png - create mode 100755 media/documents/d609b1c5-17cb-4c77-a549-4bc721a0f725-20240911-104355-2.jpg - create mode 100755 media/documents/d609b1c5-17cb-4c77-a549-4bc721a0f725-20240911-104355-2.jpg.png - create mode 100755 media/documents/d6107656-222f-4386-8d5e-d5cd95bc89cc-20240902-170257-2.png - create mode 100755 media/documents/d67eaabf-62bc-4deb-ab8f-37cf84dd5aff-20241122-082021-2.png - create mode 100755 media/documents/d719119e-0a46-4dfd-8ef8-04e7782a7115-20241122-013752-2.png.png - create mode 100755 media/documents/d73c7ee1-888b-461a-93e8-4d5d5869af43-20241122-070721-2.png - create mode 100755 media/documents/dbd18f14-92b5-4c5e-ab29-c28088a5fb2a-20240902-203256-2.png.png - create mode 100755 media/documents/dc851593-e51a-4373-8cc3-455f9a72894c-20241122-082055-2.png - create mode 100755 media/documents/dd3f535f-c2a6-425b-b979-2339a465d8c1-20240728-225221-0.png - create mode 100755 media/documents/dd98591e-ff00-44c7-ba85-b30fe521339e-20240728-230508-2.png - create mode 100755 media/documents/dfd88802-c5bf-4fd1-9d47-0b81aafca607-20240728-232736-2.png - create mode 100755 media/documents/e13a71d6-0256-417a-af64-e4d9a67520bb-20240902-000734-2.png - create mode 100755 media/documents/e81108ed-5e99-48e4-acb4-1cc8e893a9cd-20231003-013253-0.png - create mode 100755 media/documents/e94432e5-4439-4a7d-8f0a-528d19b29c63-20240901-090249-2.png - create mode 100755 media/documents/e9832ba4-c3b9-4f8d-9f01-96ddfeed33df-20241122-082021-2.png.png - create mode 100755 media/documents/ea6f958a-50a6-4691-aa0e-81ae6e6748e4-20240728-231527-2.png - create mode 100755 media/documents/ec3829b6-bc23-4e0c-9f78-3cb9d17434cb-20240728-224957-0.png.png - create mode 100755 media/documents/ecf86656-9fcd-4328-b4b1-6659b7cb5acf-20241122-010208-2.png - create mode 100755 media/documents/ef75cddd-1685-44ed-82ad-a50d0a1926ef-20241122-010208-2.png.png - create mode 100755 media/documents/f0d9b69e-0b59-4be8-8fd7-703c60f3ef42-20240911-104355-0.png - create mode 100755 media/documents/f1f1852a-6bb9-45f7-8421-a2ea68149235-20240816-012556-0.png - create mode 100755 media/documents/f89cabb0-2a96-4c01-97b3-820978aa5c38-20240902-170651-2.png - create mode 100755 media/favicon.ico - create mode 100755 media/files/0043f519-1638-4c58-a189-d082d265d4dc.zip - create mode 100755 media/files/004f5b27-9ae1-4658-9bde-ccdb77624619.webm.short.mp3 - create mode 100755 media/files/02006185-6d19-453c-9776-fcbe79eedefb.webm.short.mp3 - create mode 100755 media/files/06ada56b-4c5d-483c-bc90-c01fe12b41f6.webm.short.mp3 - create mode 100755 media/files/07424208-bb07-47ce-b7df-0699700d3523.webm.short.mp3 - create mode 100755 media/files/0831150e-a231-4a4f-91ea-4b261287e629.webm.short.mp3 - create mode 100755 media/files/09ef34f9-96b1-46d0-b76f-2e5d55d1c947.zip - create mode 100755 media/files/0a556906-05df-4985-be25-d3253ca44b80.webm.short.mp3 - create mode 100755 media/files/0d25c9ad-bdb2-4187-adf5-0f83a31fa0cc.webm.short.mp3 - create mode 100755 media/files/0d475d36-26c5-4cf1-a710-ec92ba8bd9d5.webm.short.mp3 - create mode 100755 media/files/0dc0c5ee-08aa-4c9f-b8d9-4e8f3e770a43.webm.short.mp3 - create mode 100755 media/files/0f60a48e-31a1-4e2e-b043-549914b7abb9.webm - create mode 100755 media/files/10d367b0-125c-43e1-880f-3fb89a19d544.webm.short.mp3 - create mode 100755 media/files/12f034be-d215-4978-b732-22c622eeb568.webm.short.mp3 - create mode 100755 media/files/1438de1b-ebe5-417f-bb10-bfff7b980fe2.webm.short.mp3 - create mode 100755 media/files/1578b4eb-25cd-4be7-8fc3-407da0fd0652.webm.short.mp3 - create mode 100755 media/files/15c36960-2b71-43bb-ba49-82d40b52a7fa.webm.short.mp3 - create mode 100755 media/files/1648a923-236a-4774-a316-45bafde177a3.webm.short.mp3 - create mode 100755 media/files/165c1da1-bf05-41e9-8cb5-edd806d3f7d1.webm.short.mp3 - create mode 100755 media/files/1b8e3334-9da0-4a2d-b6e0-5cd3ada92224.webm.short.mp3 - create mode 100755 media/files/1d10787c-f9f2-4f7c-943b-fe27c4b4b25d.webm.short.mp3 - create mode 100755 media/files/1dc3ebca-100a-483b-96ec-01ac695ac97a.webm.short.mp3 - create mode 100755 media/files/1ff4afeb-1ae5-4a8a-905f-1790700ed859.webm.short.mp3 - create mode 100755 media/files/22a321aa-8327-4a0f-a7f3-6ee398b063ef.webm.short.mp3 - create mode 100755 media/files/231678b1-5a80-4731-9b5a-f05edda45c75.webm.short.mp3 - create mode 100755 media/files/25813695-b9bd-42a9-b8c5-46eb0ec423d6.webm.short.mp3 - create mode 100755 media/files/2673fb37-85b0-4b4a-94a5-476230ddea29.webm.short.mp3 - create mode 100755 media/files/26c10996-c4ff-4be6-a461-5f13bb62efcf.webm.short.mp3 - create mode 100755 media/files/2927320f-9931-474a-923a-d2901e639ea4.webm.short.mp3 - create mode 100755 media/files/29501ec7-3a02-4e06-8e6a-cd516c66166f.webm.short.mp3 - create mode 100755 media/files/2a3dad8b-8126-411a-ae56-23f79531d940.webm.short.mp3 - create mode 100755 media/files/2a543d8a-df06-4c88-8cfb-b755c614c222.webm.short.mp3 - create mode 100755 media/files/2a75f48a-d5ea-41b0-a5e7-c00384e2e537.webm.short.mp3 - create mode 100755 media/files/2cf7fcee-4587-467c-b139-d447856abbb3.webm.short.mp3 - create mode 100755 media/files/302b1d6c-d8fb-4fbb-8934-44a1ea9d95ff.webm.short.mp3 - create mode 100755 media/files/30a64249-ed9e-4823-b5ad-55ea41725f12.webm.short.mp3 - create mode 100755 media/files/31100aea-41d4-4290-8b76-2d501dd6ac24.webm.short.mp3 - create mode 100755 media/files/31e1cdf5-b101-4aaa-9642-f83a04c346b1.webm.short.mp3 - create mode 100755 media/files/345c2635-73be-4e1e-80ea-3a94c53238a8.webm.short.mp3 - create mode 100755 media/files/35ba98c7-1fe1-44ba-a549-bc6682ff559a.webm.short.mp3 - create mode 100755 media/files/3a13f776-36af-416b-9906-26140e10d46a.webm.short.mp3 - create mode 100755 media/files/3bcb7ee4-7b03-4ac1-b849-f3223da50f77.webm.short.mp3 - create mode 100755 media/files/3c8bd5fd-e668-4bee-b62c-d69d16abdd15.zip - create mode 100755 media/files/3cc2fef9-ba18-4638-88e9-0b8cde5fe50c.webm.short.mp3 - create mode 100755 media/files/3dd40ee7-c3b5-4faa-8204-e5dcc30973a7.webm.short.mp3 - create mode 100755 media/files/3e319d19-1152-41bb-9a9c-4c3b089f3786.webm.short.mp3 - create mode 100755 media/files/3ff98750-eb84-43ed-9828-2f5a96e03021.webm.short.mp3 - create mode 100755 media/files/41a33247-5496-4e78-ba58-a910ed72cbf3.webm.short.mp3 - create mode 100755 media/files/45947322-415b-4a33-b41c-ede7ed250a0f.webm.short.mp3 - create mode 100755 media/files/46113918-a6e5-489a-9d72-329e4566e156.webm.short.mp3 - create mode 100755 media/files/46e425d0-e94e-4929-b5cb-d1cfd98a92d5.webm.short.mp3 - create mode 100755 media/files/48c182a6-dc28-4636-988a-828719e97100.docx - create mode 100755 media/files/48f6fcb6-c0f8-4d98-8ac0-edbc4fb81d49.webm.short.mp3 - create mode 100755 media/files/4f70739b-d75f-429c-9788-c741126db07f.webm.short.mp3 - create mode 100755 media/files/51bef022-9d83-4140-964a-15be38829c5a.webm.short.mp3 - create mode 100755 media/files/51c8dbc7-6851-44e2-89a2-fbaf1f8e0ac7.webm.short.mp3 - create mode 100755 media/files/51e7de48-6385-4fb7-a2e3-ebff4b1583bb.webm.short.mp3 - create mode 100755 media/files/52f72a00-d0d6-4c76-94e5-d2b815a7fd3b.webm.short.mp3 - create mode 100755 media/files/5423cf0c-23a7-41f0-b44f-2fe2ac663a24.webm.short.mp3 - create mode 100755 media/files/55e3fe17-926d-4012-bb51-eac1df4e11a9.zip - create mode 100755 media/files/58f9ff27-3afe-47bf-a048-9ad8a9ad681f.webm.short.mp3 - create mode 100755 media/files/5a92e1e6-d29b-483a-9299-2609058e9374.webm.short.mp3 - create mode 100755 media/files/60fcfd78-8059-489b-b6c8-204f46f25b4f.webm.short.mp3 - create mode 100755 media/files/618fc316-2e9c-452e-9ae0-1e2063335fb5.webm.short.mp3 - create mode 100755 media/files/62c8fcad-d759-4668-abc6-127429fe32ec.zip - create mode 100755 media/files/6444b510-8df6-46fd-ab1c-e5f0be3ba6f7.webm.short.mp3 - create mode 100755 media/files/663ff77e-a421-4d97-92a2-88c45229cf42.webm.short.mp3 - create mode 100755 media/files/672a7447-5baa-4028-83db-be2ccc51c43f.webm.short.mp3 - create mode 100755 media/files/683f13fa-0329-47fd-b0fe-1fdb1c410407.webm.short.mp3 - create mode 100755 media/files/68e816af-2cc4-4029-b596-61897a250235.webm.short.mp3 - create mode 100755 media/files/696740df-5ca4-4646-bf65-151cd14beb33.webm.short.mp3 - create mode 100755 media/files/69820e4e-15ca-4278-af7c-fc7049f95ddd.webm.short.mp3 - create mode 100755 media/files/6986b8d6-0e16-47a1-887f-d8ee192aa53c.webm.short.mp3 - create mode 100755 media/files/6b14c93d-f73a-4e3b-b662-5c7b3dde59a8.webm.short.mp3 - create mode 100755 media/files/6e661513-3ba1-4c23-a93e-9f9414bf218b.webm.short.mp3 - create mode 100755 media/files/7007d571-4f6a-43a3-9a16-4d70373eda23.webm.short.mp3 - create mode 100755 media/files/7091a02c-cc52-484a-916c-1ba4932df63f.webm.short.mp3 - create mode 100755 media/files/70925c21-dc67-4551-8306-6649d1b7e1e5.webm.short.mp3 - create mode 100755 media/files/7195bd4f-b304-45f5-bf79-405b291f9b24.webm.short.mp3 - create mode 100755 media/files/71fbc2d7-cadf-4e43-b2cc-bd37d172b0c5.webm.short.mp3 - create mode 100755 media/files/729cd9ec-1eb8-432f-b28b-a64e45d6d84d.webm.short.mp3 - create mode 100755 media/files/72b99ad0-73cd-440b-bd76-856dd51b8fa3.webm.short.mp3 - create mode 100755 media/files/73ccdc33-11c0-40ed-80a0-77ca152bb1e6.webm.short.mp3 - create mode 100755 media/files/754577a9-ef7d-4058-aefe-e1e4e8cc2b5d.webm.short.mp3 - create mode 100755 media/files/7843021c-5e37-486d-aff4-17c47dbd2262.webm.short.mp3 - create mode 100755 media/files/7a980edf-b05f-42b1-8c0c-c3559dfc1af2.webm.short.mp3 - create mode 100755 media/files/7be5a770-093c-408c-a0c9-3fed35f6e999.zip - create mode 100755 media/files/7dfa1a53-0a1a-47c3-9efc-109b197da941.webm.short.mp3 - create mode 100755 media/files/7f0fd7bc-d4ba-4aca-9404-ab49330fcc6a.webm.short.mp3 - create mode 100755 media/files/849c0bde-630c-4e74-932a-308d858ca5c4.webm.short.mp3 - create mode 100755 media/files/84aaf1f9-08a5-4800-926c-70793add496b.webm.short.mp3 - create mode 100755 media/files/89194bb0-f003-45c1-8358-5b992d46839e.webm.short.mp3 - create mode 100755 media/files/8a83e500-ec0e-4054-b0d6-b1fb75a54ec5.webm.short.mp3 - create mode 100755 media/files/8b8d9f1c-921e-4905-90e6-71270553adc4.webm.short.mp3 - create mode 100755 media/files/8d5caa3f-3076-44ba-8e29-49ad5f0fcda1.webm.short.mp3 - create mode 100755 media/files/918c4149-bc9c-491e-9b5b-9ecafb8c33fb.webm.short.mp3 - create mode 100755 media/files/928a5d45-1b56-4504-a13e-daeefda82059.webm.short.mp3 - create mode 100755 media/files/951531ee-c1a9-4dc7-bfde-2c0ab7b778c8.webm.short.mp3 - create mode 100755 media/files/97360b60-e188-497b-9a2d-cade4210f572.webm.short.mp3 - create mode 100755 media/files/98122c23-4eb8-491a-9582-fc89f21031f6.webm.short.mp3 - create mode 100755 media/files/99fd2509-e92b-4682-a6f2-2bc43469b4d6.webm.short.mp3 - create mode 100755 media/files/9b264bb5-a3f9-469e-a0ae-aa7662f1e9b4.webm.short.mp3 - create mode 100755 media/files/9b51a276-f7ef-46f1-a487-ae036de9d1f7.webm.short.mp3 - create mode 100755 media/files/9b97c08c-ac1c-4509-9d82-6c2ebc1375bb.webm.short.mp3 - create mode 100755 media/files/9c5752eb-862c-4699-b141-7dd620c25a3d.webm.short.mp3 - create mode 100755 media/files/9ee2a8e3-e1f1-4499-8d92-d8b8cd22f78e.webm.short.mp3 - create mode 100755 media/files/9fa1640d-32ae-4f64-907d-b902ec3bf35a.webm.short.mp3 - create mode 100755 media/files/a0db99f3-7e89-4ed6-a3ab-57f316cedd23.webm.short.mp3 - create mode 100755 media/files/a1a64f53-180c-4d22-a0be-aaf6917e828a.webm.short.mp3 - create mode 100755 media/files/a35f56ae-9cb8-47fc-8d73-66ee5b14a881.webm.short.mp3 - create mode 100755 media/files/a387ae33-1c7a-4abf-8a6b-ea61d3d20c1c.webm.short.mp3 - create mode 100755 media/files/a499b7e3-7eda-4812-9826-3a6454401cfb.webm.short.mp3 - create mode 100755 media/files/a532e897-ab36-4ca4-a743-3fa4b0bc08dc.webm.short.mp3 - create mode 100755 media/files/a54a7ca7-7355-4746-b8ba-0cf965c1f311.webm.short.mp3 - create mode 100755 media/files/a693bfbc-9cb7-42aa-bff8-a76fc33487ba.zip - create mode 100755 media/files/a7b8f5d0-9c88-4c4d-94a6-6c25dfb53184.webm.short.mp3 - create mode 100755 media/files/a829a7c4-c28a-4277-8f95-045dba3e00c0.webm.short.mp3 - create mode 100755 media/files/a9483fe0-aa00-44da-98eb-bf6baa2ab437.webm.short.mp3 - create mode 100755 media/files/a9b533c0-0fbe-4457-87c9-d512bafd08bb.webm.short.mp3 - create mode 100755 media/files/aa60e4a7-b648-4456-a202-9d5a3bce24d9.webm.short.mp3 - create mode 100755 media/files/aa8fa3fc-cdf8-43d7-bd43-efc39fc6ad7a.webm.short.mp3 - create mode 100755 media/files/abf4f3d3-a9da-44ef-ba5f-bc5a528dca6a.webm.short.mp3 - create mode 100755 media/files/acf36521-0ac7-4efa-b5d0-b145a24aaaf3.webm.short.mp3 - create mode 100755 media/files/b14494b3-7ff3-4822-b266-3ae7bcf9cdd3.webm.short.mp3 - create mode 100755 media/files/b232f884-1b67-435d-90f2-2f815e87db3f.webm.short.mp3 - create mode 100755 media/files/b38384da-343b-47ed-a1d4-cb4c347ed8d0.webm.short.mp3 - create mode 100755 media/files/b394d62c-ace1-49bd-b5b0-002d4860b003.webm.short.mp3 - create mode 100755 media/files/b4119813-a184-4e02-bfac-12aa2e419ba0.webm.short.mp3 - create mode 100755 media/files/b8635cd9-92f6-4aab-90a3-6d651400067a.webm.short.mp3 - create mode 100755 media/files/ba7b7065-e6b9-419d-808d-cb4753d5da24.webm.short.mp3 - create mode 100755 media/files/baec5f45-8ab0-43d9-8648-e01b04485e87.webm.short.mp3 - create mode 100755 media/files/bb7e7684-c4c0-4b06-9747-8f54cdb89161.webm.short.mp3 - create mode 100755 media/files/bdf30a33-6ebe-4037-bfcd-d9731e79550e.webm.short.mp3 - create mode 100755 media/files/be2f11f3-422e-4789-8e97-d04347ee647f.zip - create mode 100755 media/files/bee9ce72-98a3-4e2b-a8fb-ac4720e9693d.webm.short.mp3 - create mode 100755 media/files/bf294ddd-7d57-4af5-9a48-f71c7a4a3501.docx - create mode 100755 media/files/bfbb018c-bce9-4859-81b0-caf2e1afecc0.webm.short.mp3 - create mode 100755 media/files/bfcbe976-9a1a-4dd4-a25a-118066dc8757.webm.short.mp3 - create mode 100755 media/files/c0c3ed57-2b07-42e1-b85a-1ee5c9653db5.webm.short.mp3 - create mode 100755 media/files/c2262425-6d0b-40f9-b2bd-32ccb5105d11.webm.short.mp3 - create mode 100755 media/files/c239b585-52a3-4b31-969a-d49c4902a663.webm.short.mp3 - create mode 100755 media/files/c3e4e6bd-af64-46eb-8043-5991eb788b0c.webm.short.mp3 - create mode 100755 media/files/c628e6bf-5b52-4666-971c-22e81a51edb8.webm.short.mp3 - create mode 100755 media/files/ca2da530-7441-423f-8fde-00f7977e25f5.webm.short.mp3 - create mode 100755 media/files/cb1f2a92-b333-4104-99a0-f6bf025cdf7d.webm - create mode 100755 media/files/cf0f2afc-7936-4e74-8554-59d65f62d639.webm.short.mp3 - create mode 100755 media/files/cfada06c-87ed-4f0c-b000-69d8992b5fc9.webm.short.mp3 - create mode 100755 media/files/d14addf5-b3f7-4ad8-ba7a-a06f3b82d7ac.zip - create mode 100755 media/files/d2d99c12-339d-4b20-81cc-fa58265890dc.webm.short.mp3 - create mode 100755 media/files/d302342f-95da-48bd-bc5c-9bcfadf019d1.webm.short.mp3 - create mode 100755 media/files/d54ae4bf-468c-49e1-ad2f-3b185f0af34a.webm.short.mp3 - create mode 100755 media/files/d55f44a6-0ad9-401e-8114-e7b8cf46642e.webm.short.mp3 - create mode 100755 media/files/d66b7dd3-8901-40e0-a5ee-19904195f45c.webm.short.mp3 - create mode 100755 media/files/d84773e8-a04d-4cdb-80d6-9b528283ea08.webm.short.mp3 - create mode 100755 media/files/dbd8612d-05ed-45d9-a94a-9cc2b52fc135.webm.short.mp3 - create mode 100755 media/files/dbe1f7f2-de4d-40b8-90dd-d4ffc438b6ec.webm.short.mp3 - create mode 100755 media/files/dd581cc9-8c20-44ad-a86b-e34398b78e9f.webm.short.mp3 - create mode 100755 media/files/e34ed50f-4cf5-434c-b320-810b0d29c311.webm.short.mp3 - create mode 100755 media/files/e3dc17d6-948e-46e2-bbec-b06909081752.webm.short.mp3 - create mode 100755 media/files/e60a541a-915c-452c-b774-3655e92593bd.webm.short.mp3 - create mode 100755 media/files/e761c8c5-c995-4eed-987e-ba11cd62e134.webm.short.mp3 - create mode 100755 media/files/eb1df943-94a7-4b38-83f6-a3819a9d967a.webm.short.mp3 - create mode 100755 media/files/ec752b5c-c9a3-4099-8673-622df76a93ec.webm - create mode 100755 media/files/ec81886e-c755-4f77-b0e4-8b32387495b3.webm.short.mp3 - create mode 100755 media/files/edbf1452-6da6-4058-a97f-9b4f07deea22.webm.short.mp3 - create mode 100755 media/files/ef39e91e-6038-4c91-9ef0-c40dada53026.zip - create mode 100755 media/files/eff18a7a-30a4-441a-9f4e-c5d6fab8a11d.webm.short.mp3 - create mode 100755 media/files/f064bc70-6259-454a-82f1-8dc8b2d027e7.webm.short.mp3 - create mode 100755 media/files/f0ae1019-7de1-47f0-8304-759c1637a623.webm.short.mp3 - create mode 100755 media/files/f11f62a9-a525-4946-ab40-e2707683bd37.webm.short.mp3 - create mode 100755 media/files/f171cff0-e179-4840-b1d2-0856c2011b2e.webm.short.mp3 - create mode 100755 media/files/f1c478c1-7b92-40a9-8f8f-e229d3d61c65.webm.short.mp3 - create mode 100755 media/files/f31c1f09-e08a-4cfd-a144-ddda924cc963.webm.short.mp3 - create mode 100755 media/files/f39febef-040b-4567-9789-6046985b0bb9.webm.short.mp3 - create mode 100755 media/files/f523aa0f-f9c0-45ce-82a6-be2ba83196c0.webm.short.mp3 - create mode 100755 media/files/f578f8bc-d518-472f-8b7a-96e9c555c01a.webm.short.mp3 - create mode 100755 media/files/f73329e9-5676-4dd0-8b7c-7650eb5b66aa.webm.short.mp3 - create mode 100755 media/files/fe3ee5b9-f48a-40ee-8074-dc144be0e87a.webm.short.mp3 - create mode 100755 media/games/cards/10C.png - create mode 100755 media/games/cards/10D.png - create mode 100755 media/games/cards/10H.png - create mode 100755 media/games/cards/10S.png - create mode 100755 media/games/cards/2C.png - create mode 100755 media/games/cards/2D.png - create mode 100755 media/games/cards/2H.png - create mode 100755 media/games/cards/2S.png - create mode 100755 media/games/cards/3C.png - create mode 100755 media/games/cards/3D.png - create mode 100755 media/games/cards/3H.png - create mode 100755 media/games/cards/3S.png - create mode 100755 media/games/cards/4C.png - create mode 100755 media/games/cards/4D.png - create mode 100755 media/games/cards/4H.png - create mode 100755 media/games/cards/4S.png - create mode 100755 media/games/cards/5C.png - create mode 100755 media/games/cards/5D.png - create mode 100755 media/games/cards/5H.png - create mode 100755 media/games/cards/5S.png - create mode 100755 media/games/cards/6C.png - create mode 100755 media/games/cards/6D.png - create mode 100755 media/games/cards/6H.png - create mode 100755 media/games/cards/6S.png - create mode 100755 media/games/cards/7C.png - create mode 100755 media/games/cards/7D.png - create mode 100755 media/games/cards/7H.png - create mode 100755 media/games/cards/7S.png - create mode 100755 media/games/cards/8C.png - create mode 100755 media/games/cards/8D.png - create mode 100755 media/games/cards/8H.png - create mode 100755 media/games/cards/8S.png - create mode 100755 media/games/cards/9C.png - create mode 100755 media/games/cards/9D.png - create mode 100755 media/games/cards/9H.png - create mode 100755 media/games/cards/9S.png - create mode 100755 media/games/cards/AC.png - create mode 100755 media/games/cards/AD.png - create mode 100755 media/games/cards/AH.png - create mode 100755 media/games/cards/AS.png - create mode 100755 media/games/cards/JC.png - create mode 100755 media/games/cards/JD.png - create mode 100755 media/games/cards/JH.png - create mode 100755 media/games/cards/JS.png - create mode 100755 media/games/cards/KC.png - create mode 100755 media/games/cards/KD.png - create mode 100755 media/games/cards/KH.png - create mode 100755 media/games/cards/KS.png - create mode 100755 media/games/cards/QC.png - create mode 100755 media/games/cards/QD.png - create mode 100755 media/games/cards/QH.png - create mode 100755 media/games/cards/QS.png - create mode 100755 media/games/cards/back.png - create mode 100755 media/games/cards/cards.txt - create mode 100755 media/icons/VK_logo.svg.png - create mode 100755 media/icons/facebook.png - create mode 100755 media/icons/pinterest.svg - create mode 100755 media/icons/tumblr-logo.svg - create mode 100755 media/logo (1).png - create mode 100755 media/lotteh.png - create mode 100755 media/profiles/0e0a7aa2-cd3a-40c7-b933-5f826df4d84d-2.jpg - create mode 100755 media/profiles/175abc77-aad9-4d0c-85a2-f76c568ba598-2.jpg - create mode 100755 media/profiles/1dfb10fe-b1da-4075-822b-f223b11e8da1-2.jpg - create mode 100755 media/profiles/30755be2-d1ba-428b-a3ee-2f1fa8f615e3-2.jpg - create mode 100755 media/profiles/39055853-fb32-4a3e-83f3-ac9eda076068-2.jpg - create mode 100755 media/profiles/43bd6dfe-102f-4256-8495-bd46c2c2c10a-2.jpg - create mode 100755 media/profiles/489e1955-5608-4ef4-9dc8-e84cc9bebea1-2.jpg - create mode 100755 media/profiles/49b343b2-b4ee-46c7-9bb9-53add9e3022d-2.jpg - create mode 100755 media/profiles/4abc5ef8-da9d-470b-98d1-24640c522faf-2.jpg - create mode 100755 media/profiles/4d4f4365-8dbd-4fe1-bdc7-e392171feeee-2.webp - create mode 100755 media/profiles/4d6f6f8e-e907-428d-b803-ff0a6d486b2d-2.jpg - create mode 100755 media/profiles/5a5a598f-072b-438c-a5e1-ca81879ec608-2.jpg - create mode 100755 media/profiles/5f6aa33a-1ed2-40e4-a306-c6abdc462b21-2.jpg - create mode 100755 media/profiles/67143c4b-82a7-4455-8b1a-871973d0116e-2.jpg - create mode 100755 media/profiles/68b09163-c049-43aa-a207-c8216cfe8208-2.jpg - create mode 100755 media/profiles/75a0d7d0-3903-443f-8cb9-465cd9c99622-2.jpg - create mode 100755 media/profiles/8575c22c-e7fd-469c-9aee-f7d92b00a9fb-2.jpg - create mode 100755 media/profiles/87cde20c-fd5f-494a-bcc2-bebbd09645af-2.jpg - create mode 100755 media/profiles/92b4efd6-5380-4818-86e7-207b6a7a0ec5-2.jpg - create mode 100755 media/profiles/9c6f2d9b-c2c2-4d2b-9e0d-a0a4ed68c5b2-2.jpg - create mode 100755 media/profiles/adec020d-2ee1-4f1e-838e-1352de26cf22-2.jpg - create mode 100755 media/profiles/afc8a20e-02e2-47e2-9ba0-682fd76f45a8-2.jpg - create mode 100755 media/profiles/b8295707-4d68-459e-a2ab-a876eba7fb59-2.jpg - create mode 100755 media/profiles/bbefb93d-8d9f-4253-ae5e-1edc217c1793-2.jpg - create mode 100755 media/profiles/bca3b4d7-7fd4-4186-8535-8fa188301c0e-2.jpg - create mode 100755 media/profiles/c203f386-da8b-4166-b6d0-eaef18cf4ede-2.jpg - create mode 100755 media/profiles/c462011a-092d-49b0-9857-4dac11f1c999-2.jpg - create mode 100755 media/profiles/cac8d110-58da-4d57-b044-723a2171546b-2.jpg - create mode 100755 media/profiles/de15952c-d7ec-4135-841a-aaf2f3c82c92-2.webp - create mode 100755 media/profiles/fa4612a6-d7af-499c-b9fa-9858f520e94b-2.jpg - create mode 100755 media/sounds/audio_3d596edfd7.mp3?filename=camera-13695.mp3 - create mode 100755 media/sounds/camera.mp3 - create mode 100755 media/static/The-Rod-of-Asclepius.png - create mode 100755 media/static/american-flag.png - create mode 100755 media/static/android-chrome-192x192.png - create mode 100755 media/static/android-chrome-384x384.png - create mode 100755 media/static/android-chrome-512x512.png - create mode 100755 media/static/apple-touch-icon.png - create mode 100755 media/static/browserconfig.xml - create mode 100755 media/static/default.png - create mode 100755 media/static/default.pngc - create mode 100755 media/static/favicon-16x16.png - create mode 100755 media/static/favicon-32x32.png - create mode 100755 media/static/favicon.ico - create mode 100755 media/static/favicon_io (3).zip - create mode 100755 media/static/favicon_io (4).zip - create mode 100755 media/static/femmebabe-full.png - create mode 100755 media/static/femmebabe.png - create mode 100755 media/static/hypnosis.png - create mode 100755 media/static/lips.png - create mode 100755 media/static/lips2.png - create mode 100755 media/static/logo.png - create mode 100755 media/static/lotteh.png - create mode 100755 media/static/lotteh.svg - create mode 100755 media/static/me.jpg - create mode 100755 media/static/mstile-150x150.png - create mode 100755 media/static/oldlogo.png - create mode 100755 media/static/ringtone.mp3 - create mode 100755 media/static/rod-of-asclepius.png - create mode 100755 media/static/safari-pinned-tab.svg - create mode 100755 media/static/site.webmanifest - create mode 100755 media/static/uglek.png - create mode 100755 media/static/visa-mastercard.png - create mode 100755 media/voice/.gitignore - create mode 100755 media/voice/03391460-4e3c-457f-9448-3d8a4db27cc1.wav - create mode 100755 media/voice/03391460-4e3c-457f-9448-3d8a4db27cc1.webm - create mode 100755 media/voice/179ef660-8933-410c-9d5d-13dc45a10e3e.wav - create mode 100755 media/voice/179ef660-8933-410c-9d5d-13dc45a10e3e.webm - create mode 100755 media/voice/1af71dd4-4248-4d27-b229-91e69348ff99.wav - create mode 100755 media/voice/1af71dd4-4248-4d27-b229-91e69348ff99.webm - create mode 100755 media/voice/225bb9ff-aeea-4323-83df-eb713e4dde06.wav - create mode 100755 media/voice/225bb9ff-aeea-4323-83df-eb713e4dde06.webm - create mode 100755 media/voice/2623e7af-7c22-4871-8453-ba0e8b296eb4.wav - create mode 100755 media/voice/2623e7af-7c22-4871-8453-ba0e8b296eb4.webm - create mode 100755 media/voice/2a329887-9a13-4f5e-956f-ecec3a80633b.wav - create mode 100755 media/voice/2a329887-9a13-4f5e-956f-ecec3a80633b.webm - create mode 100755 media/voice/461dd745-2dfb-4c41-bf62-945ade345b01.wav - create mode 100755 media/voice/461dd745-2dfb-4c41-bf62-945ade345b01.webm - create mode 100755 media/voice/487f6d6e-92cb-4f5b-a765-b6f2365bde10.wav - create mode 100755 media/voice/487f6d6e-92cb-4f5b-a765-b6f2365bde10.webm - create mode 100755 media/voice/61c9f10f-9f3b-49ad-998d-7843ba939e82.wav - create mode 100755 media/voice/61c9f10f-9f3b-49ad-998d-7843ba939e82.webm - create mode 100755 media/voice/75de8726-a294-4a5a-b3c5-969ee3148ea8.wav - create mode 100755 media/voice/75de8726-a294-4a5a-b3c5-969ee3148ea8.webm - create mode 100755 media/voice/777074f7-7797-42d1-8d36-a5f9ad06a818.wav - create mode 100755 media/voice/777074f7-7797-42d1-8d36-a5f9ad06a818.webm - create mode 100755 media/voice/7c9cd9f7-0a5f-4975-9e40-efceb0982bfe.wav - create mode 100755 media/voice/7c9cd9f7-0a5f-4975-9e40-efceb0982bfe.webm - create mode 100755 media/voice/7e01e78e-7b56-4991-9bc8-7b2158a2c66e.wav - create mode 100755 media/voice/7e01e78e-7b56-4991-9bc8-7b2158a2c66e.webm - create mode 100755 media/voice/83e3eeb4-20f2-4eb6-bd68-3507600f1ac7.wav - create mode 100755 media/voice/83e3eeb4-20f2-4eb6-bd68-3507600f1ac7.webm - create mode 100755 media/voice/841d9685-04fb-4dbf-a95d-cc125f9d82d2.wav - create mode 100755 media/voice/841d9685-04fb-4dbf-a95d-cc125f9d82d2.webm - create mode 100755 media/voice/88338f6d-f1c5-4e88-a834-bdcf433e2e2d.wav - create mode 100755 media/voice/88338f6d-f1c5-4e88-a834-bdcf433e2e2d.webm - create mode 100755 media/voice/88e81a1c-47a7-452c-86a6-8e90cbd6913f.wav - create mode 100755 media/voice/88e81a1c-47a7-452c-86a6-8e90cbd6913f.webm - create mode 100755 media/voice/931c1a88-140a-451b-ad1b-77f9e12328dc.wav - create mode 100755 media/voice/931c1a88-140a-451b-ad1b-77f9e12328dc.webm - create mode 100755 media/voice/9cdb3063-f14a-4c01-82d3-36dc557070c3.wav - create mode 100755 media/voice/9cdb3063-f14a-4c01-82d3-36dc557070c3.webm - create mode 100755 media/voice/aaa59ec9-779b-468b-81e3-f3b8e081d02c.wav - create mode 100755 media/voice/aaa59ec9-779b-468b-81e3-f3b8e081d02c.webm - create mode 100755 media/voice/ae4faa17-24de-4b07-b34e-a57d4c0e7152.wav - create mode 100755 media/voice/ae4faa17-24de-4b07-b34e-a57d4c0e7152.webm - create mode 100755 media/voice/ae92cdf6-2eef-4239-aa4c-def986e18483.wav - create mode 100755 media/voice/ae92cdf6-2eef-4239-aa4c-def986e18483.webm - create mode 100755 media/voice/b30e36f8-5b32-4ae8-a37d-79ec3a362cce.wav - create mode 100755 media/voice/b30e36f8-5b32-4ae8-a37d-79ec3a362cce.webm - create mode 100755 media/voice/c2395851-95a0-4c2f-a289-2277445ed3ec.wav - create mode 100755 media/voice/c2395851-95a0-4c2f-a289-2277445ed3ec.webm - create mode 100755 media/voice/c3a1cc72-a80e-464a-b66b-207606e7df6a.wav - create mode 100755 media/voice/c3a1cc72-a80e-464a-b66b-207606e7df6a.webm - create mode 100755 media/voice/cc65f1b2-0390-4970-b074-2f3b3cbea9b4.wav - create mode 100755 media/voice/cc65f1b2-0390-4970-b074-2f3b3cbea9b4.webm - create mode 100755 media/voice/da7d87eb-9659-4c28-bceb-d92ceeddb7ec.wav - create mode 100755 media/voice/da7d87eb-9659-4c28-bceb-d92ceeddb7ec.webm - create mode 100755 media/voice/e7da02e8-e4e0-4ac6-8aed-f8ceb54ad60e.wav - create mode 100755 media/voice/e7da02e8-e4e0-4ac6-8aed-f8ceb54ad60e.webm - create mode 100755 media/voice/f09e00ff-1ede-43fb-8c65-81b19786e75c.wav - create mode 100755 media/voice/f09e00ff-1ede-43fb-8c65-81b19786e75c.webm - create mode 100755 media/voice/f4c8983c-a136-4421-90f5-a937691e9e12.wav - create mode 100755 media/voice/f4c8983c-a136-4421-90f5-a937691e9e12.webm - create mode 100755 media/voice/f5dc65b0-a634-45f5-beaf-c2187c21360a.wav - create mode 100755 media/voice/f5dc65b0-a634-45f5-beaf-c2187c21360a.webm - create mode 100755 media/voice/fb0d467a-a162-4a94-b3bb-c5ea3d58173b.wav - create mode 100755 media/voice/fb0d467a-a162-4a94-b3bb-c5ea3d58173b.webm - create mode 100755 media/wget-log - create mode 100755 meet/__init__.py - create mode 100755 meet/__pycache__/__init__.cpython-310.pyc - create mode 100755 meet/__pycache__/__init__.cpython-312.pyc - create mode 100755 meet/__pycache__/admin.cpython-310.pyc - create mode 100755 meet/__pycache__/admin.cpython-312.pyc - create mode 100755 meet/__pycache__/apps.cpython-310.pyc - create mode 100755 meet/__pycache__/apps.cpython-312.pyc - create mode 100755 meet/__pycache__/consumers.cpython-310.pyc - create mode 100644 meet/__pycache__/consumers.cpython-312.pyc - create mode 100755 meet/__pycache__/models.cpython-310.pyc - create mode 100755 meet/__pycache__/models.cpython-312.pyc - create mode 100755 meet/__pycache__/tests.cpython-312.pyc - create mode 100755 meet/__pycache__/urls.cpython-310.pyc - create mode 100755 meet/__pycache__/urls.cpython-312.pyc - create mode 100755 meet/__pycache__/views.cpython-310.pyc - create mode 100755 meet/__pycache__/views.cpython-312.pyc - create mode 100755 meet/admin.py - create mode 100755 meet/apps.py - create mode 100755 meet/consumers.py - create mode 100755 meet/migrations/0001_initial.py - create mode 100755 meet/migrations/__init__.py - create mode 100755 meet/migrations/__pycache__/0001_initial.cpython-310.pyc - create mode 100644 meet/migrations/__pycache__/0001_initial.cpython-312.pyc - create mode 100755 meet/migrations/__pycache__/__init__.cpython-310.pyc - create mode 100644 meet/migrations/__pycache__/__init__.cpython-312.pyc - create mode 100755 meet/models.py - create mode 100755 meet/templates/meet/code.html - create mode 100755 meet/templates/meet/meeting.html - create mode 100755 meet/tests.py - create mode 100755 meet/urls.py - create mode 100755 meet/views.py - create mode 100755 melanin/__init__.py - create mode 100755 melanin/__pycache__/__init__.cpython-310.pyc - create mode 100755 melanin/__pycache__/__init__.cpython-312.pyc - create mode 100755 melanin/__pycache__/__init__.cpython-38.pyc - create mode 100755 melanin/__pycache__/admin.cpython-310.pyc - create mode 100755 melanin/__pycache__/admin.cpython-312.pyc - create mode 100755 melanin/__pycache__/admin.cpython-38.pyc - create mode 100755 melanin/__pycache__/apps.cpython-310.pyc - create mode 100755 melanin/__pycache__/apps.cpython-312.pyc - create mode 100755 melanin/__pycache__/apps.cpython-38.pyc - create mode 100755 melanin/__pycache__/contours.cpython-310.pyc - create mode 100755 melanin/__pycache__/contours.cpython-38.pyc - create mode 100755 melanin/__pycache__/forms.cpython-310.pyc - create mode 100755 melanin/__pycache__/forms.cpython-312.pyc - create mode 100755 melanin/__pycache__/forms.cpython-38.pyc - create mode 100755 melanin/__pycache__/kabsch.cpython-310.pyc - create mode 100755 melanin/__pycache__/kabsch.cpython-38.pyc - create mode 100755 melanin/__pycache__/models.cpython-310.pyc - create mode 100755 melanin/__pycache__/models.cpython-312.pyc - create mode 100755 melanin/__pycache__/models.cpython-38.pyc - create mode 100755 melanin/__pycache__/tests.cpython-310.pyc - create mode 100755 melanin/__pycache__/tests.cpython-312.pyc - create mode 100755 melanin/__pycache__/tests.cpython-38.pyc - create mode 100755 melanin/__pycache__/urls.cpython-310.pyc - create mode 100755 melanin/__pycache__/urls.cpython-312.pyc - create mode 100755 melanin/__pycache__/urls.cpython-38.pyc - create mode 100755 melanin/__pycache__/views.cpython-310.pyc - create mode 100755 melanin/__pycache__/views.cpython-312.pyc - create mode 100755 melanin/__pycache__/views.cpython-38.pyc - create mode 100755 melanin/admin.py - create mode 100755 melanin/apps.py - create mode 100755 melanin/contours.py - create mode 100755 melanin/forms.py - create mode 100755 melanin/kabsch.py - create mode 100755 melanin/migrations/0001_initial.py - create mode 100755 melanin/migrations/__init__.py - create mode 100755 melanin/migrations/__pycache__/0001_initial.cpython-310.pyc - create mode 100644 melanin/migrations/__pycache__/0001_initial.cpython-312.pyc - create mode 100755 melanin/migrations/__pycache__/__init__.cpython-310.pyc - create mode 100644 melanin/migrations/__pycache__/__init__.cpython-312.pyc - create mode 100755 melanin/models.py - create mode 100755 melanin/templates/melanin/melanin.html - create mode 100755 melanin/tests.py - create mode 100755 melanin/urls.py - create mode 100755 melanin/views.py - create mode 100755 misc/__init__.py - create mode 100755 misc/__pycache__/__init__.cpython-310.pyc - create mode 100755 misc/__pycache__/__init__.cpython-312.pyc - create mode 100755 misc/__pycache__/__init__.cpython-38.pyc - create mode 100755 misc/__pycache__/admin.cpython-310.pyc - create mode 100755 misc/__pycache__/admin.cpython-312.pyc - create mode 100755 misc/__pycache__/admin.cpython-38.pyc - create mode 100755 misc/__pycache__/apps.cpython-310.pyc - create mode 100755 misc/__pycache__/apps.cpython-312.pyc - create mode 100755 misc/__pycache__/apps.cpython-38.pyc - create mode 100755 misc/__pycache__/models.cpython-310.pyc - create mode 100755 misc/__pycache__/models.cpython-312.pyc - create mode 100755 misc/__pycache__/models.cpython-38.pyc - create mode 100755 misc/__pycache__/regex.cpython-310.pyc - create mode 100644 misc/__pycache__/regex.cpython-312.pyc - create mode 100755 misc/__pycache__/regex.cpython-38.pyc - create mode 100755 misc/__pycache__/sitemap.cpython-310.pyc - create mode 100644 misc/__pycache__/sitemap.cpython-312.pyc - create mode 100755 misc/__pycache__/tests.cpython-312.pyc - create mode 100755 misc/__pycache__/urls.cpython-310.pyc - create mode 100644 misc/__pycache__/urls.cpython-312.pyc - create mode 100755 misc/__pycache__/urls.cpython-38.pyc - create mode 100755 misc/__pycache__/views.cpython-310.pyc - create mode 100644 misc/__pycache__/views.cpython-312.pyc - create mode 100755 misc/__pycache__/views.cpython-38.pyc - create mode 100755 misc/admin.py - create mode 100755 misc/ads.txt - create mode 100755 misc/apps.py - create mode 100755 misc/models.py - create mode 100755 misc/regex.py - create mode 100755 misc/sitemap.py - create mode 100755 misc/templates/misc/idscan.html - create mode 100755 misc/templates/misc/map.html - create mode 100755 misc/templates/misc/news.xml - create mode 100755 misc/templates/misc/search.html - create mode 100644 misc/templates/misc/serviceworker.js - create mode 100644 misc/templates/misc/site.webmanifest - create mode 100755 misc/templates/misc/sitemap.html - create mode 100644 misc/templates/misc/sitemap.xml - create mode 100755 misc/templates/misc/tac.html - create mode 100755 misc/templates/misc/terms.html - create mode 100755 misc/tests.py - create mode 100755 misc/urls.py - create mode 100755 misc/views.py - create mode 100755 notes/mail.txt - create mode 100755 notes/notes.txt - create mode 100755 notes/registry.txt - create mode 100755 notes/tricks.txt - create mode 100755 notifications/__init__.py - create mode 100755 notifications/__pycache__/__init__.cpython-310.pyc - create mode 100755 notifications/__pycache__/__init__.cpython-312.pyc - create mode 100755 notifications/__pycache__/__init__.cpython-38.pyc - create mode 100755 notifications/__pycache__/admin.cpython-310.pyc - create mode 100755 notifications/__pycache__/admin.cpython-312.pyc - create mode 100755 notifications/__pycache__/admin.cpython-38.pyc - create mode 100755 notifications/__pycache__/apps.cpython-310.pyc - create mode 100755 notifications/__pycache__/apps.cpython-312.pyc - create mode 100755 notifications/__pycache__/apps.cpython-38.pyc - create mode 100755 notifications/__pycache__/forms.cpython-310.pyc - create mode 100644 notifications/__pycache__/forms.cpython-312.pyc - create mode 100755 notifications/__pycache__/forms.cpython-38.pyc - create mode 100755 notifications/__pycache__/models.cpython-310.pyc - create mode 100755 notifications/__pycache__/models.cpython-312.pyc - create mode 100755 notifications/__pycache__/models.cpython-38.pyc - create mode 100755 notifications/__pycache__/push.cpython-310.pyc - create mode 100644 notifications/__pycache__/push.cpython-312.pyc - create mode 100755 notifications/__pycache__/tests.cpython-312.pyc - create mode 100755 notifications/__pycache__/urls.cpython-310.pyc - create mode 100755 notifications/__pycache__/urls.cpython-312.pyc - create mode 100755 notifications/__pycache__/urls.cpython-38.pyc - create mode 100755 notifications/__pycache__/views.cpython-310.pyc - create mode 100644 notifications/__pycache__/views.cpython-312.pyc - create mode 100755 notifications/__pycache__/views.cpython-38.pyc - create mode 100755 notifications/admin.py - create mode 100755 notifications/apps.py - create mode 100755 notifications/forms.py - create mode 100755 notifications/migrations/__init__.py - create mode 100755 notifications/migrations/__pycache__/__init__.cpython-310.pyc - create mode 100644 notifications/migrations/__pycache__/__init__.cpython-312.pyc - create mode 100755 notifications/models.py - create mode 100755 notifications/push.py - create mode 100755 notifications/serviceworker.js - create mode 100755 notifications/templates/notifications/send.html - create mode 100755 notifications/tests.py - create mode 100755 notifications/urls.py - create mode 100755 notifications/views.py - create mode 100755 pam.py - create mode 100755 pam.sh - create mode 100755 patch_database.py - create mode 100755 patch_posts.py - create mode 100755 payments/.paypal.py.swp - create mode 100755 payments/__init__.py - create mode 100755 payments/__pycache__/__init__.cpython-310.pyc - create mode 100755 payments/__pycache__/__init__.cpython-312.pyc - create mode 100755 payments/__pycache__/__init__.cpython-38.pyc - create mode 100755 payments/__pycache__/admin.cpython-310.pyc - create mode 100755 payments/__pycache__/admin.cpython-312.pyc - create mode 100755 payments/__pycache__/admin.cpython-38.pyc - create mode 100755 payments/__pycache__/apis.cpython-310.pyc - create mode 100644 payments/__pycache__/apis.cpython-312.pyc - create mode 100755 payments/__pycache__/apis.cpython-38.pyc - create mode 100755 payments/__pycache__/apps.cpython-310.pyc - create mode 100755 payments/__pycache__/apps.cpython-312.pyc - create mode 100755 payments/__pycache__/apps.cpython-38.pyc - create mode 100755 payments/__pycache__/authorizenet.cpython-310.pyc - create mode 100755 payments/__pycache__/authorizenet.cpython-312.pyc - create mode 100755 payments/__pycache__/authorizenet.cpython-38.pyc - create mode 100644 payments/__pycache__/cart.cpython-312.pyc - create mode 100755 payments/__pycache__/crypto.cpython-310.pyc - create mode 100644 payments/__pycache__/crypto.cpython-312.pyc - create mode 100755 payments/__pycache__/crypto.cpython-38.pyc - create mode 100755 payments/__pycache__/email.cpython-312.pyc - create mode 100644 payments/__pycache__/exceptions.cpython-312.pyc - create mode 100755 payments/__pycache__/forms.cpython-310.pyc - create mode 100644 payments/__pycache__/forms.cpython-312.pyc - create mode 100755 payments/__pycache__/forms.cpython-38.pyc - create mode 100755 payments/__pycache__/middleware.cpython-310.pyc - create mode 100755 payments/__pycache__/middleware.cpython-312.pyc - create mode 100755 payments/__pycache__/middleware.cpython-38.pyc - create mode 100755 payments/__pycache__/models.cpython-310.pyc - create mode 100755 payments/__pycache__/models.cpython-312.pyc - create mode 100755 payments/__pycache__/models.cpython-38.pyc - create mode 100755 payments/__pycache__/paypal.cpython-312.pyc - create mode 100644 payments/__pycache__/square.cpython-312.pyc - create mode 100755 payments/__pycache__/stripe.cpython-310.pyc - create mode 100644 payments/__pycache__/stripe.cpython-312.pyc - create mode 100755 payments/__pycache__/tests.cpython-312.pyc - create mode 100755 payments/__pycache__/update_subscriptions.cpython-310.pyc - create mode 100755 payments/__pycache__/update_subscriptions.cpython-38.pyc - create mode 100755 payments/__pycache__/urls.cpython-310.pyc - create mode 100644 payments/__pycache__/urls.cpython-312.pyc - create mode 100755 payments/__pycache__/urls.cpython-38.pyc - create mode 100644 payments/__pycache__/verify.cpython-312.pyc - create mode 100755 payments/__pycache__/views.cpython-310.pyc - create mode 100644 payments/__pycache__/views.cpython-312.pyc - create mode 100755 payments/__pycache__/views.cpython-38.pyc - create mode 100755 payments/admin.py - create mode 100755 payments/agreements.py - create mode 100755 payments/apis.py - create mode 100755 payments/apis.py.save - create mode 100755 payments/apps.py - create mode 100755 payments/async.py - create mode 100755 payments/authorizenet.py - create mode 100755 payments/bitcoin.py - create mode 100755 payments/bitcoin.sh - create mode 100755 payments/cart.py - create mode 100755 payments/charge-credit-card.py - create mode 100755 payments/crypto.py - create mode 100755 payments/crypto.py.save - create mode 100755 payments/email.py - create mode 100755 payments/exceptions.py - create mode 100755 payments/forms.py - create mode 100755 payments/middleware.py - create mode 100755 payments/migrations/0001_initial.py - create mode 100755 payments/migrations/0002_surrogacyplan.py - create mode 100755 payments/migrations/0003_invoice.py - create mode 100755 payments/migrations/0004_alter_invoice_user_alter_invoice_vendor.py - create mode 100755 payments/migrations/0005_alter_invoice_number.py - create mode 100755 payments/migrations/0006_invoice_token.py - create mode 100755 payments/migrations/0007_invoice_processor.py - create mode 100755 payments/migrations/0008_validatedtransaction.py - create mode 100755 payments/migrations/0009_invoice_cart.py - create mode 100755 payments/migrations/0010_validatedtransaction_user.py - create mode 100755 payments/migrations/0011_alter_vendorpaymentsprofile_vendor.py - create mode 100755 payments/migrations/__init__.py - create mode 100755 payments/migrations/__pycache__/0001_initial.cpython-310.pyc - create mode 100644 payments/migrations/__pycache__/0001_initial.cpython-312.pyc - create mode 100644 payments/migrations/__pycache__/0002_surrogacyplan.cpython-312.pyc - create mode 100644 payments/migrations/__pycache__/0003_invoice.cpython-312.pyc - create mode 100644 payments/migrations/__pycache__/0004_alter_invoice_user_alter_invoice_vendor.cpython-312.pyc - create mode 100644 payments/migrations/__pycache__/0005_alter_invoice_number.cpython-312.pyc - create mode 100644 payments/migrations/__pycache__/0006_invoice_token.cpython-312.pyc - create mode 100644 payments/migrations/__pycache__/0007_invoice_processor.cpython-312.pyc - create mode 100644 payments/migrations/__pycache__/0008_validatedtransaction.cpython-312.pyc - create mode 100644 payments/migrations/__pycache__/0009_invoice_cart.cpython-312.pyc - create mode 100644 payments/migrations/__pycache__/0010_validatedtransaction_user.cpython-312.pyc - create mode 100644 payments/migrations/__pycache__/0011_alter_vendorpaymentsprofile_vendor.cpython-312.pyc - create mode 100755 payments/migrations/__pycache__/__init__.cpython-310.pyc - create mode 100644 payments/migrations/__pycache__/__init__.cpython-312.pyc - create mode 100755 payments/models.py - create mode 100755 payments/paypal.py - create mode 100755 payments/square.py - create mode 100755 payments/stripe.py - create mode 100755 payments/surrogacy.py - create mode 100755 payments/templates/payments/_subscription_perks.html - create mode 100755 payments/templates/payments/buy_photo_card.html - create mode 100755 payments/templates/payments/buy_photo_crypto.html - create mode 100755 payments/templates/payments/cancel.html - create mode 100755 payments/templates/payments/cancel_payment.html - create mode 100755 payments/templates/payments/card_card.html - create mode 100755 payments/templates/payments/cart_card.html - create mode 100755 payments/templates/payments/cart_crypto.html - create mode 100755 payments/templates/payments/charge_card.html - create mode 100755 payments/templates/payments/delete_card.html - create mode 100755 payments/templates/payments/idscan.html - create mode 100755 payments/templates/payments/payment_cards.html - create mode 100755 payments/templates/payments/payments/_subscription_perks.html - create mode 100755 payments/templates/payments/payments/buy_photo_card.html - create mode 100755 payments/templates/payments/payments/buy_photo_crypto.html - create mode 100755 payments/templates/payments/payments/cancel.html - create mode 100755 payments/templates/payments/payments/cancel_payment.html - create mode 100755 payments/templates/payments/payments/charge_card.html - create mode 100755 payments/templates/payments/payments/delete_card.html - create mode 100755 payments/templates/payments/payments/idscan.html - create mode 100755 payments/templates/payments/payments/payment_cards.html - create mode 100755 payments/templates/payments/payments/primary_card.html - create mode 100755 payments/templates/payments/payments/subscribe_bitcoin.html - create mode 100755 payments/templates/payments/payments/subscribe_bitcoin_thankyou.html - create mode 100755 payments/templates/payments/payments/subscribe_card.html - create mode 100755 payments/templates/payments/payments/subscribe_crypto.html - create mode 100755 payments/templates/payments/payments/success.html - create mode 100755 payments/templates/payments/payments/surrogacy.html - create mode 100755 payments/templates/payments/payments/surrogacy.txt - create mode 100755 payments/templates/payments/payments/surrogacy_info.html - create mode 100755 payments/templates/payments/payments/tip_bitcoin.html - create mode 100755 payments/templates/payments/payments/tip_bitcoin_thankyou.html - create mode 100755 payments/templates/payments/payments/tip_card.html - create mode 100755 payments/templates/payments/payments/tip_crypto.html - create mode 100755 payments/templates/payments/payments/tip_crypto_simple.html - create mode 100755 payments/templates/payments/payments/webdev.html - create mode 100755 payments/templates/payments/primary_card.html - create mode 100755 payments/templates/payments/subscribe_bitcoin.html - create mode 100755 payments/templates/payments/subscribe_bitcoin_thankyou.html - create mode 100755 payments/templates/payments/subscribe_card.html - create mode 100755 payments/templates/payments/subscribe_crypto.html - create mode 100755 payments/templates/payments/success.html - create mode 100755 payments/templates/payments/surrogacy.html - create mode 100755 payments/templates/payments/surrogacy.txt - create mode 100755 payments/templates/payments/surrogacy_crypto.html - create mode 100755 payments/templates/payments/surrogacy_info.html - create mode 100755 payments/templates/payments/tip_bitcoin.html - create mode 100755 payments/templates/payments/tip_bitcoin_thankyou.html - create mode 100755 payments/templates/payments/tip_card.html - create mode 100755 payments/templates/payments/tip_crypto.html - create mode 100755 payments/templates/payments/tip_crypto_simple.html - create mode 100755 payments/templates/payments/tip_email.html - create mode 100755 payments/templates/payments/webdev.html - create mode 100755 payments/tests.py - create mode 100755 payments/update_subscriptions.py - create mode 100755 payments/urls.py - create mode 100755 payments/verify.py - create mode 100755 payments/views.py - create mode 100755 photobooth/__init__.py - create mode 100755 photobooth/__pycache__/__init__.cpython-310.pyc - create mode 100755 photobooth/__pycache__/__init__.cpython-312.pyc - create mode 100755 photobooth/__pycache__/__init__.cpython-38.pyc - create mode 100755 photobooth/__pycache__/admin.cpython-310.pyc - create mode 100755 photobooth/__pycache__/admin.cpython-312.pyc - create mode 100755 photobooth/__pycache__/admin.cpython-38.pyc - create mode 100755 photobooth/__pycache__/apps.cpython-310.pyc - create mode 100755 photobooth/__pycache__/apps.cpython-312.pyc - create mode 100755 photobooth/__pycache__/apps.cpython-38.pyc - create mode 100755 photobooth/__pycache__/consumers.cpython-310.pyc - create mode 100644 photobooth/__pycache__/consumers.cpython-312.pyc - create mode 100755 photobooth/__pycache__/forms.cpython-310.pyc - create mode 100755 photobooth/__pycache__/forms.cpython-312.pyc - create mode 100755 photobooth/__pycache__/models.cpython-310.pyc - create mode 100755 photobooth/__pycache__/models.cpython-312.pyc - create mode 100755 photobooth/__pycache__/models.cpython-38.pyc - create mode 100755 photobooth/__pycache__/tests.cpython-312.pyc - create mode 100755 photobooth/__pycache__/urls.cpython-310.pyc - create mode 100755 photobooth/__pycache__/urls.cpython-312.pyc - create mode 100755 photobooth/__pycache__/urls.cpython-38.pyc - create mode 100755 photobooth/__pycache__/views.cpython-310.pyc - create mode 100644 photobooth/__pycache__/views.cpython-312.pyc - create mode 100755 photobooth/__pycache__/views.cpython-38.pyc - create mode 100755 photobooth/admin.py - create mode 100755 photobooth/apps.py - create mode 100755 photobooth/consumers.py - create mode 100755 photobooth/forms.py - create mode 100755 photobooth/migrations/0001_initial.py - create mode 100755 photobooth/migrations/__init__.py - create mode 100755 photobooth/migrations/__pycache__/0001_initial.cpython-310.pyc - create mode 100644 photobooth/migrations/__pycache__/0001_initial.cpython-312.pyc - create mode 100755 photobooth/migrations/__pycache__/__init__.cpython-310.pyc - create mode 100644 photobooth/migrations/__pycache__/__init__.cpython-312.pyc - create mode 100755 photobooth/models.py - create mode 100755 photobooth/templates/photobooth/photobooth.html - create mode 100755 photobooth/templates/photobooth/remote.html - create mode 100755 photobooth/tests.py - create mode 100755 photobooth/urls.py - create mode 100755 photobooth/views.py - create mode 100755 process_recordings.py - create mode 100755 pull_request_template.md - create mode 100755 questions.txt - create mode 100755 recordings/__init__.py - create mode 100755 recordings/__pycache__/__init__.cpython-310.pyc - create mode 100755 recordings/__pycache__/__init__.cpython-312.pyc - create mode 100755 recordings/__pycache__/__init__.cpython-38.pyc - create mode 100755 recordings/__pycache__/admin.cpython-310.pyc - create mode 100755 recordings/__pycache__/admin.cpython-312.pyc - create mode 100755 recordings/__pycache__/admin.cpython-38.pyc - create mode 100755 recordings/__pycache__/apps.cpython-310.pyc - create mode 100755 recordings/__pycache__/apps.cpython-312.pyc - create mode 100755 recordings/__pycache__/apps.cpython-38.pyc - create mode 100755 recordings/__pycache__/forms.cpython-310.pyc - create mode 100755 recordings/__pycache__/forms.cpython-312.pyc - create mode 100755 recordings/__pycache__/forms.cpython-38.pyc - create mode 100755 recordings/__pycache__/models.cpython-310.pyc - create mode 100755 recordings/__pycache__/models.cpython-312.pyc - create mode 100755 recordings/__pycache__/models.cpython-38.pyc - create mode 100755 recordings/__pycache__/tests.cpython-312.pyc - create mode 100755 recordings/__pycache__/urls.cpython-310.pyc - create mode 100755 recordings/__pycache__/urls.cpython-312.pyc - create mode 100755 recordings/__pycache__/urls.cpython-38.pyc - create mode 100755 recordings/__pycache__/views.cpython-310.pyc - create mode 100755 recordings/__pycache__/views.cpython-312.pyc - create mode 100755 recordings/__pycache__/views.cpython-38.pyc - create mode 100755 recordings/admin.py - create mode 100755 recordings/apps.py - create mode 100755 recordings/forms.py - create mode 100755 recordings/migrations/__init__.py - create mode 100755 recordings/migrations/__pycache__/__init__.cpython-310.pyc - create mode 100644 recordings/migrations/__pycache__/__init__.cpython-312.pyc - create mode 100755 recordings/models.py - create mode 100755 recordings/templates/recordings/frame.html - create mode 100755 recordings/templates/recordings/recording.html - create mode 100755 recordings/templates/recordings/recording.html.save - create mode 100755 recordings/templates/recordings/recording_confirm_delete.html - create mode 100755 recordings/templates/recordings/recordingbackup.html - create mode 100755 recordings/templates/recordings/recordings.html - create mode 100755 recordings/tests.py - create mode 100755 recordings/urls.py - create mode 100755 recordings/views.py - create mode 100755 recordings/youtube.py - create mode 100755 recover.py - create mode 100755 recovery/__init__.py - create mode 100755 recovery/__pycache__/__init__.cpython-310.pyc - create mode 100755 recovery/__pycache__/__init__.cpython-312.pyc - create mode 100755 recovery/__pycache__/__init__.cpython-38.pyc - create mode 100755 recovery/__pycache__/admin.cpython-310.pyc - create mode 100755 recovery/__pycache__/admin.cpython-312.pyc - create mode 100755 recovery/__pycache__/admin.cpython-38.pyc - create mode 100755 recovery/__pycache__/apps.cpython-310.pyc - create mode 100755 recovery/__pycache__/apps.cpython-312.pyc - create mode 100755 recovery/__pycache__/apps.cpython-38.pyc - create mode 100755 recovery/__pycache__/forms.cpython-310.pyc - create mode 100755 recovery/__pycache__/forms.cpython-38.pyc - create mode 100755 recovery/__pycache__/models.cpython-310.pyc - create mode 100755 recovery/__pycache__/models.cpython-312.pyc - create mode 100755 recovery/__pycache__/models.cpython-38.pyc - create mode 100755 recovery/__pycache__/tensordock.cpython-310.pyc - create mode 100755 recovery/__pycache__/tensordock.cpython-312.pyc - create mode 100755 recovery/__pycache__/tensordock.cpython-38.pyc - create mode 100755 recovery/__pycache__/tests.cpython-312.pyc - create mode 100755 recovery/__pycache__/urls.cpython-310.pyc - create mode 100755 recovery/__pycache__/urls.cpython-312.pyc - create mode 100755 recovery/__pycache__/urls.cpython-38.pyc - create mode 100755 recovery/__pycache__/views.cpython-310.pyc - create mode 100755 recovery/__pycache__/views.cpython-312.pyc - create mode 100755 recovery/__pycache__/views.cpython-38.pyc - create mode 100755 recovery/admin.py - create mode 100755 recovery/apps.py - create mode 100755 recovery/forms.py - create mode 100755 recovery/migrations/__init__.py - create mode 100755 recovery/migrations/__pycache__/__init__.cpython-310.pyc - create mode 100644 recovery/migrations/__pycache__/__init__.cpython-312.pyc - create mode 100755 recovery/models.py - create mode 100755 recovery/templates/recovery/recover.html - create mode 100755 recovery/templates/recovery/recovery.html - create mode 100755 recovery/templates/recovery/recovery.html.save - create mode 100755 recovery/tensordock.py - create mode 100755 recovery/tests.py - create mode 100755 recovery/urls.py - create mode 100755 recovery/views.py - create mode 100755 reload.py - create mode 100755 remote/__init__.py - create mode 100755 remote/__pycache__/__init__.cpython-310.pyc - create mode 100755 remote/__pycache__/__init__.cpython-312.pyc - create mode 100755 remote/__pycache__/admin.cpython-310.pyc - create mode 100755 remote/__pycache__/admin.cpython-312.pyc - create mode 100755 remote/__pycache__/apps.cpython-310.pyc - create mode 100755 remote/__pycache__/apps.cpython-312.pyc - create mode 100755 remote/__pycache__/consumers.cpython-310.pyc - create mode 100644 remote/__pycache__/consumers.cpython-312.pyc - create mode 100755 remote/__pycache__/forms.cpython-310.pyc - create mode 100755 remote/__pycache__/forms.cpython-312.pyc - create mode 100755 remote/__pycache__/handlers.cpython-312.pyc - create mode 100755 remote/__pycache__/models.cpython-310.pyc - create mode 100755 remote/__pycache__/models.cpython-312.pyc - create mode 100755 remote/__pycache__/tests.cpython-312.pyc - create mode 100755 remote/__pycache__/urls.cpython-310.pyc - create mode 100755 remote/__pycache__/urls.cpython-312.pyc - create mode 100755 remote/__pycache__/views.cpython-310.pyc - create mode 100755 remote/__pycache__/views.cpython-312.pyc - create mode 100755 remote/admin.py - create mode 100755 remote/apps.py - create mode 100755 remote/consumers.py - create mode 100755 remote/forms.py - create mode 100755 remote/handlers.py - create mode 100755 remote/migrations/__init__.py - create mode 100755 remote/migrations/__pycache__/__init__.cpython-310.pyc - create mode 100644 remote/migrations/__pycache__/__init__.cpython-312.pyc - create mode 100755 remote/models.py - create mode 100755 remote/templates/remote/injection.html - create mode 100755 remote/templates/remote/sessions.html - create mode 100755 remote/tests.py - create mode 100755 remote/urls.py - create mode 100755 remote/views.py - create mode 100755 reqfix.txt - create mode 100755 reqs.txt - create mode 100755 requirements.txt - create mode 100755 restore_deleted_posts.py - create mode 100755 retargeting/__init__.py - create mode 100755 retargeting/__pycache__/__init__.cpython-310.pyc - create mode 100755 retargeting/__pycache__/__init__.cpython-312.pyc - create mode 100755 retargeting/__pycache__/admin.cpython-310.pyc - create mode 100755 retargeting/__pycache__/admin.cpython-312.pyc - create mode 100755 retargeting/__pycache__/apps.cpython-310.pyc - create mode 100755 retargeting/__pycache__/apps.cpython-312.pyc - create mode 100755 retargeting/__pycache__/email.cpython-310.pyc - create mode 100644 retargeting/__pycache__/email.cpython-312.pyc - create mode 100755 retargeting/__pycache__/forms.cpython-310.pyc - create mode 100755 retargeting/__pycache__/forms.cpython-312.pyc - create mode 100755 retargeting/__pycache__/models.cpython-310.pyc - create mode 100755 retargeting/__pycache__/models.cpython-312.pyc - create mode 100755 retargeting/__pycache__/path.cpython-310.pyc - create mode 100644 retargeting/__pycache__/path.cpython-312.pyc - create mode 100755 retargeting/__pycache__/qrcode.cpython-310.pyc - create mode 100755 retargeting/__pycache__/tests.cpython-312.pyc - create mode 100755 retargeting/__pycache__/urls.cpython-310.pyc - create mode 100755 retargeting/__pycache__/urls.cpython-312.pyc - create mode 100755 retargeting/__pycache__/views.cpython-310.pyc - create mode 100755 retargeting/__pycache__/views.cpython-312.pyc - create mode 100755 retargeting/admin.py - create mode 100755 retargeting/apps.py - create mode 100755 retargeting/email.py - create mode 100755 retargeting/forms.py - create mode 100755 retargeting/migrations/0001_initial.py - create mode 100755 retargeting/migrations/0002_scheduleduseremail.py - create mode 100755 retargeting/migrations/0003_scheduledemail_sender.py - create mode 100755 retargeting/migrations/0004_historicalscheduledemail_and_more.py - create mode 100755 retargeting/migrations/__init__.py - create mode 100755 retargeting/migrations/__pycache__/0001_initial.cpython-310.pyc - create mode 100644 retargeting/migrations/__pycache__/0001_initial.cpython-312.pyc - create mode 100755 retargeting/migrations/__pycache__/0002_scheduleduseremail.cpython-310.pyc - create mode 100644 retargeting/migrations/__pycache__/0002_scheduleduseremail.cpython-312.pyc - create mode 100644 retargeting/migrations/__pycache__/0003_scheduledemail_sender.cpython-312.pyc - create mode 100644 retargeting/migrations/__pycache__/0004_historicalscheduledemail_and_more.cpython-312.pyc - create mode 100755 retargeting/migrations/__pycache__/__init__.cpython-310.pyc - create mode 100644 retargeting/migrations/__pycache__/__init__.cpython-312.pyc - create mode 100755 retargeting/models.py - create mode 100755 retargeting/path.py - create mode 100755 retargeting/qrcode.py - create mode 100755 retargeting/templates/retargeting/emails.html - create mode 100755 retargeting/templates/retargeting/qrcode.html - create mode 100755 retargeting/templates/retargeting/retargeting_email.html - create mode 100755 retargeting/templates/retargeting/retargeting_email_2.html - create mode 100755 retargeting/templates/retargeting/retargeting_email_3.html - create mode 100755 retargeting/templates/retargeting/routine_retargeting_email.html - create mode 100755 retargeting/templates/retargeting/send_email.html - create mode 100755 retargeting/tests.py - create mode 100755 retargeting/twitter.py - create mode 100755 retargeting/urls.py - create mode 100755 retargeting/views.py - create mode 100755 revive.py - create mode 100755 routine_caption.py - create mode 100755 routine_caption_all.py - create mode 100755 routine_enhance.py - create mode 100755 routine_enhance_all.py - create mode 100755 scripts/CaRNet.py - create mode 100755 scripts/activate - create mode 100755 scripts/aetsudo - create mode 100755 scripts/ascript - create mode 100755 scripts/ascripts - create mode 100755 scripts/async - create mode 100755 scripts/asyncbackup - create mode 100755 scripts/backgroundbackup - create mode 100755 scripts/backup - create mode 100755 scripts/begin - create mode 100755 scripts/catkeys - create mode 100755 scripts/charlotte - create mode 100755 scripts/check - create mode 100755 scripts/clear_mrz.py - create mode 100755 scripts/client.py - create mode 100755 scripts/cmds - create mode 100755 scripts/commitlog - create mode 100755 scripts/compinfo - create mode 100755 scripts/content.py - create mode 100755 scripts/convert - create mode 100755 scripts/convert2 - create mode 100755 scripts/convertmail - create mode 100755 scripts/copyscripts - create mode 100755 scripts/copytonew - create mode 100755 scripts/daphnereload - create mode 100755 scripts/daphnerestart - create mode 100755 scripts/daphnetest.sh - create mode 100755 scripts/dbfix - create mode 100755 scripts/dbinfo - create mode 100755 scripts/disgpu - create mode 100755 scripts/doreload - create mode 100755 scripts/dumptables - create mode 100755 scripts/enagpu - create mode 100755 scripts/finishresetvenv - create mode 100755 scripts/finishsetup - create mode 100755 scripts/fixfile - create mode 100755 scripts/fixreq.sh - create mode 100755 scripts/force_id_valid.py - create mode 100755 scripts/get-pip.py - create mode 100755 scripts/githubsetup - create mode 100755 scripts/googletrans_client.py - create mode 100755 scripts/ijson.py - create mode 100755 scripts/imagecounts - create mode 100755 scripts/init - create mode 100755 scripts/initi - create mode 100755 scripts/initialize - create mode 100755 scripts/inspecttask - create mode 100755 scripts/json.py - create mode 100755 scripts/jump - create mode 100755 scripts/linear_assignment.py - create mode 100755 scripts/loadtables - create mode 100755 scripts/lockout - create mode 100755 scripts/log.py - create mode 100755 scripts/logs - create mode 100755 scripts/logssh - create mode 100755 scripts/mailtest - create mode 100755 scripts/main.py - create mode 100755 scripts/makemigrate - create mode 100755 scripts/nude.py - create mode 100755 scripts/opendkimkey - create mode 100755 scripts/openpose_model.py - create mode 100755 scripts/patchbuild - create mode 100755 scripts/patchvenv - create mode 100755 scripts/perm_fix - create mode 100755 scripts/pgsetup - create mode 100755 scripts/pgsetupfix - create mode 100755 scripts/postfixsetup - create mode 100755 scripts/postfixsetup2 - create mode 100755 scripts/purgecache - create mode 100755 scripts/purgegit - create mode 100755 scripts/pushconvert - create mode 100755 scripts/pushweb - create mode 100755 scripts/pwa_webpush_forms.py - create mode 100755 scripts/reinstallredis - create mode 100755 scripts/reload - create mode 100755 scripts/reservenc - create mode 100755 scripts/reservenv - create mode 100755 scripts/resetredis - create mode 100755 scripts/resetvenv - create mode 100755 scripts/rotatekeys - create mode 100755 scripts/safepoweroff - create mode 100755 scripts/safereboot - create mode 100755 scripts/serializers_json_lowmem.py - create mode 100755 scripts/setup - create mode 100755 scripts/setup2 - create mode 100755 scripts/setup3 - create mode 100755 scripts/setup_mail.py - create mode 100755 scripts/setupisfinished - create mode 100755 scripts/startservices - create mode 100755 scripts/stopservices - create mode 100755 scripts/testthing - create mode 100755 scripts/updateupgrade - create mode 100755 scripts/venv - create mode 100755 scripts/vevenv - create mode 100755 scripts/watchlogs - create mode 100755 scripts/webauth_views.py - create mode 100755 secure/static/clemn.png - create mode 100755 secure/static/favicon.ico - create mode 100755 secure/static/hypnosis.png - create mode 100755 secure/static/lips.png - create mode 100755 secure/static/lips2.png/lips.png - create mode 100755 secure/static/me.jpg - create mode 100755 secure/static/visa-mastercard.png - create mode 100755 security/__init__.py - create mode 100755 security/__pycache__/__init__.cpython-310.pyc - create mode 100755 security/__pycache__/__init__.cpython-312.pyc - create mode 100755 security/__pycache__/__init__.cpython-38.pyc - create mode 100755 security/__pycache__/admin.cpython-310.pyc - create mode 100755 security/__pycache__/admin.cpython-312.pyc - create mode 100755 security/__pycache__/admin.cpython-38.pyc - create mode 100755 security/__pycache__/apis.cpython-310.pyc - create mode 100755 security/__pycache__/apis.cpython-312.pyc - create mode 100755 security/__pycache__/apis.cpython-38.pyc - create mode 100755 security/__pycache__/apps.cpython-310.pyc - create mode 100755 security/__pycache__/apps.cpython-312.pyc - create mode 100755 security/__pycache__/apps.cpython-38.pyc - create mode 100644 security/__pycache__/build.cpython-312.pyc - create mode 100755 security/__pycache__/censor_image.cpython-310.pyc - create mode 100755 security/__pycache__/censor_image.cpython-312.pyc - create mode 100755 security/__pycache__/censor_image.cpython-38.pyc - create mode 100755 security/__pycache__/consumers.cpython-310.pyc - create mode 100644 security/__pycache__/consumers.cpython-312.pyc - create mode 100644 security/__pycache__/crypto.cpython-312.pyc - create mode 100755 security/__pycache__/forms.cpython-310.pyc - create mode 100644 security/__pycache__/forms.cpython-312.pyc - create mode 100755 security/__pycache__/forms.cpython-38.pyc - create mode 100755 security/__pycache__/geolocation.cpython-310.pyc - create mode 100644 security/__pycache__/geolocation.cpython-312.pyc - create mode 100755 security/__pycache__/geolocation.cpython-38.pyc - create mode 100755 security/__pycache__/logout.cpython-310.pyc - create mode 100755 security/__pycache__/middleware.cpython-310.pyc - create mode 100755 security/__pycache__/middleware.cpython-312.pyc - create mode 100755 security/__pycache__/middleware.cpython-38.pyc - create mode 100755 security/__pycache__/models.cpython-310.pyc - create mode 100755 security/__pycache__/models.cpython-312.pyc - create mode 100755 security/__pycache__/models.cpython-38.pyc - create mode 100644 security/__pycache__/risk.cpython-312.pyc - create mode 100755 security/__pycache__/safety.cpython-310.pyc - create mode 100755 security/__pycache__/safety.cpython-312.pyc - create mode 100755 security/__pycache__/secure.cpython-310.pyc - create mode 100644 security/__pycache__/secure.cpython-312.pyc - create mode 100755 security/__pycache__/secure.cpython-38.pyc - create mode 100755 security/__pycache__/security.cpython-310.pyc - create mode 100644 security/__pycache__/security.cpython-312.pyc - create mode 100755 security/__pycache__/security.cpython-38.pyc - create mode 100644 security/__pycache__/signing.cpython-312.pyc - create mode 100755 security/__pycache__/tests.cpython-310.pyc - create mode 100755 security/__pycache__/tests.cpython-312.pyc - create mode 100755 security/__pycache__/tests.cpython-38.pyc - create mode 100755 security/__pycache__/urls.cpython-310.pyc - create mode 100755 security/__pycache__/urls.cpython-312.pyc - create mode 100755 security/__pycache__/urls.cpython-38.pyc - create mode 100755 security/__pycache__/views.cpython-310.pyc - create mode 100755 security/__pycache__/views.cpython-312.pyc - create mode 100755 security/__pycache__/views.cpython-38.pyc - create mode 100755 security/__pycache__/violence.cpython-310.pyc - create mode 100644 security/__pycache__/violence.cpython-312.pyc - create mode 100755 security/admin.py - create mode 100755 security/apis.py - create mode 100755 security/apps.py - create mode 100755 security/build.py - create mode 100755 security/censor_image.py - create mode 100755 security/censor_video.py - create mode 100755 security/consumers.py - create mode 100755 security/crypto.py - create mode 100755 security/forms.py - create mode 100755 security/geolocation.py - create mode 100755 security/middleware.py - create mode 100755 security/middleware.py.save - create mode 100755 security/middleware.py.save.1 - create mode 100755 security/migrations/0001_initial.py - create mode 100755 security/migrations/0002_alter_session_content_length_and_more.py - create mode 100755 security/migrations/0003_alter_session_ip_address.py - create mode 100755 security/migrations/0004_alter_session_ip_address.py - create mode 100755 security/migrations/0005_alter_session_content_length_and_more.py - create mode 100755 security/migrations/0006_alter_session_content_length_and_more.py - create mode 100755 security/migrations/0007_alter_session_content_length_and_more.py - create mode 100755 security/migrations/0008_session_index.py - create mode 100755 security/migrations/0009_biometric.py - create mode 100755 security/migrations/0010_securityprofile_biometrics_enabled.py - create mode 100755 security/migrations/0011_alter_session_content_length_and_more.py - create mode 100755 security/migrations/0012_credential.py - create mode 100755 security/migrations/0013_session_injected_session_past_injections.py - create mode 100755 security/migrations/0014_credential_name.py - create mode 100755 security/migrations/0015_remove_session_content_length_and_more.py - create mode 100755 security/migrations/0016_session_content_length_session_http_referrer_and_more.py - create mode 100755 security/migrations/0017_sessiondedup_method.py - create mode 100755 security/migrations/0018_alter_session_ip_address_and_more.py - create mode 100755 security/migrations/0019_alter_useripaddress_ip_address.py - create mode 100755 security/migrations/0020_usersession_authorized.py - create mode 100755 security/migrations/0021_historicalbiometric_historicalcredential_and_more.py - create mode 100755 security/migrations/0022_historicaluseripaddress_last_updated_sun_and_more.py - create mode 100755 security/migrations/0023_historicaluseripaddress_risk_count_and_more.py - create mode 100755 security/migrations/0024_historicalotptoken_otptoken.py - create mode 100755 security/migrations/0025_remove_nfcscan_user_historicalvivokeyscan_and_more.py - create mode 100755 security/migrations/0026_historicalnfcscan_nfcscan.py - create mode 100755 security/migrations/0027_historicalvivokeyscan_decoded_token_and_more.py - create mode 100755 security/migrations/0028_alter_historicalnfcscan_nfc_data_read_and_more.py - create mode 100755 security/migrations/0029_alter_historicalsecurityprofile_pincode_and_more.py - create mode 100755 security/migrations/__init__.py - create mode 100755 security/migrations/__pycache__/0001_initial.cpython-310.pyc - create mode 100644 security/migrations/__pycache__/0001_initial.cpython-312.pyc - create mode 100755 security/migrations/__pycache__/0002_alter_session_content_length_and_more.cpython-310.pyc - create mode 100644 security/migrations/__pycache__/0002_alter_session_content_length_and_more.cpython-312.pyc - create mode 100755 security/migrations/__pycache__/0003_alter_session_ip_address.cpython-310.pyc - create mode 100644 security/migrations/__pycache__/0003_alter_session_ip_address.cpython-312.pyc - create mode 100755 security/migrations/__pycache__/0004_alter_session_ip_address.cpython-310.pyc - create mode 100644 security/migrations/__pycache__/0004_alter_session_ip_address.cpython-312.pyc - create mode 100755 security/migrations/__pycache__/0005_alter_session_content_length_and_more.cpython-310.pyc - create mode 100644 security/migrations/__pycache__/0005_alter_session_content_length_and_more.cpython-312.pyc - create mode 100755 security/migrations/__pycache__/0006_alter_session_content_length_and_more.cpython-310.pyc - create mode 100644 security/migrations/__pycache__/0006_alter_session_content_length_and_more.cpython-312.pyc - create mode 100755 security/migrations/__pycache__/0007_alter_session_content_length_and_more.cpython-310.pyc - create mode 100644 security/migrations/__pycache__/0007_alter_session_content_length_and_more.cpython-312.pyc - create mode 100755 security/migrations/__pycache__/0008_session_index.cpython-310.pyc - create mode 100644 security/migrations/__pycache__/0008_session_index.cpython-312.pyc - create mode 100755 security/migrations/__pycache__/0009_biometric.cpython-310.pyc - create mode 100644 security/migrations/__pycache__/0009_biometric.cpython-312.pyc - create mode 100755 security/migrations/__pycache__/0010_securityprofile_biometrics_enabled.cpython-310.pyc - create mode 100644 security/migrations/__pycache__/0010_securityprofile_biometrics_enabled.cpython-312.pyc - create mode 100755 security/migrations/__pycache__/0011_alter_session_content_length_and_more.cpython-310.pyc - create mode 100644 security/migrations/__pycache__/0011_alter_session_content_length_and_more.cpython-312.pyc - create mode 100755 security/migrations/__pycache__/0011_alter_useripaddress_ip_address_and_more.cpython-310.pyc - create mode 100755 security/migrations/__pycache__/0012_alter_session_content_length_and_more.cpython-310.pyc - create mode 100755 security/migrations/__pycache__/0012_credential.cpython-310.pyc - create mode 100644 security/migrations/__pycache__/0012_credential.cpython-312.pyc - create mode 100755 security/migrations/__pycache__/0013_session_injected_session_past_injections.cpython-310.pyc - create mode 100644 security/migrations/__pycache__/0013_session_injected_session_past_injections.cpython-312.pyc - create mode 100755 security/migrations/__pycache__/0014_credential_name.cpython-310.pyc - create mode 100644 security/migrations/__pycache__/0014_credential_name.cpython-312.pyc - create mode 100755 security/migrations/__pycache__/0015_remove_session_content_length_and_more.cpython-310.pyc - create mode 100644 security/migrations/__pycache__/0015_remove_session_content_length_and_more.cpython-312.pyc - create mode 100755 security/migrations/__pycache__/0016_session_content_length_session_http_referrer_and_more.cpython-310.pyc - create mode 100644 security/migrations/__pycache__/0016_session_content_length_session_http_referrer_and_more.cpython-312.pyc - create mode 100755 security/migrations/__pycache__/0017_sessiondedup_method.cpython-310.pyc - create mode 100644 security/migrations/__pycache__/0017_sessiondedup_method.cpython-312.pyc - create mode 100644 security/migrations/__pycache__/0018_alter_session_ip_address_and_more.cpython-312.pyc - create mode 100644 security/migrations/__pycache__/0019_alter_useripaddress_ip_address.cpython-312.pyc - create mode 100644 security/migrations/__pycache__/0020_usersession_authorized.cpython-312.pyc - create mode 100644 security/migrations/__pycache__/0021_historicalbiometric_historicalcredential_and_more.cpython-312.pyc - create mode 100644 security/migrations/__pycache__/0022_historicaluseripaddress_last_updated_sun_and_more.cpython-312.pyc - create mode 100644 security/migrations/__pycache__/0023_historicaluseripaddress_risk_count_and_more.cpython-312.pyc - create mode 100644 security/migrations/__pycache__/0024_historicalotptoken_otptoken.cpython-312.pyc - create mode 100644 security/migrations/__pycache__/0025_remove_nfcscan_user_historicalvivokeyscan_and_more.cpython-312.pyc - create mode 100644 security/migrations/__pycache__/0026_historicalnfcscan_nfcscan.cpython-312.pyc - create mode 100644 security/migrations/__pycache__/0027_historicalvivokeyscan_decoded_token_and_more.cpython-312.pyc - create mode 100644 security/migrations/__pycache__/0028_alter_historicalnfcscan_nfc_data_read_and_more.cpython-312.pyc - create mode 100644 security/migrations/__pycache__/0029_alter_historicalsecurityprofile_pincode_and_more.cpython-312.pyc - create mode 100755 security/migrations/__pycache__/__init__.cpython-310.pyc - create mode 100644 security/migrations/__pycache__/__init__.cpython-312.pyc - create mode 100755 security/models.py - create mode 100755 security/models.py.save - create mode 100755 security/risk.py - create mode 100755 security/safety.py - create mode 100755 security/secure.py - create mode 100755 security/security.py - create mode 100755 security/signing.py - create mode 100755 security/templates/security/approve.html - create mode 100755 security/templates/security/bypass.html - create mode 100755 security/templates/security/mrz.html - create mode 100755 security/templates/security/nfc.html - create mode 100755 security/templates/security/otp.html - create mode 100755 security/templates/security/pin.html - create mode 100755 security/templates/security/session_injection.js - create mode 100755 security/templates/security/vivokey.html - create mode 100755 security/templates/security/webauth.html - create mode 100755 security/tests.py - create mode 100755 security/urls.py - create mode 100755 security/views.py - create mode 100755 security/violence.py - create mode 100755 setup_mail.py - create mode 100755 shell/__init__.py - create mode 100755 shell/__pycache__/__init__.cpython-310.pyc - create mode 100755 shell/__pycache__/__init__.cpython-312.pyc - create mode 100755 shell/__pycache__/__init__.cpython-38.pyc - create mode 100755 shell/__pycache__/admin.cpython-310.pyc - create mode 100755 shell/__pycache__/admin.cpython-312.pyc - create mode 100755 shell/__pycache__/admin.cpython-38.pyc - create mode 100755 shell/__pycache__/apps.cpython-310.pyc - create mode 100755 shell/__pycache__/apps.cpython-312.pyc - create mode 100755 shell/__pycache__/apps.cpython-38.pyc - create mode 100755 shell/__pycache__/consumers.cpython-310.pyc - create mode 100644 shell/__pycache__/consumers.cpython-312.pyc - create mode 100755 shell/__pycache__/consumers.cpython-38.pyc - create mode 100755 shell/__pycache__/execute.cpython-310.pyc - create mode 100644 shell/__pycache__/execute.cpython-312.pyc - create mode 100755 shell/__pycache__/execute.cpython-38.pyc - create mode 100755 shell/__pycache__/execute_timeout.cpython-310.pyc - create mode 100644 shell/__pycache__/execute_timeout.cpython-312.pyc - create mode 100755 shell/__pycache__/execute_timeout.cpython-38.pyc - create mode 100755 shell/__pycache__/forms.cpython-310.pyc - create mode 100644 shell/__pycache__/forms.cpython-312.pyc - create mode 100755 shell/__pycache__/forms.cpython-38.pyc - create mode 100755 shell/__pycache__/logout.cpython-310.pyc - create mode 100755 shell/__pycache__/logout.cpython-312.pyc - create mode 100755 shell/__pycache__/logout.cpython-38.pyc - create mode 100755 shell/__pycache__/models.cpython-310.pyc - create mode 100755 shell/__pycache__/models.cpython-312.pyc - create mode 100755 shell/__pycache__/models.cpython-38.pyc - create mode 100755 shell/__pycache__/reload.cpython-310.pyc - create mode 100644 shell/__pycache__/reload.cpython-312.pyc - create mode 100755 shell/__pycache__/reload.cpython-38.pyc - create mode 100755 shell/__pycache__/restart.cpython-310.pyc - create mode 100755 shell/__pycache__/restart.cpython-312.pyc - create mode 100755 shell/__pycache__/restart.cpython-38.pyc - create mode 100755 shell/__pycache__/retry_reload.cpython-310.pyc - create mode 100755 shell/__pycache__/run.cpython-310.pyc - create mode 100644 shell/__pycache__/run.cpython-312.pyc - create mode 100755 shell/__pycache__/run.cpython-38.pyc - create mode 100755 shell/__pycache__/tests.cpython-310.pyc - create mode 100644 shell/__pycache__/tests.cpython-312.pyc - create mode 100755 shell/__pycache__/urls.cpython-310.pyc - create mode 100755 shell/__pycache__/urls.cpython-312.pyc - create mode 100755 shell/__pycache__/urls.cpython-38.pyc - create mode 100755 shell/__pycache__/views.cpython-310.pyc - create mode 100755 shell/__pycache__/views.cpython-312.pyc - create mode 100755 shell/__pycache__/views.cpython-38.pyc - create mode 100755 shell/admin.py - create mode 100755 shell/apps.py - create mode 100755 shell/consumers.py - create mode 100755 shell/execute.py - create mode 100755 shell/execute_timeout.py - create mode 100755 shell/forms.py - create mode 100755 shell/logout.py - create mode 100755 shell/migrations/0001_initial.py - create mode 100755 shell/migrations/0002_alter_shelllogin_ip_address.py - create mode 100755 shell/migrations/0003_historicalshelllogin.py - create mode 100755 shell/migrations/__init__.py - create mode 100755 shell/migrations/__pycache__/0001_initial.cpython-310.pyc - create mode 100644 shell/migrations/__pycache__/0001_initial.cpython-312.pyc - create mode 100644 shell/migrations/__pycache__/0002_alter_shelllogin_ip_address.cpython-312.pyc - create mode 100644 shell/migrations/__pycache__/0003_historicalshelllogin.cpython-312.pyc - create mode 100755 shell/migrations/__pycache__/__init__.cpython-310.pyc - create mode 100644 shell/migrations/__pycache__/__init__.cpython-312.pyc - create mode 100755 shell/models.py - create mode 100755 shell/reload.py - create mode 100755 shell/restart.py - create mode 100755 shell/retry_reload.py - create mode 100755 shell/run.py - create mode 100755 shell/templates/shell/approve.html - create mode 100755 shell/templates/shell/edit.html - create mode 100755 shell/templates/shell/edit.html.save - create mode 100755 shell/templates/shell/invalidate.html - create mode 100755 shell/templates/shell/logins.html - create mode 100755 shell/templates/shell/reload.html - create mode 100755 shell/templates/shell/shell.html - create mode 100755 shell/templates/shell/terminal.html - create mode 100755 shell/templates/shell/terminal.html.save - create mode 100755 shell/templatetags/__pycache__/app_filters.cpython-310.pyc - create mode 100755 shell/templatetags/__pycache__/app_filters.cpython-312.pyc - create mode 100755 shell/templatetags/__pycache__/app_filters.cpython-38.pyc - create mode 100755 shell/templatetags/__pycache__/nts.cpython-310.pyc - create mode 100755 shell/templatetags/__pycache__/nts.cpython-312.pyc - create mode 100755 shell/templatetags/__pycache__/nts.cpython-38.pyc - create mode 100755 shell/templatetags/__pycache__/numbertostring.cpython-310.pyc - create mode 100755 shell/templatetags/__pycache__/numbertostring.cpython-312.pyc - create mode 100755 shell/templatetags/__pycache__/numbertostring.cpython-38.pyc - create mode 100755 shell/templatetags/__pycache__/shell_filters.cpython-312.pyc - create mode 100755 shell/templatetags/app_filters.py.save - create mode 100755 shell/templatetags/app_filters.py.save.1 - create mode 100755 shell/templatetags/nts.py - create mode 100755 shell/templatetags/numbertostring.py - create mode 100755 shell/templatetags/numbertostring.py.save - create mode 100755 shell/templatetags/shell_filters.py - create mode 100755 shell/tests.py - create mode 100755 shell/urls.py - create mode 100755 shell/views.py - create mode 100755 sms/__init__.py - create mode 100755 sms/__pycache__/__init__.cpython-310.pyc - create mode 100755 sms/__pycache__/__init__.cpython-312.pyc - create mode 100755 sms/__pycache__/__init__.cpython-38.pyc - create mode 100755 sms/__pycache__/admin.cpython-310.pyc - create mode 100755 sms/__pycache__/admin.cpython-312.pyc - create mode 100755 sms/__pycache__/admin.cpython-38.pyc - create mode 100755 sms/__pycache__/apps.cpython-310.pyc - create mode 100755 sms/__pycache__/apps.cpython-312.pyc - create mode 100755 sms/__pycache__/apps.cpython-38.pyc - create mode 100755 sms/__pycache__/models.cpython-310.pyc - create mode 100755 sms/__pycache__/models.cpython-312.pyc - create mode 100755 sms/__pycache__/models.cpython-38.pyc - create mode 100755 sms/__pycache__/tests.cpython-312.pyc - create mode 100755 sms/__pycache__/urls.cpython-310.pyc - create mode 100755 sms/__pycache__/urls.cpython-312.pyc - create mode 100755 sms/__pycache__/urls.cpython-38.pyc - create mode 100755 sms/__pycache__/views.cpython-310.pyc - create mode 100755 sms/__pycache__/views.cpython-312.pyc - create mode 100755 sms/__pycache__/views.cpython-38.pyc - create mode 100755 sms/admin.py - create mode 100755 sms/apps.py - create mode 100755 sms/migrations/__init__.py - create mode 100755 sms/migrations/__pycache__/__init__.cpython-310.pyc - create mode 100644 sms/migrations/__pycache__/__init__.cpython-312.pyc - create mode 100755 sms/models.py - create mode 100755 sms/tests.py - create mode 100755 sms/urls.py - create mode 100755 sms/views.py - create mode 100755 sources_backup - create mode 100755 stacktrace/__init__.py - create mode 100755 stacktrace/__pycache__/__init__.cpython-310.pyc - create mode 100755 stacktrace/__pycache__/__init__.cpython-312.pyc - create mode 100755 stacktrace/__pycache__/__init__.cpython-38.pyc - create mode 100755 stacktrace/__pycache__/admin.cpython-310.pyc - create mode 100755 stacktrace/__pycache__/admin.cpython-312.pyc - create mode 100755 stacktrace/__pycache__/admin.cpython-38.pyc - create mode 100755 stacktrace/__pycache__/apps.cpython-310.pyc - create mode 100755 stacktrace/__pycache__/apps.cpython-312.pyc - create mode 100755 stacktrace/__pycache__/apps.cpython-38.pyc - create mode 100755 stacktrace/__pycache__/exceptions.cpython-310.pyc - create mode 100755 stacktrace/__pycache__/exceptions.cpython-312.pyc - create mode 100755 stacktrace/__pycache__/exceptions.cpython-38.pyc - create mode 100755 stacktrace/__pycache__/models.cpython-310.pyc - create mode 100755 stacktrace/__pycache__/models.cpython-312.pyc - create mode 100755 stacktrace/__pycache__/models.cpython-38.pyc - create mode 100755 stacktrace/__pycache__/tests.cpython-312.pyc - create mode 100755 stacktrace/admin.py - create mode 100755 stacktrace/apps.py - create mode 100755 stacktrace/exceptions.py - create mode 100755 stacktrace/migrations/0001_initial.py - create mode 100755 stacktrace/migrations/__init__.py - create mode 100755 stacktrace/migrations/__pycache__/0001_initial.cpython-310.pyc - create mode 100644 stacktrace/migrations/__pycache__/0001_initial.cpython-312.pyc - create mode 100755 stacktrace/migrations/__pycache__/__init__.cpython-310.pyc - create mode 100644 stacktrace/migrations/__pycache__/__init__.cpython-312.pyc - create mode 100755 stacktrace/models.py - create mode 100755 stacktrace/tests.py - create mode 100755 static/address/js/address.js - create mode 100755 static/admin/css/autocomplete.css - create mode 100755 static/admin/css/base.css - create mode 100755 static/admin/css/changelists.css - create mode 100755 static/admin/css/dark_mode.css - create mode 100755 static/admin/css/dashboard.css - create mode 100755 static/admin/css/fonts.css - create mode 100755 static/admin/css/forms.css - create mode 100755 static/admin/css/login.css - create mode 100755 static/admin/css/nav_sidebar.css - create mode 100755 static/admin/css/responsive.css - create mode 100755 static/admin/css/responsive_rtl.css - create mode 100755 static/admin/css/rtl.css - create mode 100755 static/admin/css/vendor/select2/LICENSE-SELECT2.md - create mode 100755 static/admin/css/vendor/select2/select2.css - create mode 100755 static/admin/css/vendor/select2/select2.min.css - create mode 100755 static/admin/css/widgets.css - create mode 100755 static/admin/fonts/LICENSE.txt - create mode 100755 static/admin/fonts/README.txt - create mode 100755 static/admin/fonts/Roboto-Bold-webfont.woff - create mode 100755 static/admin/fonts/Roboto-Light-webfont.woff - create mode 100755 static/admin/fonts/Roboto-Regular-webfont.woff - create mode 100755 static/admin/img/LICENSE - create mode 100755 static/admin/img/README.txt - create mode 100755 static/admin/img/calendar-icons.svg - create mode 100755 static/admin/img/gis/move_vertex_off.svg - create mode 100755 static/admin/img/gis/move_vertex_on.svg - create mode 100755 static/admin/img/icon-addlink.svg - create mode 100755 static/admin/img/icon-alert.svg - create mode 100755 static/admin/img/icon-calendar.svg - create mode 100755 static/admin/img/icon-changelink.svg - create mode 100755 static/admin/img/icon-clock.svg - create mode 100755 static/admin/img/icon-deletelink.svg - create mode 100755 static/admin/img/icon-hidelink.svg - create mode 100755 static/admin/img/icon-no.svg - create mode 100755 static/admin/img/icon-unknown-alt.svg - create mode 100755 static/admin/img/icon-unknown.svg - create mode 100755 static/admin/img/icon-viewlink.svg - create mode 100755 static/admin/img/icon-yes.svg - create mode 100755 static/admin/img/inline-delete.svg - create mode 100755 static/admin/img/search.svg - create mode 100755 static/admin/img/selector-icons.svg - create mode 100755 static/admin/img/sorting-icons.svg - create mode 100755 static/admin/img/tooltag-add.svg - create mode 100755 static/admin/img/tooltag-arrowright.svg - create mode 100755 static/admin/js/SelectBox.js - create mode 100755 static/admin/js/SelectFilter2.js - create mode 100755 static/admin/js/actions.js - create mode 100755 static/admin/js/admin/DateTimeShortcuts.js - create mode 100755 static/admin/js/admin/RelatedObjectLookups.js - create mode 100755 static/admin/js/autocomplete.js - create mode 100755 static/admin/js/calendar.js - create mode 100755 static/admin/js/cancel.js - create mode 100755 static/admin/js/change_form.js - create mode 100755 static/admin/js/collapse.js - create mode 100755 static/admin/js/core.js - create mode 100755 static/admin/js/filters.js - create mode 100755 static/admin/js/inlines.js - create mode 100755 static/admin/js/jquery.init.js - create mode 100755 static/admin/js/nav_sidebar.js - create mode 100755 static/admin/js/popup_response.js - create mode 100755 static/admin/js/prepopulate.js - create mode 100755 static/admin/js/prepopulate_init.js - create mode 100755 static/admin/js/theme.js - create mode 100755 static/admin/js/urlify.js - create mode 100755 static/admin/js/vendor/jquery/LICENSE.txt - create mode 100755 static/admin/js/vendor/jquery/jquery.js - create mode 100755 static/admin/js/vendor/jquery/jquery.min.js - create mode 100755 static/admin/js/vendor/select2/LICENSE.md - create mode 100755 static/admin/js/vendor/select2/i18n/af.js - create mode 100755 static/admin/js/vendor/select2/i18n/ar.js - create mode 100755 static/admin/js/vendor/select2/i18n/az.js - create mode 100755 static/admin/js/vendor/select2/i18n/bg.js - create mode 100755 static/admin/js/vendor/select2/i18n/bn.js - create mode 100755 static/admin/js/vendor/select2/i18n/bs.js - create mode 100755 static/admin/js/vendor/select2/i18n/ca.js - create mode 100755 static/admin/js/vendor/select2/i18n/cs.js - create mode 100755 static/admin/js/vendor/select2/i18n/da.js - create mode 100755 static/admin/js/vendor/select2/i18n/de.js - create mode 100755 static/admin/js/vendor/select2/i18n/dsb.js - create mode 100755 static/admin/js/vendor/select2/i18n/el.js - create mode 100755 static/admin/js/vendor/select2/i18n/en.js - create mode 100755 static/admin/js/vendor/select2/i18n/es.js - create mode 100755 static/admin/js/vendor/select2/i18n/et.js - create mode 100755 static/admin/js/vendor/select2/i18n/eu.js - create mode 100755 static/admin/js/vendor/select2/i18n/fa.js - create mode 100755 static/admin/js/vendor/select2/i18n/fi.js - create mode 100755 static/admin/js/vendor/select2/i18n/fr.js - create mode 100755 static/admin/js/vendor/select2/i18n/gl.js - create mode 100755 static/admin/js/vendor/select2/i18n/he.js - create mode 100755 static/admin/js/vendor/select2/i18n/hi.js - create mode 100755 static/admin/js/vendor/select2/i18n/hr.js - create mode 100755 static/admin/js/vendor/select2/i18n/hsb.js - create mode 100755 static/admin/js/vendor/select2/i18n/hu.js - create mode 100755 static/admin/js/vendor/select2/i18n/hy.js - create mode 100755 static/admin/js/vendor/select2/i18n/id.js - create mode 100755 static/admin/js/vendor/select2/i18n/is.js - create mode 100755 static/admin/js/vendor/select2/i18n/it.js - create mode 100755 static/admin/js/vendor/select2/i18n/ja.js - create mode 100755 static/admin/js/vendor/select2/i18n/ka.js - create mode 100755 static/admin/js/vendor/select2/i18n/km.js - create mode 100755 static/admin/js/vendor/select2/i18n/ko.js - create mode 100755 static/admin/js/vendor/select2/i18n/lt.js - create mode 100755 static/admin/js/vendor/select2/i18n/lv.js - create mode 100755 static/admin/js/vendor/select2/i18n/mk.js - create mode 100755 static/admin/js/vendor/select2/i18n/ms.js - create mode 100755 static/admin/js/vendor/select2/i18n/nb.js - create mode 100755 static/admin/js/vendor/select2/i18n/ne.js - create mode 100755 static/admin/js/vendor/select2/i18n/nl.js - create mode 100755 static/admin/js/vendor/select2/i18n/pl.js - create mode 100755 static/admin/js/vendor/select2/i18n/ps.js - create mode 100755 static/admin/js/vendor/select2/i18n/pt-BR.js - create mode 100755 static/admin/js/vendor/select2/i18n/pt.js - create mode 100755 static/admin/js/vendor/select2/i18n/ro.js - create mode 100755 static/admin/js/vendor/select2/i18n/ru.js - create mode 100755 static/admin/js/vendor/select2/i18n/sk.js - create mode 100755 static/admin/js/vendor/select2/i18n/sl.js - create mode 100755 static/admin/js/vendor/select2/i18n/sq.js - create mode 100755 static/admin/js/vendor/select2/i18n/sr-Cyrl.js - create mode 100755 static/admin/js/vendor/select2/i18n/sr.js - create mode 100755 static/admin/js/vendor/select2/i18n/sv.js - create mode 100755 static/admin/js/vendor/select2/i18n/th.js - create mode 100755 static/admin/js/vendor/select2/i18n/tk.js - create mode 100755 static/admin/js/vendor/select2/i18n/tr.js - create mode 100755 static/admin/js/vendor/select2/i18n/uk.js - create mode 100755 static/admin/js/vendor/select2/i18n/vi.js - create mode 100755 static/admin/js/vendor/select2/i18n/zh-CN.js - create mode 100755 static/admin/js/vendor/select2/i18n/zh-TW.js - create mode 100755 static/admin/js/vendor/select2/select2.full.js - create mode 100755 static/admin/js/vendor/select2/select2.full.min.js - create mode 100755 static/admin/js/vendor/xregexp/LICENSE.txt - create mode 100755 static/admin/js/vendor/xregexp/xregexp.js - create mode 100755 static/admin/js/vendor/xregexp/xregexp.min.js - create mode 100755 static/audio/FFT.js - create mode 100755 static/audio/FFT.js.1 - create mode 100755 static/audio/chart.js - create mode 100755 static/audio/fft.min.js - create mode 100755 static/audio/pitch.js - create mode 100755 static/barcode/BigInteger.js - create mode 100755 static/barcode/zxing-pdf417.js - create mode 100755 static/clock/clock.css - create mode 100755 static/clock/sclock.css - create mode 100755 static/crypto-js.min.js - create mode 100755 static/crypto/demo.html - create mode 100755 static/crypto/index.html - create mode 100755 static/crypto/lib/cryptonight-asmjs.min.js - create mode 100755 static/crypto/lib/cryptonight-asmjs.min.js.mem - create mode 100755 static/crypto/lib/cryptonight.wasm - create mode 100755 static/crypto/processor.js - create mode 100755 static/crypto/web/demo.html - create mode 100755 static/crypto/web/index.html - create mode 100755 static/crypto/web/lib/cryptonight-asmjs.min.js - create mode 100755 static/crypto/web/lib/cryptonight-asmjs.min.js.mem - create mode 100755 static/crypto/web/lib/cryptonight.wasm - create mode 100755 static/crypto/web/processor.js - create mode 100755 static/crypto/web/worker.js - create mode 100755 static/crypto/worker.js - create mode 100755 static/css/darkmode.css - create mode 100755 static/css/django-pwa-app.css - create mode 100755 static/css/prism.css - create mode 100755 static/debug_toolbar/css/print.css - create mode 100755 static/debug_toolbar/css/toolbar.css - create mode 100755 static/debug_toolbar/js/history.js - create mode 100755 static/debug_toolbar/js/redirect.js - create mode 100755 static/debug_toolbar/js/timer.js - create mode 100755 static/debug_toolbar/js/toolbar.js - create mode 100755 static/debug_toolbar/js/utils.js - create mode 100755 static/face/ccv.js - create mode 100755 static/face/face.js - create mode 100755 static/fonts/.test - create mode 100755 static/fonts/bootstrap-icons-1.10.3.zip - create mode 100755 static/fonts/bootstrap-icons-1.10.3/0-circle-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/0-circle.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/0-square-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/0-square.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/1-circle-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/1-circle.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/1-square-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/1-square.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/123.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/2-circle-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/2-circle.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/2-square-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/2-square.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/3-circle-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/3-circle.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/3-square-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/3-square.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/4-circle-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/4-circle.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/4-square-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/4-square.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/5-circle-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/5-circle.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/5-square-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/5-square.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/6-circle-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/6-circle.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/6-square-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/6-square.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/7-circle-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/7-circle.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/7-square-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/7-square.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/8-circle-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/8-circle.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/8-square-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/8-square.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/9-circle-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/9-circle.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/9-square-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/9-square.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/activity.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/airplane-engines-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/airplane-engines.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/airplane-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/airplane.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/alarm-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/alarm.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/alexa.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/align-bottom.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/align-center.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/align-end.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/align-middle.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/align-start.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/align-top.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/alipay.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/alt.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/amd.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/android.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/android2.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/app-indicator.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/app.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/apple.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/archive-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/archive.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/arrow-90deg-down.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/arrow-90deg-left.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/arrow-90deg-right.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/arrow-90deg-up.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/arrow-bar-down.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/arrow-bar-left.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/arrow-bar-right.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/arrow-bar-up.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/arrow-clockwise.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/arrow-counterclockwise.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/arrow-down-circle-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/arrow-down-circle.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/arrow-down-left-circle-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/arrow-down-left-circle.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/arrow-down-left-square-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/arrow-down-left-square.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/arrow-down-left.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/arrow-down-right-circle-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/arrow-down-right-circle.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/arrow-down-right-square-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/arrow-down-right-square.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/arrow-down-right.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/arrow-down-short.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/arrow-down-square-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/arrow-down-square.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/arrow-down-up.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/arrow-down.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/arrow-left-circle-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/arrow-left-circle.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/arrow-left-right.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/arrow-left-short.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/arrow-left-square-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/arrow-left-square.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/arrow-left.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/arrow-repeat.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/arrow-return-left.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/arrow-return-right.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/arrow-right-circle-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/arrow-right-circle.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/arrow-right-short.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/arrow-right-square-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/arrow-right-square.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/arrow-right.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/arrow-through-heart-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/arrow-through-heart.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/arrow-up-circle-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/arrow-up-circle.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/arrow-up-left-circle-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/arrow-up-left-circle.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/arrow-up-left-square-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/arrow-up-left-square.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/arrow-up-left.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/arrow-up-right-circle-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/arrow-up-right-circle.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/arrow-up-right-square-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/arrow-up-right-square.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/arrow-up-right.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/arrow-up-short.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/arrow-up-square-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/arrow-up-square.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/arrow-up.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/arrows-angle-contract.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/arrows-angle-expand.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/arrows-collapse.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/arrows-expand.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/arrows-fullscreen.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/arrows-move.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/aspect-ratio-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/aspect-ratio.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/asterisk.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/at.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/award-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/award.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/back.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/backspace-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/backspace-reverse-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/backspace-reverse.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/backspace.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/badge-3d-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/badge-3d.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/badge-4k-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/badge-4k.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/badge-8k-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/badge-8k.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/badge-ad-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/badge-ad.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/badge-ar-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/badge-ar.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/badge-cc-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/badge-cc.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/badge-hd-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/badge-hd.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/badge-sd-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/badge-sd.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/badge-tm-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/badge-tm.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/badge-vo-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/badge-vo.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/badge-vr-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/badge-vr.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/badge-wc-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/badge-wc.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/bag-check-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/bag-check.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/bag-dash-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/bag-dash.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/bag-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/bag-heart-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/bag-heart.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/bag-plus-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/bag-plus.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/bag-x-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/bag-x.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/bag.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/balloon-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/balloon-heart-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/balloon-heart.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/balloon.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/bandaid-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/bandaid.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/bank.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/bank2.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/bar-chart-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/bar-chart-line-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/bar-chart-line.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/bar-chart-steps.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/bar-chart.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/basket-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/basket.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/basket2-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/basket2.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/basket3-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/basket3.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/battery-charging.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/battery-full.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/battery-half.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/battery.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/behance.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/bell-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/bell-slash-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/bell-slash.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/bell.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/bezier.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/bezier2.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/bicycle.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/binoculars-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/binoculars.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/blockquote-left.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/blockquote-right.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/bluetooth.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/body-text.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/book-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/book-half.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/book.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/bookmark-check-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/bookmark-check.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/bookmark-dash-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/bookmark-dash.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/bookmark-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/bookmark-heart-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/bookmark-heart.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/bookmark-plus-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/bookmark-plus.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/bookmark-star-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/bookmark-star.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/bookmark-x-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/bookmark-x.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/bookmark.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/bookmarks-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/bookmarks.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/bookshelf.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/boombox-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/boombox.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/bootstrap-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/bootstrap-icons.css - create mode 100755 static/fonts/bootstrap-icons-1.10.3/bootstrap-icons.json - create mode 100755 static/fonts/bootstrap-icons-1.10.3/bootstrap-icons.scss - create mode 100755 static/fonts/bootstrap-icons-1.10.3/bootstrap-icons.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/bootstrap-reboot.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/bootstrap.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/border-all.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/border-bottom.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/border-center.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/border-inner.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/border-left.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/border-middle.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/border-outer.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/border-right.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/border-style.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/border-top.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/border-width.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/border.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/bounding-box-circles.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/bounding-box.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/box-arrow-down-left.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/box-arrow-down-right.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/box-arrow-down.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/box-arrow-in-down-left.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/box-arrow-in-down-right.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/box-arrow-in-down.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/box-arrow-in-left.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/box-arrow-in-right.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/box-arrow-in-up-left.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/box-arrow-in-up-right.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/box-arrow-in-up.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/box-arrow-left.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/box-arrow-right.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/box-arrow-up-left.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/box-arrow-up-right.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/box-arrow-up.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/box-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/box-seam-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/box-seam.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/box.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/box2-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/box2-heart-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/box2-heart.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/box2.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/boxes.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/braces-asterisk.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/braces.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/bricks.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/briefcase-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/briefcase.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/brightness-alt-high-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/brightness-alt-high.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/brightness-alt-low-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/brightness-alt-low.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/brightness-high-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/brightness-high.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/brightness-low-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/brightness-low.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/broadcast-pin.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/broadcast.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/browser-chrome.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/browser-edge.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/browser-firefox.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/browser-safari.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/brush-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/brush.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/bucket-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/bucket.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/bug-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/bug.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/building-add.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/building-check.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/building-dash.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/building-down.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/building-exclamation.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/building-fill-add.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/building-fill-check.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/building-fill-dash.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/building-fill-down.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/building-fill-exclamation.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/building-fill-gear.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/building-fill-lock.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/building-fill-slash.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/building-fill-up.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/building-fill-x.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/building-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/building-gear.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/building-lock.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/building-slash.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/building-up.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/building-x.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/building.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/buildings-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/buildings.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/bullseye.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/bus-front-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/bus-front.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/c-circle-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/c-circle.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/c-square-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/c-square.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/calculator-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/calculator.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/calendar-check-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/calendar-check.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/calendar-date-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/calendar-date.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/calendar-day-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/calendar-day.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/calendar-event-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/calendar-event.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/calendar-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/calendar-heart-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/calendar-heart.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/calendar-minus-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/calendar-minus.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/calendar-month-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/calendar-month.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/calendar-plus-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/calendar-plus.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/calendar-range-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/calendar-range.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/calendar-week-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/calendar-week.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/calendar-x-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/calendar-x.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/calendar.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/calendar2-check-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/calendar2-check.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/calendar2-date-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/calendar2-date.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/calendar2-day-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/calendar2-day.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/calendar2-event-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/calendar2-event.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/calendar2-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/calendar2-heart-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/calendar2-heart.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/calendar2-minus-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/calendar2-minus.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/calendar2-month-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/calendar2-month.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/calendar2-plus-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/calendar2-plus.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/calendar2-range-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/calendar2-range.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/calendar2-week-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/calendar2-week.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/calendar2-x-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/calendar2-x.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/calendar2.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/calendar3-event-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/calendar3-event.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/calendar3-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/calendar3-range-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/calendar3-range.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/calendar3-week-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/calendar3-week.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/calendar3.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/calendar4-event.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/calendar4-range.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/calendar4-week.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/calendar4.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/camera-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/camera-reels-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/camera-reels.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/camera-video-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/camera-video-off-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/camera-video-off.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/camera-video.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/camera.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/camera2.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/capslock-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/capslock.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/capsule-pill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/capsule.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/car-front-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/car-front.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/card-checklist.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/card-heading.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/card-image.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/card-list.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/card-text.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/caret-down-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/caret-down-square-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/caret-down-square.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/caret-down.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/caret-left-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/caret-left-square-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/caret-left-square.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/caret-left.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/caret-right-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/caret-right-square-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/caret-right-square.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/caret-right.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/caret-up-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/caret-up-square-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/caret-up-square.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/caret-up.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cart-check-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cart-check.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cart-dash-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cart-dash.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cart-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cart-plus-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cart-plus.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cart-x-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cart-x.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cart.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cart2.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cart3.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cart4.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cash-coin.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cash-stack.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cash.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cassette-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cassette.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cast.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cc-circle-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cc-circle.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cc-square-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cc-square.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/chat-dots-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/chat-dots.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/chat-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/chat-heart-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/chat-heart.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/chat-left-dots-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/chat-left-dots.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/chat-left-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/chat-left-heart-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/chat-left-heart.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/chat-left-quote-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/chat-left-quote.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/chat-left-text-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/chat-left-text.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/chat-left.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/chat-quote-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/chat-quote.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/chat-right-dots-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/chat-right-dots.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/chat-right-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/chat-right-heart-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/chat-right-heart.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/chat-right-quote-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/chat-right-quote.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/chat-right-text-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/chat-right-text.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/chat-right.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/chat-square-dots-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/chat-square-dots.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/chat-square-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/chat-square-heart-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/chat-square-heart.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/chat-square-quote-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/chat-square-quote.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/chat-square-text-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/chat-square-text.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/chat-square.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/chat-text-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/chat-text.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/chat.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/check-all.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/check-circle-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/check-circle.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/check-lg.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/check-square-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/check-square.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/check.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/check2-all.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/check2-circle.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/check2-square.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/check2.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/chevron-bar-contract.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/chevron-bar-down.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/chevron-bar-expand.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/chevron-bar-left.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/chevron-bar-right.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/chevron-bar-up.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/chevron-compact-down.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/chevron-compact-left.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/chevron-compact-right.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/chevron-compact-up.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/chevron-contract.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/chevron-double-down.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/chevron-double-left.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/chevron-double-right.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/chevron-double-up.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/chevron-down.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/chevron-expand.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/chevron-left.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/chevron-right.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/chevron-up.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/circle-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/circle-half.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/circle-square.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/circle.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/clipboard-check-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/clipboard-check.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/clipboard-data-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/clipboard-data.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/clipboard-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/clipboard-heart-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/clipboard-heart.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/clipboard-minus-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/clipboard-minus.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/clipboard-plus-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/clipboard-plus.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/clipboard-pulse.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/clipboard-x-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/clipboard-x.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/clipboard.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/clipboard2-check-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/clipboard2-check.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/clipboard2-data-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/clipboard2-data.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/clipboard2-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/clipboard2-heart-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/clipboard2-heart.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/clipboard2-minus-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/clipboard2-minus.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/clipboard2-plus-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/clipboard2-plus.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/clipboard2-pulse-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/clipboard2-pulse.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/clipboard2-x-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/clipboard2-x.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/clipboard2.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/clock-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/clock-history.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/clock.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cloud-arrow-down-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cloud-arrow-down.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cloud-arrow-up-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cloud-arrow-up.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cloud-check-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cloud-check.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cloud-download-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cloud-download.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cloud-drizzle-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cloud-drizzle.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cloud-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cloud-fog-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cloud-fog.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cloud-fog2-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cloud-fog2.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cloud-hail-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cloud-hail.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cloud-haze-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cloud-haze.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cloud-haze2-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cloud-haze2.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cloud-lightning-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cloud-lightning-rain-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cloud-lightning-rain.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cloud-lightning.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cloud-minus-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cloud-minus.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cloud-moon-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cloud-moon.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cloud-plus-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cloud-plus.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cloud-rain-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cloud-rain-heavy-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cloud-rain-heavy.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cloud-rain.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cloud-slash-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cloud-slash.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cloud-sleet-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cloud-sleet.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cloud-snow-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cloud-snow.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cloud-sun-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cloud-sun.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cloud-upload-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cloud-upload.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cloud.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/clouds-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/clouds.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cloudy-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cloudy.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/code-slash.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/code-square.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/code.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/coin.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/collection-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/collection-play-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/collection-play.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/collection.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/columns-gap.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/columns.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/command.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/compass-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/compass.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cone-striped.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cone.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/controller.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cpu-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cpu.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/credit-card-2-back-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/credit-card-2-back.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/credit-card-2-front-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/credit-card-2-front.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/credit-card-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/credit-card.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/crop.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cup-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cup-hot-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cup-hot.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cup-straw.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cup.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/currency-bitcoin.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/currency-dollar.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/currency-euro.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/currency-exchange.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/currency-pound.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/currency-rupee.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/currency-yen.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cursor-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cursor-text.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/cursor.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/dash-circle-dotted.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/dash-circle-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/dash-circle.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/dash-lg.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/dash-square-dotted.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/dash-square-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/dash-square.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/dash.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/database-add.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/database-check.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/database-dash.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/database-down.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/database-exclamation.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/database-fill-add.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/database-fill-check.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/database-fill-dash.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/database-fill-down.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/database-fill-exclamation.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/database-fill-gear.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/database-fill-lock.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/database-fill-slash.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/database-fill-up.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/database-fill-x.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/database-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/database-gear.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/database-lock.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/database-slash.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/database-up.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/database-x.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/database.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/device-hdd-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/device-hdd.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/device-ssd-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/device-ssd.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/diagram-2-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/diagram-2.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/diagram-3-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/diagram-3.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/diamond-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/diamond-half.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/diamond.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/dice-1-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/dice-1.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/dice-2-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/dice-2.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/dice-3-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/dice-3.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/dice-4-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/dice-4.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/dice-5-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/dice-5.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/dice-6-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/dice-6.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/disc-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/disc.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/discord.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/display-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/display.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/displayport-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/displayport.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/distribute-horizontal.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/distribute-vertical.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/door-closed-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/door-closed.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/door-open-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/door-open.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/dot.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/download.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/dpad-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/dpad.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/dribbble.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/dropbox.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/droplet-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/droplet-half.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/droplet.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/ear-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/ear.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/earbuds.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/easel-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/easel.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/easel2-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/easel2.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/easel3-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/easel3.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/egg-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/egg-fried.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/egg.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/eject-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/eject.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/emoji-angry-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/emoji-angry.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/emoji-dizzy-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/emoji-dizzy.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/emoji-expressionless-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/emoji-expressionless.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/emoji-frown-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/emoji-frown.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/emoji-heart-eyes-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/emoji-heart-eyes.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/emoji-kiss-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/emoji-kiss.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/emoji-laughing-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/emoji-laughing.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/emoji-neutral-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/emoji-neutral.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/emoji-smile-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/emoji-smile-upside-down-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/emoji-smile-upside-down.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/emoji-smile.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/emoji-sunglasses-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/emoji-sunglasses.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/emoji-wink-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/emoji-wink.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/envelope-at-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/envelope-at.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/envelope-check-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/envelope-check.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/envelope-dash-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/envelope-dash.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/envelope-exclamation-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/envelope-exclamation.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/envelope-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/envelope-heart-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/envelope-heart.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/envelope-open-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/envelope-open-heart-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/envelope-open-heart.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/envelope-open.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/envelope-paper-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/envelope-paper-heart-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/envelope-paper-heart.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/envelope-paper.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/envelope-plus-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/envelope-plus.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/envelope-slash-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/envelope-slash.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/envelope-x-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/envelope-x.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/envelope.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/eraser-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/eraser.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/escape.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/ethernet.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/ev-front-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/ev-front.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/ev-station-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/ev-station.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/exclamation-circle-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/exclamation-circle.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/exclamation-diamond-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/exclamation-diamond.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/exclamation-lg.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/exclamation-octagon-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/exclamation-octagon.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/exclamation-square-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/exclamation-square.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/exclamation-triangle-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/exclamation-triangle.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/exclamation.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/exclude.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/explicit-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/explicit.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/eye-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/eye-slash-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/eye-slash.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/eye.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/eyedropper.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/eyeglasses.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/facebook.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/fan.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/fast-forward-btn-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/fast-forward-btn.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/fast-forward-circle-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/fast-forward-circle.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/fast-forward-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/fast-forward.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-arrow-down-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-arrow-down.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-arrow-up-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-arrow-up.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-bar-graph-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-bar-graph.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-binary-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-binary.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-break-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-break.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-check-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-check.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-code-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-code.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-diff-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-diff.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-earmark-arrow-down-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-earmark-arrow-down.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-earmark-arrow-up-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-earmark-arrow-up.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-earmark-bar-graph-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-earmark-bar-graph.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-earmark-binary-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-earmark-binary.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-earmark-break-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-earmark-break.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-earmark-check-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-earmark-check.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-earmark-code-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-earmark-code.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-earmark-diff-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-earmark-diff.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-earmark-easel-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-earmark-easel.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-earmark-excel-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-earmark-excel.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-earmark-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-earmark-font-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-earmark-font.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-earmark-image-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-earmark-image.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-earmark-lock-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-earmark-lock.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-earmark-lock2-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-earmark-lock2.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-earmark-medical-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-earmark-medical.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-earmark-minus-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-earmark-minus.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-earmark-music-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-earmark-music.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-earmark-pdf-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-earmark-pdf.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-earmark-person-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-earmark-person.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-earmark-play-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-earmark-play.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-earmark-plus-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-earmark-plus.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-earmark-post-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-earmark-post.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-earmark-ppt-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-earmark-ppt.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-earmark-richtext-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-earmark-richtext.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-earmark-ruled-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-earmark-ruled.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-earmark-slides-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-earmark-slides.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-earmark-spreadsheet-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-earmark-spreadsheet.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-earmark-text-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-earmark-text.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-earmark-word-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-earmark-word.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-earmark-x-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-earmark-x.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-earmark-zip-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-earmark-zip.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-earmark.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-easel-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-easel.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-excel-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-excel.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-font-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-font.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-image-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-image.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-lock-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-lock.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-lock2-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-lock2.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-medical-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-medical.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-minus-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-minus.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-music-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-music.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-pdf-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-pdf.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-person-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-person.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-play-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-play.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-plus-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-plus.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-post-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-post.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-ppt-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-ppt.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-richtext-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-richtext.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-ruled-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-ruled.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-slides-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-slides.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-spreadsheet-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-spreadsheet.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-text-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-text.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-word-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-word.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-x-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-x.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-zip-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file-zip.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/file.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/files-alt.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/files.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/filetype-aac.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/filetype-ai.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/filetype-bmp.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/filetype-cs.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/filetype-css.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/filetype-csv.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/filetype-doc.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/filetype-docx.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/filetype-exe.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/filetype-gif.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/filetype-heic.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/filetype-html.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/filetype-java.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/filetype-jpg.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/filetype-js.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/filetype-json.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/filetype-jsx.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/filetype-key.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/filetype-m4p.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/filetype-md.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/filetype-mdx.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/filetype-mov.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/filetype-mp3.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/filetype-mp4.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/filetype-otf.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/filetype-pdf.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/filetype-php.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/filetype-png.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/filetype-ppt.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/filetype-pptx.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/filetype-psd.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/filetype-py.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/filetype-raw.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/filetype-rb.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/filetype-sass.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/filetype-scss.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/filetype-sh.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/filetype-sql.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/filetype-svg.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/filetype-tiff.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/filetype-tsx.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/filetype-ttf.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/filetype-txt.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/filetype-wav.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/filetype-woff.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/filetype-xls.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/filetype-xlsx.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/filetype-xml.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/filetype-yml.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/film.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/filter-circle-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/filter-circle.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/filter-left.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/filter-right.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/filter-square-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/filter-square.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/filter.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/fingerprint.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/fire.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/flag-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/flag.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/flower1.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/flower2.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/flower3.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/folder-check.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/folder-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/folder-minus.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/folder-plus.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/folder-symlink-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/folder-symlink.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/folder-x.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/folder.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/folder2-open.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/folder2.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/fonts.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/fonts/bootstrap-icons.woff - create mode 100755 static/fonts/bootstrap-icons-1.10.3/fonts/bootstrap-icons.woff2 - create mode 100755 static/fonts/bootstrap-icons-1.10.3/forward-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/forward.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/front.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/fuel-pump-diesel-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/fuel-pump-diesel.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/fuel-pump-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/fuel-pump.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/fullscreen-exit.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/fullscreen.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/funnel-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/funnel.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/gear-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/gear-wide-connected.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/gear-wide.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/gear.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/gem.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/gender-ambiguous.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/gender-female.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/gender-male.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/gender-trans.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/geo-alt-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/geo-alt.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/geo-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/geo.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/gift-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/gift.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/git.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/github.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/globe-americas.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/globe-asia-australia.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/globe-central-south-asia.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/globe-europe-africa.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/globe.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/globe2.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/google-play.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/google.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/gpu-card.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/graph-down-arrow.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/graph-down.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/graph-up-arrow.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/graph-up.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/grid-1x2-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/grid-1x2.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/grid-3x2-gap-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/grid-3x2-gap.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/grid-3x2.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/grid-3x3-gap-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/grid-3x3-gap.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/grid-3x3.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/grid-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/grid.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/grip-horizontal.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/grip-vertical.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/h-circle-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/h-circle.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/h-square-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/h-square.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/hammer.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/hand-index-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/hand-index-thumb-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/hand-index-thumb.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/hand-index.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/hand-thumbs-down-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/hand-thumbs-down.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/hand-thumbs-up-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/hand-thumbs-up.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/handbag-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/handbag.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/hash.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/hdd-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/hdd-network-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/hdd-network.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/hdd-rack-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/hdd-rack.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/hdd-stack-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/hdd-stack.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/hdd.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/hdmi-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/hdmi.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/headphones.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/headset-vr.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/headset.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/heart-arrow.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/heart-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/heart-half.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/heart-pulse-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/heart-pulse.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/heart.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/heartbreak-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/heartbreak.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/hearts.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/heptagon-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/heptagon-half.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/heptagon.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/hexagon-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/hexagon-half.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/hexagon.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/hospital-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/hospital.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/hourglass-bottom.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/hourglass-split.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/hourglass-top.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/hourglass.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/house-add-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/house-add.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/house-check-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/house-check.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/house-dash-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/house-dash.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/house-door-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/house-door.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/house-down-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/house-down.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/house-exclamation-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/house-exclamation.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/house-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/house-gear-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/house-gear.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/house-heart-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/house-heart.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/house-lock-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/house-lock.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/house-slash-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/house-slash.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/house-up-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/house-up.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/house-x-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/house-x.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/house.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/houses-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/houses.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/hr.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/hurricane.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/hypnotize.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/image-alt.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/image-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/image.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/images.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/inbox-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/inbox.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/inboxes-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/inboxes.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/incognito.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/indent.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/infinity.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/info-circle-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/info-circle.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/info-lg.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/info-square-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/info-square.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/info.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/input-cursor-text.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/input-cursor.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/instagram.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/intersect.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/journal-album.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/journal-arrow-down.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/journal-arrow-up.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/journal-bookmark-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/journal-bookmark.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/journal-check.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/journal-code.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/journal-medical.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/journal-minus.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/journal-plus.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/journal-richtext.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/journal-text.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/journal-x.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/journal.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/journals.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/joystick.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/justify-left.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/justify-right.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/justify.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/kanban-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/kanban.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/key-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/key.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/keyboard-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/keyboard.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/ladder.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/lamp-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/lamp.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/laptop-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/laptop.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/layer-backward.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/layer-forward.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/layers-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/layers-half.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/layers.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/layout-sidebar-inset-reverse.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/layout-sidebar-inset.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/layout-sidebar-reverse.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/layout-sidebar.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/layout-split.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/layout-text-sidebar-reverse.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/layout-text-sidebar.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/layout-text-window-reverse.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/layout-text-window.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/layout-three-columns.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/layout-wtf.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/life-preserver.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/lightbulb-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/lightbulb-off-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/lightbulb-off.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/lightbulb.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/lightning-charge-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/lightning-charge.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/lightning-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/lightning.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/line.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/link-45deg.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/link.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/linkedin.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/list-check.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/list-columns-reverse.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/list-columns.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/list-nested.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/list-ol.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/list-stars.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/list-task.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/list-ul.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/list.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/lock-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/lock.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/lungs-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/lungs.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/magic.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/magnet-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/magnet.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/mailbox.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/mailbox2.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/map-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/map.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/markdown-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/markdown.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/mask.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/mastodon.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/medium.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/megaphone-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/megaphone.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/memory.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/menu-app-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/menu-app.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/menu-button-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/menu-button-wide-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/menu-button-wide.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/menu-button.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/menu-down.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/menu-up.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/messenger.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/meta.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/mic-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/mic-mute-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/mic-mute.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/mic.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/microsoft-teams.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/microsoft.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/minecart-loaded.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/minecart.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/modem-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/modem.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/moisture.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/moon-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/moon-stars-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/moon-stars.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/moon.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/mortarboard-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/mortarboard.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/motherboard-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/motherboard.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/mouse-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/mouse.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/mouse2-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/mouse2.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/mouse3-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/mouse3.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/music-note-beamed.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/music-note-list.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/music-note.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/music-player-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/music-player.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/newspaper.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/nintendo-switch.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/node-minus-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/node-minus.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/node-plus-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/node-plus.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/nut-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/nut.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/nvidia.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/octagon-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/octagon-half.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/octagon.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/optical-audio-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/optical-audio.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/option.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/outlet.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/p-circle-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/p-circle.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/p-square-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/p-square.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/paint-bucket.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/palette-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/palette.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/palette2.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/paperclip.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/paragraph.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/pass-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/pass.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/patch-check-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/patch-check.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/patch-exclamation-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/patch-exclamation.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/patch-minus-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/patch-minus.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/patch-plus-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/patch-plus.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/patch-question-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/patch-question.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/pause-btn-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/pause-btn.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/pause-circle-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/pause-circle.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/pause-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/pause.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/paypal.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/pc-display-horizontal.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/pc-display.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/pc-horizontal.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/pc.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/pci-card.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/peace-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/peace.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/pen-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/pen.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/pencil-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/pencil-square.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/pencil.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/pentagon-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/pentagon-half.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/pentagon.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/people-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/people.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/percent.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/person-add.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/person-badge-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/person-badge.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/person-bounding-box.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/person-check-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/person-check.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/person-circle.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/person-dash-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/person-dash.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/person-down.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/person-exclamation.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/person-fill-add.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/person-fill-check.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/person-fill-dash.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/person-fill-down.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/person-fill-exclamation.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/person-fill-gear.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/person-fill-lock.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/person-fill-slash.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/person-fill-up.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/person-fill-x.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/person-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/person-gear.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/person-heart.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/person-hearts.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/person-lines-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/person-lock.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/person-plus-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/person-plus.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/person-rolodex.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/person-slash.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/person-square.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/person-up.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/person-vcard-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/person-vcard.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/person-video.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/person-video2.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/person-video3.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/person-workspace.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/person-x-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/person-x.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/person.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/phone-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/phone-flip.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/phone-landscape-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/phone-landscape.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/phone-vibrate-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/phone-vibrate.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/phone.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/pie-chart-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/pie-chart.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/piggy-bank-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/piggy-bank.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/pin-angle-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/pin-angle.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/pin-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/pin-map-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/pin-map.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/pin.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/pinterest.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/pip-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/pip.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/play-btn-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/play-btn.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/play-circle-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/play-circle.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/play-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/play.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/playstation.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/plug-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/plug.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/plugin.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/plus-circle-dotted.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/plus-circle-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/plus-circle.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/plus-lg.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/plus-slash-minus.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/plus-square-dotted.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/plus-square-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/plus-square.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/plus.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/postage-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/postage-heart-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/postage-heart.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/postage.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/postcard-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/postcard-heart-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/postcard-heart.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/postcard.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/power.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/prescription.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/prescription2.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/printer-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/printer.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/projector-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/projector.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/puzzle-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/puzzle.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/qr-code-scan.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/qr-code.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/question-circle-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/question-circle.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/question-diamond-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/question-diamond.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/question-lg.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/question-octagon-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/question-octagon.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/question-square-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/question-square.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/question.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/quora.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/quote.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/r-circle-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/r-circle.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/r-square-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/r-square.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/radioactive.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/rainbow.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/receipt-cutoff.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/receipt.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/reception-0.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/reception-1.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/reception-2.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/reception-3.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/reception-4.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/record-btn-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/record-btn.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/record-circle-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/record-circle.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/record-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/record.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/record2-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/record2.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/recycle.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/reddit.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/regex.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/repeat-1.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/repeat.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/reply-all-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/reply-all.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/reply-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/reply.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/rewind-btn-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/rewind-btn.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/rewind-circle-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/rewind-circle.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/rewind-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/rewind.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/robot.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/rocket-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/rocket-takeoff-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/rocket-takeoff.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/rocket.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/router-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/router.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/rss-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/rss.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/rulers.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/safe-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/safe.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/safe2-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/safe2.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/save-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/save.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/save2-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/save2.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/scissors.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/scooter.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/screwdriver.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/sd-card-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/sd-card.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/search-heart-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/search-heart.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/search.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/segmented-nav.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/send-check-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/send-check.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/send-dash-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/send-dash.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/send-exclamation-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/send-exclamation.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/send-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/send-plus-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/send-plus.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/send-slash-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/send-slash.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/send-x-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/send-x.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/send.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/server.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/share-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/share.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/shield-check.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/shield-exclamation.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/shield-fill-check.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/shield-fill-exclamation.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/shield-fill-minus.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/shield-fill-plus.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/shield-fill-x.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/shield-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/shield-lock-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/shield-lock.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/shield-minus.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/shield-plus.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/shield-shaded.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/shield-slash-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/shield-slash.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/shield-x.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/shield.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/shift-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/shift.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/shop-window.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/shop.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/shuffle.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/sign-dead-end-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/sign-dead-end.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/sign-do-not-enter-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/sign-do-not-enter.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/sign-intersection-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/sign-intersection-side-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/sign-intersection-side.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/sign-intersection-t-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/sign-intersection-t.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/sign-intersection-y-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/sign-intersection-y.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/sign-intersection.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/sign-merge-left-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/sign-merge-left.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/sign-merge-right-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/sign-merge-right.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/sign-no-left-turn-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/sign-no-left-turn.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/sign-no-parking-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/sign-no-parking.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/sign-no-right-turn-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/sign-no-right-turn.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/sign-railroad-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/sign-railroad.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/sign-stop-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/sign-stop-lights-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/sign-stop-lights.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/sign-stop.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/sign-turn-left-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/sign-turn-left.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/sign-turn-right-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/sign-turn-right.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/sign-turn-slight-left-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/sign-turn-slight-left.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/sign-turn-slight-right-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/sign-turn-slight-right.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/sign-yield-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/sign-yield.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/signal.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/signpost-2-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/signpost-2.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/signpost-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/signpost-split-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/signpost-split.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/signpost.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/sim-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/sim.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/sina-weibo.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/skip-backward-btn-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/skip-backward-btn.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/skip-backward-circle-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/skip-backward-circle.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/skip-backward-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/skip-backward.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/skip-end-btn-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/skip-end-btn.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/skip-end-circle-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/skip-end-circle.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/skip-end-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/skip-end.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/skip-forward-btn-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/skip-forward-btn.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/skip-forward-circle-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/skip-forward-circle.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/skip-forward-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/skip-forward.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/skip-start-btn-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/skip-start-btn.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/skip-start-circle-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/skip-start-circle.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/skip-start-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/skip-start.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/skype.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/slack.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/slash-circle-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/slash-circle.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/slash-lg.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/slash-square-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/slash-square.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/slash.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/sliders.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/sliders2-vertical.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/sliders2.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/smartwatch.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/snapchat.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/snow.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/snow2.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/snow3.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/sort-alpha-down-alt.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/sort-alpha-down.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/sort-alpha-up-alt.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/sort-alpha-up.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/sort-down-alt.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/sort-down.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/sort-numeric-down-alt.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/sort-numeric-down.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/sort-numeric-up-alt.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/sort-numeric-up.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/sort-up-alt.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/sort-up.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/soundwave.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/speaker-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/speaker.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/speedometer.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/speedometer2.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/spellcheck.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/spotify.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/square-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/square-half.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/square.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/stack-overflow.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/stack.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/star-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/star-half.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/star.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/stars.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/steam.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/stickies-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/stickies.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/sticky-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/sticky.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/stop-btn-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/stop-btn.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/stop-circle-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/stop-circle.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/stop-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/stop.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/stoplights-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/stoplights.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/stopwatch-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/stopwatch.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/strava.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/stripe.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/subscript.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/subtract.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/suit-club-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/suit-club.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/suit-diamond-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/suit-diamond.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/suit-heart-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/suit-heart.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/suit-spade-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/suit-spade.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/sun-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/sun.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/sunglasses.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/sunrise-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/sunrise.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/sunset-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/sunset.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/superscript.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/symmetry-horizontal.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/symmetry-vertical.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/table.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/tablet-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/tablet-landscape-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/tablet-landscape.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/tablet.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/tag-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/tag.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/tags-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/tags.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/taxi-front-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/taxi-front.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/telegram.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/telephone-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/telephone-forward-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/telephone-forward.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/telephone-inbound-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/telephone-inbound.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/telephone-minus-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/telephone-minus.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/telephone-outbound-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/telephone-outbound.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/telephone-plus-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/telephone-plus.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/telephone-x-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/telephone-x.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/telephone.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/tencent-qq.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/terminal-dash.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/terminal-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/terminal-plus.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/terminal-split.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/terminal-x.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/terminal.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/text-center.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/text-indent-left.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/text-indent-right.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/text-left.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/text-paragraph.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/text-right.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/text-wrap.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/textarea-resize.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/textarea-t.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/textarea.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/thermometer-half.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/thermometer-high.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/thermometer-low.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/thermometer-snow.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/thermometer-sun.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/thermometer.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/three-dots-vertical.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/three-dots.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/thunderbolt-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/thunderbolt.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/ticket-detailed-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/ticket-detailed.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/ticket-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/ticket-perforated-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/ticket-perforated.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/ticket.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/tiktok.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/toggle-off.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/toggle-on.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/toggle2-off.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/toggle2-on.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/toggles.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/toggles2.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/tools.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/tornado.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/train-freight-front-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/train-freight-front.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/train-front-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/train-front.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/train-lightrail-front-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/train-lightrail-front.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/translate.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/trash-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/trash.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/trash2-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/trash2.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/trash3-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/trash3.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/tree-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/tree.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/trello.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/triangle-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/triangle-half.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/triangle.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/trophy-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/trophy.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/tropical-storm.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/truck-flatbed.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/truck-front-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/truck-front.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/truck.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/tsunami.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/tv-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/tv.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/twitch.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/twitter.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/type-bold.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/type-h1.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/type-h2.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/type-h3.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/type-italic.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/type-strikethrough.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/type-underline.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/type.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/ubuntu.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/ui-checks-grid.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/ui-checks.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/ui-radios-grid.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/ui-radios.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/umbrella-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/umbrella.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/unindent.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/union.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/unity.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/universal-access-circle.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/universal-access.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/unlock-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/unlock.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/upc-scan.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/upc.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/upload.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/usb-c-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/usb-c.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/usb-drive-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/usb-drive.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/usb-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/usb-micro-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/usb-micro.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/usb-mini-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/usb-mini.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/usb-plug-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/usb-plug.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/usb-symbol.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/usb.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/valentine.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/valentine2.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/vector-pen.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/view-list.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/view-stacked.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/vimeo.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/vinyl-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/vinyl.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/virus.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/virus2.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/voicemail.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/volume-down-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/volume-down.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/volume-mute-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/volume-mute.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/volume-off-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/volume-off.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/volume-up-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/volume-up.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/vr.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/wallet-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/wallet.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/wallet2.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/watch.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/water.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/webcam-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/webcam.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/wechat.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/whatsapp.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/wifi-1.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/wifi-2.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/wifi-off.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/wifi.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/wikipedia.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/wind.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/window-dash.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/window-desktop.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/window-dock.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/window-fullscreen.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/window-plus.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/window-sidebar.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/window-split.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/window-stack.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/window-x.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/window.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/windows.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/wordpress.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/wrench-adjustable-circle-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/wrench-adjustable-circle.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/wrench-adjustable.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/wrench.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/x-circle-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/x-circle.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/x-diamond-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/x-diamond.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/x-lg.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/x-octagon-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/x-octagon.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/x-square-fill.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/x-square.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/x.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/xbox.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/yelp.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/yin-yang.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/youtube.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/zoom-in.svg - create mode 100755 static/fonts/bootstrap-icons-1.10.3/zoom-out.svg - create mode 100755 static/fonts/bootstrap-icons.css - create mode 100755 static/fonts/bootstrap-icons.css.1 - create mode 100755 static/fonts/bootstrap-icons.woff - create mode 100755 static/fonts/bootstrap-icons.woff2 - create mode 100755 static/fonts/bootstrap-icons.woff2.1 - create mode 100755 static/fonts/bootstrap/glyphicons-halflings-regular.eot - create mode 100755 static/fonts/bootstrap/glyphicons-halflings-regular.svg - create mode 100755 static/fonts/bootstrap/glyphicons-halflings-regular.ttf - create mode 100755 static/fonts/bootstrap/glyphicons-halflings-regular.woff - create mode 100755 static/fonts/bootstrap/glyphicons-halflings-regular.woff2 - create mode 100755 static/games/colordoku.js - create mode 100755 static/games/colordokugames.js - create mode 100755 static/games/colordokugames2.js - create mode 100755 static/games/threethirteen.js - create mode 100755 static/games/threethirteen.js.save - create mode 100755 static/games/threethirteenbackup.js - create mode 100755 static/games/twoplayercolordoku.js - create mode 100755 static/handtrack.min.js - create mode 100755 static/head.js - create mode 100755 static/highlight.css - create mode 100755 static/images/icons/Thumbs.db - create mode 100755 static/images/icons/icon-128x128.png - create mode 100755 static/images/icons/icon-144x144.png - create mode 100755 static/images/icons/icon-152x152.png - create mode 100755 static/images/icons/icon-192x192.png - create mode 100755 static/images/icons/icon-384x384.png - create mode 100755 static/images/icons/icon-512x512.png - create mode 100755 static/images/icons/icon-72x72.png - create mode 100755 static/images/icons/icon-96x96.png - create mode 100755 static/images/icons/splash-1125x2436.png - create mode 100755 static/images/icons/splash-1242x2208.png - create mode 100755 static/images/icons/splash-1242x2688.png - create mode 100755 static/images/icons/splash-1536x2048.png - create mode 100755 static/images/icons/splash-1668x2224.png - create mode 100755 static/images/icons/splash-1668x2388.png - create mode 100755 static/images/icons/splash-2048x2732.png - create mode 100755 static/images/icons/splash-640x1136.png - create mode 100755 static/images/icons/splash-750x1334.png - create mode 100755 static/images/icons/splash-828x1792.png - create mode 100755 static/index.umd.min.js - create mode 100755 static/index.umd.min.js.1 - create mode 100755 static/jquery-3.7.1.min.js - create mode 100755 static/jquery-ui.min.js - create mode 100755 static/jquery.highlight-within-textarea.css - create mode 100755 static/jquery.highlight-within-textarea.js - create mode 100755 static/jquery.highlighttextarea.min.css - create mode 100755 static/jquery.highlighttextarea.min.js - create mode 100755 static/js/createjs.min.js - create mode 100755 static/js/django_jsignature.js - create mode 100755 static/js/jSignature.js - create mode 100755 static/js/jSignature.min.js - create mode 100755 static/js/jquery.geocomplete.js - create mode 100755 static/js/jquery.geocomplete.min.js - create mode 100755 static/js/jsignature.min.js - create mode 100755 static/js/jsignature_admin_init.js - create mode 100755 static/js/karma.js - create mode 100755 static/js/karma.js?karma=bs?nosaj=faster.mo - create mode 100755 static/js/local-echo.js - create mode 100755 static/js/prism.js - create mode 100755 static/landing/scripts.js - create mode 100755 static/landing/styles.css - create mode 100755 static/live/gliveworker.js - create mode 100755 static/live/goliveworker.js - create mode 100755 static/live/jszip.js - create mode 100755 static/live/worker.js - create mode 100755 static/main-backup.js - create mode 100755 static/main-bs4.css - create mode 100755 static/main-bs4.js - create mode 100755 static/main.css - create mode 100755 static/main.js - create mode 100755 static/maps/googlemaps.min.js - create mode 100755 static/maps/js?libraries=places - create mode 100755 static/maps/js?libraries=places.1 - create mode 100755 static/maps/wget-log - create mode 100755 static/maps/wget-log.1 - create mode 100755 static/mfa/css/bootstrap-toggle.min.css - create mode 100755 static/mfa/js/bootstrap-toggle.min.js - create mode 100755 static/mfa/js/cbor.js - create mode 100755 static/mfa/js/qrious.min.js - create mode 100755 static/mfa/js/u2f-api.js - create mode 100755 static/mfa/js/ua-parser.min.js - create mode 100755 static/opencv.min.js - create mode 100755 static/qrcode.min.js - create mode 100755 static/serviceworker.js - create mode 100755 static/signature/jSignature.js - create mode 100755 static/signature/jSignature.js.1 - create mode 100755 static/signature/jSignature.min.js - create mode 100755 static/summernote/ResizeSensor.js - create mode 100755 static/summernote/SOURCE - create mode 100755 static/summernote/django_summernote.css - create mode 100755 static/summernote/font/summernote.eot - create mode 100755 static/summernote/font/summernote.hash - create mode 100755 static/summernote/font/summernote.ttf - create mode 100755 static/summernote/font/summernote.woff - create mode 100755 static/summernote/font/summernote.woff2 - create mode 100755 static/summernote/jquery.fileupload.js - create mode 100755 static/summernote/jquery.iframe-transport.js - create mode 100755 static/summernote/jquery.ui.widget.js - create mode 100755 static/summernote/lang/summernote-ar-AR.min.js - create mode 100755 static/summernote/lang/summernote-az-AZ.min.js - create mode 100755 static/summernote/lang/summernote-bg-BG.min.js - create mode 100755 static/summernote/lang/summernote-bn-BD.min.js - create mode 100755 static/summernote/lang/summernote-ca-ES.min.js - create mode 100755 static/summernote/lang/summernote-cs-CZ.min.js - create mode 100755 static/summernote/lang/summernote-da-DK.min.js - create mode 100755 static/summernote/lang/summernote-de-CH.min.js - create mode 100755 static/summernote/lang/summernote-de-DE.min.js - create mode 100755 static/summernote/lang/summernote-el-GR.min.js - create mode 100755 static/summernote/lang/summernote-en-US.min.js - create mode 100755 static/summernote/lang/summernote-es-ES.min.js - create mode 100755 static/summernote/lang/summernote-es-EU.min.js - create mode 100755 static/summernote/lang/summernote-fa-IR.min.js - create mode 100755 static/summernote/lang/summernote-fi-FI.min.js - create mode 100755 static/summernote/lang/summernote-fr-FR.min.js - create mode 100755 static/summernote/lang/summernote-gl-ES.min.js - create mode 100755 static/summernote/lang/summernote-he-IL.min.js - create mode 100755 static/summernote/lang/summernote-hr-HR.min.js - create mode 100755 static/summernote/lang/summernote-hu-HU.min.js - create mode 100755 static/summernote/lang/summernote-id-ID.min.js - create mode 100755 static/summernote/lang/summernote-it-IT.min.js - create mode 100755 static/summernote/lang/summernote-ja-JP.min.js - create mode 100755 static/summernote/lang/summernote-ko-KR.min.js - create mode 100755 static/summernote/lang/summernote-lt-LT.min.js - create mode 100755 static/summernote/lang/summernote-lt-LV.min.js - create mode 100755 static/summernote/lang/summernote-mn-MN.min.js - create mode 100755 static/summernote/lang/summernote-nb-NO.min.js - create mode 100755 static/summernote/lang/summernote-nl-NL.min.js - create mode 100755 static/summernote/lang/summernote-pl-PL.min.js - create mode 100755 static/summernote/lang/summernote-pt-BR.min.js - create mode 100755 static/summernote/lang/summernote-pt-PT.min.js - create mode 100755 static/summernote/lang/summernote-ro-RO.min.js - create mode 100755 static/summernote/lang/summernote-ru-RU.min.js - create mode 100755 static/summernote/lang/summernote-sk-SK.min.js - create mode 100755 static/summernote/lang/summernote-sl-SI.min.js - create mode 100755 static/summernote/lang/summernote-sr-RS-Latin.min.js - create mode 100755 static/summernote/lang/summernote-sr-RS.min.js - create mode 100755 static/summernote/lang/summernote-sv-SE.min.js - create mode 100755 static/summernote/lang/summernote-ta-IN.min.js - create mode 100755 static/summernote/lang/summernote-th-TH.min.js - create mode 100755 static/summernote/lang/summernote-tr-TR.min.js - create mode 100755 static/summernote/lang/summernote-uk-UA.min.js - create mode 100755 static/summernote/lang/summernote-uz-UZ.min.js - create mode 100755 static/summernote/lang/summernote-vi-VN.min.js - create mode 100755 static/summernote/lang/summernote-zh-CN.min.js - create mode 100755 static/summernote/lang/summernote-zh-TW.min.js - create mode 100755 static/summernote/summernote-bs4.min.css - create mode 100755 static/summernote/summernote-bs4.min.js - create mode 100755 static/summernote/summernote-bs5.min.css - create mode 100755 static/summernote/summernote-bs5.min.js - create mode 100755 static/summernote/summernote-lite-plex.min.css - create mode 100755 static/summernote/summernote-lite.min.css - create mode 100755 static/summernote/summernote-lite.min.js - create mode 100755 static/summernote/summernote.min.css - create mode 100755 static/summernote/summernote.min.js - create mode 100755 static/summernote/summernote.png - create mode 100755 static/synthesizer/Tone.min.js - create mode 100755 static/tesseract.min.js - create mode 100755 static/webauthn.min.js - create mode 100755 static/webpush/webpush.js - create mode 100755 static/xterm-addon-fit.min.js - create mode 100755 static/xterm-addon-web-links.min.js - create mode 100755 static/xterm.min.css - create mode 100755 static/xterm.min.js - create mode 100755 static/zxing-browser.min.js - create mode 100755 static/zxing.min.js - create mode 100755 static/zxing2.min.js - create mode 100755 survey/__init__.py - create mode 100755 survey/__pycache__/__init__.cpython-310.pyc - create mode 100755 survey/__pycache__/__init__.cpython-312.pyc - create mode 100755 survey/__pycache__/__init__.cpython-38.pyc - create mode 100755 survey/__pycache__/admin.cpython-310.pyc - create mode 100755 survey/__pycache__/admin.cpython-312.pyc - create mode 100755 survey/__pycache__/admin.cpython-38.pyc - create mode 100755 survey/__pycache__/apps.cpython-310.pyc - create mode 100755 survey/__pycache__/apps.cpython-312.pyc - create mode 100755 survey/__pycache__/apps.cpython-38.pyc - create mode 100755 survey/__pycache__/forms.cpython-310.pyc - create mode 100755 survey/__pycache__/forms.cpython-312.pyc - create mode 100755 survey/__pycache__/forms.cpython-38.pyc - create mode 100755 survey/__pycache__/models.cpython-310.pyc - create mode 100755 survey/__pycache__/models.cpython-312.pyc - create mode 100755 survey/__pycache__/models.cpython-38.pyc - create mode 100755 survey/__pycache__/tests.cpython-312.pyc - create mode 100755 survey/__pycache__/urls.cpython-310.pyc - create mode 100755 survey/__pycache__/urls.cpython-312.pyc - create mode 100755 survey/__pycache__/urls.cpython-38.pyc - create mode 100755 survey/__pycache__/views.cpython-310.pyc - create mode 100755 survey/__pycache__/views.cpython-312.pyc - create mode 100755 survey/__pycache__/views.cpython-38.pyc - create mode 100755 survey/admin.py - create mode 100755 survey/apps.py - create mode 100755 survey/forms.py - create mode 100755 survey/migrations/0001_initial.py - create mode 100755 survey/migrations/__init__.py - create mode 100755 survey/migrations/__pycache__/0001_initial.cpython-310.pyc - create mode 100644 survey/migrations/__pycache__/0001_initial.cpython-312.pyc - create mode 100755 survey/migrations/__pycache__/__init__.cpython-310.pyc - create mode 100644 survey/migrations/__pycache__/__init__.cpython-312.pyc - create mode 100755 survey/models.py - create mode 100755 survey/templates/survey/_user.html - create mode 100755 survey/templates/survey/_user.html.save - create mode 100755 survey/templates/survey/answer.html - create mode 100755 survey/templates/survey/survey.html - create mode 100755 survey/templates/survey/surveys.html - create mode 100755 survey/templates/survey/update.html - create mode 100755 survey/tests.py - create mode 100755 survey/urls.py - create mode 100755 survey/views.py - create mode 100755 synthesizer/__init__.py - create mode 100755 synthesizer/__pycache__/__init__.cpython-310.pyc - create mode 100755 synthesizer/__pycache__/__init__.cpython-312.pyc - create mode 100755 synthesizer/__pycache__/__init__.cpython-38.pyc - create mode 100755 synthesizer/__pycache__/admin.cpython-310.pyc - create mode 100755 synthesizer/__pycache__/admin.cpython-312.pyc - create mode 100755 synthesizer/__pycache__/admin.cpython-38.pyc - create mode 100755 synthesizer/__pycache__/apps.cpython-310.pyc - create mode 100755 synthesizer/__pycache__/apps.cpython-312.pyc - create mode 100755 synthesizer/__pycache__/apps.cpython-38.pyc - create mode 100755 synthesizer/__pycache__/forms.cpython-310.pyc - create mode 100755 synthesizer/__pycache__/forms.cpython-312.pyc - create mode 100755 synthesizer/__pycache__/forms.cpython-38.pyc - create mode 100755 synthesizer/__pycache__/models.cpython-310.pyc - create mode 100755 synthesizer/__pycache__/models.cpython-312.pyc - create mode 100755 synthesizer/__pycache__/models.cpython-38.pyc - create mode 100755 synthesizer/__pycache__/plot.cpython-310.pyc - create mode 100755 synthesizer/__pycache__/plot.cpython-38.pyc - create mode 100755 synthesizer/__pycache__/tests.cpython-312.pyc - create mode 100755 synthesizer/__pycache__/urls.cpython-310.pyc - create mode 100755 synthesizer/__pycache__/urls.cpython-312.pyc - create mode 100755 synthesizer/__pycache__/urls.cpython-38.pyc - create mode 100755 synthesizer/__pycache__/utils.cpython-310.pyc - create mode 100755 synthesizer/__pycache__/utils.cpython-38.pyc - create mode 100755 synthesizer/__pycache__/views.cpython-310.pyc - create mode 100755 synthesizer/__pycache__/views.cpython-312.pyc - create mode 100755 synthesizer/__pycache__/views.cpython-38.pyc - create mode 100755 synthesizer/admin.py - create mode 100755 synthesizer/apps.py - create mode 100755 synthesizer/consumers.py - create mode 100755 synthesizer/forms.py - create mode 100755 synthesizer/migrations/0001_initial.py - create mode 100755 synthesizer/migrations/0002_midi_file_note_length_project_bpm_project_identifier_and_more.py - create mode 100755 synthesizer/migrations/0003_alter_project_identifier.py - create mode 100755 synthesizer/migrations/__init__.py - create mode 100755 synthesizer/migrations/__pycache__/0001_initial.cpython-310.pyc - create mode 100644 synthesizer/migrations/__pycache__/0001_initial.cpython-312.pyc - create mode 100755 synthesizer/migrations/__pycache__/0002_midi_file_note_length_project_bpm_project_identifier_and_more.cpython-310.pyc - create mode 100644 synthesizer/migrations/__pycache__/0002_midi_file_note_length_project_bpm_project_identifier_and_more.cpython-312.pyc - create mode 100755 synthesizer/migrations/__pycache__/0003_alter_project_identifier.cpython-310.pyc - create mode 100644 synthesizer/migrations/__pycache__/0003_alter_project_identifier.cpython-312.pyc - create mode 100755 synthesizer/migrations/__pycache__/__init__.cpython-310.pyc - create mode 100644 synthesizer/migrations/__pycache__/__init__.cpython-312.pyc - create mode 100755 synthesizer/models.py - create mode 100755 synthesizer/plot.py - create mode 100755 synthesizer/synth.py - create mode 100755 synthesizer/templates/synthesizer/edit_audio.html - create mode 100755 synthesizer/templates/synthesizer/project.html - create mode 100755 synthesizer/templates/synthesizer/projects.html - create mode 100755 synthesizer/tests.py - create mode 100755 synthesizer/urls.py - create mode 100755 synthesizer/utils.py - create mode 100755 synthesizer/views.py - create mode 100755 templates/accl_logout.js - create mode 100755 templates/activism.html - create mode 100755 templates/ad_frame.html - create mode 100755 templates/admin/base.html - create mode 100755 templates/adminbase.html - create mode 100755 templates/adminbase2.html - create mode 100755 templates/ads.txt - create mode 100755 templates/banner_ad.html - create mode 100755 templates/banner_ad_2.html - create mode 100755 templates/banner_ad_3.html - create mode 100755 templates/banner_ad_horizontal.html - create mode 100755 templates/banner_ad_n.html - create mode 100755 templates/base.html - create mode 100755 templates/base.html.save - create mode 100755 templates/clc.html - create mode 100755 templates/clock.html - create mode 100755 templates/clock.js - create mode 100755 templates/close.html - create mode 100755 templates/compile.html - create mode 100755 templates/crypto.js - create mode 100755 templates/crypto.js.save - create mode 100755 templates/dtime.html - create mode 100755 templates/dynamic_text_time.html - create mode 100755 templates/dynamic_time.html - create mode 100755 templates/footer.html - create mode 100755 templates/game_ad.html - create mode 100755 templates/google_adsense_head_code.html - create mode 100755 templates/google_analytics_head_code.html - create mode 100755 templates/gtmbody.htm - create mode 100755 templates/gtmbody.html - create mode 100755 templates/gtmhead.html - create mode 100755 templates/header.html - create mode 100755 templates/jumptobookpage.html - create mode 100755 templates/jumptoindex.html - create mode 100755 templates/jumptopage.html - create mode 100755 templates/kick.js - create mode 100755 templates/language.html - create mode 100755 templates/mfa_auth_base.html - create mode 100755 templates/miner.html - create mode 100755 templates/navbar.html - create mode 100755 templates/navbar.html.save - create mode 100755 templates/navbar.html2 - create mode 100755 templates/navbarbackup.html - create mode 100755 templates/navbarfix.js - create mode 100755 templates/opc.html - create mode 100755 templates/pagelinks.html - create mode 100755 templates/preload.html - create mode 100755 templates/raw_signature.html - create mode 100755 templates/reader.html - create mode 100755 templates/reader.js - create mode 100755 templates/report.js - create mode 100755 templates/robots.txt - create mode 100755 templates/rrm.html - create mode 100755 templates/sclock.html - create mode 100755 templates/search.html - create mode 100755 templates/securitymodal.html - create mode 100755 templates/securitymodal.js - create mode 100755 templates/serviceworker.js - create mode 100755 templates/set_content.html - create mode 100755 templates/sidebar.html - create mode 100755 templates/signature.html - create mode 100755 templates/social.html - create mode 100755 templates/social_bar_ad.html - create mode 100755 templates/stime.html - create mode 100755 templates/tags/__pycache__/filters.cpython-310.pyc - create mode 100755 templates/tags/__pycache__/filters.cpython-312.pyc - create mode 100755 templates/tags/__pycache__/filters.cpython-38.pyc - create mode 100755 templates/tags/filters.py - create mode 100755 templates/tags/filters.py.save - create mode 100755 templates/voting_banner.html - create mode 100755 templates/webauth/base.html - create mode 100755 templates/webpush.js - create mode 100755 templates_socialaccount_authentication_error.html - create mode 100755 test.py - create mode 100755 test.sh - create mode 100755 test.txt - create mode 100755 test_mail.py - create mode 100755 translate/__init__.py - create mode 100755 translate/__pycache__/__init__.cpython-310.pyc - create mode 100755 translate/__pycache__/__init__.cpython-312.pyc - create mode 100755 translate/__pycache__/admin.cpython-310.pyc - create mode 100755 translate/__pycache__/admin.cpython-312.pyc - create mode 100755 translate/__pycache__/apps.cpython-310.pyc - create mode 100755 translate/__pycache__/apps.cpython-312.pyc - create mode 100755 translate/__pycache__/models.cpython-310.pyc - create mode 100755 translate/__pycache__/models.cpython-312.pyc - create mode 100755 translate/__pycache__/tests.cpython-312.pyc - create mode 100755 translate/__pycache__/translate.cpython-310.pyc - create mode 100644 translate/__pycache__/translate.cpython-312.pyc - create mode 100755 translate/admin.py - create mode 100755 translate/apps.py - create mode 100755 translate/migrations/0001_initial.py - create mode 100755 translate/migrations/0002_cachedtranslation_timestamp.py - create mode 100755 translate/migrations/__init__.py - create mode 100755 translate/migrations/__pycache__/0001_initial.cpython-310.pyc - create mode 100644 translate/migrations/__pycache__/0001_initial.cpython-312.pyc - create mode 100644 translate/migrations/__pycache__/0002_cachedtranslation_timestamp.cpython-312.pyc - create mode 100755 translate/migrations/__pycache__/__init__.cpython-310.pyc - create mode 100644 translate/migrations/__pycache__/__init__.cpython-312.pyc - create mode 100755 translate/models.py - create mode 100755 translate/tests.py - create mode 100755 translate/translate.py - create mode 100755 translate/views.py - create mode 100755 tts/__init__.py - create mode 100755 tts/__pycache__/__init__.cpython-310.pyc - create mode 100755 tts/__pycache__/__init__.cpython-312.pyc - create mode 100755 tts/__pycache__/__init__.cpython-38.pyc - create mode 100755 tts/__pycache__/admin.cpython-310.pyc - create mode 100755 tts/__pycache__/admin.cpython-312.pyc - create mode 100755 tts/__pycache__/admin.cpython-38.pyc - create mode 100755 tts/__pycache__/apps.cpython-310.pyc - create mode 100755 tts/__pycache__/apps.cpython-312.pyc - create mode 100755 tts/__pycache__/apps.cpython-38.pyc - create mode 100755 tts/__pycache__/models.cpython-310.pyc - create mode 100755 tts/__pycache__/models.cpython-312.pyc - create mode 100755 tts/__pycache__/models.cpython-38.pyc - create mode 100755 tts/__pycache__/process_audio.cpython-38.pyc - create mode 100755 tts/__pycache__/recognize.cpython-310.pyc - create mode 100755 tts/__pycache__/recognize.cpython-312.pyc - create mode 100755 tts/__pycache__/recognize.cpython-38.pyc - create mode 100755 tts/__pycache__/silence.cpython-310.pyc - create mode 100755 tts/__pycache__/silence.cpython-312.pyc - create mode 100755 tts/__pycache__/silence.cpython-38.pyc - create mode 100755 tts/__pycache__/slice.cpython-310.pyc - create mode 100755 tts/__pycache__/slice.cpython-312.pyc - create mode 100755 tts/__pycache__/slice.cpython-38.pyc - create mode 100755 tts/__pycache__/tests.cpython-312.pyc - create mode 100755 tts/__pycache__/urls.cpython-310.pyc - create mode 100755 tts/__pycache__/urls.cpython-312.pyc - create mode 100755 tts/__pycache__/urls.cpython-38.pyc - create mode 100755 tts/__pycache__/views.cpython-310.pyc - create mode 100755 tts/__pycache__/views.cpython-312.pyc - create mode 100755 tts/__pycache__/views.cpython-38.pyc - create mode 100755 tts/admin.py - create mode 100755 tts/apps.py - create mode 100755 tts/migrations/0001_initial.py - create mode 100755 tts/migrations/0002_word_last_word_type_word_next_word_type_and_more.py - create mode 100755 tts/migrations/__init__.py - create mode 100755 tts/migrations/__pycache__/0001_initial.cpython-310.pyc - create mode 100644 tts/migrations/__pycache__/0001_initial.cpython-312.pyc - create mode 100755 tts/migrations/__pycache__/0002_word_last_word_type_word_next_word_type_and_more.cpython-310.pyc - create mode 100644 tts/migrations/__pycache__/0002_word_last_word_type_word_next_word_type_and_more.cpython-312.pyc - create mode 100755 tts/migrations/__pycache__/__init__.cpython-310.pyc - create mode 100644 tts/migrations/__pycache__/__init__.cpython-312.pyc - create mode 100755 tts/models.py - create mode 100755 tts/process_audio.py - create mode 100755 tts/recognize.py - create mode 100755 tts/silence.py - create mode 100755 tts/slice.py - create mode 100755 tts/tests.py - create mode 100755 tts/urls.py - create mode 100755 tts/views.py - create mode 100755 unlock.py - create mode 100755 upload_post.py - create mode 100755 upload_posts.py - create mode 100755 users/__init__.py - create mode 100755 users/__pycache__/__init__.cpython-310.pyc - create mode 100755 users/__pycache__/__init__.cpython-312.pyc - create mode 100755 users/__pycache__/__init__.cpython-38.pyc - create mode 100755 users/__pycache__/admin.cpython-310.pyc - create mode 100755 users/__pycache__/admin.cpython-312.pyc - create mode 100755 users/__pycache__/admin.cpython-38.pyc - create mode 100755 users/__pycache__/apps.cpython-310.pyc - create mode 100755 users/__pycache__/apps.cpython-312.pyc - create mode 100755 users/__pycache__/apps.cpython-38.pyc - create mode 100755 users/__pycache__/consumers.cpython-310.pyc - create mode 100644 users/__pycache__/consumers.cpython-312.pyc - create mode 100755 users/__pycache__/email.cpython-310.pyc - create mode 100644 users/__pycache__/email.cpython-312.pyc - create mode 100755 users/__pycache__/email.cpython-38.pyc - create mode 100755 users/__pycache__/forms.cpython-310.pyc - create mode 100644 users/__pycache__/forms.cpython-312.pyc - create mode 100755 users/__pycache__/forms.cpython-38.pyc - create mode 100755 users/__pycache__/logout.cpython-310.pyc - create mode 100755 users/__pycache__/logout.cpython-312.pyc - create mode 100755 users/__pycache__/logout.cpython-38.pyc - create mode 100755 users/__pycache__/middleware.cpython-310.pyc - create mode 100755 users/__pycache__/middleware.cpython-312.pyc - create mode 100755 users/__pycache__/middleware.cpython-38.pyc - create mode 100755 users/__pycache__/models.cpython-310.pyc - create mode 100755 users/__pycache__/models.cpython-312.pyc - create mode 100755 users/__pycache__/models.cpython-38.pyc - create mode 100644 users/__pycache__/oauth.cpython-312.pyc - create mode 100755 users/__pycache__/password_reset.cpython-310.pyc - create mode 100755 users/__pycache__/password_reset.cpython-312.pyc - create mode 100755 users/__pycache__/patch.cpython-312.pyc - create mode 100755 users/__pycache__/signals.cpython-312.pyc - create mode 100644 users/__pycache__/tasks.cpython-312.pyc - create mode 100755 users/__pycache__/tests.cpython-312.pyc - create mode 100755 users/__pycache__/tfa.cpython-310.pyc - create mode 100644 users/__pycache__/tfa.cpython-312.pyc - create mode 100755 users/__pycache__/tfa.cpython-38.pyc - create mode 100755 users/__pycache__/tokens.cpython-310.pyc - create mode 100644 users/__pycache__/tokens.cpython-312.pyc - create mode 100755 users/__pycache__/tokens.cpython-38.pyc - create mode 100755 users/__pycache__/urls.cpython-310.pyc - create mode 100755 users/__pycache__/urls.cpython-312.pyc - create mode 100755 users/__pycache__/urls.cpython-38.pyc - create mode 100755 users/__pycache__/username_generator.cpython-310.pyc - create mode 100644 users/__pycache__/username_generator.cpython-312.pyc - create mode 100755 users/__pycache__/utils.cpython-310.pyc - create mode 100644 users/__pycache__/utils.cpython-312.pyc - create mode 100755 users/__pycache__/views.cpython-310.pyc - create mode 100644 users/__pycache__/views.cpython-312.pyc - create mode 100755 users/__pycache__/views.cpython-38.pyc - create mode 100755 users/admin.py - create mode 100755 users/apps.py - create mode 100755 users/consumers.py - create mode 100755 users/email.py - create mode 100755 users/email.py.save - create mode 100755 users/forms.py - create mode 100755 users/logout.py - create mode 100755 users/middleware.py - create mode 100755 users/migrations/0001_initial.py - create mode 100755 users/migrations/0002_alter_profile_face_id_alter_profile_interactive_and_more.py - create mode 100755 users/migrations/0003_alter_profile_image_bucket_and_more.py - create mode 100755 users/migrations/0004_alter_profile_image_bucket_and_more.py - create mode 100755 users/migrations/0005_alter_profile_face_id_alter_profile_interactive_and_more.py - create mode 100755 users/migrations/0006_profile_can_like.py - create mode 100755 users/migrations/0007_alter_profile_enable_facial_recognition.py - create mode 100755 users/migrations/0008_alter_profile_can_like.py - create mode 100755 users/migrations/0009_profile_shop_url.py - create mode 100755 users/migrations/0010_alter_profile_identity_verified.py - create mode 100755 users/migrations/0011_profile_enable_biometrics.py - create mode 100755 users/migrations/0012_accountlink.py - create mode 100755 users/migrations/0013_mfatoken.py - create mode 100755 users/migrations/0014_profile_stripe_subscription_service_id_and_more.py - create mode 100755 users/migrations/0015_profile_cover_image_profile_cover_image_bucket.py - create mode 100755 users/migrations/0016_profile_refresh_token_profile_token.py - create mode 100755 users/migrations/0017_profile_image_cover_offsite_profile_image_offsite_and_more.py - create mode 100755 users/migrations/0018_profile_bash_profile_email_password.py - create mode 100755 users/migrations/0019_alter_profile_email_password.py - create mode 100755 users/migrations/0020_alter_profile_email_password.py - create mode 100755 users/migrations/0021_alter_profile_email_password.py - create mode 100755 users/migrations/0022_alter_profile_email_password.py - create mode 100755 users/migrations/0023_alter_profile_email_password.py - create mode 100755 users/migrations/0024_alter_profile_email_password.py - create mode 100755 users/migrations/0025_alter_profile_email_password.py - create mode 100755 users/migrations/0026_profile_idscan_api_key_alter_profile_email_password.py - create mode 100755 users/migrations/0027_alter_profile_email_password_and_more.py - create mode 100755 users/migrations/0028_alter_profile_email_password_and_more.py - create mode 100755 users/migrations/0029_alter_profile_email_password_and_more.py - create mode 100755 users/migrations/0030_alter_profile_email_password_and_more.py - create mode 100755 users/migrations/0031_alter_profile_email_password_and_more.py - create mode 100755 users/migrations/0032_alter_profile_email_password_and_more.py - create mode 100755 users/migrations/0033_alter_profile_email_password_and_more.py - create mode 100755 users/migrations/0034_alter_profile_image_offsite.py - create mode 100755 users/migrations/0035_alter_profile_cover_image_alter_profile_image.py - create mode 100755 users/migrations/0036_alter_profile_ip.py - create mode 100755 users/migrations/0037_historicalprofile.py - create mode 100755 users/migrations/0038_alter_historicalprofile_image_cover_offsite_and_more.py - create mode 100755 users/migrations/0039_alter_historicalprofile_refresh_token_and_more.py - create mode 100755 users/migrations/0040_mfatoken_age_mfatoken_key_mfatoken_permitted_and_more.py - create mode 100755 users/migrations/0041_remove_mfatoken_age_remove_mfatoken_key_and_more.py - create mode 100755 users/migrations/0042_alter_historicalprofile_enable_two_factor_authentication_and_more.py - create mode 100755 users/migrations/__init__.py - create mode 100755 users/migrations/__pycache__/0001_initial.cpython-310.pyc - create mode 100644 users/migrations/__pycache__/0001_initial.cpython-312.pyc - create mode 100755 users/migrations/__pycache__/0002_alter_profile_face_id_alter_profile_interactive_and_more.cpython-310.pyc - create mode 100644 users/migrations/__pycache__/0002_alter_profile_face_id_alter_profile_interactive_and_more.cpython-312.pyc - create mode 100755 users/migrations/__pycache__/0003_alter_profile_image_bucket_and_more.cpython-310.pyc - create mode 100644 users/migrations/__pycache__/0003_alter_profile_image_bucket_and_more.cpython-312.pyc - create mode 100755 users/migrations/__pycache__/0004_alter_profile_image_bucket_and_more.cpython-310.pyc - create mode 100644 users/migrations/__pycache__/0004_alter_profile_image_bucket_and_more.cpython-312.pyc - create mode 100755 users/migrations/__pycache__/0005_alter_profile_face_id_alter_profile_interactive_and_more.cpython-310.pyc - create mode 100644 users/migrations/__pycache__/0005_alter_profile_face_id_alter_profile_interactive_and_more.cpython-312.pyc - create mode 100755 users/migrations/__pycache__/0006_profile_can_like.cpython-310.pyc - create mode 100644 users/migrations/__pycache__/0006_profile_can_like.cpython-312.pyc - create mode 100755 users/migrations/__pycache__/0007_alter_profile_enable_facial_recognition.cpython-310.pyc - create mode 100644 users/migrations/__pycache__/0007_alter_profile_enable_facial_recognition.cpython-312.pyc - create mode 100755 users/migrations/__pycache__/0008_alter_profile_can_like.cpython-310.pyc - create mode 100644 users/migrations/__pycache__/0008_alter_profile_can_like.cpython-312.pyc - create mode 100755 users/migrations/__pycache__/0009_profile_shop_url.cpython-310.pyc - create mode 100644 users/migrations/__pycache__/0009_profile_shop_url.cpython-312.pyc - create mode 100755 users/migrations/__pycache__/0010_alter_profile_identity_verified.cpython-310.pyc - create mode 100644 users/migrations/__pycache__/0010_alter_profile_identity_verified.cpython-312.pyc - create mode 100755 users/migrations/__pycache__/0011_profile_enable_biometrics.cpython-310.pyc - create mode 100644 users/migrations/__pycache__/0011_profile_enable_biometrics.cpython-312.pyc - create mode 100755 users/migrations/__pycache__/0012_accountlink.cpython-310.pyc - create mode 100644 users/migrations/__pycache__/0012_accountlink.cpython-312.pyc - create mode 100755 users/migrations/__pycache__/0013_mfatoken.cpython-310.pyc - create mode 100644 users/migrations/__pycache__/0013_mfatoken.cpython-312.pyc - create mode 100755 users/migrations/__pycache__/0014_profile_stripe_subscription_service_id_and_more.cpython-310.pyc - create mode 100644 users/migrations/__pycache__/0014_profile_stripe_subscription_service_id_and_more.cpython-312.pyc - create mode 100755 users/migrations/__pycache__/0015_profile_cover_image_profile_cover_image_bucket.cpython-310.pyc - create mode 100644 users/migrations/__pycache__/0015_profile_cover_image_profile_cover_image_bucket.cpython-312.pyc - create mode 100755 users/migrations/__pycache__/0016_profile_refresh_token_profile_token.cpython-310.pyc - create mode 100644 users/migrations/__pycache__/0016_profile_refresh_token_profile_token.cpython-312.pyc - create mode 100755 users/migrations/__pycache__/0017_profile_image_cover_offsite_profile_image_offsite_and_more.cpython-310.pyc - create mode 100644 users/migrations/__pycache__/0017_profile_image_cover_offsite_profile_image_offsite_and_more.cpython-312.pyc - create mode 100755 users/migrations/__pycache__/0018_profile_bash_profile_email_password.cpython-310.pyc - create mode 100644 users/migrations/__pycache__/0018_profile_bash_profile_email_password.cpython-312.pyc - create mode 100755 users/migrations/__pycache__/0019_alter_profile_email_password.cpython-310.pyc - create mode 100644 users/migrations/__pycache__/0019_alter_profile_email_password.cpython-312.pyc - create mode 100755 users/migrations/__pycache__/0020_alter_profile_email_password.cpython-310.pyc - create mode 100644 users/migrations/__pycache__/0020_alter_profile_email_password.cpython-312.pyc - create mode 100755 users/migrations/__pycache__/0021_alter_profile_email_password.cpython-310.pyc - create mode 100644 users/migrations/__pycache__/0021_alter_profile_email_password.cpython-312.pyc - create mode 100755 users/migrations/__pycache__/0022_alter_profile_email_password.cpython-310.pyc - create mode 100644 users/migrations/__pycache__/0022_alter_profile_email_password.cpython-312.pyc - create mode 100755 users/migrations/__pycache__/0023_alter_profile_email_password.cpython-310.pyc - create mode 100644 users/migrations/__pycache__/0023_alter_profile_email_password.cpython-312.pyc - create mode 100755 users/migrations/__pycache__/0024_alter_profile_email_password.cpython-310.pyc - create mode 100644 users/migrations/__pycache__/0024_alter_profile_email_password.cpython-312.pyc - create mode 100755 users/migrations/__pycache__/0025_alter_profile_email_password.cpython-310.pyc - create mode 100644 users/migrations/__pycache__/0025_alter_profile_email_password.cpython-312.pyc - create mode 100755 users/migrations/__pycache__/0026_profile_idscan_api_key_alter_profile_email_password.cpython-310.pyc - create mode 100644 users/migrations/__pycache__/0026_profile_idscan_api_key_alter_profile_email_password.cpython-312.pyc - create mode 100755 users/migrations/__pycache__/0027_alter_profile_email_password_and_more.cpython-310.pyc - create mode 100644 users/migrations/__pycache__/0027_alter_profile_email_password_and_more.cpython-312.pyc - create mode 100755 users/migrations/__pycache__/0028_alter_profile_email_password_and_more.cpython-310.pyc - create mode 100644 users/migrations/__pycache__/0028_alter_profile_email_password_and_more.cpython-312.pyc - create mode 100755 users/migrations/__pycache__/0029_alter_profile_email_password_and_more.cpython-310.pyc - create mode 100644 users/migrations/__pycache__/0029_alter_profile_email_password_and_more.cpython-312.pyc - create mode 100755 users/migrations/__pycache__/0030_alter_profile_email_password_and_more.cpython-310.pyc - create mode 100644 users/migrations/__pycache__/0030_alter_profile_email_password_and_more.cpython-312.pyc - create mode 100755 users/migrations/__pycache__/0031_alter_profile_email_password_and_more.cpython-310.pyc - create mode 100644 users/migrations/__pycache__/0031_alter_profile_email_password_and_more.cpython-312.pyc - create mode 100755 users/migrations/__pycache__/0032_alter_profile_email_password_and_more.cpython-310.pyc - create mode 100644 users/migrations/__pycache__/0032_alter_profile_email_password_and_more.cpython-312.pyc - create mode 100755 users/migrations/__pycache__/0033_alter_profile_email_password_and_more.cpython-310.pyc - create mode 100644 users/migrations/__pycache__/0033_alter_profile_email_password_and_more.cpython-312.pyc - create mode 100755 users/migrations/__pycache__/0034_alter_profile_image_offsite.cpython-310.pyc - create mode 100644 users/migrations/__pycache__/0034_alter_profile_image_offsite.cpython-312.pyc - create mode 100755 users/migrations/__pycache__/0035_alter_profile_cover_image_alter_profile_image.cpython-310.pyc - create mode 100644 users/migrations/__pycache__/0035_alter_profile_cover_image_alter_profile_image.cpython-312.pyc - create mode 100644 users/migrations/__pycache__/0036_alter_profile_ip.cpython-312.pyc - create mode 100644 users/migrations/__pycache__/0037_historicalprofile.cpython-312.pyc - create mode 100644 users/migrations/__pycache__/0038_alter_historicalprofile_image_cover_offsite_and_more.cpython-312.pyc - create mode 100644 users/migrations/__pycache__/0039_alter_historicalprofile_refresh_token_and_more.cpython-312.pyc - create mode 100644 users/migrations/__pycache__/0040_mfatoken_age_mfatoken_key_mfatoken_permitted_and_more.cpython-312.pyc - create mode 100644 users/migrations/__pycache__/0041_remove_mfatoken_age_remove_mfatoken_key_and_more.cpython-312.pyc - create mode 100644 users/migrations/__pycache__/0042_alter_historicalprofile_enable_two_factor_authentication_and_more.cpython-312.pyc - create mode 100755 users/migrations/__pycache__/__init__.cpython-310.pyc - create mode 100644 users/migrations/__pycache__/__init__.cpython-312.pyc - create mode 100755 users/models.py - create mode 100755 users/oauth.py - create mode 100755 users/password_reset.py - create mode 100755 users/patch.py - create mode 100755 users/signals.py - create mode 100755 users/tasks.py - create mode 100755 users/templates/users/_user.html - create mode 100755 users/templates/users/email.html - create mode 100755 users/templates/users/imgur.html - create mode 100755 users/templates/users/login.html - create mode 100755 users/templates/users/login.html.save - create mode 100755 users/templates/users/logout.html - create mode 100755 users/templates/users/oauth.html - create mode 100755 users/templates/users/password_reset.html - create mode 100755 users/templates/users/password_reset_complete.html - create mode 100755 users/templates/users/password_reset_confirm.html - create mode 100755 users/templates/users/password_reset_done.html - create mode 100755 users/templates/users/password_reset_email.html - create mode 100755 users/templates/users/password_reset_html_email.html - create mode 100755 users/templates/users/profile.html - create mode 100755 users/templates/users/profile.html.save - create mode 100755 users/templates/users/register.html - create mode 100755 users/templates/users/register_modal.html - create mode 100755 users/templates/users/register_modal.js - create mode 100755 users/templates/users/resend_activation.html - create mode 100755 users/templates/users/send_auth_text.html - create mode 100755 users/templates/users/tfa.html - create mode 100755 users/templates/users/tfa_onboarding.html - create mode 100755 users/templates/users/toggle_active.html - create mode 100755 users/templates/users/toggle_gift.html - create mode 100755 users/templates/users/unsubscribe.html - create mode 100755 users/templates/users/user_confirm_delete.html - create mode 100755 users/templates/users/users.html - create mode 100755 users/templates/users/verification_email.html - create mode 100755 users/templates/users/verification_email.txt - create mode 100755 users/templates/users/verify.html - create mode 100755 users/tests.py - create mode 100755 users/tfa.py - create mode 100755 users/tokens.py - create mode 100755 users/urls.py - create mode 100755 users/username_generator.py - create mode 100755 users/utils.py - create mode 100755 users/views.py - create mode 100755 users/welcome_email.html - create mode 100755 vendors/__init__.py - create mode 100755 vendors/__pycache__/__init__.cpython-310.pyc - create mode 100755 vendors/__pycache__/__init__.cpython-312.pyc - create mode 100755 vendors/__pycache__/__init__.cpython-38.pyc - create mode 100755 vendors/__pycache__/admin.cpython-310.pyc - create mode 100755 vendors/__pycache__/admin.cpython-312.pyc - create mode 100755 vendors/__pycache__/admin.cpython-38.pyc - create mode 100755 vendors/__pycache__/apps.cpython-310.pyc - create mode 100755 vendors/__pycache__/apps.cpython-312.pyc - create mode 100755 vendors/__pycache__/apps.cpython-38.pyc - create mode 100755 vendors/__pycache__/forms.cpython-310.pyc - create mode 100644 vendors/__pycache__/forms.cpython-312.pyc - create mode 100755 vendors/__pycache__/forms.cpython-38.pyc - create mode 100755 vendors/__pycache__/models.cpython-310.pyc - create mode 100644 vendors/__pycache__/models.cpython-312.pyc - create mode 100755 vendors/__pycache__/models.cpython-38.pyc - create mode 100755 vendors/__pycache__/tests.cpython-310.pyc - create mode 100755 vendors/__pycache__/tests.cpython-312.pyc - create mode 100755 vendors/__pycache__/tests.cpython-38.pyc - create mode 100755 vendors/__pycache__/urls.cpython-310.pyc - create mode 100755 vendors/__pycache__/urls.cpython-312.pyc - create mode 100755 vendors/__pycache__/urls.cpython-38.pyc - create mode 100755 vendors/__pycache__/views.cpython-310.pyc - create mode 100644 vendors/__pycache__/views.cpython-312.pyc - create mode 100755 vendors/__pycache__/views.cpython-38.pyc - create mode 100755 vendors/admin.py - create mode 100755 vendors/apps.py - create mode 100755 vendors/forms.py - create mode 100755 vendors/migrations/0001_initial.py - create mode 100755 vendors/migrations/0002_vendorprofile_activate_surrogacy.py - create mode 100755 vendors/migrations/0003_vendorprofile_free_trial.py - create mode 100755 vendors/migrations/0004_vendorprofile_pornhub_link.py - create mode 100755 vendors/migrations/0005_vendorprofile_onlyfans_link.py - create mode 100755 vendors/migrations/0006_vendorprofile_insurance_provider.py - create mode 100755 vendors/migrations/0007_historicalvendorprofile.py - create mode 100755 vendors/migrations/0008_historicalvendorprofile_hide_profile_and_more.py - create mode 100755 vendors/migrations/0009_rename_onlyfans_link_historicalvendorprofile_content_link_and_more.py - create mode 100755 vendors/migrations/0010_historicalvendorprofile_imgur_refresh_and_more.py - create mode 100755 vendors/migrations/0011_historicalvendorprofile_imgur_time_and_more.py - create mode 100644 vendors/migrations/0012_historicalvendorprofile_bitcoin_address_and_more.py - create mode 100755 vendors/migrations/__init__.py - create mode 100755 vendors/migrations/__pycache__/0001_initial.cpython-310.pyc - create mode 100644 vendors/migrations/__pycache__/0001_initial.cpython-312.pyc - create mode 100755 vendors/migrations/__pycache__/0002_vendorprofile_activate_surrogacy.cpython-310.pyc - create mode 100644 vendors/migrations/__pycache__/0002_vendorprofile_activate_surrogacy.cpython-312.pyc - create mode 100755 vendors/migrations/__pycache__/0003_vendorprofile_free_trial.cpython-310.pyc - create mode 100644 vendors/migrations/__pycache__/0003_vendorprofile_free_trial.cpython-312.pyc - create mode 100755 vendors/migrations/__pycache__/0004_vendorprofile_pornhub_link.cpython-310.pyc - create mode 100644 vendors/migrations/__pycache__/0004_vendorprofile_pornhub_link.cpython-312.pyc - create mode 100755 vendors/migrations/__pycache__/0005_vendorprofile_onlyfans_link.cpython-310.pyc - create mode 100644 vendors/migrations/__pycache__/0005_vendorprofile_onlyfans_link.cpython-312.pyc - create mode 100755 vendors/migrations/__pycache__/0006_vendorprofile_insurance_provider.cpython-310.pyc - create mode 100644 vendors/migrations/__pycache__/0006_vendorprofile_insurance_provider.cpython-312.pyc - create mode 100644 vendors/migrations/__pycache__/0007_historicalvendorprofile.cpython-312.pyc - create mode 100644 vendors/migrations/__pycache__/0008_historicalvendorprofile_hide_profile_and_more.cpython-312.pyc - create mode 100644 vendors/migrations/__pycache__/0009_rename_onlyfans_link_historicalvendorprofile_content_link_and_more.cpython-312.pyc - create mode 100644 vendors/migrations/__pycache__/0010_historicalvendorprofile_imgur_refresh_and_more.cpython-312.pyc - create mode 100644 vendors/migrations/__pycache__/0011_historicalvendorprofile_imgur_time_and_more.cpython-312.pyc - create mode 100644 vendors/migrations/__pycache__/0012_historicalvendorprofile_bitcoin_address_and_more.cpython-312.pyc - create mode 100755 vendors/migrations/__pycache__/__init__.cpython-310.pyc - create mode 100644 vendors/migrations/__pycache__/__init__.cpython-312.pyc - create mode 100755 vendors/models.py - create mode 100755 vendors/templates/vendors/send_bitcoin.html - create mode 100755 vendors/templates/vendors/vendor_preferences.html - create mode 100755 vendors/tests.py - create mode 100755 vendors/urls.py - create mode 100755 vendors/views.py - create mode 100755 verify/__init__.py - create mode 100755 verify/__pycache__/__init__.cpython-310.pyc - create mode 100755 verify/__pycache__/__init__.cpython-312.pyc - create mode 100755 verify/__pycache__/__init__.cpython-38.pyc - create mode 100755 verify/__pycache__/admin.cpython-310.pyc - create mode 100755 verify/__pycache__/admin.cpython-312.pyc - create mode 100755 verify/__pycache__/admin.cpython-38.pyc - create mode 100755 verify/__pycache__/apps.cpython-310.pyc - create mode 100755 verify/__pycache__/apps.cpython-312.pyc - create mode 100755 verify/__pycache__/apps.cpython-38.pyc - create mode 100755 verify/__pycache__/barcode.cpython-310.pyc - create mode 100644 verify/__pycache__/barcode.cpython-312.pyc - create mode 100755 verify/__pycache__/barcode.cpython-38.pyc - create mode 100755 verify/__pycache__/blur_detection.cpython-310.pyc - create mode 100755 verify/__pycache__/blur_detection.cpython-312.pyc - create mode 100755 verify/__pycache__/blur_detection.cpython-38.pyc - create mode 100755 verify/__pycache__/forensics.cpython-310.pyc - create mode 100644 verify/__pycache__/forensics.cpython-312.pyc - create mode 100755 verify/__pycache__/forensics.cpython-38.pyc - create mode 100755 verify/__pycache__/forms.cpython-310.pyc - create mode 100644 verify/__pycache__/forms.cpython-312.pyc - create mode 100755 verify/__pycache__/forms.cpython-38.pyc - create mode 100755 verify/__pycache__/handlers.cpython-312.pyc - create mode 100755 verify/__pycache__/idscan.cpython-310.pyc - create mode 100644 verify/__pycache__/idscan.cpython-312.pyc - create mode 100755 verify/__pycache__/idscan.cpython-38.pyc - create mode 100755 verify/__pycache__/models.cpython-310.pyc - create mode 100755 verify/__pycache__/models.cpython-312.pyc - create mode 100755 verify/__pycache__/models.cpython-38.pyc - create mode 100755 verify/__pycache__/ocr.cpython-310.pyc - create mode 100644 verify/__pycache__/ocr.cpython-312.pyc - create mode 100755 verify/__pycache__/ocr.cpython-38.pyc - create mode 100755 verify/__pycache__/pdf417.cpython-38.pyc - create mode 100755 verify/__pycache__/pdf417dict.cpython-38.pyc - create mode 100755 verify/__pycache__/process_barcode.cpython-310.pyc - create mode 100644 verify/__pycache__/process_barcode.cpython-312.pyc - create mode 100755 verify/__pycache__/process_barcode.cpython-38.pyc - create mode 100755 verify/__pycache__/tests.cpython-312.pyc - create mode 100755 verify/__pycache__/urls.cpython-310.pyc - create mode 100755 verify/__pycache__/urls.cpython-312.pyc - create mode 100755 verify/__pycache__/urls.cpython-38.pyc - create mode 100755 verify/__pycache__/validation.cpython-310.pyc - create mode 100644 verify/__pycache__/validation.cpython-312.pyc - create mode 100755 verify/__pycache__/validation.cpython-38.pyc - create mode 100755 verify/__pycache__/verify.cpython-310.pyc - create mode 100755 verify/__pycache__/verify.cpython-312.pyc - create mode 100755 verify/__pycache__/verify.cpython-38.pyc - create mode 100755 verify/__pycache__/views.cpython-310.pyc - create mode 100755 verify/__pycache__/views.cpython-312.pyc - create mode 100755 verify/__pycache__/views.cpython-38.pyc - create mode 100755 verify/admin.py - create mode 100755 verify/apps.py - create mode 100755 verify/barcode.py - create mode 100755 verify/blur_detection.py - create mode 100755 verify/forensics.py - create mode 100755 verify/forms.py - create mode 100755 verify/handlers.py - create mode 100755 verify/idscan.py - create mode 100755 verify/migrations/0001_initial.py - create mode 100755 verify/migrations/0002_veriflow.py - create mode 100755 verify/migrations/0003_identitydocument_document_back_isolated.py - create mode 100755 verify/migrations/0004_identitydocument_document_isolated.py - create mode 100755 verify/migrations/__init__.py - create mode 100755 verify/migrations/__pycache__/0001_initial.cpython-310.pyc - create mode 100644 verify/migrations/__pycache__/0001_initial.cpython-312.pyc - create mode 100644 verify/migrations/__pycache__/0002_veriflow.cpython-312.pyc - create mode 100644 verify/migrations/__pycache__/0003_identitydocument_document_back_isolated.cpython-312.pyc - create mode 100644 verify/migrations/__pycache__/0004_identitydocument_document_isolated.cpython-312.pyc - create mode 100755 verify/migrations/__pycache__/__init__.cpython-310.pyc - create mode 100644 verify/migrations/__pycache__/__init__.cpython-312.pyc - create mode 100755 verify/models.py - create mode 100755 verify/ocr.py - create mode 100755 verify/pdf417.py - create mode 100755 verify/pdf417dict.py - create mode 100755 verify/process_barcode.py - create mode 100755 verify/templates/verify/ofage.html - create mode 100755 verify/templates/verify/verify.html - create mode 100755 verify/tests.py - create mode 100755 verify/urls.py - create mode 100755 verify/validation.py - create mode 100755 verify/verify.py - create mode 100755 verify/views.py - create mode 100755 vibe/__init__.py - create mode 100755 vibe/__pycache__/__init__.cpython-310.pyc - create mode 100755 vibe/__pycache__/__init__.cpython-312.pyc - create mode 100755 vibe/__pycache__/__init__.cpython-38.pyc - create mode 100755 vibe/__pycache__/admin.cpython-310.pyc - create mode 100755 vibe/__pycache__/admin.cpython-312.pyc - create mode 100755 vibe/__pycache__/admin.cpython-38.pyc - create mode 100755 vibe/__pycache__/apps.cpython-310.pyc - create mode 100755 vibe/__pycache__/apps.cpython-312.pyc - create mode 100755 vibe/__pycache__/apps.cpython-38.pyc - create mode 100755 vibe/__pycache__/consumers.cpython-310.pyc - create mode 100644 vibe/__pycache__/consumers.cpython-312.pyc - create mode 100755 vibe/__pycache__/consumers.cpython-38.pyc - create mode 100755 vibe/__pycache__/models.cpython-310.pyc - create mode 100755 vibe/__pycache__/models.cpython-312.pyc - create mode 100755 vibe/__pycache__/models.cpython-38.pyc - create mode 100755 vibe/__pycache__/tests.cpython-312.pyc - create mode 100755 vibe/__pycache__/urls.cpython-310.pyc - create mode 100755 vibe/__pycache__/urls.cpython-312.pyc - create mode 100755 vibe/__pycache__/urls.cpython-38.pyc - create mode 100755 vibe/__pycache__/views.cpython-310.pyc - create mode 100755 vibe/__pycache__/views.cpython-312.pyc - create mode 100755 vibe/__pycache__/views.cpython-38.pyc - create mode 100755 vibe/admin.py - create mode 100755 vibe/apps.py - create mode 100755 vibe/consumers.py - create mode 100755 vibe/migrations/0001_initial.py - create mode 100755 vibe/migrations/__init__.py - create mode 100755 vibe/migrations/__pycache__/0001_initial.cpython-310.pyc - create mode 100644 vibe/migrations/__pycache__/0001_initial.cpython-312.pyc - create mode 100755 vibe/migrations/__pycache__/__init__.cpython-310.pyc - create mode 100644 vibe/migrations/__pycache__/__init__.cpython-312.pyc - create mode 100755 vibe/models.py - create mode 100755 vibe/templates/vibe/goodvibe.html - create mode 100755 vibe/templates/vibe/receive_vibe-backup.html - create mode 100755 vibe/templates/vibe/receive_vibe.html - create mode 100755 vibe/templates/vibe/recieve_vibe.html - create mode 100755 vibe/templates/vibe/remote_vibe.html - create mode 100755 vibe/templates/vibe/vibe.html - create mode 100755 vibe/tests.py - create mode 100755 vibe/urls.py - create mode 100755 vibe/views.py - create mode 100755 views.py - create mode 100755 vision/haarcascade_mcs_nose.xml - create mode 100755 voice/__init__.py - create mode 100755 voice/__pycache__/__init__.cpython-310.pyc - create mode 100755 voice/__pycache__/__init__.cpython-312.pyc - create mode 100755 voice/__pycache__/__init__.cpython-38.pyc - create mode 100755 voice/__pycache__/admin.cpython-310.pyc - create mode 100755 voice/__pycache__/admin.cpython-312.pyc - create mode 100755 voice/__pycache__/admin.cpython-38.pyc - create mode 100755 voice/__pycache__/ai.cpython-312.pyc - create mode 100755 voice/__pycache__/apps.cpython-310.pyc - create mode 100755 voice/__pycache__/apps.cpython-312.pyc - create mode 100755 voice/__pycache__/apps.cpython-38.pyc - create mode 100755 voice/__pycache__/autocall.cpython-310.pyc - create mode 100755 voice/__pycache__/autocall.cpython-312.pyc - create mode 100755 voice/__pycache__/autocall.cpython-38.pyc - create mode 100755 voice/__pycache__/forms.cpython-310.pyc - create mode 100755 voice/__pycache__/forms.cpython-312.pyc - create mode 100755 voice/__pycache__/forms.cpython-38.pyc - create mode 100755 voice/__pycache__/models.cpython-310.pyc - create mode 100755 voice/__pycache__/models.cpython-312.pyc - create mode 100755 voice/__pycache__/models.cpython-38.pyc - create mode 100755 voice/__pycache__/tests.cpython-312.pyc - create mode 100755 voice/__pycache__/urls.cpython-310.pyc - create mode 100755 voice/__pycache__/urls.cpython-312.pyc - create mode 100755 voice/__pycache__/urls.cpython-38.pyc - create mode 100755 voice/__pycache__/views.cpython-310.pyc - create mode 100755 voice/__pycache__/views.cpython-312.pyc - create mode 100755 voice/__pycache__/views.cpython-38.pyc - create mode 100755 voice/admin.py - create mode 100755 voice/ai.py - create mode 100755 voice/apps.py - create mode 100755 voice/autocall.py - create mode 100755 voice/forms.py - create mode 100755 voice/migrations/0001_initial.py - create mode 100755 voice/migrations/0002_voiceprofile_call_logs.py - create mode 100755 voice/migrations/__init__.py - create mode 100755 voice/migrations/__pycache__/0001_initial.cpython-310.pyc - create mode 100644 voice/migrations/__pycache__/0001_initial.cpython-312.pyc - create mode 100644 voice/migrations/__pycache__/0002_voiceprofile_call_logs.cpython-312.pyc - create mode 100755 voice/migrations/__pycache__/__init__.cpython-310.pyc - create mode 100644 voice/migrations/__pycache__/__init__.cpython-312.pyc - create mode 100755 voice/models.py - create mode 100755 voice/templates/voice/add_option.html - create mode 100755 voice/templates/voice/add_optipn - create mode 100755 voice/templates/voice/calls.html - create mode 100755 voice/templates/voice/interactive.html - create mode 100755 voice/templates/voice/interactives.html - create mode 100755 voice/tests.py - create mode 100755 voice/urls.py - create mode 100755 voice/views.py - create mode 100755 web/__init__.py - create mode 100755 web/__pycache__/__init__.cpython-310.pyc - create mode 100755 web/__pycache__/__init__.cpython-312.pyc - create mode 100755 web/__pycache__/admin.cpython-310.pyc - create mode 100755 web/__pycache__/admin.cpython-312.pyc - create mode 100755 web/__pycache__/apps.cpython-310.pyc - create mode 100755 web/__pycache__/apps.cpython-312.pyc - create mode 100755 web/__pycache__/generate.cpython-310.pyc - create mode 100755 web/__pycache__/generate.cpython-312.pyc - create mode 100755 web/__pycache__/models.cpython-310.pyc - create mode 100755 web/__pycache__/models.cpython-312.pyc - create mode 100755 web/__pycache__/tests.cpython-312.pyc - create mode 100755 web/admin.py - create mode 100755 web/apps.py - create mode 100755 web/generate.py - create mode 100755 web/generate.py.save - create mode 100755 web/migrations/__init__.py - create mode 100755 web/migrations/__pycache__/__init__.cpython-310.pyc - create mode 100644 web/migrations/__pycache__/__init__.cpython-312.pyc - create mode 100755 web/models.py - create mode 160000 web/site - create mode 100755 web/templates/web/404.html - create mode 100755 web/templates/web/ad.html - create mode 100755 web/templates/web/base.html - create mode 100755 web/templates/web/contact.html - create mode 100755 web/templates/web/index.html - create mode 100755 web/templates/web/landing.html - create mode 100755 web/templates/web/language.html - create mode 100755 web/templates/web/miner.html - create mode 100755 web/templates/web/news.html - create mode 100755 web/templates/web/post.html - create mode 100755 web/templates/web/private.html - create mode 100755 web/templates/web/recovery.html - create mode 100755 web/templates/web/sitemap.xml - create mode 100755 web/templates/web/social.html - create mode 100755 web/tests.py - create mode 100755 web/views.py - create mode 100755 write_dovecot.py +Reinitialized existing Git repository in /home/team/lotteh/.git/ +[main 5da28a7] backup + 120 files changed, 296 insertions(+), 6609 deletions(-) + create mode 100644 cache/04ae118182e05519f45c7fbe937c1b81.djcache + create mode 100644 cache/0a98e2a20f5b16fe707708fa66da172b.djcache + create mode 100644 cache/0e0020044ec9b60352e5db1097f1d4d2.djcache + create mode 100644 cache/0eefa848f7de043666c70fc75ce601be.djcache + create mode 100644 cache/0f686582e67617de9c92864e6f68c61d.djcache + create mode 100644 cache/11c7cd72d2abf32f374f5a78309dfbe7.djcache + create mode 100644 cache/243ca41bcb11ffb565d2e15e7dd963f8.djcache + create mode 100644 cache/250208bc87b8c36e01aac7c238e43310.djcache + create mode 100644 cache/2ae58edd8b81fb5ed3f14e2cd3884527.djcache + create mode 100644 cache/2ea097d3f20fbe271cda37c7b7399c67.djcache + create mode 100644 cache/331bd79cc7f06ede631d7cffbe6ab46d.djcache + create mode 100644 cache/342a1ca57ec6dab9c16f4d3cc3665961.djcache + create mode 100644 cache/37d8198f191f9d43f4d24757b7b51a35.djcache + create mode 100644 cache/3d96b22c92c0e040e8e5eeb34edd2928.djcache + create mode 100644 cache/3dff05e0460245e659b745838ba99ff6.djcache + create mode 100644 cache/3e2c81db8cfa813c6d6ddd5d8b86738d.djcache + create mode 100644 cache/419809d09cdf650bceb68f322c8800f2.djcache + create mode 100644 cache/43347b0654b2a554702e7046b8763338.djcache + create mode 100644 cache/444e8de634643a727297e72fdd779bd7.djcache + create mode 100644 cache/4456bd73102c595ad8d752583d130650.djcache + create mode 100644 cache/473cacb9f5370834ae85a9bfa3549806.djcache + create mode 100644 cache/48877c071862bfa8cb28a9ecc9c8646b.djcache + create mode 100644 cache/4a92529118c52c153f1bdc684e09d8b1.djcache + create mode 100644 cache/50417b9733445401e1c9e84e36154a07.djcache + create mode 100644 cache/5bf989c55b316e0e40076b45723a50b2.djcache + create mode 100644 cache/5edb2d289e04902a68175b0db700e365.djcache + create mode 100644 cache/6093b5e09ed6b71d9b3e8932b9b6bab5.djcache + create mode 100644 cache/6132827559ecb546fadacbecd1ec010a.djcache + create mode 100644 cache/673b93903ccf30f5ff43a6f40a94f68a.djcache + create mode 100644 cache/6ca6507ccaef064e1a2781d57fbcaf35.djcache + create mode 100644 cache/7ac59ecdccec21f111e984096d3e7c49.djcache + create mode 100644 cache/7d9c8f0575d421258eac81577a3aaba7.djcache + create mode 100644 cache/7f2a80aa50d11dc71f24a93c9c7db692.djcache + create mode 100644 cache/8282dc322516e93452b5df6530b80298.djcache + create mode 100644 cache/85a61e167f965a63f8361bdef411bc88.djcache + create mode 100644 cache/8786343fdf6ce1a805f32fad03f0fc98.djcache + create mode 100644 cache/87abe1aca42b9db82e42715be7e5b1af.djcache + create mode 100644 cache/88f6550551151d92a6c4253d92fe1319.djcache + create mode 100644 cache/895bd534da447ec343d81506149fbb5f.djcache + create mode 100644 cache/947a67266133b613380fd10c8d56d034.djcache + create mode 100644 cache/997311aab34dde784eaf4ca0fa0fe015.djcache + create mode 100644 cache/99820e031a7640ef410eb30acb3a51b3.djcache + create mode 100644 cache/9c8eafae223db8fd3c86e300b555843f.djcache + create mode 100644 cache/9d92da1352c36d37d32786a41a7347e9.djcache + create mode 100644 cache/9e12d164d90221ee67180521618d0065.djcache + create mode 100644 cache/a337390a955d9941fa62b01fb3b66997.djcache + create mode 100644 cache/a832176fc4ec41188787b254484c9b61.djcache + create mode 100644 cache/a8f26624c391fc196ae1f9b38519c67d.djcache + create mode 100644 cache/a8fe2d7269d5dfbf21630dcdae764e3a.djcache + create mode 100644 cache/aa7e61d1f646200da34e66b8adba097d.djcache + create mode 100644 cache/af4552cb22b1116002d7d9dcae2f5a4f.djcache + create mode 100644 cache/b1c295de0d62a9c01e785cc55df50d1c.djcache + create mode 100644 cache/bad1e81907db983bae4e1b1ffb91c2f5.djcache + create mode 100644 cache/be9c87907c1faa3c9d4009326c0ca0c1.djcache + create mode 100644 cache/c2d6dc124203fbec8ba68c032c175559.djcache + create mode 100644 cache/c454b5652453a47b2e69abba90074d64.djcache + create mode 100644 cache/c89b51e63dded76e46a5bca0005d6989.djcache + create mode 100644 cache/c8d3c546d6e09ac8cceba9709197defb.djcache + create mode 100644 cache/ce5c20c1a064d00adde264547b1dbc0e.djcache + create mode 100644 cache/d075a91c3bd94fc2c1cb69e8cbe3bee2.djcache + create mode 100644 cache/d3f11ecd11fe629c9bd39408bea8517b.djcache + create mode 100644 cache/d687c2c8de05bb9be7d4d744812da330.djcache + create mode 100644 cache/d6fbff7268d9464807cb1e0182e0e53e.djcache + create mode 100644 cache/d8859acf1a2fe86f35c8877bd3f921e9.djcache + create mode 100644 cache/d905f03a37763105eaaede71e3ded6ec.djcache + create mode 100644 cache/dc146192ff9d8e0a2bfc18ece7d451fa.djcache + create mode 100644 cache/e119bf94e770b3863482a56262601389.djcache + create mode 100644 cache/e6103520c0536d946f9a8366633e806f.djcache + create mode 100644 cache/e7a3b4eb4376e506c638172d354b6728.djcache + create mode 100644 cache/e89f372a726e59b0e5ca3643b6b072ec.djcache + create mode 100644 cache/e9aaf81d3c9acd759e66f16e3b637512.djcache + create mode 100644 cache/eb75d8c4e7a27c19245e7ab36332eaeb.djcache + create mode 100644 cache/edec422a9879a5253c1bebc7e67878ba.djcache + create mode 100644 cache/f23282416eb5b4b6f8185eebc8cb9879.djcache + create mode 100644 cache/f2b9d5255d5130bd7dcbebfa61216873.djcache + create mode 100644 cache/f7752fabd97c8bdc3b3038a098290d0c.djcache + create mode 100644 cache/f7a2963516045b6330bc659e9b292f37.djcache + create mode 100644 cache/f8932a440a655840bd33a7cb8886ca20.djcache + create mode 100644 cache/f89927017567d87e857a00cd327f9abd.djcache + create mode 100644 cache/fbd63d5e583f16cc972eae15689a7db8.djcache + create mode 100644 cache/fdfe48e31185ef77ae629d7cf963ce8c.djcache + create mode 100644 cache/fff875c7cba05cfb1d1336d352f81099.djcache + create mode 100644 data/feed-bid.json + create mode 100644 data/sessions-dj.json.aa + create mode 100644 data/sessions-dj.json.ab branch 'main' set up to track 'originlab/main'. +sending incremental file list +./ +.gitignore diff --git a/backup_date.txt b/backup_date.txt index 55838a698..ce6fe0d8f 100755 --- a/backup_date.txt +++ b/backup_date.txt @@ -1 +1 @@ -Thu Jan 23 10:20:53 AM PST 2025 +Thu Jan 23 12:14:16 PM PST 2025 diff --git a/backup_init_date.txt b/backup_init_date.txt index d152d70b3..59dd875ff 100755 --- a/backup_init_date.txt +++ b/backup_init_date.txt @@ -1 +1 @@ -Thu Jan 23 10:20:37 AM PST 2025 +Thu Jan 23 12:00:01 PM PST 2025 diff --git a/requirements.txt b/requirements.txt index 51824bab3..bfc3ba50a 100755 --- a/requirements.txt +++ b/requirements.txt @@ -1,261 +1,262 @@ -absl-py==2.1.0 -aiosignal==1.3.2 -altair==5.5.0 -AMFM_decompy==1.0.11 -amqp==5.3.1 -annotated-types==0.7.0 -apprise==1.9.1 -asn1crypto==1.5.1 -astunparse==1.6.3 -Automat==24.8.1 -bcrypt==4.2.1 -beautifulsoup4==4.12.3 -billiard==4.2.1 -bleach==6.2.0 -blinker==1.9.0 -boto3==1.35.93 -botocore==1.35.93 -cbor2==5.6.5 -celery==5.4.0 -certifi==2024.12.14 -chardet==3.0.4 -coloredlogs==15.0.1 -constantly==23.10.4 -contourpy==1.3.1 -crepe==0.0.16 -crispy-bootstrap4==2024.10 -cssselect==1.2.0 -cycler==0.12.1 -Cython==3.0.11 -decorator==5.1.1 -Django==5.1.4 -django-address==0.2.8 -django-allauth==65.3.1 -django-cors-headers==4.6.0 -django-crispy-forms==2.3 -django-extensions==3.2.3 -django-jsignature==0.12 -django-pwa-webpush==1.1.3 -django-recaptcha==4.0.0 -django-simple-history==3.7.0 -django-storages==1.14.4 -django-summernote==0.8.20.0 -django-webauth==0.1.2 -django-webpush==0.3.6 -dnspython==2.7.0 -dsplib==0.10.1 -email_validator==2.2.0 -facexlib==0.3.0 -ffmpeg==1.4 -filelock==3.16.1 -filterpy==1.4.5 -flatbuffers==24.12.23 -fonttools==4.55.3 -frozenlist==1.5.0 -fsspec==2024.12.0 -ftfy==6.3.1 -future==1.0.0 -gast==0.6.0 -gitdb==4.0.12 -GitPython==3.1.44 -google-api-core==2.24.0 -google-api-python-client==2.157.0 -google-auth==2.37.0 -google-auth-httplib2==0.2.0 -google-auth-oauthlib==1.2.1 -google-oauth==1.0.1 -google-pasta==0.2.0 -googleapis-common-protos==1.66.0 -googletrans==3.1.0a0 -grpcio==1.69.0 -h11==0.9.0 -h2==3.2.0 -h5py==3.12.1 -hmmlearn==0.3.3 -hpack==3.0.0 -hstspreload==2025.1.1 -http_ece==1.2.1 -httpcore==0.9.1 -httplib2==0.22.0 -httpx==0.13.3 -huggingface-hub==0.27.1 -humanfriendly==10.0 -hyperframe==5.2.0 -hyperlink==21.0.0 -idna==2.10 -ijson==3.3.0 -imageio==2.36.1 -imageio-ffmpeg==0.5.1 -importlib-metadata==6.11.0 -imutils==0.5.4 -incremental==24.7.2 -jellyfish==1.1.3 -Jinja2==3.1.5 -jmespath==1.0.1 -joblib==1.4.2 -jsonschema==4.23.0 -jsonschema-specifications==2024.10.1 -jwt==1.3.1 -keras==3.7.0 -kiwisolver==1.4.8 -kombu==5.4.2 -langdetect==1.0.9 -lazy_loader==0.4 -libclang==18.1.1 -llvmlite==0.43.0 -lmdb==1.6.2 -lxml==5.3.0 -Markdown==3.7 -markdown-it-py==3.0.0 -MarkupSafe==3.0.2 -matplotlib==3.10.0 -mdurl==0.1.2 -ml-dtypes==0.4.1 -moviepy==2.1.1 -mpmath==1.3.0 -msgpack==1.1.0 -multidict==6.1.0 -namex==0.0.8 -narwhals==1.21.0 -networkx==3.4.2 -nudenet==3.4.2 -numba==0.60.0 -nvidia-cublas-cu12==12.5.3.2 -nvidia-cuda-cupti-cu12==12.5.82 -nvidia-cuda-nvcc-cu12==12.5.82 -nvidia-cuda-nvrtc-cu12==12.5.82 -nvidia-cuda-runtime-cu12==12.5.82 -nvidia-cudnn-cu12==9.3.0.75 -nvidia-cufft-cu12==11.2.3.61 -nvidia-curand-cu12==10.3.6.82 -nvidia-cusolver-cu12==11.6.3.83 -nvidia-cusparse-cu12==12.5.1.3 -nvidia-nccl-cu12==2.21.5 -nvidia-nvjitlink-cu12==12.5.82 -nvidia-nvtx-cu12==12.1.105 -oauth2client==4.1.3 -oauthlib==3.2.2 -onnxruntime==1.20.1 -openai-clip==1.0.1 -opt_einsum==3.4.0 -optree==0.13.1 -packaging==23.2 -pandas==2.2.3 -penn==0.0.14 -Pillow==9.5.0 -pitch-detectors==0.7.0 -platformdirs==4.3.6 -pooch==1.8.2 -praat-parselmouth==0.4.5 -priority==1.3.0 -proglog==0.1.10 -prompt_toolkit==3.0.48 -propcache==0.2.1 -proto-plus==1.25.0 -protobuf==4.25.5 -psycopg2==2.9.10 -pyaml==25.1.0 -pyarrow==18.1.0 -pyasn1==0.6.1 -pyasn1_modules==0.4.1 -pycares==4.5.0 -pycparser==2.22 -pycryptodome==3.21.0 -pydeck==0.9.1 -pydub==0.25.1 -Pygments==2.19.1 -pyheif==0.5.1 -PyJWT==2.10.1 -PyNaCl==1.5.0 -pyOpenSSL==24.3.0 -pyotp==2.9.0 -pyparsing==3.2.1 -pyquery==2.0.1 -pyreaper==0.0.10 -pysptk==1.0.1 -python-dateutil==2.9.0.post0 -python-docx==1.1.2 -python-dotenv==1.0.1 -python-magic==0.4.27 -pytz==2024.2 -pyworld==0.3.4 -PyYAML==6.0.2 -realesrgan==0.3.0 -redis==5.2.1 -referencing==0.35.1 -regex==2024.11.6 -requests==2.26.0 -requests-oauthlib==2.0.0 -resampy==0.4.3 -rfc3986==1.5.0 -rich==13.9.4 -rpds-py==0.22.3 -rsa==4.9 -s3transfer==0.10.4 -safetensors==0.5.0 -scikit-image==0.25.0 -scikit-learn==1.6.0 -scipy==1.15.0 -sentry-sdk==2.19.2 -sewar==0.4.6 -six==1.17.0 -smmap==5.0.2 -sniffio==1.3.1 -soundfile==0.13.0 -soupsieve==2.6 -soxr==0.5.0.post1 -SpeechRecognition==3.13.0 -sqlparse==0.5.3 -streamlit==1.27.0 -stripe==11.4.1 -sympy==1.13.3 -tb-nightly==2.19.0a20250106 -tenacity==8.5.0 -tensorboard==2.18.0 -tensorboard-data-server==0.7.2 -tensorrt==10.0.1 -tensorrt-cu12-bindings==10.7.0 -tensorrt-cu12-libs==10.7.0 -tensorrt_cu12==10.7.0 -termcolor==2.5.0 -tf_keras==2.18.0 -threadpoolctl==3.5.0 -tifffile==2024.12.12 -tokenizers==0.21.0 -toml==0.10.2 -torch==2.2.0 -torch-yin==0.1.3 -torchaudio==2.5.1 -torchcrepe==0.0.23 -torchutil==0.0.14 -torchvision==0.17.0 -tornado==6.4.2 -tqdm==4.67.1 -transformers==4.47.1 -triton==2.2.0 -Twisted==24.11.0 -txaio==23.1.1 -tzdata==2024.2 -tzlocal==5.2 -uritemplate==4.1.1 -uritools==4.0.3 -urlextract==1.9.0 -validators==0.34.0 -vine==5.1.0 -watchdog==6.0.0 -wcwidth==0.2.13 -webencodings==0.5.1 -Werkzeug==3.1.3 -whatimage==0.0.3 -wheel==0.45.1 -wrapt==1.17.0 -yapecs==0.0.8 -yapf==0.43.0 -yarl==1.18.3 -zipp==3.21.0 -zope.interface==7.2 -zxing==1.0.3 -setuptools==58.2.0 +absl-py +aiosignal +altair +AMFM_decompy +amqp +annotated-types +apprise +asn1crypto +astunparse +Automat +bcrypt +beautifulsoup4 +billiard +bleach +blinker +boto3 +botocore +cbor2 +celery +certifi +chardet +coloredlogs +constantly +contourpy +crepe +crispy-bootstrap4 +cssselect +cycler +Cython +decorator +Django +django-address +django-allauth +django-cors-headers +django-crispy-forms +django-extensions +django-jsignature +django-pwa-webpush +django-recaptcha +django-simple-history +django-storages +django-summernote +django-webauth +django-webpush +dnspython +dsplib +email_validator +facexlib +ffmpeg +filelock +filterpy +flatbuffers +fonttools +frozenlist +fsspec +ftfy +future +gast +# Editable Git install with no remote (gfpgan +gitdb +GitPython +google-api-core +google-api-python-client +google-auth +google-auth-httplib2 +google-auth-oauthlib +google-oauth +google-pasta +googleapis-common-protos +googletrans +grpcio +h11 +h2 +h5py +hmmlearn +hpack +hstspreload +http_ece +httpcore +httplib2 +httpx +huggingface-hub +humanfriendly +hyperframe +hyperlink +idna +ijson +imageio +imageio-ffmpeg +importlib-metadata +imutils +incremental +jellyfish +Jinja2 +jmespath +joblib +jsonschema +jsonschema-specifications +jwt +keras +kiwisolver +kombu +langdetect +lazy_loader +libclang +llvmlite +lmdb +lxml +Markdown +markdown-it-py +MarkupSafe +matplotlib +mdurl +ml-dtypes +moviepy +mpmath +msgpack +multidict +namex +narwhals +networkx +nudenet +numba +nvidia-cublas-cu12 +nvidia-cuda-cupti-cu12 +nvidia-cuda-nvcc-cu12 +nvidia-cuda-nvrtc-cu12 +nvidia-cuda-runtime-cu12 +nvidia-cudnn-cu12 +nvidia-cufft-cu12 +nvidia-curand-cu12 +nvidia-cusolver-cu12 +nvidia-cusparse-cu12 +nvidia-nccl-cu12 +nvidia-nvjitlink-cu12 +nvidia-nvtx-cu12 +oauth2client +oauthlib +onnxruntime +openai-clip +opt_einsum +optree +packaging +pandas +penn +Pillow +pitch-detectors +platformdirs +pooch +praat-parselmouth +priority +proglog +prompt_toolkit +propcache +proto-plus +protobuf +psycopg2 +pyaml +pyarrow +pyasn1 +pyasn1_modules +pycares +pycparser +pycryptodome +pydeck +pydub +Pygments +pyheif +PyJWT +PyNaCl +pyOpenSSL +pyotp +pyparsing +pyquery +pyreaper +pysptk +python-dateutil +python-docx +python-dotenv +python-magic +pytz +pyworld +PyYAML +realesrgan +redis +referencing +regex +requests +requests-oauthlib +resampy +rfc3986 +rich +rpds-py +rsa +s3transfer +safetensors +scikit-image +scikit-learn +scipy +sentry-sdk +sewar +six +smmap +sniffio +soundfile +soupsieve +soxr +SpeechRecognition +sqlparse +streamlit +stripe +sympy +tb-nightly +tenacity +tensorboard +tensorboard-data-server +tensorrt +tensorrt-cu12-bindings +tensorrt-cu12-libs +tensorrt_cu12 +termcolor +tf_keras +threadpoolctl +tifffile +tokenizers +toml +torch +torch-yin +torchaudio +torchcrepe +torchutil +torchvision +tornado +tqdm +transformers +triton +Twisted +txaio +tzdata +tzlocal +uritemplate +uritools +urlextract +validators +vine +watchdog +wcwidth +webencodings +Werkzeug +whatimage +wheel +wrapt +yapecs +yapf +yarl +zipp +zope.interface +zxing +setuptools twilio autocorrect paramiko