iFargle
|
e5b309a9fe
|
testing a different method
|
2023-03-21 20:23:53 +09:00 |
|
iFargle
|
e4cc6356e8
|
test
|
2023-03-21 19:58:03 +09:00 |
|
iFargle
|
3e89fd3942
|
test
|
2023-03-21 19:45:09 +09:00 |
|
iFargle
|
869817a501
|
test
|
2023-03-21 19:40:36 +09:00 |
|
iFargle
|
4315c7d55f
|
test
|
2023-03-21 19:31:53 +09:00 |
|
iFargle
|
0260db3567
|
test
|
2023-03-21 19:15:15 +09:00 |
|
iFargle
|
4a32f85350
|
test
|
2023-03-21 19:07:19 +09:00 |
|
iFargle
|
19b76ebb5c
|
tesat
|
2023-03-21 19:03:06 +09:00 |
|
iFargle
|
f9c7f063c3
|
Cleanup template
|
2023-03-21 18:38:02 +09:00 |
|
iFargle
|
77886a09d2
|
test
|
2023-03-21 18:29:51 +09:00 |
|
iFargle
|
ff28413b04
|
test
|
2023-03-21 18:26:39 +09:00 |
|
iFargle
|
6d7fa4be3e
|
Code cleanup
|
2023-03-21 18:18:01 +09:00 |
|
iFargle
|
46cfda702d
|
Update machines and users cards display
|
2023-03-21 18:17:07 +09:00 |
|
iFargle
|
4bc59dbad9
|
Typo
|
2023-03-21 18:09:47 +09:00 |
|
iFargle
|
09ff3ee65f
|
test
|
2023-03-21 18:07:08 +09:00 |
|
iFargle
|
3c6ad31378
|
test
|
2023-03-21 17:51:16 +09:00 |
|
iFargle
|
22047f6854
|
test
|
2023-03-21 17:47:17 +09:00 |
|
iFargle
|
916b158800
|
test
|
2023-03-21 17:43:38 +09:00 |
|
iFargle
|
567ef7eb61
|
Typo
|
2023-03-21 17:38:38 +09:00 |
|
iFargle
|
9d5e926aa1
|
test
|
2023-03-21 17:37:31 +09:00 |
|
iFargle
|
9bd266c875
|
breakin' things
|
2023-03-21 17:33:07 +09:00 |
|
iFargle
|
1bbe9ae5f1
|
test
|
2023-03-21 17:24:24 +09:00 |
|
iFargle
|
47ede1fb9c
|
test
|
2023-03-21 15:19:03 +09:00 |
|
iFargle
|
0746649e7b
|
Test
|
2023-03-21 15:17:24 +09:00 |
|
iFargle
|
1353293e3c
|
test
|
2023-03-21 15:12:05 +09:00 |
|
iFargle
|
fe835e7315
|
test
|
2023-03-21 15:06:27 +09:00 |
|
iFargle
|
cbd11e9096
|
test
|
2023-03-21 14:54:45 +09:00 |
|
iFargle
|
f7a2817963
|
test
|
2023-03-21 14:51:30 +09:00 |
|
iFargle
|
89f6896b34
|
test
|
2023-03-21 14:41:44 +09:00 |
|
iFargle
|
4eca688e55
|
Forgot to add the block for inpage_search
|
2023-03-21 14:38:09 +09:00 |
|
iFargle
|
a39fe4d791
|
test
|
2023-03-21 14:32:14 +09:00 |
|
iFargle
|
ce479957aa
|
better logic
|
2023-03-21 14:26:18 +09:00 |
|
iFargle
|
81165a136c
|
test
|
2023-03-21 14:23:02 +09:00 |
|
iFargle
|
984b415156
|
Adding a better URL for --login-server
|
2023-03-21 14:14:33 +09:00 |
|
iFargle
|
6899f55543
|
add search UI element structure
|
2023-03-21 13:57:17 +09:00 |
|
iFargle
|
4b6b0533ff
|
Update to latest MaterializeCSS and test dark mode
|
2023-03-21 13:29:03 +09:00 |
|
iFargle
|
652216cc6d
|
Update build tag
|
2023-03-21 11:29:52 +09:00 |
|
iFargle
|
0f9d9f0bcd
|
Update branch builder name
|
2023-03-21 11:26:03 +09:00 |
|
iFargle
|
c6bd5bd322
|
Update Jenkinsfile
|
2023-03-21 11:25:08 +09:00 |
|
iFargle
|
5b17838694
|
Test
|
2023-03-21 11:19:17 +09:00 |
|
Albert Copeland
|
afbf70d766
|
Merge pull request #49 from mattcen/main
Tidy Dockerfile and add linter to project
|
2023-03-19 16:35:07 +09:00 |
|
Matthew Cengia
|
db3d14130a
|
LICENSE: Update license to more text-friendly format
Source: svcs/doc/COPYING within
https://web.archive.org/web/20060422031312/http://www.affero.org/source/latest.tar.gz
|
2023-03-19 18:25:52 +11:00 |
|
Matthew Cengia
|
55a60c7204
|
pyproject.toml: Install linter and auto-formatter in dev environment
Signed-off-by: Matthew Cengia <mattcen@mattcen.com>
|
2023-03-19 18:12:59 +11:00 |
|
Matthew Cengia
|
cf5cf4e18a
|
Dockerfile: Split out COPY of pyproject.toml
This way, the `poetry install` gets cached properly and doesn't run
every time.
Signed-off-by: Matthew Cengia <mattcen@mattcen.com>
|
2023-03-19 18:12:56 +11:00 |
|
Matthew Cengia
|
413b1cd0f3
|
Dockerfile: Remove erroneous character from ENDPOINT
Signed-off-by: Matthew Cengia <mattcen@mattcen.com>
|
2023-03-19 18:12:50 +11:00 |
|
iFargle
|
497751cf27
|
test
|
2023-03-18 10:22:13 +09:00 |
|
iFargle
|
f9096774c9
|
test
|
2023-03-18 10:11:51 +09:00 |
|
Albert Copeland
|
83094770c0
|
Merge pull request #47 from iFargle/timezone-woes
Timezone woes
v0.5.6
|
2023-03-18 07:23:39 +09:00 |
|
Albert Copeland
|
e18ae2cd7c
|
Merge pull request #46 from spomata/update-doc-podman
Adding info on how to run with rootless podman
|
2023-03-17 21:38:39 +09:00 |
|
iFargle
|
35c3c8b5ff
|
Update app versions
|
2023-03-17 21:33:59 +09:00 |
|