Florian Schlichting
c3591225c5
release davical 1.1.13
2026-05-11 23:56:53 +02:00
Florian Schlichting
9d6bec35bf
acknowledge Debian NMUs, apply PHPUnit 12 syntax changes
2026-04-07 22:53:56 +02:00
Andrew Ruthven
3d2e3d9f12
Move the CSP to only apply to DAViCal htdocs
2023-10-23 18:22:53 +13:00
Florian Schlichting
4301a795ac
release davical 1.1.12
2023-03-13 22:00:55 +01:00
Debian Janitor
cc0d627a21
Remove constraints unnecessary since buster (oldstable)
...
* Remove 1 maintscript entries from 1 files.
Changes-By: deb-scrub-obsolete
2022-10-04 16:01:02 +00:00
Florian Schlichting
88670bfa39
release davical 1.1.11
2022-10-04 14:05:19 +02:00
Florian Schlichting
9da21ad116
release davical 1.1.10
2021-03-01 21:24:48 +08:00
Adrian Bunk
2a9ce31d1e
Bug#962653: davical: diff for NMU version 1.1.9.3-1.1
2020-07-06 14:37:43 +08:00
Florian Schlichting
55d485045f
release 1.1.9.3
2020-04-13 22:43:07 +02:00
Florian Schlichting
699d077834
release 1.1.9.2: also check CSRF token in collection-edit.php
2019-12-12 00:25:20 +08:00
Florian Schlichting
4af9595f4d
release 1.1.8
2019-01-30 22:53:08 +01:00
Florian Schlichting
05397d635c
release 1.1.6
2018-01-12 00:15:36 +01:00
Florian Schlichting
3ba605288f
release 1.1.6
2017-10-25 11:48:43 +02:00
Florian Schlichting
7ccc7c4491
release 1.1.5
2017-01-23 23:04:46 +01:00
Florian Schlichting
482850e6b2
Add missing dependency on php-xml, which is a separate package from PHP 7 ( fixes #91 )
2016-06-01 22:20:00 +02:00
Florian Schlichting
348532e13b
Update to work with both php5 and php7, mainly based on the Ubuntu patch
2016-04-19 21:53:29 +02:00
Florian Schlichting
658daa6d60
release 1.1.4
2016-01-11 23:57:09 +01:00
Florian Schlichting
8ef7966690
Update ChangeLog, add Debian bug closers
2016-01-09 00:05:24 +01:00
Florian Schlichting
af1707ef1d
prepare for 1.1.4
2016-01-03 19:09:56 +01:00
Florian Schlichting
39f1d04abe
Debian: Ship all config examples and user documentation
...
but remove website references since it was moved to its own git
repository
2014-12-16 23:02:16 +01:00
Florian Schlichting
cbe63d3182
release 1.1.3.1, fixing a critical typo in htdocs/always.php :-(
2014-10-07 08:48:19 +02:00
Florian Schlichting
37e814c647
release 1.1.3
2014-10-07 00:58:47 +02:00
Florian Schlichting
398302d554
Add a README.Debian explaining the necessary steps for a basic installation
2014-10-07 00:58:47 +02:00
Florian Schlichting
c6b657a631
Add php5-ldap as Suggests (LP: #479378 )
2014-10-07 00:37:42 +02:00
Florian Schlichting
c38f4d2ee2
Bump dependency on awl to 0.55
2014-10-06 23:59:43 +02:00
Florian Schlichting
b5008e2e7e
Declare compliance with Debian Policy 3.9.6
2014-10-06 23:57:35 +02:00
Florian Schlichting
ab2541e6c0
Declare compliance with Debian Policy 3.9.5 and update d/changelog
2014-09-14 21:40:52 +02:00
Florian Schlichting
e87a5abc26
Takeover for the Davical Development Team
2014-09-14 15:56:43 +02:00
Christoph Anton Mitterer
1d54f57533
removed debian/README.Debian
...
* Removed debian/README.Debian which didn’t contain any useful information.
2013-09-02 14:53:47 +12:00
Christoph Anton Mitterer
35e471013b
support Apache’s REDIRECT_REMOTE_USER CGI env var
...
* In places where the CGI variable REMOTE_USER is read, support alternatively
REDIRECT_REMOTE_USER, which is used by the Apache HTTPD Server instead, when a
redirect was used.
Note: This alone is not enough yet, to fully support it in DAViCal. An analogous
change (commit 29ddd89baaf65bda2560e51665a2e761abef4147) is necessary in
AWL.
2013-09-02 14:53:33 +12:00
Christoph Anton Mitterer
82757beba4
RFC compliant CGI AUTH_TYPE usage
...
* Handle the content of the CGI AUTH_TYPE variable case-insensitively as defined
by RFC 3875 Section 4.1.1.
2013-09-02 14:53:12 +12:00
Christoph Anton Mitterer
4ae44558c7
update addresses to the new canonical location
...
* Updated all addresses of the canonical git upstream repository and the issue
tracker to the new ones.
Conflicts:
po/de.po
po/es_AR.po
po/es_ES.po
po/es_MX.po
po/es_VE.po
po/et.po
po/fr.po
po/hu.po
po/it.po
po/ja.po
po/nb_NO.po
po/nl.po
po/pl.po
po/pt_BR.po
po/pt_PT.po
po/ru.po
po/sv.po
2013-09-02 14:40:33 +12:00
Christoph Anton Mitterer
1b73e00cbc
document closed Debian bug
...
* Document that Debian bug #703387 was closed by commit
56968d48651518dd386a53bcd28c408ffe313aeb which I forgot to do before.
2013-09-02 14:38:15 +12:00
Christoph Anton Mitterer
ea1ca0be0c
escape version string to prevent XSS for sure
...
* HTML escape the remotely retrieved version string printed to the HTML in order
to prevent and attacks (if this would have been possible at all in 12
characters).
The version string read from the davical.org webserver might be changed by an
attacker in order to perform XSS.
Even though this is highly unlikley (there are only 12 characters used) it's
better to HTML escape any such string that is printed to HTML.
This was originally reported at:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=703290
2013-09-02 14:38:05 +12:00
Andrew McMillan
cc8e6a0131
Release 1.1.2
2013-07-15 13:12:05 +12:00
Andrew McMillan
bb4ef7f6a4
Release changes for version 1.1.2
2013-03-06 22:30:27 +13:00
Andrew McMillan
7e51fa8541
Release 1.1.1
2012-07-11 08:39:11 +12:00
Andrew McMillan
4ee76f91ff
Release 1.1.0
2012-06-17 23:16:25 +12:00
Andrew McMillan
cf934f8a90
Release 1.1.0
2012-05-28 21:27:15 +12:00
Andrew McMillan
927a98482f
Release 1.0.2
2012-01-14 10:46:56 +13:00
Andrew McMillan
067cbdc841
Release 1.0.1
2012-01-05 12:30:52 +13:00
Andrew McMillan
70f6587a18
Release 1.0.0
2012-01-04 16:48:45 +13:00
Andrew McMillan
bb8bf75e8f
Release 0.9.9.7
2011-10-24 20:27:43 +13:00
Andrew McMillan
11892c4e97
Release 0.9.9.6
2011-09-27 13:27:56 +13:00
Andrew McMillan
ddfcf8c766
Actually, really, release 0.9.9.5. This time I've done it.
2011-09-13 23:06:56 +12:00
Andrew McMillan
f117ab23f5
Realio, Trulio 0.9.9.5 release. Maybe.
2011-09-12 19:59:11 +12:00
Andrew McMillan
16fdb2b5f5
Really, really release 0.9.9.5 :-)
2011-09-12 14:56:15 +12:00
Andrew McMillan
7699b03c14
Really release 0.9.9.5
2011-09-12 14:42:16 +12:00
Andrew McMillan
2dfd7e98ca
Release 0.9.9.5
2011-09-11 23:44:31 +12:00
Andrew McMillan
7f44fedf70
Changelogs for 0.9.9.5
2011-09-11 00:47:32 +12:00