1
0
Fork 0
mirror of synced 2024-09-09 14:21:24 +12:00
Commit graph

15032 commits

Author SHA1 Message Date
Steven Nguyen
26334b79bf
Update migration for audit collection
1. Remove the userInternalId attribute
2. Replace userId in audit documents with userInternalId and put
userId in data
2023-07-12 14:37:26 -07:00
Steven Nguyen
ca6e9a7f1e
Update get logs by user to pass user internal id
The userId in audit is actually the userInternalId.
2023-07-12 10:56:24 -07:00
Steven Nguyen
300d916621
Update get logs APIs to return userId from data
The audit userId is actually the internal id and the user id is in the
data attribute.
2023-07-12 10:27:57 -07:00
Steven Nguyen
f5a3a8f339
Update Appwrite to save internal id as audit user id
It's important to use userInternalId so that if a user is recreated
with the same ID, lookups for the user will not return the data
of the old deleted user.

We will still store userId in data so that it can be pulled out and
returned for the log API calls.
2023-07-12 10:24:42 -07:00
Steven Nguyen
fcd1be6726
Bump audit version to get rid of userInternalId attribute 2023-07-12 10:06:12 -07:00
Christy Jacob
7844094b58
Merge pull request #5648 from appwrite/updates-for-1.3.7
Updates for 1.3.7
2023-06-03 21:13:34 +05:30
Christy Jacob
596998000b chore: update console 2023-06-03 20:15:40 +05:30
Christy Jacob
a68f0826e7 chore: update changelog 2023-06-03 20:14:44 +05:30
Christy Jacob
9dcf164b2f chore: update composer 2023-06-03 20:14:11 +05:30
Christy Jacob
329b6b93bf chore: update changelog 2023-06-03 20:11:01 +05:30
Christy Jacob
9dee834637 chore: remove unrelated files 2023-06-03 20:06:27 +05:30
Christy Jacob
8b01c61de3 chore: update utopia-php/framework 2023-06-03 20:06:17 +05:30
Steven Nguyen
092f0cfcaf Fix the routing for the default OAuth2 pages 2023-06-03 20:05:45 +05:30
Torsten Dittmann
92cda20448 chore: revert docker compose changes 2023-06-02 15:21:20 +02:00
Torsten Dittmann
21b41c475d chore: prepre 1.3.6 2023-06-02 15:21:05 +02:00
Torsten Dittmann
a664363525 fix: trailing wildcards 2023-06-02 15:20:58 +02:00
Christy Jacob
985064ebf1
Merge pull request #5610 from appwrite/chore-prepare-release
Chore prepare release
2023-05-30 22:23:48 +05:30
Christy Jacob
927c7c3359 feat: update composer 2023-05-30 16:16:43 +00:00
Christy Jacob
a3474f8a3b feat: prepare 1.3.5 release 2023-05-30 16:15:13 +00:00
Jake Barnby
e44e4e7766
Merge pull request #5603 from appwrite/hotfix-route-mismatch
Update framework to fix route mismatches
2023-05-30 23:33:17 +12:00
Jake Barnby
85fac1f5f5
Merge pull request #5606 from appwrite/backport-string-default-min-length
Set min length to 0 for default value when creating or updating a str…
2023-05-30 20:49:55 +12:00
Jake Barnby
225f21454c
Update changelog 2023-05-30 19:44:13 +12:00
Jake Barnby
d2bfe46fca
Set min length to 0 for default value when creating or updating a string attribute
(cherry picked from commit c61e54f69b)
2023-05-30 19:42:13 +12:00
Jake Barnby
5f5ed7dc19
Fix graphql upload test path 2023-05-30 19:41:06 +12:00
Jake Barnby
b101404eda
Update to release version of framework 2023-05-30 18:53:58 +12:00
Jake Barnby
bab804b8e1
Fix tests
(cherry picked from commit 0661f1f889)
2023-05-30 18:29:20 +12:00
Jake Barnby
3dd67cb17f
Fix visibility
(cherry picked from commit b092405b04)
2023-05-30 18:29:13 +12:00
Jake Barnby
c2e711b021
Update framework to fix route mismatches
(cherry picked from commit d42f6738a9)

# Conflicts:
#	composer.lock
2023-05-30 18:29:04 +12:00
Torsten Dittmann
67ad856490
Merge pull request #5497 from appwrite/fix-bucket-permissions
Fix bucket permissions
2023-05-04 19:32:44 +02:00
Torsten Dittmann
25b1eb0ab2
Merge pull request #5502 from appwrite/master
Sync 1.3.x with Master
2023-05-04 19:14:31 +02:00
Torsten Dittmann
dcefe3f9b7
Merge pull request #5457 from appwrite/fix-release-workflow-name
Fix the release github action
2023-05-04 18:18:51 +02:00
Christy Jacob
60f51580a7
Merge pull request #5246 from singhbhaskar/fix-4960-Database-usage-screen-shows-500-error-when_APP_USAGE_STATS-is-disabled
Fix: Updated error when _APP_USAGE_STATS is disabled
2023-05-04 20:47:50 +05:30
Torsten Dittmann
bb7891b5bf
Merge pull request #5492 from appwrite/fix-update-document
Fix update document merging existing data after pre-processing
2023-05-04 15:28:05 +02:00
Steven Nguyen
d7bbfb55ed
Prepare 1.3.4 release 2023-05-03 13:39:05 -07:00
Steven Nguyen
c46a02b496
Update CHANGES.md 2023-05-03 12:15:37 -07:00
Steven Nguyen
4dd6a7977e
Update create and update bucket APIs
Ensure the permissions and document security are updated in the
metadata collection.
2023-05-03 12:15:37 -07:00
Steven Nguyen
afd2c7a065
Update migration to set bucket permissions in metadata table 2023-05-03 12:15:37 -07:00
Steven Nguyen
9898005465
Fix the version passed into the docker build command
Change the order of the tags to ensure the version passed into the
docker build command is the full major.minor.patch version.
2023-05-02 17:43:39 -07:00
Bhaskar Singh
a4299a69ef Refactored the condition for strict inequality 2023-05-02 23:47:50 +05:30
Christy Jacob
2fcd78d784
Merge pull request #5360 from Atsurak/master
fix : wrong links for getting started for web
2023-05-02 23:32:46 +05:30
Christy Jacob
6ad4401365
Merge pull request #5484 from appwrite/update-readme
Update README.md
2023-05-02 19:21:55 +05:30
Vincent (Wen Yu) Ge
17acfd5d1c
Update README-CN.md 2023-05-02 09:49:55 -04:00
Jake Barnby
30237ccfb1
Add test for updating existing document with relationship 2023-05-02 20:27:09 +12:00
Damodar Lohani
3c5bebc34e
Update README.md
Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
2023-05-02 14:02:57 +05:45
Damodar Lohani
970457045f
Update README.md 2023-05-02 13:47:40 +05:45
Damodar Lohani
789198d523
Update README.md 2023-05-02 13:38:47 +05:45
Jake Barnby
2eafda4ee2
Fix update document merging existing data after pre-processing instead of before 2023-05-02 19:53:11 +12:00
Damodar Lohani
a5fa150c25
Update README.md 2023-05-02 12:55:40 +05:45
Damodar Lohani
6e65178ad5
Update README.md 2023-05-02 12:54:20 +05:45
Christy Jacob
e7303245b2
Merge pull request #5473 from appwrite/eldadfux-patch-1
Update README.md
2023-05-01 20:07:44 +05:30