1
0
Fork 0
mirror of synced 2024-08-30 17:31:59 +12:00
Commit graph

1274 commits

Author SHA1 Message Date
shimon
9cdb67a661 addressing comments 2022-08-17 14:09:15 +03:00
Eldad A. Fux
69a4f51d58
Merge pull request #3656 from appwrite/feat-functions-console-logs
Functions Console Logs Capture
2022-08-16 23:23:53 +03:00
Damodar Lohani
94d9bb8a18 Merge branch '0.16.x' of https://github.com/appwrite/appwrite into feat-functions-console-logs 2022-08-16 04:42:03 +00:00
Eldad Fux
95181546b4 Adpated tests 2022-08-14 21:09:24 +03:00
Eldad Fux
22c38a484f Merge branch 'feat-password-hash-algos' of https://github.com/appwrite/appwrite into feat-missing-phone-param 2022-08-14 19:43:53 +03:00
Eldad Fux
25f176875d Changed provider name from phone to sms 2022-08-14 16:43:41 +03:00
Damodar Lohani
d9745b3477 fix execution list UI 2022-08-14 09:23:41 +00:00
Eldad A. Fux
1accc36d8c
Merge pull request #3599 from appwrite/feat-upgrade-database-docker-images
feat: upgrade mariadb and redis
2022-08-13 12:25:07 +03:00
Christy Jacob
9693c6e941 Merge branch 'master' of github.com:appwrite/appwrite into 0.16.x 2022-08-12 21:44:36 +05:30
Bradley Schofield
072755ce7d Rename users page to Authentication 2022-08-12 02:41:31 +01:00
Eldad A. Fux
057feaf5bd
Merge pull request #3654 from appwrite/fix-password-reset-redirect
Fix password reset redirect and alert
2022-08-11 18:34:52 +03:00
Damodar Lohani
13f915cc77 UI update 2022-08-11 08:25:44 +00:00
Damodar Lohani
9002bbe77e update response format 2022-08-10 09:50:05 +00:00
Damodar Lohani
c7d6d38ab7 update UI to include logs 2022-08-10 07:24:13 +00:00
Bradley Schofield
4faa903fb3 Fix Password Reset Alert and Redirect 2022-08-09 17:30:06 +01:00
Bradley Schofield
2215e4db49 Add Parent Database ID to collection and documents 2022-08-09 17:18:43 +01:00
Christy Jacob
78d02f50af
Merge pull request #3180 from Aragur/feat-XXX-authentik-oauth
feat: Add authentik as a OAuth provider
2022-08-05 13:06:05 +05:30
Torsten Dittmann
3f51595d25 feat: upgrade mariadb and redis 2022-07-25 15:54:15 +02:00
Matej Bačo
1616f15a40 Fix database dates 2022-07-11 08:40:58 +00:00
Simon
92a43a5930 Merge branch 'appwrite:master' into feat-XXX-authentik-oauth 2022-07-06 11:02:59 +02:00
Torsten Dittmann
f8d3bd7da3 fix(ui): redirect after deleting collection 2022-06-30 17:40:16 +02:00
Torsten Dittmann
46d4525c45
Merge pull request #3467 from aadarshadhakalg/master
fix: typo in database create success alert message
2022-06-30 10:55:19 +02:00
Torsten Dittmann
1b9f6ba58e fix(ui): document link 2022-06-29 16:44:24 +02:00
Torsten Dittmann
54bd8507bc fix: ui delete document redirect 2022-06-29 15:46:00 +02:00
Aadarsha Dhakal
c72f8f6499 fix: typo in database create success alert message 2022-06-29 18:30:27 +05:45
Torsten Dittmann
d509efa43e fix(ui): delete document 2022-06-29 13:16:59 +02:00
Torsten Dittmann
a389164cea fix: index ui 2022-06-29 12:52:10 +02:00
Torsten Dittmann
f387ce08bc fix: ui issues 2022-06-29 12:11:45 +02:00
Torsten Dittmann
f438d4695d
Merge pull request #3405 from appwrite/fix-internal-indexes
Feat: Allow internal indexes
2022-06-28 14:21:27 +02:00
Torsten Dittmann
6de09c5950 fix: events ui 2022-06-27 19:12:40 +02:00
Damodar Lohani
7397f54010 fix database deletion redirection 2022-06-26 07:09:51 +00:00
Torsten Dittmann
ef1daf8f1c Merge branch 'master' of https://github.com/appwrite/appwrite into 0.15.x 2022-06-24 14:15:42 +02:00
Christy Jacob
4a2dac9d46 feat: add OAuth name in event label 2022-06-24 11:48:55 +02:00
Christy Jacob
0166681dde feat: add analytics label for view as JSON 2022-06-24 11:12:29 +02:00
Matej Bačo
4a1a150f84 Add databaseId to UI url 2022-06-23 09:57:50 +00:00
Matej Bačo
c19a2484c3 Merge remote-tracking branch 'origin/0.15.x' into fix-internal-indexes 2022-06-23 09:22:54 +00:00
Torsten Dittmann
a126670f72 Merge branch '0.15.x' of https://github.com/appwrite/appwrite into 0.15.x 2022-06-22 22:27:13 +02:00
Torsten Dittmann
5729798aaf ui: fix users list with phone 2022-06-22 22:27:01 +02:00
Matej Bačo
336127da55 Merge remote-tracking branch 'origin/0.15.x' into fix-internal-indexes 2022-06-22 14:22:46 +00:00
Matej Bačo
72278b4f0f More database UI bug fixes 2022-06-22 13:30:35 +00:00
Matej Bačo
a049b13741 Fix database UI names 2022-06-22 13:03:55 +00:00
Damodar Lohani
8f14f5aa21
Database layer (#3338)
* database response model

* database collection config

* new database scopes

* database service update

* database execption codes

* remove read write permission from database model

* updating tests and fixing some bugs

* server side tests are now passing

* databases api

* tests for database endpoint

* composer update

* fix error

* formatting

* formatting fixes

* get database test

* more updates to events and usage

* more usage updates

* fix delete type

* fix test

* delete database

* more fixes

* databaseId in attributes and indexes

* more fixes

* fix issues

* fix index subquery

* fix console scope and index query

* updating tests as required

* fix phpcs errors and warnings

* updates to review suggestions

* UI progress

* ui updates and cleaning up

* fix type

* rework database events

* update tests

* update types

* event generation fixed

* events config updated

* updating context to support multiple

* realtime updates

* fix ids

* update context

* validator updates

* fix naming conflict

* fix tests

* fix lint errors

* fix wprler and realtime tests

* fix webhooks test

* fix event validator and other tests

* formatting fixes

* removing leftover var_dumps

* remove leftover comment

* update usage params

* usage metrics updates

* update database usage

* fix usage

* specs update

* updates to usage

* fix UI and usage

* fix lints

* internal id fixes

* fixes for internal Id

* renaming services and related files

* rename tests

* rename doc link

* rename readme

* fix test name

* tests: fixes for 0.15.x sync

Co-authored-by: Torsten Dittmann <torsten.dittmann@googlemail.com>
2022-06-22 12:51:49 +02:00
Torsten Dittmann
e89a367131 Merge branch 'master' of https://github.com/appwrite/appwrite into 0.15.x 2022-06-22 12:48:42 +02:00
Torsten Dittmann
9aead96518
Merge pull request #3366 from appwrite/feat-selfhosted-gitlab-oauth
Feat: Gitlab OAuth custom endpoint
2022-06-22 12:48:21 +02:00
Torsten Dittmann
4bca6c3696 Merge branch 'master' of https://github.com/appwrite/appwrite into 0.15.x 2022-06-22 12:46:27 +02:00
Torsten Dittmann
6fd2113870
feat: add redis config to users compose 2022-06-22 12:44:24 +02:00
Matej Bačo
c7087e7ac0 Removed TODOs 2022-06-22 09:46:37 +00:00
Matej Bačo
b682ffdfa3 Merge remote-tracking branch 'origin/0.15.x' into fix-internal-indexes 2022-06-22 09:26:15 +00:00
Torsten Dittmann
ae7a93b8dc fix: phone env variables and compose template 2022-06-21 20:32:51 +02:00
Torsten Dittmann
b69bb9f149 ui: allow generating a new webhook signature 2022-06-20 23:15:51 +02:00