Matej Bačo
4bdde47dcf
Fix after merge
2023-08-09 19:31:24 +02:00
Matej Bačo
5f89e92d01
Merge branch 'main' into feat-g4
2023-08-09 19:31:04 +02:00
Matej Bačo
adb3821518
Fix bug
2023-08-09 18:59:17 +02:00
Matej Bačo
0c5f2c5a3c
Finish deployments detials
2023-08-09 18:58:56 +02:00
Arman
ee3fc64817
fix: changes
2023-08-09 18:18:26 +02:00
Matej Bačo
c7a4c2efaa
Fix domains
2023-08-09 18:03:29 +02:00
Thomas G. Lopes and GitHub
6cb93336a9
Merge pull request #497 from appwrite/bulk-deletion
2023-08-09 16:55:54 +01:00
Christy Jacob and GitHub
35a74b245d
Merge pull request #490 from appwrite/filtering
...
Filtering
2023-08-09 19:47:47 +04:00
Arman
97a978fb36
feat: style impovements
2023-08-09 17:45:53 +02:00
Arman
6dd8807551
Merge branch 'feat-g4' of github.com:appwrite/console into feat-g4
2023-08-09 17:26:15 +02:00
Arman
60e1f34934
feat: deployments
2023-08-09 17:25:59 +02:00
tglide
dd44289124
Merge branch 'bulk-deletion' into filtering
2023-08-09 15:38:39 +01:00
tglide
6d9a528259
filtering mobile
2023-08-09 15:36:36 +01:00
Christy Jacob and GitHub
98143ef1b1
Merge pull request #485 from appwrite/bulk-deletion
...
Feat: Bulk Deletion
2023-08-09 17:19:32 +04:00
Matej Bačo
c813a1b2ed
fix typo
2023-08-09 15:08:47 +02:00
tglide
3164453655
add command tracking
2023-08-09 13:36:30 +01:00
tglide
5d4d2ff1b9
review changes
2023-08-09 13:23:44 +01:00
1c38e701fd
Update src/routes/console/project-[project]/databases/database-[database]/collection-[collection]/+page.ts
...
Co-authored-by: Christy Jacob <christyjacob4@gmail.com >
2023-08-09 13:23:06 +01:00
Christy Jacob and GitHub
adf9315848
Merge pull request #384 from appwrite/feat-custom-smtp
...
smtp update
2023-08-09 13:53:11 +04:00
Arman
f2ed6d12b0
fix: api call
2023-08-09 11:39:56 +02:00
Christy Jacob
0fa7a1d462
Merge branch '1.4.x' of https://github.com/appwrite/console into feat-custom-smtp
2023-08-09 09:32:53 +00:00
Christy Jacob
2a7c57e517
Merge branch 'main' of https://github.com/appwrite/console into 1.4.x
2023-08-09 09:30:56 +00:00
Matej Bačo
f3561042e1
Improve copy
2023-08-09 10:37:04 +02:00
Arman
a0da0f029d
Merge branch '1.4.x' of github.com:appwrite/console into feat-custom-smtp
2023-08-09 10:34:58 +02:00
Arman
d1edc8cd86
fix: name store correctly
2023-08-09 10:34:09 +02:00
Arman
9ba4cf1702
fix: review, add tracking
2023-08-09 10:31:10 +02:00
Christy Jacob and GitHub
ae9e67fd09
Merge pull request #493 from appwrite/feat-default-sort
...
Replace sorting by $createdAt with natural order
2023-08-09 12:12:46 +04:00
Matej Bačo
2d93a38221
Rename vcs files
2023-08-09 10:09:51 +02:00
Matej Bačo
7fa2fe1ca9
Add VCS static files
2023-08-09 10:04:41 +02:00
Arman
2bd9dcc219
chore : update packages
2023-08-09 09:47:38 +02:00
Arman
8911b89b65
chore: upgrade package
2023-08-09 09:45:42 +02:00
Arman
3797364c13
Merge branch 'main' of github.com:appwrite/console into feat-custom-smtp
2023-08-09 09:45:20 +02:00
Khushboo Verma
168e808668
Add undefined checks for VCS attributes
2023-08-09 12:59:29 +05:30
Steven Nguyen
22961b56e1
Replace sorting by $createdAt with natural order
...
By sorting on Query.orderDesc(''), results are still ordered by
newest results first, but the performance is much better than
sorting by $createdAt.
2023-08-08 15:50:03 -07:00
Christy Jacob and GitHub
2a074e4ef9
Merge pull request #405 from appwrite/disallow-personal-data
...
feat: add password personal data check
2023-08-09 00:38:46 +04:00
Christy Jacob
4902198413
chore: update dependencies
2023-08-08 20:32:02 +00:00
Christy Jacob
adf95660ac
Merge branch '1.4.x' of https://github.com/appwrite/console into disallow-personal-data
2023-08-08 20:31:03 +00:00
Christy Jacob
b71c32e420
feat: update to use new sdk
2023-08-08 20:27:45 +00:00
Safwan Parkar
da004545d2
fixed incorrect array being used in comparison
...
Use `symmetricDifference` instead of `difference`.
- `difference` only returns values that are present in the edited attributes, but not in the originally fetched attribute vales. This always ends up returning an empty array.
- I used `symmetricDifference` as it returns an intersection of `difference` from both sides and works perfectly for this use case, as the original attributes never change.
2023-08-08 23:44:51 +04:00
Christy Jacob and GitHub
be7f306ae9
Merge pull request #380 from appwrite/fix/onboarding-styles
...
refactor: onboarding style changes
2023-08-08 23:11:55 +04:00
Eldad A. Fux and GitHub
a8ec722089
Merge pull request #486 from Chaitanya-Upadhye/fix-430-failed-index-message
...
fix(#430 ): Change success message to 'Creating Index' for better user…
2023-08-08 20:40:56 +03:00
Christy Jacob
78f50f8831
feart: review comments
2023-08-08 17:03:42 +00:00
tglide
93721ee4e8
copy changes
2023-08-08 18:01:32 +01:00
tglide
e44c04fe01
small changes
2023-08-08 17:56:33 +01:00
Christy Jacob and GitHub
0250541dab
Merge pull request #411 from appwrite/fix/file-input-drag-bug
...
fix: fix input-file dragged file receiving required error
2023-08-08 20:00:55 +04:00
Christy Jacob and GitHub
75a8298923
Merge pull request #354 from appwrite/fix/permissions-overflow
...
fix: permissions overflow
2023-08-08 19:55:07 +04:00
Christy Jacob
19e7b4712e
chore: update dependencies
2023-08-08 15:49:58 +00:00
Christy Jacob
5305412146
Merge branch 'main' of https://github.com/appwrite/console into fix/file-input-drag-bug
2023-08-08 15:49:00 +00:00
Christy Jacob and GitHub
5b3215f083
Merge pull request #439 from appwrite/fix-relationships-design-review
...
fix: relationships from design review
2023-08-08 19:47:08 +04:00
tglide
98ac9504c6
pr review
2023-08-08 16:45:06 +01:00