1
0
Fork 0
mirror of synced 2024-07-02 05:00:33 +12:00
Commit graph

18795 commits

Author SHA1 Message Date
Khushboo Verma 807d295303 Resolve merge conflicts 2024-01-11 22:49:33 +05:30
Khushboo Verma 74b9324001 Use strip_tags in post request too 2024-01-11 21:58:21 +05:30
Christy Jacob 6aa707fff2
Merge pull request #7424 from appwrite/feat-security-phrases
Added security phrase to magic URL
2024-01-11 19:13:06 +04:00
Khushboo Verma 5f42326514 Added sms translation key for all languages 2024-01-11 20:24:07 +05:30
Christy Jacob d87eb14afe
Merge pull request #7192 from appwrite/feat-improve-logging
Feat: Improve worker logging
2024-01-11 18:35:22 +04:00
Khushboo Verma d922feb4c7 Use strip_tags to remove <p> tag 2024-01-11 18:54:08 +05:30
Khushboo Verma dc0b0c8ab7 Merge branch '1.5.x' into fix-otp-template 2024-01-11 18:24:45 +05:30
Khushboo Verma c84af966df Make OTP template more contextual 2024-01-11 18:20:01 +05:30
Matej Bačo 34bac3dc5c
Merge branch '1.5.x' into feat-security-phrases 2024-01-11 11:54:16 +01:00
Matej Bačo 70d57b17a0 Fix copies 2024-01-11 10:36:31 +00:00
Matej Bačo a2856f6acc Update copy & AI translations 2024-01-11 10:23:25 +00:00
Matej Bačo ed28bb9295 Merge remote-tracking branch 'origin/1.5.x' into feat-improve-logging 2024-01-11 10:22:50 +00:00
Matej Bačo fe88829bf1 Update specs files 2024-01-11 10:10:00 +00:00
Jake Barnby aca07a20c7
Merge branch 'main' into 1.5.x 2024-01-11 22:28:50 +13:00
Matej Bačo 539bee8850
Update app/controllers/api/account.php
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
2024-01-11 10:20:51 +01:00
Matej Bačo e485953da6 AI translations 2024-01-11 08:49:52 +00:00
Matej Bačo 479c70d0aa Fix after revert 2024-01-11 08:25:55 +00:00
Matej Bačo e0db651240 Revert "Translated security phrase copy with AI"
This reverts commit b72dd35f45.
2024-01-11 08:25:09 +00:00
Matej Bačo 04831a91c7
Update src/Appwrite/Platform/Tasks/DevGenerateTranslations.php 2024-01-11 09:20:00 +01:00
Jake Barnby 320919fef2
Merge remote-tracking branch 'origin/1.4.x' into 1.5.x 2024-01-11 19:59:59 +13:00
Matej Bačo 2d204d593a code formatting 2024-01-10 15:10:05 +00:00
Matej Bačo bf14d1d97d Add random security phrases 2024-01-10 15:09:39 +00:00
Matej Bačo b72dd35f45 Translated security phrase copy with AI 2024-01-10 15:01:42 +00:00
Matej Bačo 931efe24a9 Added security phrase to magic URL 2024-01-10 14:52:32 +00:00
Christy Jacob bd920ead40
Merge pull request #7421 from appwrite/feat-update-assistant
feat: update assistant
2024-01-10 15:54:11 +04:00
loks0n 310d75b6be feat: update assistant 2024-01-10 10:17:52 +00:00
Christy Jacob 07b6ee58fe
Merge pull request #7416 from appwrite/feat-magicurl-improvements
Feat: Magic URL improvements
2024-01-10 13:59:20 +04:00
Matej Bačo bdfb930097 Linter fix 2024-01-09 16:22:10 +00:00
Matej Bačo c8b544da03 Improve button design 2024-01-09 16:06:24 +00:00
Matej Bačo beeb643c66 Add all translations 2024-01-09 15:39:38 +00:00
Matej Bačo e59bdbbb8f Implement translation generator 2024-01-09 14:44:58 +00:00
Matej Bačo 301401914a Add generate translations command 2024-01-09 13:58:45 +00:00
Matej Bačo 159c610149 Fix tests 2024-01-09 13:33:02 +00:00
Matej Bačo 86158838a1 Magic URL improvements 2024-01-09 12:23:13 +00:00
Jake Barnby af019369e9
Merge branch 'main' into 1.5.x 2024-01-09 22:03:35 +13:00
Eldad A. Fux b0a8aac0b7
Merge pull request #7348 from appwrite/fix-delete-identity-event
Update the delete identity endpoints to set the params and payload
2024-01-09 07:52:08 +01:00
Jake Barnby ecc254547d
Merge pull request #7245 from appwrite/messaging-uniform-logic
Adds uniform error logic for messaging worker and extra params for email
2024-01-09 13:53:40 +13:00
Jake Barnby 745f49541e
Merge branch '1.5.x' into messaging-uniform-logic 2024-01-09 13:53:19 +13:00
Jake Barnby 2c7724e076
Merge pull request #7388 from appwrite/fix-topics-query-total
Add support for querying topic total
2024-01-09 13:50:13 +13:00
Jake Barnby e7c33dbf01
Merge branch '1.5.x' into fix-topics-query-total 2024-01-09 13:49:20 +13:00
Jake Barnby fc81c032b4
Clean up test values 2024-01-09 13:41:55 +13:00
Jake Barnby 219f091925
Merge branch '1.5.x' into messaging-uniform-logic 2024-01-09 12:40:07 +13:00
Eldad A. Fux ef72e08386
Merge pull request #7271 from appwrite/feat-7223-install-without-start
Add a flag to install and upgrade commands to not start Appwrite
2024-01-08 22:09:22 +01:00
Steven Nguyen 864703fb4e
Update the install/upgrade arguments to be kebab instead of camel case
Kebab case like --http-port is much more common in CLIs than --httpPort.
2024-01-08 20:56:51 +00:00
Jake Barnby ad797368ef
Merge pull request #7397 from appwrite/messaging-uniform-logic-fixes
Messaging uniform logic fixes
2024-01-08 15:13:40 +13:00
Eldad A. Fux 758f291a8d
Merge pull request #7365 from UtkarshAhuja2003/feat-zoho-oauth
[Feat]: Zoho OAuth Provider
2024-01-05 23:47:39 +01:00
Utkarsh Ahuja 2bc4795d8e
Merge branch '1.5.x' into feat-zoho-oauth 2024-01-05 11:16:00 +05:30
Steven Nguyen 2de8c7a68a
Update composer.lock to fix merge conflict 2024-01-05 00:32:47 +00:00
Steven Nguyen 7e9525f0f9
Update validation of topics, users, and targets
They should be an array of UID and not just array of Text.
2024-01-05 00:10:57 +00:00
Steven Nguyen 01df91aee9
Replace backticks with double quotes 2024-01-04 23:58:48 +00:00