-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Cleanup OC_JSON usage #8568
Copy link
Copy link
Closed
Labels
2. developingWork in progressWork in progressgood first issueSmall tasks with clear documentation about how and in which place you need to fix things in.Small tasks with clear documentation about how and in which place you need to fix things in.technical debt🧱 🤔🚀🧱 🤔🚀
Metadata
Metadata
Assignees
Labels
2. developingWork in progressWork in progressgood first issueSmall tasks with clear documentation about how and in which place you need to fix things in.Small tasks with clear documentation about how and in which place you need to fix things in.technical debt🧱 🤔🚀🧱 🤔🚀
Type
Fields
Give feedbackNo fields configured for issues without a type.
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.