-
Notifications
You must be signed in to change notification settings - Fork 190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improvements for API v1.2 #1727
Conversation
Signed-off-by: Paul Tirk <paultirk@paultirk.com>
Please make sure to add tests for this too. |
Yeah, sure, just have to re-activate my development setup 😉 . I'll also add the method for getting only IDs too. Just wanted to set up the PR (also marked it as a Draft) |
Can you make the ID-only change a new pull request? |
Sure. Then I'll only add tests for this one. |
Signed-off-by: Paul Tirk <paultirk@paultirk.com>
Signed-off-by: Paul Tirk <paultirk@paultirk.com>
Signed-off-by: Paul Tirk <paultirk@paultirk.com>
Signed-off-by: Paul Tirk <paultirk@paultirk.com>
Php changes look good now, do you want to add this to the docs in this PR or the next? |
I will add the documentation of the 2 new calls so this PR is complete. |
Codecov Report
@@ Coverage Diff @@
## master #1727 +/- ##
============================================
- Coverage 91.86% 91.77% -0.09%
- Complexity 766 775 +9
============================================
Files 65 65
Lines 2692 2724 +32
============================================
+ Hits 2473 2500 +27
- Misses 219 224 +5
Continue to review full report at Codecov.
|
Signed-off-by: Paul Tirk <paultirk@paultirk.com>
Signed-off-by: Paul Tirk <paultirk@paultirk.com>
Signed-off-by: Paul Tirk <paultirk@paultirk.com>
Signed-off-by: Paul Tirk <paultirk@paultirk.com>
One more thing: I noticed that the |
Signed-off-by: Paul Tirk <paultirk@paultirk.com>
I think if itemIds are used it should also be labeled like that and not as items |
Thanks a lot @powerpaul17 |
Changed - Add API v1.3 adding routes for starring/unstarring items by id and general fixes (#1727) https://nextcloud.github.io/news/api/api-v1-3/ - Improve styling of tables in articles (#1779) - Allow fetching feeds that omit guid by using link as stand-in (#1785) Fixed - Fix updated api not returning any item after marking item as read (#1713) - Fix deprecation warning for strip_tags() on a null value (#1766) - Fix selected item being set incorrectly when using default ordering or newest first ordering (#1324) - Fix doubling the height of the content area (#1796) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
Changed - Add API v1.3 adding routes for starring/unstarring items by id and general fixes (#1727) https://nextcloud.github.io/news/api/api-v1-3/ - Improve styling of tables in articles (#1779) - Allow fetching feeds that omit guid by using link as stand-in (#1785) Fixed - Fix updated api not returning any item after marking item as read (#1713) - Fix deprecation warning for strip_tags() on a null value (#1766) - Fix selected item being set incorrectly when using default ordering or newest first ordering (#1324) - Fix doubling the height of the content area (#1796) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
No description provided.