Steven Nguyen
2b4dbfb4b9
Convert _APP_STORAGE_DEVICE env var to lowercase
...
This is done for backwards compatibility. Up to utopia-php/storage
version 0.12.X, the devices were not lowercase. Starting 0.13.X, they
are all converted to lowercase, but people would still have the old
case in their .env file. This change makes the value check insensitive
so that the value from older versions still works.
2023-01-11 11:41:26 -08:00
Jake Barnby
aa7e326ce9
Allow file uploads from explorer
2022-12-13 15:43:29 +13:00
shimon
ee0950449a
Merge branch '1.1.x' of github.com:appwrite/appwrite into fix-cache-permissions
2022-11-15 17:17:58 +02:00
Bradley Schofield
3c71164741
Merge branch '1.1.x' into feat-implement-session-length-api
2022-11-14 15:30:38 +00:00
shimon
180262d166
Merge branch '1.1.x' of github.com:appwrite/appwrite into fix-cache-permissions
2022-11-11 13:18:33 +02:00
shimon
f9671ee855
enabling file permissions
...
via cache preview
2022-11-10 12:08:01 +02:00
Damodar Lohani
dfa35e0a0b
fix periods on usage endpoints
2022-10-21 05:45:25 +00:00
Damodar Lohani
a7e1e5f25f
fix period
2022-10-21 01:40:33 +00:00
Vincent (Wen Yu) Ge
4cee87273c
Merge branch 'master' into doc-unique-id
2022-10-04 10:51:38 -04:00
Vincent (Wen Yu) Ge
ae2100244f
Update unique() to be ID.unique()
2022-10-03 20:22:28 +00:00
Christy Jacob
ba0be549e3
Merge pull request #3881 from appwrite/fix-null-required-param
...
Fix: Null required ID params
2022-09-23 00:37:17 +05:30
Matej Bačo
a983e792d8
Refactor required param values
2022-09-19 10:05:42 +00:00
Steven Nguyen
00a4929301
Fix date format for usage APIs
2022-09-15 23:48:09 +00:00
shimon
5652e2d94f
audits.resource label update
2022-09-08 15:16:54 +03:00
shimon
834e4e03e3
Merge branch '0.16.x' of github.com:appwrite/appwrite into feat-audits-label-desc-decoupling
...
Conflicts:
app/controllers/api/storage.php
2022-09-08 15:13:22 +03:00
Jake Barnby
15939bb155
Merge remote-tracking branch 'origin/0.16.x' into fix-storage-audit-resources
2022-09-08 17:24:00 +12:00
Eldad Fux
01fb4045bd
Sync with 0.16
2022-09-07 14:11:10 +03:00
Eldad Fux
1f17fb34e4
Merge branch '0.16.x' of https://github.com/appwrite/appwrite into fix-response-syntax
2022-09-07 14:07:40 +03:00
Eldad Fux
0895a25615
Fixed response syntax with new FW version
2022-09-07 14:02:36 +03:00
Jake Barnby
9665ec09e7
Make storage audit resources consistent with other resources
2022-09-07 20:22:25 +12:00
Jake Barnby
4590c464ef
Use write const
2022-09-06 21:17:25 +12:00
shimon
1362902082
audit event name reformation
2022-09-05 11:00:08 +03:00
Jake Barnby
e55faff0a1
Fix tests
2022-09-05 19:51:33 +12:00
Jake Barnby
5c08e066aa
Fix allowed permissions for documents/files
2022-09-05 13:41:01 +12:00
shimon
5d16c39d5f
account labels
2022-09-04 11:13:44 +03:00
Jake Barnby
1896193718
Fix missed optional updates
2022-09-03 12:44:33 +12:00
Jake Barnby
f4f178d3bf
Merge remote-tracking branch 'origin/rc-qa-matej' into fix-rc-qa
2022-09-03 11:44:14 +12:00
Matej Bačo
ae2826ad1f
Bug fixes
2022-09-02 14:19:36 +00:00
Jake Barnby
ddcb68c944
Make document/file security optional for create collection/bucket
2022-09-02 15:39:54 +12:00
Damodar Lohani
8fe365d66e
Merge branch '0.16.x' of https://github.com/appwrite/appwrite into feat-additional-compression-support
2022-08-31 13:21:45 +00:00
Damodar Lohani
7b5cee8da9
fix description to use markdown for links
2022-08-31 10:24:13 +00:00
Damodar Lohani
d647bdaf9e
update compression attribute description
2022-08-31 09:55:55 +00: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
Jake Barnby
ce28dd8201
Use route method in abuse key for guest writes
2022-08-31 15:58:32 +12: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
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
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
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
Matej Bačo
63c02677a0
PR review changes
2022-08-30 13:55:23 +02:00
Matej Bačo
2b3dc48bf1
PR review changes
2022-08-30 08:21:34 +00:00
Jake Barnby
938f8394e0
Add abuse limits for create/update/delete document/file
2022-08-30 00:49:01 +12:00
Matej Bačo
889eaff418
Merge remote-tracking branch 'origin/feat-list-users-queries' into feat-list-endpoints-queries
2022-08-29 08:52:28 +00:00
Jake Barnby
ccfd104545
Allow guest write scope for document, file and execution
2022-08-29 17:53:37 +12:00
Jake Barnby
a16cd37f1a
Remove filter_var usage
2022-08-27 15:19:51 +12:00