1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-25 12:45:18 +01:00
Commit Graph

1449 Commits

Author SHA1 Message Date
Kyle Spearrin
0524630c33 update web vault urls 2018-07-12 17:33:17 -04:00
Kyle Spearrin
f1b8301428 event page default is 50 2018-07-11 14:24:27 -04:00
Kyle Spearrin
17ec153fa7 icons logging 2018-07-10 00:09:18 -04:00
Kyle Spearrin
9fee09e204 log event when removing user from group/collection 2018-07-09 23:07:04 -04:00
Kyle Spearrin
90df2f21e5 TryCreate on each uri 2018-07-02 10:50:48 -04:00
Kyle Spearrin
37375d8653 use parsedUri.Host 2018-06-28 10:18:35 -04:00
Kyle Spearrin
1b59e70991 Merge branch 'master' of github.com:bitwarden/core 2018-06-28 10:16:08 -04:00
Kyle Spearrin
4dfef9fa96 TryCreate uri first 2018-06-28 10:15:54 -04:00
Kyle Spearrin
3ff217bb24 tolower requests 2018-06-28 07:45:24 -04:00
Xander Smeets
75d3c23376 Add steamgames.com as equivalent domain of Steam (#317) 2018-06-26 07:57:54 -04:00
Kyle Spearrin
826b4a430f exclude domains from sync option 2018-06-25 21:29:04 -04:00
Kyle Spearrin
3bf468c545 take fixes 2018-06-25 09:59:32 -04:00
Kyle Spearrin
9561b167f7 icon service fixes 2018-06-25 09:28:54 -04:00
Kyle Spearrin
5c17f910fe remove culture from request model 2018-06-23 11:55:45 -04:00
Kyle Spearrin
5c13802879 GetScheme helper 2018-06-19 17:28:45 -04:00
Kyle Spearrin
06db27ae19 cleanup recursion and location header 2018-06-19 17:21:31 -04:00
Kyle Spearrin
e1df06ec33 cleanup memory refs. switch to anglesharp lib 2018-06-19 15:14:12 -04:00
Kyle Spearrin
145e4c69d4 cleanup html node refs 2018-06-19 10:18:11 -04:00
Kyle Spearrin
18b7bcb9e3 no response cache. manual CacheControl middleware 2018-06-18 13:35:46 -04:00
Kyle Spearrin
7ee659e3b1 setting for disabling icons cache 2018-06-18 08:31:37 -04:00
Kyle Spearrin
de552be25f apis for bulk sharing 2018-06-13 14:03:44 -04:00
Kyle Spearrin
ebb1f9e1a8 use temp tables for better execution plans 2018-06-12 13:24:13 -04:00
Kyle Spearrin
74874a1c38 return collection readonly details 2018-06-11 14:25:53 -04:00
Kyle Spearrin
9cf036227e UseForwardedHeaders on admin 2018-06-09 23:57:26 -04:00
Mart124
b3c48fd3fa Add a bitwarden label to docker images (#305)
* Add a bitwarden label to docker images

* Prefix label with reverse DNS
2018-06-09 08:17:16 -04:00
Kyle Spearrin
7aa9681222 bump iterations hash iterations to 50k 2018-06-01 21:02:57 -04:00
Kyle Spearrin
858627e86c sudo not required 2018-06-01 16:23:28 -04:00
Kyle Spearrin
6b94455b13 bump docker versions 2018-06-01 15:16:55 -04:00
Kyle Spearrin
6f1f2305e3 sleep for 20 seconds between migrate re-tries 2018-05-31 22:11:08 -04:00
Kyle Spearrin
a6260c867c only take up to 40 links 2018-05-31 22:04:01 -04:00
Kyle Spearrin
850000ab26 capitalize Bitwarden 2018-05-31 21:47:06 -04:00
Mart124
c96ab26053 Avoid error messages when self updating (#300) 2018-05-31 14:35:54 -04:00
Kyle Spearrin
a18ee73675 version bump 2018-05-31 14:31:00 -04:00
Kyle Spearrin
5f002a20f1 formatting on run script 2018-05-31 13:49:41 -04:00
Kyle Spearrin
4d33b3e1da format PowerShell scripts 2018-05-31 13:43:04 -04:00
Kyle Spearrin
dfb5890bdf merge install into run script 2018-05-31 13:42:00 -04:00
Mart124
92b08e6cf1 Rework service user (#299)
* Use user primary group if not root

* Do not run getent on MacOS

* Simplify UID/GID management

* Make uid.env backward compatible in run.sh

* Merge install.sh with run.sh to avoid duplicating code

Especially the UID/GID management one

* Generate correct OS name

* Be sure to keep old behavior for backward compatiblilty

* Get the colors back from install.sh
2018-05-31 12:05:26 -04:00
Kyle Spearrin
961c0c6749 null cached entries are high priority 2018-05-29 22:38:29 -04:00
Kyle Spearrin
fd24b7afed Merge branch 'master' of github.com:bitwarden/core 2018-05-29 22:36:42 -04:00
Kyle Spearrin
fbdb600f22 specify cache size 2018-05-29 22:36:32 -04:00
Kyle Spearrin
0f675d8ccb Revert "Use user primary group if not root (#292)"
This reverts commit ec89c36ca0.
2018-05-29 19:17:48 -04:00
Mart124
ec89c36ca0 Use user primary group if not root (#292)
* Use user primary group if not root

* Do not run getent on MacOS

* Simplify UID/GID management

* Create uid.env if it does not exist

* Populate uid.env if it's empty
2018-05-29 17:18:48 -04:00
Kyle Spearrin
1ead0af77e update mssql to CU7 2018-05-29 08:19:34 -04:00
Mart124
8471f558e3 Improve mssql backups (#298)
* Improve mssql backups

* Launch DB backup at 23:59
2018-05-29 08:17:43 -04:00
Kyle Spearrin
ecf75c2a66 add cli client 2018-05-28 09:44:14 -04:00
Kyle Spearrin
68125d2c9b try to find format of any non-allowed type 2018-05-25 14:19:40 -04:00
Kyle Spearrin
6d3ad7d9e4 optimize 2018-05-25 14:12:18 -04:00
Kyle Spearrin
1cfc95df7c icon fetch fixes 2018-05-25 12:50:21 -04:00
Kyle Spearrin
6859f3ebbc cache not found 2018-05-24 17:18:33 -04:00
Kyle Spearrin
72e95e2a98 allow org user reg. when reg. is disabled 2018-05-24 16:55:52 -04:00