1
0
Fork 0
mirror of synced 2024-09-30 09:18:14 +13:00
Commit graph

1311 commits

Author SHA1 Message Date
Damodar Lohani
062e22a708 Merge branch 'feat-database-indexing' into feat-custom-id 2021-07-27 11:45:26 +05:45
Eldad Fux
f7c415cd2c Removed Authorization2 references 2021-07-25 17:51:04 +03:00
Eldad Fux
13c1bb045d Cleanup old db library 2021-07-25 17:47:18 +03:00
Damodar Lohani
7bf7300aba remove unused 2021-07-25 17:59:28 +05:45
Damodar Lohani
3a8487016c explode initials with _ as well 2021-07-25 17:58:49 +05:45
Damodar Lohani
e91f31991b Merge branch 'feat-database-indexing' into feat-custom-id 2021-07-25 17:03:13 +05:45
Eldad Fux
f909b9da1c Merge branch 'master' of github.com:appwrite/appwrite into feat-database-indexing 2021-07-25 14:11:23 +03:00
Eldad Fux
d0e4e5cb29 Fixed bug 2021-07-22 17:49:52 +03:00
Damodar Lohani
d01079e67c update console 2021-07-22 12:34:28 +05:45
Damodar Lohani
b86b2e8430 collection update name attribute 2021-07-22 11:54:57 +05:45
Damodar Lohani
f957c4aa94 remove name on update 2021-07-22 11:53:55 +05:45
Damodar Lohani
40b57aca19 depricate name in webhook 2021-07-22 11:44:01 +05:45
Damodar Lohani
e88450268b depricate name params 2021-07-22 10:57:01 +05:45
Damodar Lohani
df6645c9ab depricate project name 2021-07-21 18:29:51 +05:45
Damodar Lohani
e06701942c remove name from function 2021-07-21 17:43:05 +05:45
Damodar Lohani
be3eda31f4 support custom id for file 2021-07-21 13:58:00 +05:45
Damodar Lohani
11bff54252 utopia database 2021-07-21 11:35:15 +05:45
Damodar Lohani
1b1877db06 update to new db 2021-07-21 11:32:01 +05:45
Damodar Lohani
119035463a more fixes on collection 2021-07-20 17:21:27 +05:45
Damodar Lohani
6511d63726 Merge branch 'feat-database-indexing' into feat-custom-id 2021-07-20 11:12:54 +05:45
Eldad A. Fux
48ad89ac27
Merge pull request #1412 from appwrite/feat-db-refactor-routes
Feat db refactor routes
2021-07-19 22:18:28 +03:00
Eldad A. Fux
c1a67fc718
Merge branch 'feat-database-indexing' into fix-db-sync-with-master 2021-07-19 21:20:29 +03:00
Eldad A. Fux
285cc76212
Merge pull request #1403 from appwrite/fix-db-open-api-spec
fix-db-open-api-spec
2021-07-19 17:49:15 +03:00
Eldad A. Fux
ea33609acb
Merge pull request #1396 from TorstenDittmann/feat-refactor-db-user-status
feat(refactor-db): user status
2021-07-19 13:21:40 +03:00
Damodar Lohani
d8dc30b08a custom id on database 2021-07-19 15:10:53 +05:45
Damodar Lohani
3fe9277e9b custom Id on project 2021-07-19 14:26:24 +05:45
Damodar Lohani
2f222e136d executions custom id 2021-07-19 13:57:01 +05:45
Damodar Lohani
95e90efcc6 custom id in function and tag 2021-07-19 13:54:37 +05:45
Damodar Lohani
d037c0df23 team and membership custom id support 2021-07-19 12:20:49 +05:45
Damodar Lohani
cd0b21ec0a fix typo 2021-07-19 12:11:29 +05:45
Damodar Lohani
7c99192ced Merge branch 'feat-database-indexing' into feat-custom-id 2021-07-19 12:06:18 +05:45
Eldad Fux
bbc20dad10 Merge branch 'master' of github.com:appwrite/appwrite into fix-db-sync-with-master 2021-07-18 17:17:29 +03:00
Eldad Fux
5ec5649603 Fixed wrong paths 2021-07-18 11:19:23 +03:00
Eldad Fux
6fe19370f3 Fixed OAuth2 tests 2021-07-18 00:21:33 +03:00
Eldad Fux
318c4843ca Updated error template 2021-07-17 21:59:54 +03:00
Eldad Fux
2bf69d59f1 Update session document 2021-07-17 13:04:43 +03:00
Eldad Fux
78689f2878 Merge branch 'feat-database-indexing' of github.com:appwrite/appwrite into feat-sync-session-collection 2021-07-16 18:00:05 +03:00
kodumbeats
ce742b104e Remove $ from task document 2021-07-16 10:32:20 -04:00
kodumbeats
2619157dd0 Add inline todos 2021-07-16 09:53:55 -04:00
kodumbeats
f749256e03 Fix typos in changes for certificates worker 2021-07-16 09:33:30 -04:00
Eldad Fux
6471acb1e1 Fixed injection name 2021-07-16 07:40:01 +03:00
Eldad Fux
b4a65c2c1a Removed TODOs, fixed comments 2021-07-16 07:39:31 +03:00
kodumbeats
0243d6c9e1 Use refactored db for certificates worker 2021-07-15 17:14:52 -04:00
Damodar Lohani
0817eea595
Update app/controllers/api/users.php
Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
2021-07-15 11:34:08 +05:45
kodumbeats
88146857f7 Use refactored db for tasks worker 2021-07-14 15:59:16 -04:00
Torsten Dittmann
4633d74fc7 feat(db-refactor): user status now boolean 2021-07-14 13:02:12 +02:00
kodumbeats
acc4bbb052 Deletes worker no longer needed for collections 2021-07-12 12:45:30 -04: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