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

1307 commits

Author SHA1 Message Date
Torsten Dittmann
b36b159352 fix(ssl): skip auto generation with acme challenge 2021-09-06 14:06:33 +02:00
Torsten Dittmann
b617afb17c fix huge mistake 2021-09-03 16:42:31 +02:00
Torsten Dittmann
dc4cf2b35f fix(auth): add role for privileged users 2021-09-03 16:30:16 +02:00
Torsten Dittmann
9bc3412649 Merge branch '0.10.x' of https://github.com/appwrite/appwrite into feat-265-realtime 2021-09-02 09:44:36 +02:00
Damodar Lohani
cf912993b4 fix default magic login handling url 2021-09-02 11:06:25 +05:45
Torsten Dittmann
bcc8c0a9cd fix(magic-url): verify e-mail address on user 2021-09-01 09:29:12 +02:00
Torsten Dittmann
5bdebe55d7
Update app/controllers/api/account.php
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
2021-09-01 09:23:08 +02:00
Torsten Dittmann
8346710d4f
Update app/controllers/api/account.php
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
2021-09-01 09:22:51 +02:00
Torsten Dittmann
c729972325 fix(security): replace getQuery with frontend equivalent 2021-08-31 16:05:43 +02:00
Damodar Lohani
fe51f50b3f requested changes 2021-08-31 16:14:54 +05:45
Damodar Lohani
b8466063e1
Apply suggestions from code review
Co-authored-by: Torsten Dittmann <torsten.dittmann@googlemail.com>
2021-08-31 16:11:20 +05:45
Damodar Lohani
2b6b08c5e1 disable auth settings for smtp dependent auth if smtp is not enabled 2021-08-31 15:30:51 +05:45
Damodar Lohani
e9e83d14c3 updates and fixes, default handler for magic login 2021-08-31 15:07:48 +05:45
Damodar Lohani
4996a80e22 publicly allow 503 errors 2021-08-31 13:20:51 +05:45
Damodar Lohani
6a3f90a3a4 for endpoints that send mails, throw exception when smtp is disabled 2021-08-31 13:20:04 +05:45
Damodar Lohani
ee5745d3ce throw exception if SMTP is not available 2021-08-31 13:17:58 +05:45
Damodar Lohani
d67c754dad update descriptions 2021-08-31 12:58:30 +05:45
Damodar Lohani
69f66c62f3 oauth default redirect url to user's instance instead of appwrite.io 2021-08-31 12:49:17 +05:45
Damodar Lohani
45955f0c41 abuse limit by email param 2021-08-31 11:42:07 +05:45
Damodar Lohani
13ba85036b fix token type for verification 2021-08-30 17:17:05 +05:45
Damodar Lohani
56fdbf9e3e fix scope 2021-08-30 16:54:45 +05:45
Damodar Lohani
22ceb1dc7c create session with magic url 2021-08-30 16:29:52 +05:45
Torsten Dittmann
93c481b24b Merge branch '0.10.x' of https://github.com/appwrite/appwrite into feat-265-realtime 2021-08-30 12:08:08 +02:00
Damodar Lohani
dc033b71ab users api update name, email, password methods 2021-08-29 14:23:40 +05:45
Torsten Dittmann
d69ccf5c6e fix whitespace 2021-08-25 12:22:25 +02:00
Torsten Dittmann
5d430b7b53 fix(usage): use proper projectdb namespace 2021-08-25 12:08:23 +02:00
Torsten Dittmann
8eef572d3e Merge branch '0.10.x' of https://github.com/appwrite/appwrite into feat-265-realtime 2021-08-25 10:01:46 +02:00
Damodar Lohani
9170f64a75 fix changed getURL to getPath 2021-08-19 10:50:21 +05:45
Torsten Dittmann
eb12a8c26f fix(general): role reference overwrite 2021-08-18 12:20:49 +02:00
Torsten Dittmann
3efbad9659 Merge branch '0.9.x' of https://github.com/appwrite/appwrite into feat-265-realtime 2021-08-16 11:10:48 +02:00
Damodar Lohani
3b3df02f80 fix param naming 2021-08-02 16:29:22 +05:45
Damodar Lohani
9ede80f0c2 update mock api validators 2021-08-02 16:23:42 +05:45
Damodar Lohani
28b3072b52 modifying mock api for keywords test 2021-08-02 11:15:13 +05:45
Damodar Lohani
c0265fee8b hot fix api issue 2021-08-01 14:39:26 +05:45
Eldad A. Fux
6588144db5
Merge pull request #1440 from appwrite/feat-locale-refactor
Feat locale refactor
2021-07-30 09:42:07 +03:00
Christy Jacob
15224fa678 feat(mails): default to english locale if missing translations 2021-07-30 00:16:06 +05:30
Christy Jacob
1f61177f54
Merge pull request #1422 from appwrite/feat-locale-refactor
Feat locale refactor
2021-07-28 02:38:03 +05:30
Christy Jacob
2f1474f03d feat(email-templates): move email rendering to mails worker 2021-07-28 02:01:19 +05:30
Christy Jacob
3b573745bd feat(email-templates): render email body using new templates 2021-07-27 21:33:39 +05:30
Christy Jacob
196fbeca8a feat(cta): delete the cta template and cta css classes 2021-07-27 19:55:04 +05:30
Christy Jacob
d97a4df9db feat(cta): remove usage of cta template 2021-07-27 19:29:41 +05:30
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
198c5087c7 feat: review comments 2021-07-26 12:35:08 +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
16b3c5c3a4 feat(locale): use new locale functions 2021-07-23 01:45:01 +05:30
Eldad Fux
d0e4e5cb29 Fixed bug 2021-07-22 17:49:52 +03:00
Torsten Dittmann
882686952e adapt to review 2021-07-13 17:18:02 +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
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
Torsten Dittmann
cff517a2ab adapt to review 2021-07-12 18:15:21 +02:00
Torsten Dittmann
76af58c646 fix(pdo): throw on general to parent 2021-07-12 17:27:26 +02:00
Torsten Dittmann
18d4a0def0 fix(app): remove app resource and replace with utopia 2021-07-12 11:51:58 +02:00
Torsten Dittmann
1bc3d61619 Merge branch '0.10.x' of https://github.com/appwrite/appwrite into feat-265-realtime 2021-07-12 09:53:27 +02:00
Torsten Dittmann
f158980963
fix(database): default value for empty rules 2021-07-07 13:46:44 +02:00
Torsten Dittmann
e03ba70291 Merge branch '0.9.x' of https://github.com/appwrite/appwrite into feat-265-realtime 2021-07-07 10:19:52 +02:00
Eldad A. Fux
1186c6a36f
Merge pull request #1298 from PineappleIOnic/feat-1297-add-expire-date-to-urls
Feat Add Expire Parameter to Email Verification and Password Reset URL's
2021-07-06 19:19:08 +03:00
Bradley Schofield
4e2b05b87c Update account.php 2021-07-06 13:18:55 +01:00
Eldad A. Fux
0d4c5ab01e
Merge pull request #1349 from TorstenDittmann/fix-database-int-casting
fix(database): properly cast to int
2021-07-06 13:43:46 +03:00
Bradley Schofield
1a8ace0fb0 Update account.php 2021-07-06 09:14:12 +01:00
Torsten Dittmann
d9986cb205 fix(database): properly cast to int 2021-07-05 11:33:47 +02:00
Torsten Dittmann
6c8e1a3190 feat(projects): add version number 2021-07-05 09:12:59 +02:00
Eldad Fux
57bc8c75e0 Merge branch 'master' of github.com:appwrite/appwrite into 0.9.x 2021-07-03 09:21:07 +03:00
Eldad A. Fux
f013d07df3
Merge pull request #1301 from PineappleIOnic/feat-fix-unique-keys-not-updating
Fix Unique Keys not being updated when changing a user's email address
2021-07-03 09:18:39 +03:00
Damodar Lohani
949b2a21c3 add gravity to cache key 2021-07-02 16:31:46 +05:45
Bradley Schofield
1c0454daa9
Merge branch '0.9.x' into feat-1297-add-expire-date-to-urls 2021-07-02 11:40:58 +01:00
Bradley Schofield
da9860c7c4 Revert "Merge branch 'master' into feat-1297-add-expire-date-to-urls"
This reverts commit 9472867c66, reversing
changes made to 7e8d76b66d.
2021-07-02 11:39:41 +01:00
Bradley Schofield
9472867c66 Merge branch 'master' into feat-1297-add-expire-date-to-urls 2021-07-02 11:37:29 +01:00
Christy Jacob
fa5ac4d3dc feat: add V08 response filter and update web sdk 2021-07-01 19:06:04 +05:30
Torsten Dittmann
d224fb49e6 fix some style issues 2021-06-30 16:47:55 +02:00
Torsten Dittmann
80c4e378b3 fix(acl): getting role for user in auth class 2021-06-30 16:04:32 +02:00
Torsten Dittmann
eaa3644f0f remove Realtime event class 2021-06-30 13:36:58 +02:00
Torsten Dittmann
a2d0c910c1 Merge branch '0.9.x' of https://github.com/appwrite/appwrite into feat-265-realtime 2021-06-29 13:34:35 +02:00
Christy Jacob
ebc08be20c feat: revert integer validator to numeric 2021-06-28 20:54:37 +05:30
Torsten Dittmann
dd47f195a0 deps(composer): updated abuse library to 0.5.0 2021-06-28 12:20:22 +02:00
Torsten Dittmann
06674982df refactor(realtime): move getRoles into Auth 2021-06-28 12:18:00 +02:00
Torsten Dittmann
91250ea52b fix(users): db connection 2021-06-28 09:55:56 +02:00
Torsten Dittmann
44ba052fcb feat(db): improved connection pools 2021-06-28 09:19:33 +02:00
Eldad Fux
862f6721e8 Merge branch 'master' of github.com:appwrite/appwrite into 0.9.x 2021-06-26 22:06:23 +03:00
Damodar Lohani
378be8363a using getGravityTypes method to get list of supported gravity 2021-06-24 12:15:52 +05:45
Torsten Dittmann
699dba8e19 Merge branch '0.9.x' of https://github.com/appwrite/appwrite into feat-265-realtime 2021-06-24 00:03:25 +02:00
Torsten Dittmann
e4be09ff19 fix audit 2021-06-23 23:31:58 +02:00
Eldad A. Fux
91b2a139a5
Merge pull request #1294 from PineappleIOnic/feat-get-session-by-id-endpoint
Add session by ID API Endpoint
2021-06-23 18:45:08 +03:00
Torsten Dittmann
c778f47195 Merge branch '0.9.x' of https://github.com/appwrite/appwrite into feat-265-realtime 2021-06-23 17:12:48 +02:00
Torsten Dittmann
72392ac09f fix(abuse): enable abuse limits again 2021-06-23 17:11:23 +02:00
Damodar Lohani
497d391412 update image library and gravity param 2021-06-23 13:59:35 +05:45
Eldad A. Fux
a2c4dac366
Merge pull request #1314 from PineappleIOnic/fix-runtime-parameter
Renamed `env` param on `/v1/functions` to `runtime`
2021-06-23 10:12:24 +03:00
Eldad Fux
ca201011c5 Fixes 2021-06-22 23:31:39 +03:00
Bradley Schofield
22bc391047
Update app/controllers/api/functions.php
Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
2021-06-22 11:18:26 +01:00
Bradley Schofield
c92a820c6d Renamed env param on /v1/functions to runtime 2021-06-21 15:42:39 +01:00
Bradley Schofield
1cf66b5934 Update account.php 2021-06-21 09:13:18 +01:00
Bradley Schofield
a56463e56e Fix Unique Keys not being update when changing a user's email address 2021-06-17 16:46:29 +01:00
Bradley Schofield
891a46d883
Merge branch '0.9.x' into feat-1297-add-expire-date-to-urls 2021-06-17 14:20:24 +01:00
Bradley Schofield
c5a08350a2 Add expire param to Account Recovery and Email Verification 2021-06-17 13:44:06 +01:00
Bradley Schofield
3f386d485e
Merge branch '0.9.x' into feat-get-session-by-id-endpoint 2021-06-17 11:07:33 +01:00
Bradley Schofield
88bb46ec95 Update account.php 2021-06-17 10:41:04 +01:00
Bradley Schofield
978668cbb9 Implement changes on other endpoints 2021-06-17 10:33:57 +01:00
Bradley Schofield
40e9fa9b36 Add Christy's Suggestions 2021-06-17 10:08:01 +01:00