1
0
Fork 0
mirror of synced 2024-08-03 20:42:09 +12:00
Commit graph

584 commits

Author SHA1 Message Date
Steven
3f9cedcc44
Prepare 1.3.8 release 2023-07-19 22:49:51 -07:00
Christy Jacob
e78e8d3929 Merge branch 'master' of https://github.com/appwrite/appwrite into add-console-headers 2023-07-11 18:37:12 +00:00
Christy Jacob
c696b7264b
Merge pull request #5649 from appwrite/1.3.x
Sync master with 1.3.x
2023-06-04 00:43:03 +05:30
Christy Jacob
a68f0826e7 chore: update changelog 2023-06-03 20:14:44 +05:30
Christy Jacob
329b6b93bf chore: update changelog 2023-06-03 20:11:01 +05:30
Torsten Dittmann
223663aa89
Merge pull request #5637 from appwrite/1.3.x
sync 1.3.x
2023-06-02 16:30:55 +02:00
Torsten Dittmann
21b41c475d chore: prepre 1.3.6 2023-06-02 15:21:05 +02:00
Christy Jacob
44fd41d2ea Merge branch 'master' of https://github.com/appwrite/appwrite into 1.3.x 2023-05-30 16:58:22 +00:00
Christy Jacob
a3474f8a3b feat: prepare 1.3.5 release 2023-05-30 16:15:13 +00:00
Jake Barnby
225f21454c
Update changelog 2023-05-30 19:44:13 +12:00
Jake Barnby
2c59807bf5
Update changelog 2023-05-30 15:02:33 +12:00
Torsten Dittmann
f3856f446e
Merge pull request #5446 from appwrite/fix-changes-team-prefs
Update CHANGES.md to include team prefs fix
2023-05-09 17:07:21 +02:00
Steven Nguyen
c46a02b496
Update CHANGES.md 2023-05-03 12:15:37 -07:00
Steven Nguyen
d0cfad9085
Prevent migration from overriding existing data
For users already on 1.3.1, after upgrading to 1.3.2, the migration
script would override existing auths, password history, team prefs, and
(relationship) attribute options with empty values. This commit fixes
the migration to set to an existing value if there was one.
2023-04-28 12:20:30 -07:00
Steven
169b3c3605
Update CHANGES.md to include team prefs fix 2023-04-27 13:40:25 -07:00
Torsten Dittmann
e7c311044b chore: add changelog 2023-04-27 18:04:00 +02:00
Christy Jacob
d5fb9ab9a6 Merge branch 'master' of https://github.com/appwrite/appwrite into add-console-headers 2023-04-26 03:37:39 +00:00
Torsten Dittmann
5ee3c592a4 chore: release 1.3.2 2023-04-24 13:10:28 +02:00
Jake Barnby
08be9c4c89
Update changelog 2023-04-13 16:35:42 +12:00
Torsten Dittmann
d2b2d18134 chore: prepare 1.3.1 release 2023-04-12 18:13:49 +02:00
Jake Barnby
9a76507185
Merge remote-tracking branch 'origin/1.3.x' into feat-db-update-migrations
# Conflicts:
#	CHANGES.md
2023-04-12 00:39:18 +12:00
Jake Barnby
bf73b1a55f
Update changelog 2023-04-12 00:38:07 +12:00
Jake Barnby
de2ea95099
Update changelog 2023-04-12 00:34:29 +12:00
Torsten Dittmann
fdd18fdc7d fix: update changelog 2023-04-11 13:52:01 +02:00
Steven Nguyen
85a2d623a6
Update APIs to check X-Appwrite-Timestamp header
Appwrite will refer to the X-Appwrite-Timestamp header for when the
request was originally sent and reject the request if the Timestamp
is older than the updatedAt timestamp of the document.
2023-03-07 10:54:52 -08:00
Torsten Dittmann
ae32536be2 Merge branch 'master' of https://github.com/appwrite/appwrite into chore-release-1-3-console-sdk 2023-02-28 14:45:34 +05:30
Torsten Dittmann
dacb713450
Merge branch 'master' into fix-4982-email-session-expire-string-formattz 2023-02-24 15:23:33 +05:30
Damodar Lohani
6b6f9edbd6
Merge branch '1.3.x' into feat-13x-master-sync 2023-02-21 07:38:46 +05:45
Damodar Lohani
9f3e815167
Merge branch 'feat-password-history' into feat-password-dictionary 2023-02-20 07:56:17 +05:45
Damodar Lohani
5863ba6285 update changes 2023-02-20 02:08:28 +00:00
Christy Jacob
35687e72d9 Merge branch 'master' of https://github.com/appwrite/appwrite into fix-4594-function-response-500 2023-02-19 16:30:36 +00:00
Torsten Dittmann
92a20a2241 chore: add to changelog 2023-02-14 18:56:06 +01:00
Steven Nguyen
c340fae696
Update CHANGES.md 2023-02-13 16:59:05 -08:00
Steven
6d85dd6d85
Merge branch 'master' into fix-4594-function-response-500 2023-02-08 12:03:14 -08:00
munyoudoum
9890b5934d chore: update changes.md 2023-01-30 00:43:46 +07:00
Steven
e14f4404e0
Merge branch 'master' into feat-4803-flutter-web-platform-type 2023-01-20 12:04:58 -08:00
Christy Jacob
58c4c3da1e feat: update changelog 2023-01-20 09:52:11 +00:00
Bradley Schofield
4cc135e8e2
Merge branch 'master' into fix-test-warnings 2023-01-17 10:16:53 +00:00
Damodar Lohani
b7683364dd update changelog 2023-01-16 05:12:26 +00:00
Damodar Lohani
fe472e5b36 Merge branch '1.3.x' of https://github.com/appwrite/appwrite into feat-password-history 2023-01-16 05:04:13 +00:00
Steven Nguyen
be77b10549
Add flutter-web as a platform type
Having a dedicated type for flutter-web will allow us to differentiate
between Flutter Web and Web in the Appwrite Console.
2023-01-11 15:47:49 -08:00
Matej Bačo
ccc9432219 Merge branch 'master' into fix-1.2.x-conflicts 2022-12-27 08:29:10 +01:00
Jake Barnby
9694b79f03
Update changelog 2022-12-22 19:59:29 +13:00
Steven
9167b10c81
Merge branch 'master' into fix-4782-email-body-fr-translation 2022-12-21 11:45:50 -08:00
Damodar Lohani
679fd66507 add to changelog 2022-12-19 08:35:02 +00:00
Jake Barnby
b6723b7c83
Merge remote-tracking branch 'origin/master' into feat-graphql-support
# Conflicts:
#	app/init.php
2022-12-06 20:38:09 +13:00
Matej Bačo
ea58cb4aff Update changelog 2022-12-05 14:57:24 +00:00
P.O.M
0cd67229a1 Fix : translation french "emails.recovery.body"
Wrong reference to project variable
2022-11-26 13:04:44 +01:00
Jake Barnby
cefd5660b9
Merge remote-tracking branch 'origin/master' into fix-region-parameter
# Conflicts:
#	CHANGES.md
2022-11-25 10:42:27 +13:00
Jake Barnby
9d0cbd3b68
Update changelog 2022-11-25 10:39:53 +13:00