appwrite/app/controllers/shared
Steven Nguyen 8d5583f0c6
fix(cache): fix invalid cache document id
The document ID should not have special characters like "*" or it will
cause problems with things like cursor based pagination which is done
in migrations.

We did have the cache buster inside the md5 call before, but when the
usage code was reverted and whatnot, the change wasn't added back
properly.

Related: https://github.com/appwrite/appwrite/issues/7887
2024-05-22 19:16:34 +00:00
..
api Merge branch 'main' into chore-sync-main-into-1.5.x 2024-04-23 23:43:53 +00:00
api.php fix(cache): fix invalid cache document id 2024-05-22 19:16:34 +00:00