aboutsummaryrefslogtreecommitdiff
path: root/src/db/mod.rs
AgeCommit message (Expand)Author
2021-08-22Dependency updatesBlackDex
2021-06-16Support for webauthn and u2f->webauthn migrationsDaniel García
2021-05-02Extract some FromDb trait impls outside the macros so they aren't repeated, a...Daniel García
2021-04-29Remove warning when compiling only with mysql and add compatibility mode with...1.21.0Daniel García
2021-04-06Merge remote-tracking branch 'origin/master' into fmtJake Howard
2021-04-06Modify rustfmt fileJake Howard
2021-04-05Some admin interface updates.BlackDex
2021-03-31Run `cargo fmt` on codebaseJake Howard
2021-03-30Misc changes.BlackDex
2021-03-28Updated diagnostics pageBlackDex
2021-03-22Send deletion thread and updated users revisionDaniel García
2020-10-09Add DATABASE_MAX_CONNS config settingRob Watson
2020-10-03Retry initial db connection, with adjustable optionDaniel García
2020-08-28Fix some clippy warnings and remove unused functionDaniel García
2020-08-24Add support for multiple simultaneous database features by using macros.Daniel García
2020-07-23Updated dependencies and changed rocket request importsDaniel García
2020-07-14Removed try_trait and some formatting, particularly around importsDaniel García
2020-03-16Small change for rocket compatibiltyBlackDex
2019-11-04Trying to fix issue #687BlackDex
2019-10-25Update rocket to latest masterDaniel García
2019-10-11Fixed a bug with the sqlite backup feature.BlackDex
2019-09-12Adds support for PostgreSQL which resolves #87 and is mentioned in #246.Michael Powers
2019-07-09Move backend checks to build.rs to fail fast, and updated dependenciesDaniel García
2019-06-02Don't print DB URLDaniel García
2019-06-01Merge pull request #493 from endyman/feature/initial_mysql_supportDaniel García
2019-05-27re-added sqlite check_db code, cleanupNils Domrose
2019-05-26initial mysql supportNils Domrose
2019-05-20Rework migrations for MySQLEmil Madsen
2019-05-20MySQL databaseEmil Madsen
2019-05-03Create Backup funcitonalityTheMardy
2019-01-25Change config to thread-safe system, needed for a future config panel.Daniel García
2018-12-30Start using rustfmt and some style changes to make some lines shorterDaniel García
2018-12-07Migrate to rust 2018 editionDaniel García
2018-03-07r2d2_diesel is included in diesel since 1.1, so we don't need the dependencie...Daniel García
2018-02-10First working versionDaniel García