Paul Makles
Paul Makles
Added languages up until this point in 3a093018eb1ceb67e107a54d0b505961f218d17a. @EllaBisou was this already translated? plus this is not in the correct format.
> Latin. Lacking flag, how should it be indicated? Also it's only 20% translated, not sure if we should have guidelines here for at least 75%+. > Albanian There appears...
This was fixed at some point.
Fix blocked on https://github.com/revoltchat/frontend/issues/14
Only validation, no sanitisation https://github.com/revoltchat/backend/blob/main/crates/core/database/src/models/users/model.rs#L187 (create user) uses https://github.com/revoltchat/backend/blob/main/crates/core/database/src/models/users/model.rs#L277 (validate username) which throws an error if the username is invalid I guess the best way to tackle it is to...
Off the top of my head, the request structs have validator properties on them which ensure min length of 2 or whatever it's set to. Maybe this should be put...
> Hi, I'd like to take on this issue (or at least part of it). Could someone sanity check my work for channel/ack? It should be linked above this comment....
Just added a `presence` crate to core with a unit test covering the whole crate. Found one issue with how I was handling flags in the mean time and that's...
Overall progress for porting models: - [ ] Port quark database models to `core/database`. - [ ] Create corresponding models in `core/models/[..]/v0`. - [ ] Create conversions from database to...
delta now no longer uses quark and only relies on core crates bonfire TODO (but it'll be a much faster and smaller job)