1
0
Fork 0
mirror of synced 2024-07-04 14:10:33 +12:00
Commit graph

12921 commits

Author SHA1 Message Date
Matej Bačo 3ba8ee4ec8 PoC of new query pagination 2022-08-31 09:22:43 +00:00
shimon b2023020e0 Merge branch '0.16.x' of github.com:appwrite/appwrite into refactor-cache-date 2022-08-31 11:53:16 +03:00
shimon 5e6c288c2b dateTime 2022-08-31 11:52:55 +03:00
Christy Jacob 5a58312b53
Merge pull request #3741 from appwrite/refactor-guest-rate-limits
Refactor guest rate limits
2022-08-31 10:41:23 +02:00
shimon bc786cdb86 Merge branch '0.16.x' of github.com:appwrite/appwrite into refactor-cache-date 2022-08-31 10:42:55 +03:00
Matej Bačo 0897cd0fe4
Merge branch '0.16.x' into feat-variables-api 2022-08-31 09:37:47 +02:00
Matej Bačo 3fc2e70007 updateVariable 'key' param marked as required 2022-08-31 07:33:43 +00:00
Christy Jacob 054516d5c5
Merge pull request #3740 from appwrite/fix-resets
Fix reset error
2022-08-31 09:15:59 +02:00
Jake Barnby 7ea521665c
Revert "Allow CI to use a custom env"
This reverts commit d1b5c69ba1.

# Conflicts:
#	.env.test
2022-08-31 18:52:16 +12:00
Jake Barnby e16cbe6a11
Disable abuse tests on CI 2022-08-31 18:30:07 +12:00
Jake Barnby d1b5c69ba1
Allow CI to use a custom env 2022-08-31 16:08:33 +12:00
Jake Barnby 8fcb091f37
Add resource write abuse limit tests 2022-08-31 16:06:36 +12:00
Jake Barnby ce28dd8201
Use route method in abuse key for guest writes 2022-08-31 15:58:32 +12:00
Jake Barnby 8da011ad78
Ensure abuse hit counter is not increased for admin/API keys 2022-08-31 15:50:53 +12:00
Jake Barnby 1273f4c9b7
Allow using route method in abuse key 2022-08-31 15:49:44 +12:00
Damodar Lohani d2ec87de2c
Update Dockerfile
Co-authored-by: Jake Barnby <jakeb994@gmail.com>
2022-08-31 09:11:21 +05:45
Damodar Lohani e4a4b0165f compression in bucket settings UI 2022-08-31 03:25:07 +00:00
Damodar Lohani 0a3a69b7dc update console sdk 2022-08-31 03:23:52 +00:00
Damodar Lohani 69ed468ec3 spec update 2022-08-31 03:20:59 +00:00
Damodar Lohani b17f537a4c make id unique 2022-08-31 03:04:11 +00:00
Damodar Lohani 02b0ed118f preview test for zstd compression 2022-08-31 03:03:51 +00:00
Damodar Lohani 594b66c18a fix missing break 2022-08-31 02:59:51 +00:00
Damodar Lohani bc7ec3854f linter fix 2022-08-31 02:56:44 +00:00
Damodar Lohani 63f95c0a5c Merge branch '0.16.x' of https://github.com/appwrite/appwrite into feat-additional-compression-support 2022-08-31 02:55:26 +00:00
Damodar Lohani 77c72970e8 ZSTD compression test 2022-08-31 02:49:13 +00:00
Damodar Lohani 4ba8e725ea compression attribute on default bucket 2022-08-31 02:29:06 +00:00
Damodar Lohani e54125a6f5 zstd extension in dockerfile 2022-08-31 02:09:08 +00:00
Jake Barnby b1cb6ab9bc
Add single retry to all usage tests 2022-08-31 11:35:46 +12:00
Jake Barnby 190d9684f0
Use consts for rate limit count + period 2022-08-31 11:34:17 +12:00
Jake Barnby 1d4866c5b5
Use IP + User ID as abuse key for create routes 2022-08-31 11:33:19 +12:00
Jake Barnby b9148d380b
Fix only variables can passed by reference errors 2022-08-31 11:31:43 +12:00
Christy Jacob a87724ed1a
Merge pull request #3641 from appwrite/feat-improve-keys
feat: add new attributes for API Keys
2022-08-30 20:46:50 +02:00
Christy Jacob 3ee3954043 feat: linter 2022-08-30 18:26:02 +00:00
Matej Bačo f6a0949d14 WIP: Introduce queries to UI 2022-08-30 17:51:39 +00:00
Christy Jacob fe8295c2ec Merge branch '0.16.x' of https://github.com/appwrite/appwrite into feat-improve-keys 2022-08-30 17:35:46 +00:00
Christy Jacob 422cedf718 feat: fix tests 2022-08-30 17:33:54 +00:00
Bradley Schofield 9b3e333134 Fix unaccepted invitations giving access to projects 2022-08-30 16:53:57 +01:00
Christy Jacob dcdfcce3fe feat: added tests 2022-08-30 14:04:42 +00:00
Damodar Lohani 2d1741504a compression on update bucket endpoint 2022-08-30 13:50:38 +00:00
Damodar Lohani 5fa7d34757 zstd compression support on endpoints 2022-08-30 13:46:55 +00:00
Christy Jacob faaf233153
Merge pull request #3729 from appwrite/fix-permissions-ui
Fix + improve permissions UI
2022-08-30 15:01:02 +02:00
Christy Jacob 7591f68970
Merge pull request #3702 from appwrite/feat-list-endpoints-queries
Feat: List endpoint queries
2022-08-30 14:56:09 +02:00
Damodar Lohani 6c04550558 compression attribute on create bucket endpoint 2022-08-30 12:55:26 +00:00
Damodar Lohani 5666002ff2 compression attribute on bucket collection 2022-08-30 12:52:53 +00:00
shimon cee77ef5a1 timestamp -> datetime on file cache 2022-08-30 15:52:26 +03:00
shimon 67d46e8d05 Merge branch '0.16.x' of github.com:appwrite/appwrite into refactor-cache-date 2022-08-30 15:47:03 +03:00
shimon 97a957e17a timestamp -> datetime on file cache 2022-08-30 15:46:27 +03:00
shimon 69066cfc5e timestamp -> datetime on file cache 2022-08-30 15:44:37 +03:00
Matej Bačo 1e95346205 PR review changes 2022-08-30 12:30:52 +00:00
Christy Jacob 574a993f59 feat: update dependencies 2022-08-30 12:10:07 +00:00