Commit graph

27 commits

Author SHA1 Message Date
1013d34d80 Merge branch 'Review' into 'main'
Review

See merge request engineering/unturf/logs.unturf.com!1
2025-01-24 23:42:06 +00:00
c772602f9e Update base.html.j2 2025-01-24 19:10:35 +00:00
c242f0b72e Update base.html.j2 2025-01-23 22:46:02 +00:00
de1dd516cb Update base.html.j2 2025-01-23 22:43:54 +00:00
701ceb10ff Update .gitlab-ci.yml --exclude=venv/ 2025-01-23 00:36:05 +00:00
021fdeb0e4 Update .gitlab-ci.yml --exclude=data/ 2025-01-23 00:29:45 +00:00
0ae20f7c05 fix email with a valid default
modified:   app.py
2025-01-22 18:22:03 -05:00
d77457ebf1 fix the path for the database initialize_db.py creation script
modified:   initialize_db.py
2025-01-22 17:44:28 -05:00
69399b0729 Add new file .gitlab-ci.yml 2025-01-22 15:57:05 +00:00
c5156d6a81 explore uwsgi_app for production! 2025-01-22 12:06:38 +00:00
d58a8c6638 modified: app.py
modified:   templates/manage_namespace.html.j2
2025-01-12 14:30:37 -05:00
5a5bd57bc3 * owners can remove and change roles of other namespace members.
* editors can invite log emitting agents without mailboxes using JWT tokens.
* guests can read logs from public namespaces.

	modified:   app.py
	modified:   openapi.yaml
	modified:   templates/base.html.j2
	modified:   templates/home.html.j2
	modified:   templates/manage_namespace.html.j2
2025-01-12 14:06:44 -05:00
1d6bf3c9d0 CSRF for loutout route switch from GET to POST.
modified:   app.py
	modified:   openapi.yaml
	modified:   templates/base.html.j2
2025-01-12 10:02:07 -05:00
eb0933b46a move secrets and databases into data directory.
modified:   .gitignore
	modified:   app.py
2025-01-12 09:21:51 -05:00
08fd4b1708 modified: README.rst 2025-01-12 07:40:29 -05:00
65df3368f3 the ability to search is done.
modified:   .gitignore
	modified:   app.py
	modified:   templates/base.html.j2
	modified:   templates/view_namespace_logs.html.j2
	modified:   test_agent.sh
2025-01-12 06:57:06 -05:00
638d19fd77 modified: app.py
modified:   openapi.yaml
	modified:   requirements.txt
	modified:   test_agent.sh
2025-01-11 21:10:32 -05:00
5af4d5a7e4 It all works.
modified:   app.py
	modified:   templates/display_agent_jwt.html.j2
	modified:   templates/manage_namespace.html.j2
	modified:   test_agent.sh
2025-01-11 20:26:01 -05:00
a8b0ee313d working with revocations
modified:   README.rst
	modified:   app.py
	modified:   templates/manage_namespace.html.j2
	modified:   test_agent.sh
2025-01-11 20:18:34 -05:00
bed3607168 modified: app.py
modified:   initialize_db.py
2025-01-11 19:26:49 -05:00
c9f8df96c2 working, we forked pyrafiles into pyralogs
modified:   app.py
	modified:   requirements.txt
	modified:   templates/base.html.j2
	new file:   templates/create_namespace.html.j2
	new file:   templates/display_agent_jwt.html.j2
	deleted:    templates/edit_media.html.j2
	modified:   templates/home.html.j2
	deleted:    templates/import_user_record.html.j2
	deleted:    templates/list_media.html.j2
	new file:   templates/manage_namespace.html.j2
	modified:   templates/profile.html.j2
	deleted:    templates/upload_media.html.j2
	deleted:    templates/user_media.html.j2
	deleted:    templates/view_media.html.j2
	deleted:    templates/view_media_details.html.j2
	new file:   templates/view_namespace_logs.html.j2
2025-01-11 19:13:51 -05:00
7a2a2133cf openapi for the win!
modified:   README.rst
	modified:   app.py
	new file:   openapi.yaml
2025-01-07 09:28:41 -05:00
35268e6884 example agent
modified:   test_agent.sh
2025-01-06 21:23:58 -05:00
Russell Ballestrini
596dbb923d A test_agent.sh & a README.rst
deleted:    .app.py.swp
	modified:   .gitignore
	new file:   README.rst
	modified:   app.py
	new file:   initialize_db.py
	new file:   test_agent.sh
2025-01-06 19:56:48 -05:00
af2b5acc21 Initial commit 2025-01-06 08:44:38 -05:00
d16a0f7a52 download and view buttons
modified:   app.py
	modified:   templates/list_media.html.j2
	modified:   templates/user_media.html.j2
	modified:   templates/view_media_details.html.j2
2024-12-31 08:41:52 -05:00
d7416d2bae init
new file:   .gitignore
	new file:   app.py
	new file:   requirements.txt
	new file:   templates/base.html.j2
	new file:   templates/edit_media.html.j2
	new file:   templates/home.html.j2
	new file:   templates/import_user_record.html.j2
	new file:   templates/list_media.html.j2
	new file:   templates/login.html.j2
	new file:   templates/profile.html.j2
	new file:   templates/upload_media.html.j2
	new file:   templates/user_media.html.j2
	new file:   templates/verify.html.j2
	new file:   templates/view_media.html.j2
	new file:   templates/view_media_details.html.j2
2024-12-29 15:21:59 -05:00