1
0
Fork 0
mirror of synced 2024-09-29 08:51:28 +13:00
Commit graph

877 commits

Author SHA1 Message Date
Matej Baco
b703943b26 Merge branch 'feat-database-indexing' into feat-quest-filters 2021-12-31 16:48:52 +01:00
Matej Baco
577eb107da Added request filters for queries 2021-12-31 16:45:49 +01:00
Matej Baco
551021085a Bug fixes for request parser 2021-12-31 16:17:57 +01:00
Eldad A. Fux
5140d3328e
Merge pull request #2432 from appwrite/feat-improve-error-logging
Implement utopia-php/logger
2021-12-31 16:55:29 +02:00
Torsten Dittmann
cf3136e51c fix: migration team memberships and permissions 2021-12-31 15:03:25 +01:00
Torsten Dittmann
3730e33b0c fix: api key migration 2021-12-31 14:40:38 +01:00
Matej Baco
1c18ddc1bb Merge branch 'feat-database-indexing' into feat-improve-error-logging 2021-12-31 14:40:14 +01:00
Matej Baco
457cb18be1 Improved request filters 2021-12-31 14:30:50 +01:00
Matej Baco
ba06f1ff61 Added custom IDs request filters 2021-12-31 13:00:07 +01:00
Matej Baco
ae4d02c0f0 Cleanup of POC 2021-12-31 09:40:35 +01:00
Matej Baco
592ab3ab00 WIP: Request filters refactor (into HTTP.php) 2021-12-30 17:17:01 +01:00
Torsten Dittmann
4ef7c5c93c fix: stdclass import 2021-12-30 11:32:30 +01:00
Torsten Dittmann
7740696e36
Merge pull request #2532 from appwrite/fix-prefs-response
Fix-prefs-response
2021-12-30 11:07:51 +01:00
Damodar Lohani
95afb6aa0b
Update src/Appwrite/Utopia/Response/Model/User.php 2021-12-30 15:49:17 +05:45
Torsten Dittmann
f65441fb83 fix: migration dont stop on exception 2021-12-30 10:59:58 +01:00
Torsten Dittmann
ba50075fff fix: migration handle default and requried attributes 2021-12-30 10:51:16 +01:00
Matej Baco
9b749db89b Draft commit with POC 2021-12-30 10:25:43 +01:00
Damodar Lohani
297d03126e make empty prefs object instead of array 2021-12-30 11:55:17 +05:45
Torsten Dittmann
0c5e9eed33 fix: migration 2021-12-29 17:33:52 +01:00
Torsten Dittmann
f48708ddf4 fix: use env var instead of hard coded value 2021-12-28 13:04:58 +01:00
Torsten Dittmann
49ba7d5dfd fix: users prefs default value 2021-12-28 11:48:50 +01:00
Torsten Dittmann
b16c4367d8 fix: migration 2021-12-27 18:38:51 +01:00
Torsten Dittmann
693b8c7185 fix: replace internal and external database with project database 2021-12-27 13:45:23 +01:00
kodumbeats
c3bbce1b04 Use correct namespace 2021-12-23 19:27:55 -05:00
kodumbeats
bc2703ea08 Set default database for collections 2021-12-22 20:51:49 -05:00
Torsten Dittmann
166ebf7225
Merge pull request #2474 from appwrite/feat-database-indexing-migration
feat(tasks): migration for 0.12.x
2021-12-21 17:34:41 +01:00
Torsten Dittmann
721363a240 Merge branch 'master' of https://github.com/appwrite/appwrite into feat-database-indexing 2021-12-21 12:08:02 +01:00
Matej Baco
cba3618c35 Tests fix 2021-12-21 10:29:09 +01:00
Matej Baco
0cb2b736f0 Merge branch 'master' into feat-improve-error-logging 2021-12-20 16:24:50 +01:00
Matej Baco
e065470ffc Merge branch 'feat-database-indexing' into feat-health-api-response-models 2021-12-20 12:09:50 +01:00
Christy Jacob
80cc823510
Merge pull request #2312 from AmreshSinha/feat-1781-yammer-oauth
Added Yammer OAuth2 Provider
2021-12-19 21:54:27 +04:00
Torsten Dittmann
d482fb86ea Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-database-indexing-migration 2021-12-17 15:54:36 +01:00
Torsten Dittmann
ae37c630bc fix: document level permissions migration 2021-12-17 11:58:11 +01:00
Torsten Dittmann
626c73896f Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-database-indexing-migration 2021-12-17 11:57:16 +01:00
Torsten Dittmann
2690cab771 Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-database-disable-collections 2021-12-17 11:53:57 +01:00
Torsten Dittmann
166c906d51 fix: collection level permissions 2021-12-16 19:12:06 +01:00
Matej Baco
29076758ac Updated tests, fixed response models 2021-12-16 13:19:04 +01:00
Torsten Dittmann
1de17ed132
Merge pull request #2484 from appwrite/feat-add-user-agent
Feat: add user agent
2021-12-15 15:16:32 +01:00
Matej Baco
ea7b5970c3 Post-PR review fixes 2021-12-15 11:19:29 +01:00
Matej Bačo
77d6ea8890
Apply suggestions from code review
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
2021-12-15 11:06:26 +01:00
Matej Baco
5d373e1ce7 Created Response models + applied them 2021-12-14 15:17:55 +01:00
Torsten Dittmann
8f583cc063 fix: swagger spec 2021-12-14 13:51:57 +01:00
Torsten Dittmann
a5a86cc1cd fix: bin2hex() calls 2021-12-14 13:10:38 +01:00
Torsten Dittmann
8bb580ea1a Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-database-disable-collections 2021-12-14 11:47:50 +01:00
Torsten Dittmann
d92763fbfc Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-database-indexing-migration 2021-12-14 11:47:05 +01:00
Torsten Dittmann
aaab9ead70 feat: remove func permission models 2021-12-14 11:42:34 +01:00
Torsten Dittmann
a7ee99dcef fix: utopia view 2021-12-14 10:11:34 +01:00
Torsten Dittmann
7b607e85ac Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-database-indexing-migration 2021-12-13 16:56:40 +01:00
Torsten Dittmann
a10eccbdc7
Merge pull request #2465 from appwrite/feat-database-indexing-realtime-console
feat(realtime): add console channel
2021-12-13 16:55:24 +01:00
Torsten Dittmann
7e9e40d03e chore(deps): update utopia dependencies 2021-12-13 16:42:40 +01:00