Tags

Tags give the ability to mark specific points in history as being important
  • v0.3.16

    V0.3.16: added ae_i18n portion and enhanced admin names for the models Pubz and Logz
    
    M  oaio_server/__init__.py
    M  oapi/models.py
    M  requirements.txt
  • v0.3.15

    V0.3.15: replaced unsubscribe view with enhanced subscribe view
    
    D  db.sqlite3.backup
    M  oaio_server/__init__.py
    A  oapi/migrations/0002_alter_pubz_access_right.py
    M  oapi/models.py
    M  oapi/urls.py
    M  oapi/views.py
    M  tests/test_oapi_views.py
  • v0.3.14

    V0.3.14: consolidated naming to access_right (from write_access) and added userz_right model and view
    
    M  .gitignore
    M  .gitlab-ci.yml
    M  .readthedocs.yaml
    M  CONTRIBUTING.rst
    M  LICENSE.md
    M  SECURITY.md
    A  db.sqlite3.backup
    M  dev_requirements.txt
    M  docs/Makefile
    M  docs/conf.py
    M  docs/index.rst
    M  docs/requirements.txt
    M  oaio_server/__init__.py
    M  oapi/migrations/0001_initial.py
    D  oapi/migrations/0002_alter_appz_options_alter_cshz_options_and_more.py
    M  oapi/models.py
    M  oapi/urls.py
    M  oapi/views.py
    M  setup.py
    M  tests/api_records_to_test.py
    M  tests/conftest.py
    M  tests/requirements.txt
    M  tests/test_oaio_server.py
    M  tests/test_oapi_models.py
    M  tests/test_oapi_views.py
  • v0.3.13

    V0.3.13: added user_names and wipe_user api endpoints and views
    
    M  README.md
    M  oaio_server/__init__.py
    M  oapi/models.py
    M  oapi/urls.py
    M  oapi/views.py
    M  tests/test_cms.py
    M  tests/test_oapi_models.py
    M  tests/test_oapi_views.py
  • v0.3.12

    V0.3.12: added tests for unsubscribe-user view and model
    
    M  oaio_server/__init__.py
    M  oapi/models.py
    M  tests/test_oapi_models.py
    M  tests/test_oapi_views.py
  • v0.3.11

    V0.3.11: added unsubscribe url view model
    
    M  oaio_server/__init__.py
    M  oapi/models.py
    M  oapi/urls.py
    M  oapi/views.py
  • v0.3.10

    V0.3.10: refactored from ae.cdnz to ae.cloud_storage
    
    M  README.md
    M  oaio_server/__init__.py
    M  oapi/admin.py
    M  oapi/migrations/0001_initial.py
    A  oapi/migrations/0002_alter_appz_options_alter_cshz_options_and_more.py
    D  oapi/migrations/0002_remove_userz_created_at_remove_userz_csrf_token_and_more.py
    M  oapi/models.py
    M  oapi/urls.py
    M  oapi/views.py
    M  tests/api_records_to_test.py
    M  tests/test_oapi_models.py
    M  tests/test_oapi_views.py
  • v0.3.9

    V0.3.9: enhanced error detection handling and propagation
    
    M  README.md
    M  oaio_server/__init__.py
    M  oapi/models.py
    M  oapi/views.py
    M  tests/test_oapi_views.py
  • v0.3.8

    V0.3.8: complete test coverage for models and views
    
    M  .gitignore
    M  .gitlab-ci.yml
    M  .readthedocs.yaml
    M  CONTRIBUTING.rst
    M  LICENSE.md
    M  SECURITY.md
    M  dev_requirements.txt
    M  docs/Makefile
    M  docs/conf.py
    M  docs/index.rst
    M  docs/requirements.txt
    M  oaio_server/__init__.py
    M  oaio_server/settings.py
    D  oapi/middleware.py
    A  oapi/migrations/0002_remove_userz_created_at_remove_userz_csrf_token_and_more.py
    M  oapi/models.py
    M  oapi/urls.py
    M  oapi/views.py
    A  requirements_pythonanywhere.txt
    M  setup.py
    M  tests/api_records_to_test.py
    M  tests/conftest.py
    M  tests/requirements.txt
    M  tests/test_oaio_server.py
    M  tests/test_oapi_models.py
    M  tests/test_oapi_views.py
  • v0.3.7

    V0.3.7: fixed requirements and pylint errors
    
    M  oaio_server/__init__.py
    M  oaio_server/settings.py
    M  oapi/admin.py
    M  oapi/models.py
    M  oapi/views.py
    M  requirements_frozen.txt
    D  requirements_setup.txt
    M  tests/test_cms.py
    A  var_www_andidechigora_eu_pythonanywhere_com_wsgi.py
  • v0.3.6

    V0.3.5: alpha backup 13. Oct. 2024
    
    A  OLD.db.sqlite3
    M  ae/oaio_client.py
    M  ae/oaio_model.py
    M  oaio_server/__init__.py
    M  oaio_server/settings.py
    A  oaio_server/static/favicon.ico
    M  oaio_server/urls.py
    M  requirements.txt
    A  oapi/admin.py
    M  oapi/middleware.py
    A  oapi/migrations/0001_initial.py
    A  oapi/migrations/0002_alter_appz_notes_alter_cdnz_notes_and_more.py
    A  oapi/migrations/0003_alter_logz_old_sid_alter_objectz_ocid.py
    A  oapi/migrations/0004_alter_logz_action.py
    A  oapi/migrations/0005_remove_pubz_default_root.py
    A  oapi/migrations/0006_remove_userz_write_access_alter_pubz_write_access.py
    A  oapi/migrations/0007_alter_logz_old_values_alter_logz_values.py
    A  oapi/migrations/0008_alter_logz_old_values_alter_logz_values.py
    A  oapi/migrations/0009_remove_logz_unique_obj_usr_stamp_device_app_and_more.py
    M  oapi/models.py
    M  oapi/urls.py
    M  oapi/views.py
    A  tests/test_cms.py
    A  tests/test_oaio_client.py
    M  tests/test_oaio_model.py
    A  tests/test_oapi_models.py
    A  tests/test_oapi_views.py
    A  unsync_view_ai_prompt.txt