Commit Graph

2543 Commits

Author SHA1 Message Date
Jens L 9466f91466
root: move webapp to /web (#347)
* root: move webapp to /web

* root: fix static build

* root: fix static files not being served for e2e tests
2020-11-28 19:43:42 +01:00
Jens Langhammer 127ffbd456 root: fix linting error 2020-11-27 21:00:47 +01:00
Jens Langhammer 2fbf06a1aa root: fix formatting, update swagger 2020-11-27 18:42:22 +01:00
Jens Langhammer 55f2ae5d08 static: start implementing Application View page 2020-11-27 18:37:56 +01:00
Jens Langhammer 47fe867803 root: add more API methods 2020-11-27 18:37:45 +01:00
Jens Langhammer 28980d932a static: update ts formatting 2020-11-26 23:42:58 +01:00
Jens Langhammer 1e640fac76 static: rewrite tabs to not use hash and render in shadow root 2020-11-26 23:31:56 +01:00
Jens Langhammer c7b6eac33d static: rewrite API Fetching to make API Version upgrades easier 2020-11-26 22:37:41 +01:00
Jens Langhammer f83087d04d static: cleanup messages, improve reconnect 2020-11-26 21:55:03 +01:00
Jens Langhammer 14ab9bbd05 static: fetch messages which were created when the user arrives/leaves the page 2020-11-26 18:16:50 +01:00
Jens Langhammer a91d0ddc6c static: backoff retrying to connect to ws 2020-11-26 18:04:24 +01:00
Jens Langhammer 89400b4ea4 root: save messages to session as backup 2020-11-26 17:57:46 +01:00
Jens Langhammer afcbe24ff5 static: add websocket support for messages, move console.log to debug 2020-11-26 17:23:29 +01:00
Jens Langhammer 9c00c86e9b root: add Channels Message Storage and consumer 2020-11-26 17:12:00 +01:00
Jens Langhammer 7efed56acc static: add multiple active paths to sidebar 2020-11-26 16:06:44 +01:00
Jens Langhammer 81a2c3992a static: start implementing new application page 2020-11-26 15:55:01 +01:00
Jens Langhammer feabd38173 static: add argument support to Router and add RouteMatch 2020-11-26 13:58:45 +01:00
Jens Langhammer 1432f0648f core: fix applications API not being same format as other APIs 2020-11-26 13:31:09 +01:00
dependabot[bot] 04f876af7b
build(deps): bump docker from 4.3.1 to 4.4.0 (#344)
* build(deps): bump docker from 4.3.1 to 4.4.0

Bumps [docker](https://github.com/docker/docker-py) from 4.3.1 to 4.4.0.
- [Release notes](https://github.com/docker/docker-py/releases)
- [Commits](https://github.com/docker/docker-py/compare/4.3.1...4.4.0)

Signed-off-by: dependabot[bot] <support@github.com>

* outposts: fix both network_mode and ports being set during tests

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jens L <jens@beryju.org>
Co-authored-by: Jens Langhammer <jens.langhammer@beryju.org>
2020-11-26 11:25:06 +01:00
dependabot[bot] 2449c63d0a
build(deps): bump @types/codemirror in /passbook/static/static (#346)
Bumps [@types/codemirror](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/codemirror) from 0.0.99 to 0.0.100.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/codemirror)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-26 09:58:48 +01:00
Jens Langhammer c738ea573c tests/e2e: fix logic error 2020-11-25 12:41:13 +01:00
dependabot[bot] 987b3a47d0
build(deps): bump @types/codemirror in /passbook/static/static (#343)
Bumps [@types/codemirror](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/codemirror) from 0.0.98 to 0.0.99.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/codemirror)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jens L <jens@beryju.org>
2020-11-25 11:42:19 +01:00
dependabot[bot] 4dd397d9d9
build(deps): bump boto3 from 1.16.23 to 1.16.25 (#345)
Bumps [boto3](https://github.com/boto/boto3) from 1.16.23 to 1.16.25.
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](https://github.com/boto/boto3/compare/1.16.23...1.16.25)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jens L <jens@beryju.org>
2020-11-25 11:24:37 +01:00
Jens Langhammer 5973f8bbca lib: fix bad_request_message for new error template 2020-11-24 23:35:04 +01:00
Jens Langhammer 43f27c2401 static: make SiteShell redirect when request > 400 2020-11-24 23:06:27 +01:00
Jens Langhammer 7c73d2c2fb static: improve router, add redirect support 2020-11-24 23:02:10 +01:00
Jens Langhammer 3f67da8f54 core: improve error page 2020-11-24 22:46:50 +01:00
Jens Langhammer afbecadba0 static: improve ModalButton performance by using manual redirects 2020-11-24 12:49:56 +01:00
Jens Langhammer 2de4023d43 root: fix asgi formatting 2020-11-24 12:36:54 +01:00
Jens Langhammer 6573d2e8f6 docs: update screenshots 2020-11-24 11:51:46 +01:00
Jens Langhammer bc412466b2 static: formatting 2020-11-24 11:50:49 +01:00
Jens Langhammer 7a481396c6 root: fix incorrect MEDIA_URL 2020-11-24 11:50:27 +01:00
Jens Langhammer 7f40c89ade root: fix KeyError in ASGI 2020-11-24 11:50:17 +01:00
Jens Langhammer 3c0f640b48 static: fix link to logout in sidebar 2020-11-23 21:47:03 +01:00
Jens Langhammer 2f6ba42ce3 static: align microsoft icon with other icons 2020-11-23 21:45:57 +01:00
Jens Langhammer aa8589d377 stages/identification: fix icons not showing on firefox 2020-11-23 21:44:58 +01:00
Jens Langhammer cb2bad0a36 static: add polyfill for firefox for CSS 2020-11-23 21:41:23 +01:00
Jens L 665839133f
Application Icon upload (#341)
* core: add initial implementation for File Upload

* root: add volumes to docker-compose for file upload

* helm: add pvc for uploads

* core: allow meta_icon to be overwritten with static files
2020-11-23 20:50:19 +01:00
Jens L 91e9f176a5
proxy: revert to original command (#342) 2020-11-23 19:49:36 +01:00
Jens Langhammer 1a64edb89f proxy: fix call to swagger generate 2020-11-23 19:04:24 +01:00
Jens Langhammer 6874265f94 proxy: fix permissions for swagger install 2020-11-23 18:14:00 +01:00
Jens Langhammer 9889dedcac proxy: install swagger via apt 2020-11-23 18:11:22 +01:00
Jens Langhammer 275ac587a1 static: remove fixed branding 2020-11-23 18:08:35 +01:00
Jens L 2f43b5b5ec
Merge pull request #338 from BeryJu/ui-improvements
Migrate to SPA
2020-11-23 18:02:07 +01:00
Jens Langhammer 416b2c60a1 static: improve organisation of UI files 2020-11-23 16:55:58 +01:00
Jens Langhammer b39bee7a30 static: include full FA in router-outlet 2020-11-23 16:46:28 +01:00
Jens Langhammer 9714e5583d static: move passbook.css to src folder 2020-11-23 16:42:03 +01:00
Jens Langhammer bef25929a7 Merge branch 'master' into ui-improvements 2020-11-23 14:40:36 +01:00
Jens Langhammer 34f54a96cf tests: update e2e tests for SPA 2020-11-23 14:24:42 +01:00
Jens Langhammer 401359a73f static: fix sidebar header login when request isnt finished 2020-11-23 12:32:01 +01:00