366 Commits

Author SHA1 Message Date
tchap
f7378a934b
Merge pull request #34 from tchapi/auth/remove-digest
Remove Digest auth
v1.8.0
2021-09-20 11:09:28 +02:00
tchapi
ad136974b6 Coin version 1.8.0 since we remove Digest Auth 2021-09-20 11:07:23 +02:00
tchapi
44adcc3301 Improve password hashing algorithm, use password_hash & password_verify
Refactor BasicAuth password checking to allow verification of legacy "md5" passwords as well
2021-09-13 16:20:10 +02:00
tchapi
380c3d25c3 Remove Digest auth 2021-09-13 16:13:01 +02:00
tchapi
489205f2c1 Fix missing MAPBOX_API_KEY in example compose file 2021-08-29 15:17:15 +02:00
tchapi
d0f3945bb6 Bump to 1.7.3 v1.7.3 2021-08-29 15:08:46 +02:00
tchapi
4804953c4d Update documentation for the Mapbox API key 2021-08-29 15:08:18 +02:00
tchapi
4402c0988a Update dependencies (specifically, unpack Symfony packs) 2021-08-29 15:05:39 +02:00
tchapi
fb133f1aab $senderEmail must be protected 2021-08-29 15:00:48 +02:00
tchapi
156b434cdc Fix typing and phpdoc 2021-08-29 14:41:07 +02:00
tchapi
2e8db7fe13 Remove rogue Mapbox API key, and add env var to set it correctly 2021-08-29 14:40:40 +02:00
tchap
87fd71dcd0
Merge pull request #32 from marc2016/MapBox-API-Update
MapBox call update to new API version.
2021-08-29 14:29:41 +02:00
Marc Lammers
f1d82fca3d MapBox call update to new API version. 2021-08-26 21:25:45 +02:00
tchapi
08265e1e4c Bump to 1.7.2 v1.7.2 2021-06-24 21:10:49 +02:00
tchapi
ee28c25a6f Set a custom cookie name for authentication 2021-06-24 21:06:52 +02:00
tchapi
31286827dd Update to Symfony 5.3.* 2021-06-24 21:06:33 +02:00
tchapi
9a5e4d0d33 Fix modals not appearing (missing data-flavour) 2021-06-24 21:05:33 +02:00
tchapi
5eec43ae77 Fix access to restricted resources 2021-06-24 20:56:21 +02:00
tchapi
42ae85bbfd Add info about package in README 2021-05-11 14:36:09 +02:00
tchapi
0634a30591 Add badge for GHCR.io and bump version for release v1.7.1 2021-05-11 14:33:25 +02:00
tchap
7daea87d62
Force use of ghcr.io 2021-05-11 14:24:49 +02:00
tchap
5a7bc66e38
Add GHCR login to Github action 2021-05-11 14:11:33 +02:00
tchap
71850f79a8
Add the ability to manually run the docker workflow 2021-05-11 14:02:35 +02:00
tchap
5c27364f3a
Merge pull request #25 from tchapi/feature/github-actions
Create Github actions file
2021-05-11 13:58:32 +02:00
Cyril
3ed628bf96 Bump v1.7.0 v1.7.0 2021-05-11 13:52:49 +02:00
tchap
d22029af23
Merge pull request #24 from tchapi/feature/composer2
Composer 2 and Docker revamp
2021-05-11 13:49:18 +02:00
tchap
15aadfaeb8
Create Github actions file (WIP) 2021-04-26 23:12:33 +02:00
tchapi
80d970c277 Update docker-compose third party images 2021-04-26 22:45:32 +02:00
tchapi
0e2b6aa52d Use current checked out release for Docker
Add .dockerignore
Improve Dockerfile
Amend README
2021-04-26 22:33:37 +02:00
tchapi
06a1e81ff4 Small typo fix 2021-04-26 22:05:37 +02:00
tchapi
48a31ffa7a Use RUN echo rather than COPY for timezone conf 2021-04-26 22:01:12 +02:00
tchapi
d5b31b3066 Amend README, fix v2 of Composer in Dockerfile 2021-04-26 22:00:30 +02:00
tchapi
78b5c03bf9 Update dependencies and build to Composer 2 2021-04-26 21:59:15 +02:00
Cyril
4d94c1c7ff Update dependencies 2021-03-20 14:27:28 +01:00
Cyril
a218df504a Bump version to 1.6.2 v1.6.2 2021-02-19 18:40:51 +01:00
Cyril
d283692746 Update dependencies, notably sabre/dav to 4.1.5 2021-02-19 18:39:13 +01:00
Cyril
07737eb37e Fix deprecation of nullable required parameters v1.6.1 2021-02-01 12:29:24 +01:00
Cyril
b429e54023 Update dependencies 2021-02-01 12:29:13 +01:00
Cyril
1e47d2a603 Bump to 1.6.0 v1.6.0 2020-12-18 14:03:38 +01:00
tchap
076baeff43
Merge pull request #17 from tchapi/feature/delegation-refactor
[WIP] Refactor delegation
2020-12-18 14:02:27 +01:00
tchapi
49df3735ab Add the ability to revoke directly from sharer 2020-12-17 15:38:25 +01:00
tchapi
ce9c79accd Update dependencies 2020-12-17 15:16:55 +01:00
tchapi
363e014e6c Add calendar sharing 2020-12-17 15:16:35 +01:00
tchapi
b84a9590ea [WIP] Refactor delegation
Delegation must be directly managed at the user level, not the calendar level
Add individual calendar sharing and revocation
2020-12-15 00:21:02 +01:00
tchapi
17bf9769c8 Merge branch 'master' of github.com:tchapi/davis 2020-12-14 22:43:57 +01:00
tchapi
545e98716c Fix #16: choose correct proxy on removing delegee 2020-12-14 22:43:05 +01:00
Cyril
50a9e6fad8 Bump version 1.5.0 v1.5.0 2020-10-20 16:36:13 +02:00
tchap
f2a4ef5a3b
Merge pull request #13 from tchapi/feature/imap_auth
Add IMAP as an auth backend
2020-10-20 16:35:06 +02:00
Cyril
d0b922e265 Improve screenshots to reflect changes in UI 2020-10-16 16:21:11 +02:00
Cyril
d3527e762d Add more relevant info in the README file 2020-10-16 16:21:11 +02:00