Wave/Wave/Data
Mia Rose Winter 1d55ab23f0
Implemented client side article editor (#6)
* started implementing article API, missing lots of tests to validate feature

* made tests more pretty

* re-structured tests

* refactored dto contracts

* tested and fixed updating categories

* added permission tests, fixed bug in Permissions system

* added data validation tests for update article

* refactored repository interface

* Added ArticleView dto, fixed bug in requesting articles over repository

* updated dependencies

* optimized program.cs, added repo service

* Removed all interactivity from ArticleEditor, merged files

* added vite, tailwind working, dev server is not, js is not yet

* added fontsource for font management using vite's bundling

* moved vite output to wwwroot/dist
reorganized stuff that will never need processing or needs to be at site root

* fixed heading font weight not being 700 anymore

* implemented react in ArticleEditor

* added article status steps to react component
noticed I need to figure out client side localization

* fixed vite dev server thingies, tailwind and react refresh works now

* added article form skeletton to react

* more editor implementations

* minor typescript fixes

* implemented proper editor functions

* added all missing toolbar buttons

* fixed error, made open article work

* improved article editor structure

* implemented article editor taking id from the url

* Implemented categories endpoint

* implemented categories in article editor

* fixed minor TS issues

* implemented localization in article editor

* completed localization

* implemented loading selected categories

* minor code improvements and maybe a regex fix

* fixed bug with not getting unpublished articles

* implemented form state

* fixed validation issues

* implemented saving (missing creation)

* fixed minor bug with status display

* organized models

* added live markdown preview (incomplete)

* fixed issues in article create api endpoint

* improved article saving, implemented creating

* fixed publish date not being set correctly when creating article

* fixed slugs once more

* added run config for production (without vite dev)

* removed unused code

* updated dockerfile to build Assets

* fixed slug generation

* updated tests to validate new slug generator

* savsdSACAVSD

* fixed validation issues and tests
2024-06-18 09:09:47 +02:00
..
Api Improved Webhook Controller Mailtrap event processing 2024-06-04 14:18:22 +02:00
Migrations/postgres Implemented hard delete on articles throug Deleted Page 2024-06-04 14:42:34 +02:00
Transactional Implemented client side article editor (#6) 2024-06-18 09:09:47 +02:00
ApiKey.cs Implemented Email API, with API Key system 2024-03-07 16:07:52 +01:00
ApplicationDbContext.cs Implemented client side article editor (#6) 2024-06-18 09:09:47 +02:00
ApplicationRepository.cs Implemented client side article editor (#6) 2024-06-18 09:09:47 +02:00
ApplicationUser.cs Implemented ContactInformationPartial for Manage Page 2024-02-18 23:04:45 +01:00
Article.cs Implemented client side article editor (#6) 2024-06-18 09:09:47 +02:00
ArticleCategory.cs Added Categories 2024-01-26 13:05:48 +01:00
ArticleImage.cs Added Images for Articles 2024-02-21 14:19:45 +01:00
Category.cs Improved ArticleEditor Page performance and fixed bugs 2024-02-21 14:20:31 +01:00
Customization.cs Added Customization.HideVersion configuration to hide version in navgation 2024-04-18 14:35:38 +02:00
EmailConfiguration.cs Implemented multiple email providers 2024-02-18 15:06:31 +01:00
EmailNewsletter.cs Draft: Email distribution system 2024-02-08 00:50:24 +01:00
EmailSubscriber.cs Added extended Email subscriber metrics 2024-03-07 13:41:49 +01:00
Features.cs Added Feature Telemetry (Prometheus + OTLP using OTLP_Endpoint_Url config key) 2024-04-10 23:43:03 +02:00
ISoftDelete.cs Implemented Article Domain Model 2024-01-15 20:47:10 +01:00
OidcConfiguration.cs Implemented OIDC 2024-03-11 15:26:03 +01:00
ProfilePicture.cs Implemented Profile Pictures 2024-01-14 19:04:06 +01:00
SmtpConfiguration.cs Implemented multiple email providers 2024-02-18 15:06:31 +01:00
UserClaimsFactory.cs Implemented OIDC 2024-03-11 15:26:03 +01:00
UserLink.cs Implemented custom user links 2024-02-03 02:09:26 +01:00