LibreSign / libresign

✍️ Nextcloud app to sign PDF documents
https://libresign.coop
GNU Affero General Public License v3.0
447 stars 51 forks source link

Fix pagination #3245

Open vitormattos opened 2 days ago

vitormattos commented 2 days ago

Now we return 100 items by page, when we have more than 100 items, is necessary to display the content of next page.

API side

hunxjunedo commented 2 days ago

@vitormattos can I get assigned ? I'd like to contribute.

vitormattos commented 1 day ago

Yes @hunxjunedo ! If you want, we can pair at this task to share knowledge in a video call to talk an share screen.

vitormattos commented 1 day ago

The start point is this:

https://github.com/LibreSign/libresign/blob/3022de710c86d063dab5fbfcd9b5e639c7861f63/lib/Helper/Pagination.php#L34-L49

To check what's happening I suggest the follow steps:

hunxjunedo commented 6 minutes ago

@vitormattos thanks for the suggestion, let me have a look and get back to you.