1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-02 08:32:50 -05:00
Commit Graph

83 Commits

Author SHA1 Message Date
f6236bea6f [Reset Password] Admin page updates (#1379) 2021-06-07 09:08:34 -05:00
fe1ffb6a22 [Provider] Server entities and models (#1370)
* Mock out provider models and service

* Implement CreateAsync, CompleteSetupAsync, UpdateAsync, InviteUserAsync and ResendInvitesAsync

* Implement AcceptUserAsync and ConfirmUsersAsync

* Implement SaveUserAsync and DeleteUserAsync

* Add email templates

* Add admin operations for providers

* Fix mail template names

* Rename roles

* Verify provider has provideradmin

* Add self hosted check to admin controller

* Resolve review comments

* Update sql queries

* Change create provider to use email instead of userId
2021-06-03 18:58:29 +02:00
5537470703 Use sas token for attachment downloads (#1153)
* Get limited life attachment download URL

This change limits url download to a 1min lifetime.
This requires moving to a new container to allow for non-public blob
access.

Clients will have to call GetAttachmentData api function to receive the download
URL. For backwards compatibility, attachment URLs are still present, but will not
work for attachments stored in non-public access blobs.

* Make GlobalSettings interface for testing

* Test LocalAttachmentStorageService equivalence

* Remove comment

* Add missing globalSettings using

* Simplify default attachment container

* Default to attachments containe for existing methods

A new upload method will be made for uploading to attachments-v2.
For compatibility for clients which don't use these new methods, we need
to still use the old container. The new container will be used only for
new uploads

* Remove Default MetaData fixture.

* Keep attachments container blob-level security for all instances

* Close unclosed FileStream

* Favor default value for noop services
2021-02-22 15:35:16 -06:00
f3bff938c4 Added ability to bulk-upload tax rates (#1139) 2021-02-11 16:39:27 -05:00
085987d2f1 fixed a broken link and removed a duplicate property (#1029) 2020-12-07 09:18:25 -05:00
b877c25234 Implemented tax collection for subscriptions (#1017)
* Implemented tax collection for subscriptions

* Cleanup for Sales Tax

* Cleanup for Sales Tax

* Changes a constraint to an index for checking purposes

* Added and implemented a ReadById method for TaxRate

* Code review fixes for Tax Rate implementation

* Code review fixes for Tax Rate implementation

* Made the SalesTax migration script rerunnable
2020-12-04 12:05:16 -05:00
aa6bc164bb support log filters for portal and sso (#948) 2020-09-22 10:32:14 -04:00
2872bda6fe tool to generate licenses (#874)
* tool to generate licenses

* code review feedback
2020-08-18 17:00:21 -04:00
51fd87df0b Added UseSso bool to Organization (#834)
* Added UseSso bool to org

* Update fields in migration script

* bump version & check enabled flag on ssoConfig
2020-07-22 09:38:39 -04:00
5b598b811e Add additional meta data to org view (#655)
* Add additional meta data to org view

* null check policies and groups
2020-02-25 14:28:41 -05:00
6b6c2d862d 8bit => bitwarden 2020-02-18 22:22:32 -05:00
e69fc3620e tool to promote admin user to org owner 2020-02-14 20:13:25 -05:00
e8054df5b4 use policies property for orgs 2020-01-15 15:00:54 -05:00
904c29809b placeholders 2019-10-01 09:13:00 -04:00
47fed7ab80 date range search on logs 2019-10-01 09:02:36 -04:00
a6bd55e7a5 more logging 2019-07-11 16:19:38 -04:00
d6a451d41f start TLS info on admin homepage 2019-04-12 09:14:06 -04:00
e51d435236 allow negative amount transaction 2019-03-08 15:37:09 -05:00
15cb0ad4c3 implement useapi and apikey 2019-03-02 15:09:33 -05:00
3b8552b2fa billing info and tx management tools 2019-02-25 12:43:20 -05:00
7ee8c0a240 add billing info to admin edit page 2019-02-25 10:39:04 -05:00
fb21b19490 charge braintree customer tool 2019-02-15 16:18:34 -05:00
54c6ffeece Registration 2019-01-26 21:47:34 -05:00
8512a42627 rename core to server 2019-01-25 11:35:57 -05:00
411e8a67f9 core => server updates 2019-01-18 22:20:05 -05:00
9afca4c277 remove old org fields 2019-01-18 15:49:57 -05:00
ca22a007f6 noindex,nofollow 2019-01-17 16:45:53 -05:00
bcd396d620 robots noindex admin 2019-01-17 16:24:52 -05:00
ac7c7b5077 move some 2fa logic functions to userService 2018-12-19 10:47:53 -05:00
cf73b168ee More CanAccessPremium checks 2018-08-28 17:40:08 -04:00
4f8061b488 adjust footer copyright 2018-08-21 23:12:06 -04:00
5766c1f6f3 enable notifications services 2018-08-17 18:04:11 -04:00
222d5b2f9d await partial async 2018-08-06 22:40:44 -04:00
4ce1e39095 PartialAsync 2018-08-06 21:11:23 -04:00
17ec153fa7 icons logging 2018-07-10 00:09:18 -04:00
8e98e489ab added use 2fa to org edit 2018-04-20 16:37:17 -04:00
b1b016fbc8 small logout button 2018-04-16 21:37:33 -04:00
78af77036b fix braintree customers link 2018-04-07 12:40:13 -04:00
1a16729064 added org 2fa info to admin pages 2018-04-03 14:43:12 -04:00
5ed4676ad5 add more project types 2018-03-30 23:27:48 -04:00
c63422ea5d log exception strings 2018-03-30 17:35:07 -04:00
0e143a78e5 log filters 2018-03-30 08:38:15 -04:00
1e0dc92627 only show docs on self hosted 2018-03-30 00:16:41 -04:00
2ff7a1fdd5 adjust header widths 2018-03-30 00:05:35 -04:00
e51cf078b0 include project property with logs 2018-03-30 00:01:53 -04:00
922da5596d add current time and props to logs 2018-03-29 23:46:27 -04:00
d4b4a2b014 admin logs 2018-03-29 23:30:56 -04:00
0165655bc3 space on copyright year 2018-03-29 21:02:00 -04:00
f3904de2bc more user info 2018-03-29 11:27:50 -04:00
830f4ee68e more org/user info 2018-03-29 11:26:19 -04:00