Commit Graph

  • f8c8407af3 feat(core/models): basic implementation of User and File models Paul Makles 2023-04-23 17:44:36 +01:00
  • e6d0d44c5a feat(core/database): basic implementation of User and File models Paul Makles 2023-04-23 17:44:23 +01:00
  • 1933c9ea3d feat(core/database): add Reference struct Paul Makles 2023-04-23 14:59:44 +01:00
  • 8a695b4bb5 ci: actually make the source folders for building deps Paul Makles 2023-04-23 09:03:37 +01:00
  • bf71b45fbb ci: copy core crates into Dockerfile Paul Makles 2023-04-23 08:51:43 +01:00
  • 9124c9f1e3 ci: include new core crates in build Paul Makles 2023-04-22 23:42:17 +01:00
  • bcc2d05625 merge: branch 'refactor/split-project-into-core-crates' Paul Makles 2023-04-22 21:13:45 +01:00
  • 22bfd720b5 merge: remote-tracking branch 'origin/master' into refactor/split-project-into-core-crates Paul Makles 2023-04-22 21:09:51 +01:00
  • 63f56aec0c ci: re-order services and testing Paul Makles 2023-04-22 20:30:02 +01:00
  • dd3d7e9c49 fix(core/database): use configured database name for migrations Paul Makles 2023-04-22 20:15:10 +01:00
  • dbb66edd9f chore(core/database): delete useless example binary Paul Makles 2023-04-22 20:07:56 +01:00
  • 8bfb48dff3 test(core/database): try migrating the database Paul Makles 2023-04-22 20:02:23 +01:00
  • 12d963d2bd refactor: create presence crate and add tests Paul Makles 2023-04-22 20:01:23 +01:00
  • c817c2dd40 fix: don't use wildcard for log dependency Paul Makles 2023-04-22 18:03:19 +01:00
  • 8a230ba989 chore: change publishing order Paul Makles 2023-04-22 18:02:01 +01:00
  • 2a9cc3190c fix: forgot to specify version for result crate Paul Makles 2023-04-22 18:01:44 +01:00
  • e84d55a697 chore: update Cargo.toml for core crates Paul Makles 2023-04-22 18:01:06 +01:00
  • 403a94f70c feat(delta): example implementation of new core models Paul Makles 2023-04-22 17:56:48 +01:00
  • 633eb78630 chore: migrate to revolt_optional_struct Paul Makles 2023-04-22 17:56:24 +01:00
  • bbe1f4936c chore: bridge gap between core/result and quark Paul Makles 2023-04-22 17:56:09 +01:00
  • 11a87263be feat(core/models): implement Bot and PublicBot Paul Makles 2023-04-22 17:55:30 +01:00
  • 8b30dddc06 chore(core/result): add schema feature Paul Makles 2023-04-22 17:55:12 +01:00
  • b93dd90caf refactor(core/database): use empty strings instead of options Paul Makles 2023-04-22 17:54:46 +01:00
  • 0054019f82 ci: run test on all pushes Paul Makles 2023-04-22 16:05:40 +01:00
  • 736220a94e ci: run tests with and without MongoDB Paul Makles 2023-04-22 16:03:08 +01:00
  • a9c82791b3 fix: force OOP bot updates to avoid inconsistencies Paul Makles 2023-04-22 16:01:27 +01:00
  • eacf4decab refactor: clean up database before and after tests Paul Makles 2023-04-22 16:01:07 +01:00
  • b8cda2ec74 feat: add drop_database for tests Paul Makles 2023-04-22 16:00:57 +01:00
  • 69ab7e031b chore: add linting rules for disallowed methods Paul Makles 2023-04-22 16:00:30 +01:00
  • ace6431cb8 fix: ensure database namespace is valid Paul Makles 2023-04-22 15:24:46 +01:00
  • 40790de909 feat: macros for reducing error boilerplate Paul Makles 2023-04-22 15:23:20 +01:00
  • 750037b5d2 test: use custom database name and add clean up Paul Makles 2023-04-22 14:58:55 +01:00
  • 6b10385c0d feat: implement bots including tests this starts work on #78 Paul Makles 2023-04-22 14:25:02 +01:00
  • 56ead0f894 feat: write result crate Paul Makles 2023-04-22 12:48:09 +01:00
  • d633cba630 fix: migration example Paul Makles 2023-04-22 12:12:23 +01:00
  • e43833c0ea refactor: combine models and db crate together Paul Makles 2023-04-22 12:12:02 +01:00
  • 7f86337cb2 refactor: split SISMEMBER into two commands Paul Makles 2023-04-22 10:41:12 +01:00
  • f2bb388b3b refactor: minimum implementation of revolt-models and revolt-database Paul Makles 2023-04-22 00:01:56 +01:00
  • 95db641f8f feat: initialise Discord bridge crate feat/bridges/discord Paul Makles 2023-04-21 22:29:17 +01:00
  • 43e45aef3f fix: patch redis-rs for SMISMEMBER support 20230421-3 Paul Makles 2023-04-21 19:37:33 +01:00
  • c5880596a4 refactor: use a separate online user ID set Paul Makles 2023-04-21 19:36:25 +01:00
  • 59a644891d fix: collect IDs as set first to deduplicate entries Paul Makles 2023-04-21 18:52:41 +01:00
  • a326cdc736 refactor: remove unused import Paul Makles 2023-04-21 18:40:00 +01:00
  • 03a28dbb3e fix: use debian:bullseye image for glibc 2.29 20230421-2 Paul Makles 2023-04-21 18:11:06 +01:00
  • 32542a822e feat: rewrite presence system to use sets 20230421-1 Paul Makles 2023-04-21 17:28:13 +01:00
  • 1df90ff53b chore: update DSN for Sentry Paul Makles 2023-04-21 17:27:45 +01:00
  • 57f00a283b make request function names the same as file name Zomatree 2023-04-20 17:52:10 +01:00
  • 312e1dd41f update code to be inline with reviews Zomatree 2023-04-20 17:45:48 +01:00
  • 487b979f0d fix: remove check for bot account fetching invites from a server (#237) ToastXC 2023-04-20 18:05:13 +08:00
  • b9d813d8f0 fix: deny access for bot creating a server (#238) ToastXC 2023-04-20 18:04:51 +08:00
  • 36dd128459 merge: pull request #234 from thebearingedge/arm64-support Paul Makles 2023-04-20 11:04:35 +01:00
  • 426d836a09 Merge remote-tracking branch 'revoltchat/master' into webhooks Zomatree 2023-04-18 19:50:04 +01:00
  • 2fad66d24a only send a subsect of the webhook in a message Zomatree 2023-04-18 19:39:34 +01:00
  • 144f0d39c6 fix: Add limits to channels and roles Zomatree 2023-04-10 17:39:21 +01:00
  • 83429f9f65 fix broken merge conflict Zomatree 2023-04-01 23:09:29 +01:00
  • a60ae78176 Merge branch 'master' into webhooks Angelo Kontaxis 2023-04-01 22:52:11 +01:00
  • 7b39f4e9d9 change how webhook information is in the webhook Zomatree 2023-04-01 22:49:34 +01:00
  • 32a294a64a feat: add support for arm64 (#142) Tim Davis 2023-03-15 14:39:54 -07:00
  • b7b70346b4 fix: add additional checks to group members 20230318-1 Paul Makles 2023-03-18 22:32:15 +00:00
  • 59832e6ba2 fix(ratelimiter): mutate entry instead of copying 20230315-1 Paul Makles 2023-03-15 21:54:58 +00:00
  • f309218573 chore: cleanup code Zomatree 2023-03-15 19:47:30 +00:00
  • 0321eff62b chore: move to once_cell from lazy_static Zomatree 2023-03-12 23:30:01 +00:00
  • 01577fd798 avoid leaking the token in events Zomatree 2023-03-11 23:24:10 +00:00
  • 4c8ea31d98 feat(admin): add global message query route 20230311-1 Paul Makles 2023-03-11 17:26:48 +00:00
  • 92ac86a6bd chore: bump version fix: separate privileged check when editing server Paul Makles 2023-03-11 17:04:30 +00:00
  • 13ed69c82a feat: privileged user editing Paul Makles 2023-03-11 16:53:25 +00:00
  • b83f6da648 feat: allow editing server flags through edit route Paul Makles 2023-03-11 16:40:23 +00:00
  • 89f1167239 refactor: unify message query into one method Paul Makles 2023-03-11 16:37:48 +00:00
  • 82d868751f chore: add privileged override for user permission 20230304-2 Paul Makles 2023-03-04 20:45:49 +00:00
  • 31b9f18921 chore: bump version and publish 0.5.13 20230304-1 Paul Makles 2023-03-04 11:19:53 +00:00
  • fd80823910 fix: ensure we have send perm to edit message Paul Makles 2023-03-04 11:18:18 +00:00
  • 6bd8221eda feat(core): add raw db statisics endpoint for admin panel Paul Makles 2023-03-04 11:18:05 +00:00
  • ce77e926a5 fix(safety): implement fetch_snapshot fully 20230303-2 Paul Makles 2023-03-03 20:14:30 +00:00
  • 2710edb76b feat(safety): add api route for fetching a report 20230303-1 Paul Makles 2023-03-03 08:17:55 +00:00
  • 8f1ff9e774 feat(safety): add API route for editing report 20230302-1 Paul Makles 2023-03-02 12:54:55 +00:00
  • c09244039e chore: bump and release version 20230301-1 Paul Makles 2023-03-01 19:14:31 +00:00
  • bf9108408e feat(safety): fetch additional context for snapshot Paul Makles 2023-03-01 15:09:17 +00:00
  • fca91e1560 update upstream code Zomatree 2023-03-01 11:49:28 +00:00
  • 304336d905 feat(safety): fetch reports and fetch snapshot API Paul Makles 2023-03-01 11:22:22 +00:00
  • 42b4906594 chore: add database migrations for safety Paul Makles 2023-03-01 11:21:58 +00:00
  • 3c881a40a6 Merge branch 'master' into webhooks Angelo Kontaxis 2023-02-23 17:26:59 +00:00
  • 3038fb230f feat(safety): save surrounding context around messages (closes #226) 20230223-1 Paul Makles 2023-02-23 18:12:45 +01:00
  • 73af105feb feat(safety): add global event for report creation (closes #225) Paul Makles 2023-02-23 17:58:05 +01:00
  • 2de37b23c1 merge: branch local cleanup branch Paul Makles 2023-02-22 12:45:39 +01:00
  • 0c75d8c8b3 refactor: remove old .github directories [skip ci] Paul Makles 2023-02-22 12:44:46 +01:00
  • be793b1570 chore(ci): update commit author [skip ci] Paul Makles 2023-02-22 12:44:24 +01:00
  • 5a3a97df34 merge: pull request #223 from revoltchat/insert/feat/user-safety-api Paul Makles 2023-02-22 08:52:37 +00:00
  • 0c072b01d7 fix(safety): prevent reporting own content or self Paul Makles 2023-02-21 12:42:08 +01:00
  • 056c0380b2 feat(safety): implement report content API Paul Makles 2023-02-21 12:38:35 +01:00
  • 49598daf70 fix: port user safety API to new codebase Paul Makles 2023-02-17 09:45:34 +00:00
  • 0445181d5b merge: branch 'master' into insert/feat/user-safety-api Paul Makles 2023-02-17 09:43:12 +00:00
  • e780178cc0 fix(ci): move token definition to correct stage Paul Makles 2023-01-29 16:46:19 +00:00
  • c4b9884825 fix(ci): use correct token Paul Makles 2023-01-29 16:36:44 +00:00
  • fdab997d17 chore(ci): switch testing to stable Rust 20230129-2 Paul Makles 2023-01-29 14:23:56 +00:00
  • 8e0addc3e0 fix: fallback properly if no VERGEN strings can generate Paul Makles 2023-01-29 14:22:57 +00:00
  • 0da4baf777 chore: bump version and clean up repo 20230129-1 Paul Makles 2023-01-29 14:16:18 +00:00
  • c03fcda85b refactor: switch from "rauth" to Authifier crate Paul Makles 2023-01-29 14:14:35 +00:00
  • c7849a82bf Merge branch 'master' of github.com:revoltchat/backend into webhooks Zomatree 2023-01-27 17:27:32 +00:00
  • 781d51df6f add seperate non token webhook routes Zomatree 2023-01-27 17:26:32 +00:00
  • 0afbcc065f refactor: clippy warning for empty list Paul Makles 2023-01-27 16:18:00 +00:00