879 Commits (complement-integration)

Author SHA1 Message Date
Timo Kösters 23aecb78c7
fix: use to_lowercase on /register/available username 4 years ago
Timo Kösters e17bbdd42d
tests 4 years ago
Torsten Flammiger 28d3b348d2 Return the ID of the appservice that was created by register_appservice 4 years ago
Torsten Flammiger 78502aa6b1 add error handling for register_appservice too 4 years ago
Torsten Flammiger cc13112592 Cleanup appservice events after removing the appservice 4 years ago
Andrei Vasiliu 677f044d13 Refactor admin code to always defer command processing 4 years ago
Aode (lion) b39ddf7be9 Rename reqwest clients, mention cheap client clones in comment 4 years ago
Andrej Kacian 529e88c7f9 Do not copy mxc string unnecessarily in db.get_thumbnail() 4 years ago
Aode (lion) 1059f35fdc use pre-constructed client for well-known requests also 4 years ago
Aode (Lion) f8d1c1a8af Re-use a basic request in all possible cases 4 years ago
Andrej Kacian 0f6d232cb1 Style fixes from 'cargo fmt' 4 years ago
Andrej Kacian ccfc243c2c Make get_remote_content() return Result instead of ConduitResult 4 years ago
Andrej Kacian c4317a7a96 Reduce code duplication in media download route handlers 4 years ago
Jonas Platte 9c2000cb89
Upgrade Ruma 4 years ago
Andrej Kacian 52873c88b7 Fix incorrect HTTP method in doc comments of two media routes 4 years ago
Andrej Kacian 8472eff277 Implement media download with custom filename 4 years ago
Timo Kösters f88523988e
improvement: use jemalloc for lower memory usage 4 years ago
Andrei Vasiliu 57979da28c Change structopt to clap, remove markdown dependency 4 years ago
Torsten Flammiger ba6d72f3f9 Reformatted 4 years ago
Andrei Vasiliu cc3ef1a8be Improve help text for admin commands 4 years ago
Andrei Vasiliu e378bc4a2c Refactor admin commands to use structopt 4 years ago
Jonas Platte 6bb1081b71
Use BTreeMap::into_values 4 years ago
Jonas Platte 756a41f22d
Fix rustc / clippy warnings 4 years ago
Jonas Platte a0fc5eba72
Remove unnecessary Result 4 years ago
Jonas Platte c6277c72a1
Fix warnings in database::abstraction 4 years ago
Jonas Platte 13a48c4577
Clean up mod and use statements in lib.rs and main.rs 4 years ago
Timo Kösters 53de350908
fix: less load when lazy loading 4 years ago
Torsten Flammiger fd6427a83f Update/Revert code comment 4 years ago
Torsten Flammiger fc39b3447c Little bit of refactoring 4 years ago
Timo Kösters 03b174335c
improvement: lower default pdu cache capacity 4 years ago
Timo Kösters 8c90e7adfb
refactor: fix warnings 4 years ago
Timo Kösters ee8e72f7a8
feat: implement server ACLs 4 years ago
Torsten Flammiger 50430cf4ab Name function after command: list_local_users 4 years ago
Torsten Flammiger 52284ef9e2 Add some debug/info if user was found 4 years ago
Torsten Flammiger 3e79d15495 Updated function documentation 4 years ago
Andrei Vasiliu 13ae036ca0 Move and refactor admin commands into admin module 4 years ago
Torsten Flammiger 9205c07048 Update get_local_users description 4 years ago
Torsten Flammiger c03bf6ef11 name the function after its purpose: iter_locals -> get_local_users 4 years ago
Torsten Flammiger 91eb6c4d08 Return a Result instead of a vector 4 years ago
Torsten Flammiger fb19114bd9 rename iter_locals to get_local_users; make get_local_users skip on parse errors; remove deprecated function count_local_users 4 years ago
Tglman f9977ca64f fix: changes to update to the last database engine trait definition 4 years ago
Tglman 1cc41937bd refactor:use generic watcher in persy implementation 4 years ago
Tglman ab15ec6c32 feat: Integration with persy using background ops 4 years ago
Timo Kösters d434dfb3a5
feat: config option for rocksdb max open files 4 years ago
Timo Kösters 80e51986c4
improvement: better default cache capacity 4 years ago
Timo Kösters 16f826773b
refactor: fix warnings 4 years ago
Timo Kösters 6fa01aa982
fix: remove dbg 4 years ago
Timo Kösters a336027b0e
fix: better memory usage message 4 years ago
Timo Kösters 447639054e
improvement: higher default pdu capacity 4 years ago
Timo Kösters 9e77f7617c
fix: disable direct IO again 4 years ago