Kristian Vos
|
2c38e4fe45
refactor: started creating station table, and a few fixes
|
2 months ago |
Kristian Vos
|
531e3d063d
refactor: fix tests, fix/ignore TS/eslint issues, fix some other issues
|
2 months ago |
Kristian Vos
|
37ee36fd31
refactor: move ObjectID creation to DataModule using hooks
|
2 months ago |
Owen Diffey
|
99cabcb5b9
refactor: Persist sequelize global hooks
|
2 months ago |
Kristian Vos
|
870266cc1e
refactor: work on making createdBy username searching and special queries work with Sequelize in GetData
|
2 months ago |
Kristian Vos
|
44f2fb9b2e
refactor: rename Session primary key to simply be _id
|
2 months ago |
Kristian Vos
|
bd395edb62
chore: lint fixes
|
2 months ago |
Kristian Vos
|
2303772933
fix: turn ObjectID into string before going to DB, fixes creating news and such
|
2 months ago |
Owen Diffey
|
ca4f78ef1a
refactor: Adds sequelize migrations
|
2 months ago |
Owen Diffey
|
78eea1e329
refactor: Updates relation definitions
|
2 months ago |
Owen Diffey
|
2d15cad296
refactor: Adds objectid sequelize typescript
|
2 months ago |
Owen Diffey
|
c048d2454d
refactor: Adds minimal users view migration
|
2 months ago |
Owen Diffey
|
d746ee6eb4
refactor: Integrates sequelize hooks with events module
|
2 months ago |
Owen Diffey
|
8dd24ae33c
refactor: Calls sequelize setup methods after loading all models
|
2 months ago |
Owen Diffey
|
e922c35fbe
refactor: Logs sequelize as debug with category
|
2 months ago |
Owen Diffey
|
a4b218c038
refactor: Remove session jobs and events
|
2 months ago |
Kristian Vos
|
89f8ed188f
refactor: beginning of station changes with sequalize refactor
|
2 months ago |
Kristian Vos
|
99d982e8a4
refactor: continue sequalize changes
|
2 months ago |
Kristian Vos
|
c45a4603b0
refactor: worked more on replacing mongoose with sequalize
|
2 months ago |
Owen Diffey
|
ac11d3cb24
refactor: Start migrating to sequelize
|
2 months ago |
Kristian Vos
|
3084b446cb
refactor: use new published/unpublished events on news page, sort news based on createdAt date
|
3 months ago |
Kristian Vos
|
c39d9e688d
feat: add news published/unpublished events
|
3 months ago |
Kristian Vos
|
b5ede50478
refactor: change job payload validation to use joi
|
3 months ago |
Owen Diffey
|
18c6f76f86
refactor: Remove permissions.ts
|
4 months ago |
Owen Diffey
|
a36ebbf737
refactor: Hard code frontend view permissions for roles
|
4 months ago |
Kristian Vos
|
f8e33fa43c
refactor: collect permissions dynamically using hasPermission, rename old model hasPermission properties/functions to differntiate
|
4 months ago |
Kristian Vos
|
a6d077292e
fix: add missing isDj to _hasPermission of station deleted/updated events
|
4 months ago |
Kristian Vos
|
124ed36c2c
fix: don't show EditNews form/preview if data hasn't loaded yet
|
4 months ago |
Kristian Vos
|
583be62824
fix: old permission format was being used in data module jobs with model id scope
|
4 months ago |
Kristian Vos
|
ec5378f71f
fix: bulk model loading wouldn't handle errors at all
|
4 months ago |