summaryrefslogtreecommitdiffstats
path: root/appinfo/routes.php
AgeCommit message (Collapse)Author
2022-07-03add CORS and version endpoint for API v2anoy
Signed-off-by: anoy <anoymouserver+github@mailbox.org>
2022-07-03fix duplicated api routesanoy
Signed-off-by: anoy <anoymouserver+github@mailbox.org>
2022-04-30rename parameter for read/unread api callPaul Tirk
Signed-off-by: Paul Tirk <paultirk@paultirk.com>
2022-04-30also allow starring/unstarring multiple items by idPaul Tirk
Signed-off-by: Paul Tirk <paultirk@paultirk.com>
2022-04-30create copies of v1.2 api routes for v1.3 apiPaul Tirk
Signed-off-by: Paul Tirk <paultirk@paultirk.com>
2022-04-30add routes for starring/unstarring items by idPaul Tirk
Signed-off-by: Paul Tirk <paultirk@paultirk.com>
2021-06-01remove routesBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-04-08🧹 Cleanup code, remove spaces, rename variablesMarco Nassabain
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08✨ NewsItem: add share routes + controller funcMarco Nassabain
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08change method names to follow nextcloud conventionPaul Tirk
Signed-off-by: Paul Tirk <paultirk@paultirk.com>
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>
2020-11-10Unremove but deprecate User APISean Molenaar
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2020-11-10Fix unread count and related issuesSean Molenaar
Issue GH-924 Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2018-03-27Core: Fix compatibility with nextcloud codestyle (#280)Sean Molenaar
2016-07-23Adjust copyright headerBernhard Posselt
2016-05-10Add route for api levelsBernhard Posselt
2016-01-23rename sites file and move to subdirectoryBernhard Posselt
2016-01-22change explore urlBernhard Posselt
2015-11-25fix testsBernhard Posselt
2015-11-01clean up feed apiBernhard Posselt
2015-11-01fix #882Bernhard Posselt
2015-09-20fix import for integration testsBernhard Posselt
2015-09-06fix # 848Bernhard Posselt
2015-08-12serverside full textBernhard Posselt
remove enhancers add full text client side implementation fix bugs and tests for full text feed
2015-02-17add status api route5.2.4Bernhard Posselt
2015-01-23fix #711Bernhard Posselt
2015-01-18first stab at intelligent containerBernhard Posselt
2014-11-19first stab at recommended sitesBernhard Posselt
2014-11-19controller action for recommended sitesBernhard Posselt
2014-11-19clean up routesBernhard Posselt
2014-10-21first try to set indention limit at 80 characters in phpBernhard Posselt
2014-10-21convert tabs indention to indention with 4 spaces because of mixing of both ↵Bernhard Posselt
variants in code and better readability on github and websites because you cant set the indention width there and 8 spaces will be used for a tab
2014-10-21Make config.ini editable in the admin interfaceBernhard Posselt
2014-09-29add default locale and developer names and move the method to the ↵Bernhard Posselt
pagecontroller, @cosenal
2014-09-29web app manifestAlessandro Cosentino
2014-09-29remove useless php 5.4 test since it breaks anywaysBernhard Posselt
2014-09-24simplify is compatible checkBernhard Posselt
2014-09-14dont break on PHP 5.4Bernhard Posselt
2014-09-13fix starred count for deleted folders, reload path when deletingBernhard Posselt
2014-09-09fix settingsBernhard Posselt
2014-06-26style fixesBernhard Posselt
2014-05-30more additionsBernhard Posselt
2014-05-30bump apiBernhard Posselt
2014-05-30add autopagingBernhard Posselt
2014-05-22simplify star and readBernhard Posselt
2014-05-14convert array() to []Bernhard Posselt
2014-05-13remove more old codeBernhard Posselt
2014-05-13break all the things!Bernhard Posselt
2014-05-12use correct update url for feed and folder api, fix #529Bernhard Posselt