summaryrefslogtreecommitdiffstats
path: root/lib/Controller/ApiController.php
AgeCommit message (Collapse)Author
2021-04-08lint & add missing copyright/author informationPaul Tirk
Signed-off-by: Paul Tirk <paultirk@paultirk.com>
2021-04-08add api version 2 & folder api routesPaul Tirk
Signed-off-by: Paul Tirk <paultirk@paultirk.com>
2021-02-13Remove V1 item APISean Molenaar
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2021-01-08fixes done by psalmBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-12-17Fix mapper->find and empty user sessionsSean Molenaar
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2020-11-03Controllers: Use v2 servicesSean Molenaar
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2020-09-29OPML export command and fixesSean Molenaar
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2018-12-14Define an official codestyle and adhere to it.Sean Molenaar
2018-07-01feat(api): support new OC core login flowDavid Guillot
* Base ApiController now needs IUserSession and extracts/serves IUser from it * All other API controllers now inherit from ApiController
2018-03-27Core: Fix compatibility with nextcloud codestyle (#280)Sean Molenaar
2016-07-23Adjust copyright headerBernhard Posselt
2016-07-23Move to new directory structureBernhard Posselt