summaryrefslogtreecommitdiff
path: root/server
diff options
context:
space:
mode:
authordrebs <drebs@leap.se>2014-07-02 12:35:55 -0300
committerdrebs <drebs@leap.se>2014-07-02 12:41:05 -0300
commitdd82ea1c9055eb46bdfac46c9a1ef9ed41fac850 (patch)
tree8e465d1a84757d58e5e8602dc0d543d24c9f3a9d /server
parent4587bfcfcacc30180b10454b334ec20c64526332 (diff)
Add changes files.
Diffstat (limited to 'server')
-rw-r--r--server/changes/feature_3399-check-auth-in-constant-way1
-rw-r--r--server/changes/feature_5571_allow-for-interrupting-and-recovering-sync1
-rw-r--r--server/changes/feature_5571_split-sync-post1
3 files changed, 3 insertions, 0 deletions
diff --git a/server/changes/feature_3399-check-auth-in-constant-way b/server/changes/feature_3399-check-auth-in-constant-way
new file mode 100644
index 00000000..ebd18680
--- /dev/null
+++ b/server/changes/feature_3399-check-auth-in-constant-way
@@ -0,0 +1 @@
+ o Authenticate in time-insensitive manner. Closes #3399.
diff --git a/server/changes/feature_5571_allow-for-interrupting-and-recovering-sync b/server/changes/feature_5571_allow-for-interrupting-and-recovering-sync
new file mode 100644
index 00000000..0087c535
--- /dev/null
+++ b/server/changes/feature_5571_allow-for-interrupting-and-recovering-sync
@@ -0,0 +1 @@
+ o Allow for interrupting and recovering sync (#5517).
diff --git a/server/changes/feature_5571_split-sync-post b/server/changes/feature_5571_split-sync-post
new file mode 100644
index 00000000..ad269cd4
--- /dev/null
+++ b/server/changes/feature_5571_split-sync-post
@@ -0,0 +1 @@
+ o Split sync in multiple POST requests in server (#5571).