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

189 commits

Author SHA1 Message Date
Christy Jacob edad80e84f chore: update banner 2023-09-28 18:58:56 +00:00
Christy Jacob 7460114bab chore: update logo 2023-09-28 15:52:14 +00:00
Christy Jacob 64291676f0 chore: update logo 2023-09-28 15:31:18 +00:00
Khushboo Verma 8a8dfa1605 Remove VCS assets 2023-08-09 13:24:09 +05:30
Christy Jacob c009a12a25 Merge branch 'cl-1.4.x' of https://github.com/appwrite/appwrite into 1.4.x 2023-08-08 20:51:31 +00:00
Steven Nguyen d960f85da6
Merge branch '1.4.x' into cloud-1.4.x 2023-08-04 18:07:33 -07:00
Khushboo Verma 717f9ca471 Add VCS assets 2023-08-03 16:56:32 +05:30
Damodar Lohani 2c2c7d9028
Create akamai-logo.svg 2023-07-20 11:36:40 +05:45
Matej Bačo e84372aae2 Decreate card resolution 2023-05-01 13:54:41 +02:00
Matej Bačo d71cf65300 Increase card quality, fix GH session finding 2023-04-29 13:33:38 +02:00
Matej Bačo 985ca3843b 3rd og card variation 2023-04-28 19:46:24 +02:00
Matej Bačo a7f81bd628 Fix permission issue 2023-04-26 13:39:50 +02:00
Matej Bačo 2ed495fe3b Add OG assets 2023-04-26 13:06:11 +02:00
Matej Bačo a8cd99873f Add cache, fix miss-align 2023-04-26 11:10:06 +02:00
Matej Bačo 2e421f15ab Implement 2D cloud cards 2023-04-26 10:21:10 +02:00
Matej Bačo 563f2e22f9 skew for 3d og image 2023-04-25 09:35:48 +02:00
Matej Bačo 5782f7b8c6 Add OG image render logic 2023-04-19 09:25:05 +02:00
Torsten Dittmann 8faa46de9b fix: remove unused github-logo 2022-11-16 10:26:00 +01:00
Torsten Dittmann d3b8d49a3e fix: github images 2022-11-16 10:18:49 +01:00
Torsten Dittmann 465dad522e fix: remove unnecessary files 2022-11-14 15:31:24 +01:00
Haimantika mitra 24609236b5 updated Autodesk logo format 2022-08-16 19:10:09 +05:30
Haimantika mitra 8056d02c0d updated Autodesk logo size 2022-08-16 19:04:34 +05:30
Haimantika mitra f3b73f40f5 updated Autodesk logo 2022-08-16 18:58:43 +05:30
Eldad A. Fux 5b4a3805bf
Merge pull request #3522 from wess/feat-etsy-auth
Adds Etsy to OAuth providers
2022-08-13 13:05:43 +03:00
Bishwajeet Parhi 93466d9a66 resized image 100x100 2022-08-05 16:12:00 +00:00
Bishwajeet Parhi 3f15035c1a
Merge branch 'appwrite:master' into feat-disqus-Oauth-provider 2022-08-05 21:24:19 +05:30
Matej Bačo 6c21723ecb
Merge branch 'appwrite:master' into shiftra 2022-08-05 13:32:06 +02: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
Matej Bačo 8c825d477f Merge commit '8d99860c55cff4ab1291a51ee5b6c7900641e1eb' into shiftra 2022-08-01 04:37:30 +00:00
Torsten Dittmann 5b73561aba sync: with master 2022-07-25 12:17:08 +02:00
Brandon a9612fc5cc docs: add one-click setups to README 2022-07-18 13:48:32 -05:00
Wess Cope 4f64c72d0d
Merge branch 'appwrite:master' into feat-etsy-auth 2022-07-14 11:05:27 -04:00
Bishwajeet Parhi 16c1b0bc2a feat-disqus 2022-07-08 15:57:51 +00:00
Simon 92a43a5930 Merge branch 'appwrite:master' into feat-XXX-authentik-oauth 2022-07-06 11:02:59 +02:00
Matej Bačo 9d973d9252 WIP: Podio provider 2022-07-02 11:36:05 +00:00
Torsten Dittmann 58bec7b034
Merge pull request #3411 from appwrite/0.15.x
0.15.x -> master
2022-06-28 16:31:29 +02:00
haimantika mitra 148d46a2b1 New image updates 2022-06-22 21:54:47 +05:30
haimantika mitra fe824fd733 Autodesk adapter 2022-06-22 20:30:19 +05:30
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
Bishwajeet Parhi 48191995b3 final dailymotion logo changes 2022-06-13 14:18:05 +00:00
Bishwajeet Parhi adab1463f7 adds some padding in dailymotion png file 2022-06-13 12:36:36 +00:00
Bishwajeet Parhi d15cecb773 adds dailymotion logo 2022-06-13 11:47:48 +00:00
Bishwajeet Parhi f92309101b adds dailymotion.png 2022-06-12 08:21:42 +00:00
Bishwajeet Parhi 4b7cc043ba adds 100x100 dailymotion logo 2022-06-12 07:32:07 +00:00
Bishwajeet Parhi d07e0eda42 adds dailymotion logo 2022-06-09 13:22:46 +00:00
Simon Giesel bee6a7a2b3
Merge branch 'appwrite:master' into feat-XXX-authentik-oauth 2022-06-09 10:52:04 +02:00
adityaoberai e056dc15c9 Fix .NET logo 2022-05-31 20:26:15 +05:30
Simon 2d6dcf976a Merge branch 'master' into feat-XXX-authentik-oauth 2022-05-18 10:25:38 +02:00
Torsten Dittmann ad24e72650 fix: missing runtime icons 2022-05-17 17:20:42 +02:00
Simon af599ceba8 Add authentik as a OAuth provider 2022-05-05 15:07:32 +02:00