Eldad A. Fux
66fee90af9
Merge pull request #5199 from appwrite/feat-custom-smtp
...
[FEAT] Custom SMTP and Template support
2023-07-20 07:09:11 +03:00
Christy Jacob
4c8608b49c
chore: update naming conventions
2023-07-20 02:24:32 +04:00
Christy Jacob
e493551f8a
Merge branch '1.4.x' of github.com:appwrite/appwrite into disallow-personal-data
2023-07-20 01:44:25 +04:00
Christy Jacob
cd57da8ead
fix: update tests
2023-07-20 01:42:42 +04:00
Bishwajeet Parhi
faece71145
ignore adding enums for users/usage providers param
2023-07-19 21:47:23 +05:30
Torsten Dittmann
500cfdb4c9
fix: remove hotp support for now
2023-07-19 14:40:59 +02:00
Damodar Lohani
4fd5c72f34
Merge branch 'master' into feat-1.4.x-with-1.3.x-master
2023-07-19 07:39:37 +00:00
Damodar Lohani
8dc5c2cb4c
Merge remote-tracking branch 'origin/1.4.x' into feat-custom-smtp
2023-07-19 07:24:58 +00:00
Steven
e26062ca87
Prepare 1.3.8 release
2023-07-18 22:21:58 +00:00
Eldad A. Fux
9cdf124a81
Merge pull request #5739 from appwrite/fix-anonymous-user
...
Fix anonymous user
2023-07-18 23:07:52 +03:00
Bishwajeet Parhi
9c6956b947
update specs
2023-07-18 21:56:27 +05:30
Bishwajeet Parhi
eddcc19267
chore: fix x-enum-key in users api
2023-07-18 21:54:06 +05:30
Bishwajeet Parhi
3c15359447
Merge branch 'master' into feat-whitelist-enums
2023-07-18 21:22:48 +05:30
Eldad A. Fux
6bf6bc7dc3
Merge pull request #5743 from appwrite/feature-restrict-project-id-chars
...
Restrict characters for project ID
2023-07-18 18:06:01 +03:00
Bishwajeet Parhi
8f851aaa53
chore: refactor avatar, flags, credit-cards and update spec
2023-07-18 20:00:19 +05:30
Torsten Dittmann
74308b445e
Merge pull request #5587 from appwrite/feat-user-labels
...
Add a new labels attribute to the Users collection
2023-07-18 14:59:18 +02:00
shimon
1fd7f0c5d7
SSl task
2023-07-18 10:54:11 +03:00
Bishwajeet Parhi
0cbaeb4352
chore: add ImageGravity x-enum-name
2023-07-18 09:53:39 +05:30
Bishwajeet Parhi
3616756f50
chore: add x-enum-name param
2023-07-13 21:51:22 +05:30
Matej Bačo
cd4e85519c
Update console version, fix docs.
2023-07-13 13:42:04 +02:00
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
jaivix
4db919b42d
linting and wording updates based on stnguyen90 feedback
2023-07-13 00:33:38 +05:30
Christy Jacob
e0aa3db21e
Merge branch '1.4.x' of https://github.com/appwrite/appwrite into disallow-personal-data
2023-07-11 19:36:37 +00:00
loks0n
074e974481
chore: include secret instead of encoded
2023-07-10 11:14:23 +01:00
Shimon Newman
1358d6c455
Update src/Appwrite/Platform/Workers/Audits.php
...
Co-authored-by: Damodar Lohani <lohanidamodar@users.noreply.github.com >
2023-07-10 11:13:35 +03:00
shimon
89f0146c45
users addition
2023-07-10 11:03:59 +03:00
Damodar Lohani
f59d3563f4
Merge remote-tracking branch 'origin/feat-db-pools-master' into feat-db-pools-db-pools-master-sync
2023-07-10 03:06:48 +00:00
jaivix
a6671a5caa
fixed team creation response if teamId already exists
2023-07-09 16:50:09 +05:30
loks0n
f384fc01f8
feat: return encodedSecret in session body
2023-07-06 16:20:56 +01:00
Damodar Lohani
701f0bbd4d
fix doc comment for filter method
2023-07-05 11:51:45 +05:45
Matej Bačo
3a8f4e5039
Fix failing builds
2023-06-28 13:31:35 +02:00
Matej Bačo
c6e491f2ed
Support for external contributors
2023-06-28 10:48:10 +02:00
Matej Bačo
fb1cc1a0cc
Cold-start improvements
2023-06-26 10:11:13 +02:00
Steven Nguyen
33f5cbeca6
Restrict characters for project ID
...
Only allow lowercase alphanumeric chars and hyphens
because the project ID is used as part of url
schemes to redirect users back to mobile apps
and certain characters are not allowed.
2023-06-23 16:22:42 -07:00
Steven Nguyen
18544428a0
Fix logic for isAnonymousUser()
2023-06-22 17:43:08 -07:00
Torsten Dittmann
1f46d03e8c
feat: initial mfa implementation
2023-06-22 15:35:49 +02:00
Matej Bačo
cc06a4bdaa
log streaming, locking GH comments, execution headers, locale header, redeploy logic
2023-06-22 12:59:41 +02:00
Jake Barnby
6db141acc9
Merge pull request #5710 from appwrite/feat-db-upgrade
...
Feat database upgrade
2023-06-22 21:30:06 +12:00
Shmuel Fogel
2c15f0bc7b
Update src/Appwrite/Migration/Version/V19.php
...
Co-authored-by: Jake Barnby <jakeb994@gmail.com >
2023-06-21 09:43:29 +03:00
shimon
e9f8a33515
users addition
2023-06-20 13:28:26 +03:00
shimon
48bf74b881
users addition
2023-06-20 13:24:26 +03:00
Christy Jacob
702c92fb5d
Merge pull request #5728 from appwrite/fix-hamster-script
...
fix: missing collection error
2023-06-19 20:26:21 +05:30
shimon
38cf901579
fix
2023-06-19 17:30:21 +03:00
Christy Jacob
b56603958a
chore: linter
2023-06-19 13:41:37 +00:00
Christy Jacob
4d7611f569
fix: missing collection error
2023-06-19 13:28:43 +00:00
shimon
9ff6faa2d2
fix
2023-06-19 15:50:48 +03:00
shimon
5e836691e2
fix
2023-06-19 13:55:16 +03:00
shimon
0a92e3dc55
fix
2023-06-19 13:54:04 +03:00
shimon
9179a70992
fix
2023-06-19 13:37:16 +03:00
Matej Bačo
1b4036078b
Improve response models for console
2023-06-18 16:08:53 +02:00