1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-26 12:55:17 +01:00
Commit Graph

1177 Commits

Author SHA1 Message Date
Kyle Spearrin
6179813c9a up sleep to 60 seconds 2018-03-10 23:53:21 -05:00
Kyle Spearrin
be35cab9da docker version bump 2018-03-10 21:28:51 -05:00
Kyle Spearrin
2e40766255 cast varchar 2018-03-10 19:49:55 -05:00
Kyle Spearrin
54cca818ac
Update ISSUE_TEMPLATE.md 2018-03-10 14:35:33 -05:00
Kyle Spearrin
5b70ff6025
Update ISSUE_TEMPLATE.md 2018-03-10 09:46:14 -05:00
Kyle Spearrin
b9c71d438a
Update ISSUE_TEMPLATE.md 2018-03-10 09:42:36 -05:00
Kyle Spearrin
fb754ab2a9
Rename ISSSUE_TEMPLATE.md to ISSUE_TEMPLATE.md 2018-03-10 09:41:20 -05:00
Kyle Spearrin
c453059b48
Create ISSSUE_TEMPLATE.md 2018-03-10 09:40:43 -05:00
Kyle Spearrin
bdd9e89fb1 new echos for database sleeps 2018-03-09 23:13:51 -05:00
Kyle Spearrin
115c938956 sleep 30 seconds before running db migration 2018-03-09 22:55:43 -05:00
Kyle Spearrin
64277f54f8 token retrieval from header or qs 2018-03-09 11:02:31 -05:00
Kyle Spearrin
45dd2dc909 version bump 2018-03-09 00:04:43 -05:00
Kyle Spearrin
e16b326d0e fix comment 2018-03-08 22:34:28 -05:00
Kyle Spearrin
94ecdf7fd6 support non-ssl installations 2018-03-08 17:31:51 -05:00
Kyle Spearrin
b51b135316 fix tabs 2018-03-08 17:16:10 -05:00
Kyle Spearrin
c37016e19e use completion table on login uris update 2018-03-07 00:27:06 -05:00
Kyle Spearrin
8d681738c8 allowed media types for icon images 2018-03-03 14:12:57 -05:00
Kyle Spearrin
cf2183471c no need to check image header 2018-03-03 13:59:31 -05:00
Kyle Spearrin
9da30669af empty ctor for note model 2018-03-03 13:59:31 -05:00
Kyle Spearrin
c158103700
Update README.md 2018-03-03 08:01:07 -05:00
Kyle Spearrin
55cfc44776 check that image bytes are actually an image 2018-03-02 16:07:29 -05:00
Kyle Spearrin
f17023ecad FullHostname => Host 2018-03-02 13:49:32 -05:00
Kyle Spearrin
7d6c2209b4 basedomain => domain 2018-03-02 13:49:13 -05:00
Kyle Spearrin
03e7cf806a update script for login uris 2018-03-01 23:40:37 -05:00
Kyle Spearrin
0689e8617a adjust match types 2018-03-01 23:40:28 -05:00
Kyle Spearrin
48722e4b71 match default is null 2018-03-01 09:34:27 -05:00
Kyle Spearrin
2b276e9986 backwards compat apis on Uri 2018-03-01 09:29:49 -05:00
Kyle Spearrin
c8aabf0b40 MatchType proper => Match 2018-02-28 21:37:06 -05:00
Kyle Spearrin
3563a85318 add support for multiple uris on login model.
refactor cipher data models.
2018-02-28 21:23:46 -05:00
Kyle Spearrin
555e478ec3 Uppercase Bitwarden 2018-02-27 14:16:19 -05:00
Kyle Spearrin
e9d0f76795 wait 7 seconds before updatedb 2018-02-24 23:24:05 -05:00
Kyle Spearrin
c4a6b3b7ef idGuid variable 2018-02-24 14:32:48 -05:00
Kyle Spearrin
a5630f8af4 admin attachment apis 2018-02-24 14:29:11 -05:00
Kyle Spearrin
b8720be78f platform == "macos" 2018-02-22 22:52:33 -05:00
Kyle Spearrin
0f4c732b97 brew variant 2018-02-22 22:41:43 -05:00
Kyle Spearrin
eeb319857b update download proxy 2018-02-22 22:40:47 -05:00
Kyle Spearrin
36cad54bbd update checksums 2018-02-22 10:34:55 -05:00
Kyle Spearrin
862156bee9 update iconserver 2018-02-22 10:29:24 -05:00
Kyle Spearrin
edca897c16 update aspnet on iconsserver 2018-02-22 10:17:27 -05:00
Kyle Spearrin
427a185e87 update docker image deps 2018-02-22 07:52:21 -05:00
Kyle Spearrin
87497a5608 update libs 2018-02-21 22:31:33 -05:00
Kyle Spearrin
0b17f3823a Just use HttpContext RemoteIpAddress to get IP 2018-02-21 21:43:02 -05:00
Kyle Spearrin
4d703541bd update file names to better formatting 2018-02-21 15:09:04 -05:00
Kyle Spearrin
88fd1d8cb3 add safari to download function 2018-02-21 12:26:18 -05:00
Kyle Spearrin
8c2f629174 download function 2018-02-21 12:13:21 -05:00
Kyle Spearrin
ec5466ec98 add braces 2018-02-20 11:15:16 -05:00
François Van Ingelgom
fefda383d1 Allow usage of default override file (#210)
* Updated run.sh to support default override

This is equivalent to run docker-compose in the directory of the project (here "docker"). See: https://docs.docker.com/compose/extends/

Override allows to change some paramaters and extend the original compose file to your own environment (network config, CPU/RAM caps,...)

* Updated run.ps1 to support docker override file

Same as run.sh

* Added conditionals for override file absence

I misunderstood the documentation, that file must exist if file is specified on command line, added conditionals to support that case

* Update run.ps1 to test for override file presence

Same as .sh
2018-02-20 11:09:47 -05:00
Kyle Spearrin
5a9923092a RequestSizeLimit for attachment uploads 2018-02-19 08:20:57 -05:00
Paul Williams
162150691c Remove -t from docker run commands (#184)
Allows running the update commands from cron without getting the TTY error listed in https://github.com/bitwarden/core/issues/180 

Given what happens when each of these docker run commands execute, it seems like the -t flag is unnecessary.  Based on this helpful explanation of the -i and -t flags for docker run:  https://gist.github.com/v0lkan/c413cf9477b607db1ea1117c9de853df
2018-01-14 21:27:44 -05:00
Marco Trevisan
2c8395cee5 StaticStore: add equivalent domains for Airbnb and Eventbrite (#182)
* GlobalEquivalentDomains: add Airbnb and Eventbrite

* StaticStore: add airbnb domains

List based on https://www.airbnb.com/sitemaps/localized

* StaticStore: sort airbnb domains

* StaticStore: add Eventbrite domains

No public list found, went through some `nslookup` bruteforce checks...

* StaticStore: add missing eventbrite.com
2018-01-08 08:51:00 -05:00