summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/PagedResults
Commit message (Expand)AuthorAgeFilesLines
* Pass paging information directly to search and get rid of adapterCôme Chilliet2022-10-202-152/+0
* Unfold call to ldap_parse_result. Handle cookie outside of adapter.Côme Chilliet2022-10-202-88/+6
* Remove useless getReadArgs/setReadArgs methods from PagedResultsCôme Chilliet2022-10-202-29/+0
* Remove dead code in paged result handlingCôme Chilliet2022-10-202-40/+0
* Fix typos in apps/ subdirectoryluz paz2022-09-051-1/+1
* Fix PHP 8.1 support for user_ldap applicationCôme Chilliet2021-12-162-5/+11
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-043-6/+3
* removes PagedResults adapter for PHP < 7.3Arthur Schiwon2021-04-261-129/+0
* reset the cookie internally in new API when abandoning paged results opArthur Schiwon2020-07-291-1/+11
* Update license headers for 19Christoph Wurst2020-04-294-4/+11
* do not run paged results against ldap_read ops on PHP7.3+Arthur Schiwon2020-04-211-1/+0
* PHP-CS-Fixer greenRoeland Jago Douma2020-04-164-13/+15
* use serverControls directly with LDAP calls, fixes 19127Arthur Schiwon2020-04-144-0/+455