blob: 395fd255a155e2617b5ec1600e21000676ad6044 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
|
# Changelog
## [unreleased]
### Bug Fixes
- Correct path to BASE_DOMAIN
### Miscellaneous Tasks
- Bump version
- Update CHANGELOG.md for v19-portal-dev
## [unreleased]
### Bug Fixes
- Inherit radius on svg to align styling with other theme figure icons
### Features
- Work in progress more module data models
- Add inital translation support
- Add link to BASE_DOMAIN on every public page in portal
- Centre guarded portal pages
- Add link to BASE_DOMAIN on every public page in portal
- Set a max width on the portal layout
### Miscellaneous Tasks
- Bump version
- Update CHANGELOG.md for v10-projects-dev
- Bump version
- Update CHANGELOG.md for v8-frontpage-dev
- Bump version
- Update CHANGELOG.md for v7-frontpage-dev
- Bump version
- Update CHANGELOG.md for v9-projects-dev
- Bump version
- Update CHANGELOG.md for v8-projects-dev
- Bump version
- Update CHANGELOG.md for v18-portal-dev
### Refactor
- Use dev.greatoffice.life as BASE_DOMAIN while in development-phase
- Remove all transitions on theme-switcher
- Put pre.css inside of style tags so that we dont have to wait for the second request on pre.css to show the loader and theme
- Temporarily disable user deletion from within projects
## [unreleased]
### Features
- More work on portal
- Implement new theme switcher component and backend
### Miscellaneous Tasks
- Bump version
- Update CHANGELOG.md for v7-projects-dev
- Bump version
- Update CHANGELOG.md for v17-portal-dev
## [unreleased]
### Features
- Seperate layout for docs
- New frontpage
- !WIP start implementation of svelte-query
### Miscellaneous Tasks
- Bump version
- Update CHANGELOG.md for v6-frontpage-dev
- Bump version
- Update CHANGELOG.md for v5-frontpage-dev
- Bump version
- Update CHANGELOG.md for v4-frontpage-dev
- Bump version
- Bump version
- Bump version
- Update CHANGELOG.md for v41-server-dev
- Bump version
- Update CHANGELOG.md for v40-server-dev
- Bump version
- Update CHANGELOG.md for v39-server-dev
- Bump version
- Remove logging of quartz db host
- Update CHANGELOG.md for v6-projects-dev
- Bump version
- Bump version
- Bump version
- Update CHANGELOG.md for v38-server-dev
- Bump version
- Update CHANGELOG.md for v22-server
- Bump version
- Update CHANGELOG.md for v16-portal-dev
### Refactor
- Update style on portal forms
- Implement caching in VaultService and use VaultService instead of IOptions
- Use Vault to get configuration
- Use Vault to get configuration
- Small changes on button style
- Add a small box-shadow
## [unreleased]
### Bug Fixes
- !WIP flickering dropdown on multi dropdowns with new focus strategy
- Fix route matching when deciding which tab is open
### Miscellaneous Tasks
- Bump version
- Bump version
- Update CHANGELOG.md for v15-portal-dev
### Refactor
- Dont loose focus on search input when navigating results
- Make optional base fields nullable
- Remove text
## [unreleased]
### Miscellaneous Tasks
- Bump version
- Update CHANGELOG.md for v14-portal-dev
|