Milos Stojanovic
|
e79fc71142
|
httponly cookie by default
|
2021-09-27 10:35:34 +02:00 |
|
Milos Stojanovic
|
5ddec1a0e0
|
option for cookie_secure added
|
2021-09-27 10:29:36 +02:00 |
|
Milos Stojanovic
|
63645f6e04
|
anti-framing policy added with headers
|
2021-09-27 10:14:36 +02:00 |
|
Milos Stojanovic
|
8f1dfd9637
|
Update README.md
|
2021-09-07 17:38:24 +02:00 |
|
ahaenggli
|
d45346809f
|
fix #257 and add optional domain handling (#258)
* fix #257 and add optional domain handling
* format code and add to doc
|
2021-08-23 09:03:08 +02:00 |
|
dependabot[bot]
|
006c953b4b
|
Bump path-parse from 1.0.6 to 1.0.7 (#253)
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)
---
updated-dependencies:
- dependency-name: path-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2021-08-16 12:34:10 +02:00 |
|
Milos Stojanovic
|
462cebb89e
|
cont
|
2021-08-16 12:21:40 +02:00 |
|
Milos Stojanovic
|
da509591e2
|
adding slovenian language, thanks megamiska.eu
|
2021-08-16 12:18:20 +02:00 |
|
Brennen Raimer
|
b0d76f6f54
|
Fix Dockerfile (#254)
* add support for docker, resolves #239
* point 000-default.conf Document Root at filegator
|
2021-08-16 08:20:46 +02:00 |
|
Milos Stojanovic
|
c4a83e3542
|
svg logo
|
2021-08-11 12:43:33 +02:00 |
|
Milos Stojanovic
|
a6f3fd4ebc
|
Update README.md
|
2021-08-11 12:37:49 +02:00 |
|
Milos Stojanovic
|
8fca87ad9b
|
svg logo
|
2021-08-11 12:35:43 +02:00 |
|
Milos Stojanovic
|
f57d2c1ed2
|
typo
|
2021-08-04 09:57:18 +02:00 |
|
stumbaumr
|
4fd8545018
|
Fix a small typo (#251)
|
2021-08-04 09:55:34 +02:00 |
|
Milos Stojanovic
|
95f8889fa5
|
removed unnecessary restart
|
2021-07-28 19:33:30 +02:00 |
|
Milos Stojanovic
|
8db4098f7e
|
docker fix
|
2021-07-28 16:05:34 +02:00 |
|
Brennen Raimer
|
247b047845
|
add support for docker, resolves #239 (#246)
|
2021-07-28 14:38:33 +02:00 |
|
Milos Stojanovic
|
cf95b2a9fc
|
docs update
|
2021-07-18 09:20:53 +02:00 |
|
Milos Stojanovic
|
5578bb492e
|
Update README.md
|
2021-07-18 09:19:27 +02:00 |
|
Milos Stojanovic
|
3ee8c36d7a
|
Adding security policy, fixes #243
|
2021-07-15 09:05:39 +02:00 |
|
Milos Stojanovic
|
c8776575d7
|
version bump - v7.6.0
v7.6.0
|
2021-07-12 11:11:15 +02:00 |
|
Milos Stojanovic
|
79b6801bed
|
docs update
|
2021-07-08 14:33:39 +02:00 |
|
Milos Stojanovic
|
8e7830d4b9
|
changelog
|
2021-07-08 14:26:44 +02:00 |
|
Milos Stojanovic
|
203d422ad5
|
better search with configurable simultaneous search limit, fixes #234
|
2021-07-08 14:26:05 +02:00 |
|
Milos Stojanovic
|
9612793c98
|
v7.5.3
v7.5.3
|
2021-07-05 15:28:45 +02:00 |
|
Milos Stojanovic
|
a66cba349b
|
invalidate sessions when the password is changed - database auth adapter
|
2021-07-05 15:12:58 +02:00 |
|
Milos Stojanovic
|
0de9e6c895
|
invalidate sessions when the password is changed - json auth adapter
|
2021-07-05 14:49:12 +02:00 |
|
Milos Stojanovic
|
f237bd4aa8
|
Cookie samesite defaults to Lax, fixes #232
|
2021-07-01 13:57:43 +02:00 |
|
Milos Stojanovic
|
20c9eb92a6
|
typo fix
|
2021-06-30 10:50:43 +02:00 |
|
Milos Stojanovic
|
963c95f3da
|
readme upd
|
2021-06-24 12:28:08 +02:00 |
|
Milos Stojanovic
|
953f3b1768
|
Min PHP version is 7.2.5
|
2021-06-24 10:33:22 +02:00 |
|
dependabot[bot]
|
c44b4517dd
|
Bump postcss from 7.0.30 to 7.0.36 (#227)
Bumps [postcss](https://github.com/postcss/postcss) from 7.0.30 to 7.0.36.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/7.0.30...7.0.36)
---
updated-dependencies:
- dependency-name: postcss
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2021-06-24 10:11:06 +02:00 |
|
dependabot[bot]
|
593152bb39
|
Bump dns-packet from 1.3.1 to 1.3.4 (#223)
Bumps [dns-packet](https://github.com/mafintosh/dns-packet) from 1.3.1 to 1.3.4.
- [Release notes](https://github.com/mafintosh/dns-packet/releases)
- [Changelog](https://github.com/mafintosh/dns-packet/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mafintosh/dns-packet/compare/v1.3.1...v1.3.4)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2021-06-24 10:10:53 +02:00 |
|
dependabot[bot]
|
3265bce7e0
|
Bump browserslist from 4.12.0 to 4.16.6 (#222)
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.12.0 to 4.16.6.
- [Release notes](https://github.com/browserslist/browserslist/releases)
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](https://github.com/browserslist/browserslist/compare/4.12.0...4.16.6)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2021-06-24 10:10:32 +02:00 |
|
Milos Stojanovic
|
7fc5a626bc
|
v7.5.2
v7.5.2
|
2021-06-24 09:43:15 +02:00 |
|
Milos Stojanovic
|
e1b58c3781
|
deps updated, flysystem patch
|
2021-06-24 09:34:34 +02:00 |
|
Milos Stojanovic
|
dd4b97b4f1
|
readme upd
|
2021-06-24 09:15:49 +02:00 |
|
dependabot[bot]
|
8a6bbd7765
|
Bump hosted-git-info from 2.8.5 to 2.8.9 (#217)
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.5 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases)
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.5...v2.8.9)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2021-05-18 09:26:34 +02:00 |
|
dependabot[bot]
|
e98a4dc3ab
|
Bump symfony/security-core from 4.4.19 to 4.4.23 (#219)
Bumps [symfony/security-core](https://github.com/symfony/security-core) from 4.4.19 to 4.4.23.
- [Release notes](https://github.com/symfony/security-core/releases)
- [Changelog](https://github.com/symfony/security-core/blob/5.x/CHANGELOG.md)
- [Commits](https://github.com/symfony/security-core/compare/v4.4.19...v4.4.23)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2021-05-18 09:26:08 +02:00 |
|
tobiasgruber1995
|
b464cf31e0
|
Update spanish.js (#216)
Fix typo.
|
2021-05-10 15:53:30 +02:00 |
|
tobiasgruber1995
|
b2956ae867
|
Update german.js (#215)
Fix some typos.
|
2021-05-10 15:53:06 +02:00 |
|
dependabot[bot]
|
9b5e3b8098
|
Bump ssri from 6.0.1 to 6.0.2 (#211)
Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/npm/ssri/releases)
- [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md)
- [Commits](https://github.com/npm/ssri/compare/v6.0.1...v6.0.2)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2021-05-09 09:34:44 +02:00 |
|
dependabot[bot]
|
10a2bfc0c8
|
Bump url-parse from 1.4.7 to 1.5.1 (#214)
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.1.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.4.7...1.5.1)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2021-05-09 09:33:53 +02:00 |
|
dependabot[bot]
|
642bb27333
|
Bump y18n from 4.0.0 to 4.0.1 (#204)
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2021-03-31 07:57:23 +02:00 |
|
Milos Stojanovic
|
a4c8ff1e8b
|
docs upd
|
2021-03-23 11:19:19 +01:00 |
|
Milos Stojanovic
|
3a7341d289
|
v7.5.1
v7.5.1
|
2021-03-23 11:03:39 +01:00 |
|
Milos Stojanovic
|
81aab664c7
|
changelog upd
|
2021-03-23 10:59:25 +01:00 |
|
Milos Stojanovic
|
7e40b953cf
|
do not transform response (json) fixes #201
|
2021-03-23 10:54:45 +01:00 |
|
Milos Stojanovic
|
abc875fd56
|
changelog upd
|
2021-03-23 10:31:56 +01:00 |
|
Milos Stojanovic
|
86b9752b38
|
Two consecutive periods bug - fixes #202
|
2021-03-23 10:30:50 +01:00 |
|