1
0
Fork 0
mirror of synced 2024-06-27 02:31:04 +12:00
Commit graph

194 commits

Author SHA1 Message Date
Torsten Dittmann d9d32dbf46 fix phpdoc entry 2020-08-28 23:42:24 +02:00
Torsten Dittmann edde41e50f delete unique key from db 2020-08-28 20:53:19 +02:00
Torsten Dittmann 4c6a300a22 delete leftovers & reserve id
- delete team memberships
- create a reserved id
2020-07-02 23:48:37 +02:00
Eldad Fux 65c08825a5 Updated coding standards 2020-06-25 00:05:16 +03:00
Eldad Fux dcf4e948e7 Fixed coding standards 2020-06-25 00:02:27 +03:00
Eldad Fux a86ad1be90 Improve PHP exeution time by using
fully-qualified function calls
2020-06-20 14:05:43 +03:00
Eldad Fux 305e73c190 Added tooltip + improved error messages 2020-06-15 23:05:49 +03:00
Eldad A. Fux 6e0b32325a
Merge branch 'master' into database-key-fix 2020-06-13 14:22:02 +03:00
Eldad Fux 1a60a6a8fe Updated namespace conventions 2020-06-11 22:36:10 +03:00
Eldad Fux 1f8cd7f081 Limit key size to 32 chars 2020-06-11 00:42:16 +03:00
Eldad Fux 7296db0d06 Added UI adjutments for Apple unique secret key 2020-05-29 15:02:53 +03:00
Eldad Fux d6fbd734a3 Merge branch 'master' of github.com:appwrite/appwrite into apple-oauth 2020-05-28 18:44:41 +03:00
Eldad Fux 6e143f7ed3 Apple OAuth tests 2020-05-27 14:54:27 +03:00
Eldad Fux c1ddf8ddc2 Updated typo and changelog 2020-05-26 22:44:47 +03:00
Eldad Fux 0b3cb1c302 Added option to delete project #340 2020-05-26 22:12:40 +03:00
Eldad Fux 419fabd80a Updated delete method to support recrusive deletes 2020-05-26 20:11:20 +03:00
Christy Jacob ec527cbff4 Merge branch 'master' of https://github.com/appwrite/appwrite 2020-05-21 02:21:35 +05:30
Christy Jacob 290b52c77f feat: updated google oAuth token urls 2020-05-21 02:21:21 +05:30
Eldad Fux efc7bce35d Merge branch 'database-ui' of github.com:appwrite/appwrite into 0.6 2020-05-04 08:07:07 +03:00
Eldad Fux 496d7c2973 Work in progress 2020-05-04 08:04:30 +03:00
Eldad Fux dcc1e46ba5 Merge branch 'feature--flutter-support' of github.com:appwrite/appwrite into 0.6 2020-05-01 10:59:54 +03:00
Eldad Fux e3104cd84c Added markdown form 2020-04-24 20:09:09 +03:00
Eldad Fux 555b761b44 New DB rules 2020-04-22 10:03:34 +03:00
Eldad Fux 0c205fcf55 Merge branch '0.6' of github.com:appwrite/appwrite into database-ui 2020-04-15 16:45:24 +03:00
Eldad Fux a9877abdfa Added unit tests 2020-04-14 22:53:41 +03:00
Eldad Fux a9bfb8a7a9 New origin validator 2020-04-14 08:44:15 +03:00
Eldad Fux 73d4012934 Pass session to non-web clients 2020-04-08 20:04:46 +03:00
Eldad Fux 586341b323 Added URL parsing lib 2020-04-08 16:38:36 +03:00
Eldad Fux 8af011f638 Fix for cases when missing signature key 2020-04-08 16:14:16 +03:00
Eldad Fux f35258b9c5 Merge branch 'master' of github.com:appwrite/appwrite into database-ui 2020-03-27 01:56:57 +02:00
Eldad Fux 73d9bbb446 Minor source code cleanups 2020-03-25 07:03:01 +02:00
Eldad Fux 8d3465e29f Added a vendor namespace to all local libs 2020-03-24 19:56:32 +02:00
Eldad Fux 4f11e171db Fixed document not being unique 2020-03-21 23:10:06 +02:00
Eldad Fux 89ba82755e Changed Auth default 2020-03-16 20:43:43 +02:00
Eldad Fux b26b9c061c Fixed auth bug 2020-03-16 20:39:24 +02:00
Eldad Fux 01552bb13b Fix for query with empty ID 2020-03-08 21:25:31 +02:00
Eldad Fux 27850c660f Updated env vars 2020-03-01 19:05:51 +02:00
Eldad Fux 0fc51eba1e Added DNS validator 2020-02-21 00:15:53 +02:00
Eldad Fux 6a79655911 Added new collections type 2020-02-20 22:45:12 +02:00
Eldad Fux fe5d9107c0 Added volumes constants 2020-02-19 14:41:23 +02:00
Eldad Fux 46cfa9ee92 Updated $uid to $id 2020-02-17 09:16:11 +02:00
Eldad Fux f433db17d0 Updated naming from OAuth to OAuth2 2020-02-16 13:41:03 +02:00
Eldad Fux 172fb77e8d Fixed broken test 2020-02-15 18:54:45 +02:00
Eldad Fux 53a1cda21c Added ENV var to change default file upload size limit. New default value is 100MB 2020-02-13 20:55:12 +02:00
Eldad Fux 8cd40b1209 Fixed teams permission on admin mode 2020-02-11 08:17:40 +02:00
Eldad Fux dd693d59fc Added method to remove attribute 2020-02-10 18:15:18 +02:00
Eldad Fux 8f6b5ddf22 Merge branch 'master' of github.com:appwrite/appwrite into restify 2020-01-23 00:51:20 +02:00
Armino Popp c28aa3dfe0 Added Bitly OAuth provider 2020-01-21 22:59:44 +02:00
Armino Popp 2e724524f4 Initial commit for Bitly OAuth provider 2020-01-21 22:10:11 +02:00
Armino Popp f68089e0e5 Changed to live 2020-01-20 15:00:57 +02:00