1
0
mirror of https://github.com/bitwarden/server.git synced 2025-05-01 01:32:16 -05:00

9 Commits

Author SHA1 Message Date
Kyle Spearrin
7e74695afc
add timestamps to user table for security related events ()
* add timestamps to user table for security related events

* ef migrations

* fix lint problems

* formatting

* add missing namespace back

* move `now` up some

* review fixes

* add missing view rebuild to migration script
2023-02-02 14:39:57 -05:00
Justin Baur
efe91fd0d8
[PS-1928] Add BumpAccountRevisionDate methods ()
* Move RevisionDate Bumps to Extension Class

* Add Tests against live databases

* Run Formatting

* Fix Typo

* Fix Test Solution Typo

* Await ReplaceAsync
2022-12-02 14:24:30 -05:00
Kyle Spearrin
edf7b1a7ef
try parse Size as a long () 2022-11-04 15:00:03 -04:00
Kyle Spearrin
20ddd9ae8c
fix cipher attachment saving on EF repos () 2022-10-26 11:20:10 -04:00
Justin Baur
7f5f010e1e
Run formatting () 2022-08-29 16:06:55 -04:00
Justin Baur
bae03feffe
Revert filescoped ()
* Revert "Add git blame entry ()"

This reverts commit 239286737d15cb84a893703ee5a8b33a2d67ad3d.

* Revert "Turn on file scoped namespaces ()"

This reverts commit 34fb4cca2aa78deb84d4cbc359992a7c6bba7ea5.
2022-08-29 15:53:48 -04:00
Justin Baur
34fb4cca2a
Turn on file scoped namespaces () 2022-08-29 14:53:16 -04:00
Justin Baur
231eb84e69
Turn On ImplicitUsings ()
* Turn on ImplicitUsings

* Fix formatting

* Run linter
2022-06-29 19:46:41 -04:00
Oscar Hinton
e4a10aae27
Split out repositories to Infrastructure.Dapper / EntityFramework () 2022-01-11 10:40:51 +01:00