OCP\JSON removed, only OC_JSON todo
Since this is deprecated API we should really get rid of it sooner rather than later! Especially since it returns invalid status codes for errors (200 usually).
For checkedLoggedIn:
- files_version:
- files_trashbin:
- files_external:
- files:
- core
There is probably more I missed but this is a good start to cleanup.
OCP\JSON removed, only OC_JSON todo
Since this is deprecated API we should really get rid of it sooner rather than later! Especially since it returns invalid status codes for errors (200 usually).
For checkedLoggedIn:
server/apps/files_trashbin/ajax/delete.php
Line 27 in 0215b00
server/apps/files_versions/download.php
Line 29 in 70b1f51
server/apps/files_versions/ajax/getVersions.php
Line 27 in 813f0a0
server/apps/files_trashbin/ajax/list.php
Line 24 in 813f0a0
server/apps/files_versions/ajax/rollbackVersion.php
Line 29 in 0215b00
server/apps/files_trashbin/ajax/isEmpty.php
Line 25 in 813f0a0
server/apps/files_trashbin/ajax/undelete.php
Line 29 in 0eebff1
server/apps/files_external/ajax/oauth2.php
Line 26 in 0eebff1
server/apps/files/ajax/getstoragestats.php
Line 32 in 0215b00
server/apps/files/ajax/list.php
Line 30 in eb51f06
server/core/search/ajax/search.php
Line 29 in 0215b00
There is probably more I missed but this is a good start to cleanup.