Damodar Lohani
8206cee449
Update tests/e2e/Services/Projects/ProjectsDevKeys.php
...
Co-authored-by: Matej Bačo <matejbacocom@gmail.com >
2024-12-04 10:57:49 +05:45
Bradley Schofield
f707be6ed3
Add extra tests
2024-12-04 09:13:08 +09:00
Bradley Schofield
bcb4ffa404
Fix Tests
2024-12-03 17:39:25 +09:00
Bradley Schofield
c0d4b58eea
Merge branch 'feat-bulk-operations' into feat-bulk-create
...
# Conflicts:
# tests/e2e/Services/Databases/DatabasesCustomClientTest.php
2024-12-03 17:06:35 +09:00
Bradley Schofield
e2ab6a05ab
Fix permissions and accompanying tests
2024-12-03 16:40:03 +09:00
Bradley Schofield
3d4917727b
Address Comments
2024-12-03 15:14:07 +09:00
Bradley Schofield
c47f65d27c
Merge remote-tracking branch 'origin/feat-bulk-operations' into feat-bulk-updates
2024-12-03 05:03:02 +00:00
Bradley Schofield
116ba6bc7b
Fix Problems with tests and params
2024-12-03 04:38:59 +00:00
Bradley Schofield
125585831b
Remove bulk deletes realtime test
2024-12-02 18:16:04 +09:00
Bradley Schofield
1c0c8f0eb6
Run Formatter
2024-12-02 13:15:41 +09:00
Bradley Schofield
104a9b6074
Remove realtime support for bulk operations
2024-11-28 16:29:22 +09:00
Damodar Lohani
27905c2a90
Merge branch '1.6.x' into feat-development-keys
2024-11-25 12:36:10 +05:45
Bradley Schofield
e1fffa775e
Fix Tests
2024-11-25 15:23:22 +09:00
Steven Nguyen
014c613c93
fix: update secret returned from users.createSession()
...
1. Include at least 1 factor because the minumum number of factors
required when mfa is disabled is 1.
2. Purge the cached user document to ensure the new session is included
in subsequent requests for the user.
3. Fix the encoding of the secret to match other parts of the codebase.
2024-11-22 21:52:27 +00:00
Damodar Lohani
d07f39c0d2
Merge branch '1.6.x' into feat-development-keys
2024-11-22 15:45:17 +05:45
Christy Jacob
44a0469d18
Merge branch '1.6.x' into fix-team-invite-session-creation
2024-11-22 09:21:54 +01:00
Damodar Lohani
cc3edd7b2b
Refactor naming to Dev keys
2024-11-22 04:21:03 +00:00
Bradley Schofield
54260b5a9a
Use new API Spec and get realtime/events working
2024-11-22 11:51:17 +09:00
Bradley Schofield
67b95c4b39
Update API Signature to DB Lib and get realtime/events working
2024-11-22 11:07:05 +09:00
Bradley Schofield
791f0dda79
Update to use new DB Lib and get realtime working
2024-11-22 10:43:45 +09:00
Jake Barnby
f9e518b2b0
Fix shared tables v2 deletes
2024-11-21 16:49:49 +13:00
Christy Jacob
6e6899c1e9
Merge pull request #8988 from appwrite/fix-deletes
...
Fix project type delete checks
2024-11-21 14:09:02 +13:00
Christy Jacob
f490d4edaf
Merge pull request #8797 from appwrite/feat-migration
...
Feat migration
# Conflicts:
# composer.lock
2024-11-21 14:08:20 +13:00
Matej Bačo
d20714eed6
Merge branch 'feat-sites' into chore-add-site-domains-var
2024-11-20 12:21:13 +01:00
Matej Bačo
c8cf645414
Merge branch '1.6.x' into feat-sites
2024-11-20 12:07:13 +01:00
Khushboo Verma
aa47d9f07a
Add _APP_OPTIONS_FORCE_HTTPS to console vars
2024-11-20 16:12:35 +05:30
Khushboo Verma
338559967a
Update var count in tests
2024-11-20 14:52:03 +05:30
Khushboo Verma
a736a42e26
Update test
2024-11-20 14:46:04 +05:30
Torsten Dittmann
5f56c45c6c
fix: team invites with existing session
2024-11-19 17:18:51 +01:00
Damodar Lohani
d32dc0a4d9
tokens test and scopes
2024-11-18 08:52:16 +00:00
Damodar Lohani
0d1fec47c6
tokens test
2024-11-18 08:00:14 +00:00
Damodar Lohani
10dab10cc5
refactor module namings
2024-11-17 07:01:20 +00:00
Damodar Lohani
c555a707e6
Merge remote-tracking branch 'origin/1.7.x' into feat-file-tokens
2024-11-17 06:00:03 +00:00
Bradley Schofield
96e69b55e1
Add tests that are currently failing because of realtime and attempt to fix them
2024-11-15 12:00:11 +09:00
Damodar Lohani
24353a1077
Merge remote-tracking branch 'origin/1.6.x' into feat-development-keys
2024-11-14 04:29:36 +00:00
loks0n
ca533f40c9
fix: memberships-privacy mfa only
2024-11-13 10:45:50 +01:00
Khushboo Verma
2ad0428727
Merge 1.6.x into feat-sites
2024-11-13 13:18:21 +05:30
Bradley Schofield
dd6bd745df
Address Comments, fix permission bug
2024-11-13 13:41:18 +09:00
Bradley Schofield
a8f3b63ded
Add Tests for Relationships and Permissions, Update error messages to be a little clearer
2024-11-13 10:00:40 +09:00
Torsten Dittmann
cca5606b70
Merge pull request #8943 from appwrite/feat-realtime-ping-pong
...
feat: realtime ping pong
2024-11-12 14:09:58 +01:00
Bradley Schofield
6faad29907
Initial Version
2024-11-12 10:20:46 +09:00
Bradley Schofield
44234da995
Implement Bulk Updates API
2024-11-11 15:27:26 +09:00
Khushboo Verma
ba74ffd4bf
Address PR comments
2024-11-11 11:48:26 +05:30
Bradley Schofield
f703a0db18
Merge branch 'feat-bulk-operations' into feat-bulk-deletes
...
# Conflicts:
# app/config/specs/open-api3-latest-client.json
# app/config/specs/open-api3-latest-console.json
# app/config/specs/open-api3-latest-server.json
# app/config/specs/swagger2-latest-client.json
# app/config/specs/swagger2-latest-console.json
# app/config/specs/swagger2-latest-server.json
# src/Appwrite/Utopia/Response/Model/BulkOperation.php
2024-11-11 12:41:24 +09:00
Christy Jacob
b1a1ad618a
Revert "Update database"
2024-11-09 01:01:14 +04:00
loks0n
532aac6a62
chore: dockerfiles
2024-11-08 20:00:05 +01:00
loks0n
fb42cbcade
Merge branch '1.6.x' of https://github.com/appwrite/appwrite into feat-use-utopia-compression
2024-11-08 13:39:13 +01:00
loks0n
e43887c53b
feat: remove verbose
2024-11-08 13:06:09 +01:00
loks0n
ee4b54857f
fix: tests
2024-11-08 13:01:18 +01:00
Jake Barnby
78c4bb395c
Fix test
2024-11-08 21:59:42 +13:00