1
0
Fork 0
mirror of synced 2024-06-09 14:24:44 +12:00
Commit graph

6240 commits

Author SHA1 Message Date
Torsten Dittmann d3daa2be32 feat(release): prepare 0.9.3 2021-07-27 14:43:08 +02:00
Eldad A. Fux 957588a60e
Merge pull request #1434 from PineappleIOnic/fix-JWT-Abuse-Key-Fix
Fix Abuse Keys
2021-07-27 14:59:06 +03:00
Bradley Schofield 7974a6ba5e Update account.php 2021-07-27 12:21:26 +01:00
Bradley Schofield e0761e1737 Fix create email verification abuse-key 2021-07-27 12:15:59 +01:00
Bradley Schofield d729d54de0 Fix Create JWT abuse key 2021-07-27 12:07:39 +01:00
Christy Jacob 20a11c6759 feat(terms): update context message 2021-07-27 10:59:06 +05:30
Christy Jacob a245d6ed81 feat(email): remove \n from email template 2021-07-27 10:56:20 +05:30
Christy Jacob d95e29ba3d feat(email): fix email template button margin 2021-07-27 10:28:30 +05:30
Christy Jacob 53817c3171 feat(locale): added context to terms 2021-07-27 10:13:37 +05:30
Christy Jacob 0466e22ea1 feat(locale): added comments to terms 2021-07-27 00:23:04 +05:30
Christy Jacob 78f248fa33 feat(locale): added comments to terms 2021-07-27 00:16:44 +05:30
Christy Jacob 823a76d73d feat(email-tempaltes): apply nl2p filters 2021-07-26 23:25:14 +05:30
Torsten Dittmann d4c7600980 tests(realtime): run the actual tests on travis 2021-07-26 11:07:09 +02:00
Torsten Dittmann 889d6aa1c0 tests(realtime): adapt account channel 2021-07-26 11:05:42 +02:00
Torsten Dittmann 71d483dc7b fix(deps): update composer lock 2021-07-26 11:05:33 +02:00
Christy Jacob 198c5087c7 feat: review comments 2021-07-26 12:35:08 +05:30
Christy Jacob e6e0baab12 feat(template): fix incorrect if condition 2021-07-23 23:16:04 +05:30
Christy Jacob 2919e70d05 feat(template): added static method for template creation from file 2021-07-23 22:59:20 +05:30
Christy Jacob 47084b2835 feat(locale): fix broken tests 2021-07-23 20:05:21 +05:30
Christy Jacob b911673389 feat(locale): use new locale functions 2021-07-23 01:49:00 +05:30
Christy Jacob 1c6802619a feat(locale): use new locale functions 2021-07-23 01:47:18 +05:30
Christy Jacob 16b3c5c3a4 feat(locale): use new locale functions 2021-07-23 01:45:01 +05:30
Eldad A. Fux 1e219eca19 Merge pull request #1408 from appwrite/fix-jwt-validate-attribute
fix(jwt): correct session validation
2021-07-23 01:44:40 +05:30
Eldad A. Fux 7fb7f1073f
Merge pull request #1418 from TorstenDittmann/feat-prepare-0-9-2
feat(0.9.2): release
2021-07-22 19:09:33 +03:00
Torsten Dittmann 5815caf01e
chore(changelog): update changelog 2021-07-22 17:45:15 +02:00
Eldad A. Fux 82d22d10fc
Merge pull request #1419 from PineappleIOnic/fix-early-command-execution
FIX Commands executing before the tar has finished extracting
2021-07-22 18:33:11 +03:00
Eldad A. Fux 060e50f644
Merge pull request #1421 from appwrite/fix-jwt-for-functions
Fixed JWT + Functions bug
2021-07-22 18:32:21 +03:00
Eldad Fux d0e4e5cb29 Fixed bug 2021-07-22 17:49:52 +03:00
Bradley Schofield 70d4c4d7be Update functions.php 2021-07-22 11:46:05 +01:00
Bradley Schofield ca3d677596 Make untarring the code file a blocking task 2021-07-22 11:08:08 +01:00
Torsten Dittmann d235ed7190 chore(changelog): add 0.9.2 2021-07-22 11:04:17 +02:00
Torsten Dittmann 4e1bc7aa1d feat(0.9.2): release 2021-07-22 11:02:07 +02:00
Eldad A. Fux f388c44e20
Merge pull request #1408 from appwrite/fix-jwt-validate-attribute
fix(jwt): correct session validation
2021-07-19 21:23:04 +03:00
Torsten Dittmann c2f1389a56
fix(jwt): correct session validation 2021-07-19 17:09:39 +02:00
Eldad A. Fux 14cd81e4a8
Merge pull request #1404 from lohanidamodar/doc-create-membership
update create membership doc
2021-07-19 13:19:12 +03:00
Damodar Lohani cf3ffcdf32 update create membership doc 2021-07-18 16:19:50 +05:45
Eldad A. Fux 564324ff1c
Merge pull request #1398 from TorstenDittmann/fix-install-shell-args
fix(install): escape shell args
2021-07-16 06:32:11 +03:00
Torsten Dittmann 6e69b0a82b fix(install): escape shell args 2021-07-15 18:12:18 +02:00
Eldad A. Fux 9000e40f93
Merge pull request #1394 from TorstenDittmann/fix-response-setstatuscode
fix(response): setStatusCode phpdoc block
2021-07-14 13:13:41 +03:00
Torsten Dittmann 5bccaeb394 fix(response): setStatusCode phpdoc block 2021-07-14 10:52:26 +02:00
Torsten Dittmann 882686952e adapt to review 2021-07-13 17:18:02 +02:00
Torsten Dittmann c89f7b4c1f fix(realtime): reset pdo connection on exception 2021-07-13 12:20:26 +02:00
Torsten Dittmann 1589472606 chore(composer): udpate lock file 2021-07-13 12:09:05 +02:00
Torsten Dittmann 16fde539b5 Merge branch '0.10.x' of https://github.com/appwrite/appwrite into feat-265-realtime 2021-07-13 12:08:40 +02:00
Torsten Dittmann f62ea06f1e fix(realtime): add missing account channel 2021-07-13 12:07:28 +02:00
Eldad A. Fux 3fbdf88080
Merge pull request #1378 from appwrite/feat-dev-debugger
feat-dev-debugger
2021-07-13 10:51:36 +03:00
Torsten Dittmann 3d22d30868
Merge pull request #1388 from appwrite/feat-changelog-0.9.1
update changelog for 0.9.1
2021-07-12 20:14:04 +02:00
Torsten Dittmann 582f4e91f6
Update CHANGES.md 2021-07-12 20:03:29 +02:00
Torsten Dittmann 0c1c254019
Merge pull request #1387 from TorstenDittmann/feat-release-0.9.1
feat(release): 0.9.1
2021-07-12 19:45:01 +02:00
Torsten Dittmann e9a37e9a53
Merge pull request #1385 from TorstenDittmann/fix-broken-pdo-connection
fix(http): reset pdo connection if broken
2021-07-12 18:39:57 +02:00