nextcloud-documentation/developer_manual/app
Olivier Paroz 4a8b44ff1f Pass the HTTP status code directly in the constructor
My IDE is telling me this way of doing things doesn't not work
```
return new JSONResponse()->setStatus(Http::STATUS_NOT_FOUND);
```
2014-12-12 22:09:01 +01:00
..
api.rst typos app 2014-05-31 04:01:18 +02:00
backgroundjobs.rst typos app 2014-05-31 04:01:18 +02:00
classloader.rst fix links 2014-05-12 01:13:06 +02:00
configuration.rst Renamed SystemValue to UserValue 2014-09-21 21:19:47 +02:00
container.rst Bad class in register service AuthorMapper 2014-12-10 16:26:43 -03:00
controllers.rst Pass the HTTP status code directly in the constructor 2014-12-12 22:09:01 +01:00
css.rst Merge pull request #636 from owncloud/vendor-style-and-script 2014-12-09 17:55:01 +01:00
database.rst Update database.rst 2014-10-02 16:49:28 +02:00
filesystem.rst typos app 2014-05-31 04:01:18 +02:00
hooks.rst Fix typo - ref #486 2014-08-20 22:42:27 +02:00
index.rst one more time, taming the TOC so that the left navbar displays correctly, added ios and android to toc 2014-11-19 20:17:41 -08:00
info.rst fix build warnings, fix docs to not use the request from core that does not contain the url parameters owncloud/core#8827 2014-06-05 18:08:30 +02:00
init.rst fix navigation through topics 2014-05-12 02:13:06 +02:00
js.rst underline convention 2014-11-04 14:00:27 +01:00
l10n.rst Add information how to add hints 2014-10-27 18:05:42 +01:00
logging.rst add logger docs 2014-05-12 01:09:31 +02:00
middleware.rst remove expressive language 2014-08-05 08:31:09 +02:00
request.rst fix #416 2014-10-30 16:35:01 +01:00
routes.rst update doc about possible mistake 2014-11-14 14:49:49 +01:00
schema.rst fix links 2014-05-12 01:13:06 +02:00
startapp.rst Update startapp.rst 2014-09-14 17:33:27 +02:00
templates.rst Fix typo 2014-12-06 19:56:21 +01:00
testing.rst Add reference for TestCase class to docs 2014-11-20 15:03:17 +01:00
users.rst Add documentation about reading and setting cookies 2014-11-28 11:10:33 +01:00