Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2022-10-29 23:25:34 +0300
committerThomas Bruederli <thomas@roundcube.net>2022-10-29 23:25:34 +0300
commitd3a1bcb6de400bd938d9df9b157137d6e34c4d1d (patch)
tree88478f42912ed445657b666ef6792ec121f55960
parent6b2e39d13252064040912898e58b6297f80396c9 (diff)
Update changelog + .gitignore
-rw-r--r--.gitignore4
-rw-r--r--CHANGELOG.md1
2 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 00fce52e1..ec830e407 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,3 +25,7 @@ program/js/tinymce/
# skin customization files
skins/elastic/styles/_styles.less
skins/elastic/styles/_variables.less
+
+# ignore IDE files
+.vscode
+.DS_Store
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f8bf17c87..c0ee80edd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,7 @@
## Unreleased
+- Kill session if refreshing oauth token fails (#8734)
- Removed support for MS SQL Server and Oracle (#7854)
- Store uploads metadata in a separate sql database table instead of a session (#8415)
- Advanced mail search syntax with more possibilities (without UI) (#8502)