1
0
Fork 0
mirror of synced 2024-08-04 21:12:18 +12:00
Commit graph

16512 commits

Author SHA1 Message Date
Christy Jacob
deea23c17e feat: update log messages 2023-06-12 20:18:18 +05:30
Christy Jacob
d0f234e726 chore: add logs to deletes worker 2023-06-12 19:03:27 +05:30
Christy Jacob
7a4898fadd chore: add logs to deletes worker 2023-06-12 19:01:43 +05:30
Jake Barnby
fd7a2cbfad
Merge pull request #5671 from appwrite/feat-update-error-message
Update document missing params error message
2023-06-12 21:19:32 +12:00
Christy Jacob
a9e2eca8a4
Merge pull request #5683 from appwrite/master
Update 1.4.x from Master
2023-06-12 13:20:26 +05:30
fogelito
5ae534d291 Addressing comments 2023-06-11 10:59:44 +03:00
Steven Nguyen
b3c9a34e5e
Make users searchable by label 2023-06-09 10:19:57 -07:00
Steven Nguyen
09f3577256
Update Appwrite to add User labels to Auth roles 2023-06-09 10:18:51 -07:00
Steven Nguyen
078dab38c5
Fix the team membership model's roles example 2023-06-09 10:18:51 -07:00
Steven Nguyen
8400394857
Add an endpoint to update user labels 2023-06-09 10:18:51 -07:00
Jake Barnby
ed2c1139a7
Update messages 2023-06-09 13:03:19 +12:00
fogelito
371f195f3a Iterator messages 2023-06-08 10:53:40 +03:00
Christy Jacob
d2b11f91fa
Merge pull request #5672 from appwrite/fix-cloud-bug
fix: missing import
2023-06-07 15:18:36 +05:30
Christy Jacob
845fd7ba68 fix: missing import 2023-06-07 15:13:57 +05:30
fogelito
46d5159fd0 Small typo 2023-06-07 10:45:48 +03:00
fogelito
f729aaec2b version overwrite 2023-06-07 10:40:15 +03:00
fogelito
214bc4af56 Add buckets 2023-06-07 10:32:46 +03:00
fogelito
9827d80f9c Add buckets 2023-06-07 10:30:35 +03:00
fogelito
b7536d62e2 lint 2023-06-07 10:26:55 +03:00
Damodar Lohani
540111b3a9
Merge pull request #5665 from appwrite/feat-refactor-smtp-templates 2023-06-07 13:06:05 +05:45
fogelito
4c1fe6ce7c out comment document Migration 2023-06-07 10:15:21 +03:00
fogelito
8b9ab096b7 Add index 2023-06-07 10:01:00 +03:00
fogelito
1fea564735 Add index 2023-06-07 09:59:13 +03:00
fogelito
2a9b76b205 Separates for 2 queries 2023-06-07 09:46:24 +03:00
Jake Barnby
b7f4f57521
Add new error message to differentiate between missing data and missing data + permissions for document updates 2023-06-07 13:51:24 +12:00
Damodar Lohani
3469c7ad2f fix word wrap issue 2023-06-07 01:03:12 +00:00
fogelito
105d0a5212 migrateBuckets 2023-06-06 18:47:11 +03:00
fogelito
29fef07019 composer.lock 2023-06-06 18:45:06 +03:00
fogelito
c889bf54d3 V19 2023-06-06 18:36:05 +03:00
Christy Jacob
ba47e7ddc0 feat: add build args to ci script 2023-06-06 19:49:08 +05:30
Christy Jacob
cb303ca71b feat: update CI script 2023-06-06 19:37:35 +05:30
Christy Jacob
a2534e643e feat: update ci script 2023-06-06 19:14:08 +05:30
Christy Jacob
e0a58f369c feat: update ci script 2023-06-06 19:10:04 +05:30
Christy Jacob
06671709d6
Merge pull request #5666 from appwrite/add-ci-for-db-pools
ci: create CI script to build cloud images
2023-06-06 18:48:05 +05:30
Christy Jacob
d4ec392a6f feat: add script 2023-06-06 18:35:57 +05:30
Christy Jacob
00453dd9c2
Merge pull request #5630 from appwrite/project-creation-patch
Extract db from list while backing
2023-06-06 18:33:43 +05:30
Christy Jacob
8fdb9e6592
Update app/controllers/api/projects.php 2023-06-06 17:51:42 +05:30
Christy Jacob
5c6cbbe370 chore: review comments 2023-06-06 12:11:50 +00:00
Christy Jacob
9f02ed700d feat: update db backups schedule 2023-06-06 12:09:14 +00:00
Christy Jacob
afdad2e0ef
Merge pull request #5638 from appwrite/cache-perm-fix
cache perm fix
2023-06-06 16:42:37 +05:30
Christy Jacob
ababe6a382 ci: update ci script 2023-06-06 15:33:22 +05:30
Christy Jacob
7798e28129 ci: create CI script to build cloud images 2023-06-06 15:31:35 +05:30
Damodar Lohani
09b842fc36 add doctype 2023-06-06 05:58:33 +00:00
Damodar Lohani
0083de9c61 fixes 2023-06-06 05:04:41 +00:00
Damodar Lohani
bbf77dcb9a refactored email template 2023-06-06 04:50:15 +00:00
Steven Nguyen
85a40bf82d
Add a new labels attribute to the Users collection
This labels attribute can be used apply labels to users. These labels
can eventually be used:

* with permissions to grant access
* to filter users in the Users collection
2023-06-05 14:12:28 -07:00
Steven Nguyen
f7f14695f0
Don't default to console project
Defaulting to the console project leads to misleading error messages.
For example, you can get a CORS error saying you haven't configured
a platform yet, but the actual error is missing project ID.
2023-06-05 09:06:29 -07:00
Damodar Lohani
f373d30a45 formatting 2023-06-05 07:11:53 +00:00
Damodar Lohani
fcf558b58b fix team 2023-06-05 07:11:44 +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