summaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #31122 from nextcloud/backport/30945/stable22blizzz2022-03-103-2/+44
|\
| * Adjust since versionJoas Schilling2022-03-103-5/+5
| * Allow apps to specify if their background job can be delayedJoas Schilling2022-02-223-2/+44
* | Fix avatar file return typeChristopher Ng2022-03-041-2/+2
* | Merge pull request #31243 from nextcloud/backport/31141/stable22Carl Schwan2022-03-021-2/+2
|\ \ | |/ |/|
| * Improve caching policyCarl Schwan2022-02-181-2/+2
* | Allow to get custom loggers for syslog, errorlog and systemdlog tooJoas Schilling2022-02-161-2/+4
|/
* Fix psalm warning related to registerEventListenerCarl Schwan2022-01-291-1/+1
* Fix psalmCarl Schwan2022-01-241-1/+1
* Merge pull request #29324 from nextcloud/backport/28541/stable22blizzz2022-01-051-1/+14
|\
| * update @since for getDatabasePlatformRobin Appelman2021-11-271-1/+1
| * disable path prefix index on postgresql for nowRobin Appelman2021-11-271-1/+14
* | Convert strict_search to wildcard property and add psalm docsJoas Schilling2021-12-132-3/+6
* | Only limit search in the system address bookJoas Schilling2021-12-131-1/+2
* | Only wildcard search if enumeration is allowedJoas Schilling2021-12-132-0/+2
* | Fix typing problems in OC_ImageCôme Chilliet2021-12-131-1/+1
* | code checker fixes for instanceOfStorageRobin Appelman2021-12-063-2/+7
* | teach psalm about `Storage::instanceOfStorage`Robin Appelman2021-12-061-0/+3
|/
* Apply changes from master's update to 3.1.3Joas Schilling2021-11-151-2/+2
* Allow NULL as well for limit, not integer onlyJoas Schilling2021-11-152-4/+4
* Fix resource usages in OC_ImageCôme Chilliet2021-11-021-1/+1
* Default message for ShareNotFound exceptionJohn Molakvoæ (skjnldsv)2021-10-131-0/+14
* Keep group restrictions when reenabling apps after an updateJoas Schilling2021-10-131-6/+0
* generate a better optimized query for path prefix search filtersRobin Appelman2021-10-072-0/+20
* Allow casting query functions as wellJoas Schilling2021-09-241-2/+2
* Use IRoomMetadata as source of truth for supported room typesRichard Steinmetz2021-09-211-1/+1
* enable the user to set a primary (notification) email address (backend)Arthur Schiwon2021-09-102-1/+64
* Confirm mails only per POSTArthur Schiwon2021-09-101-0/+7
* add a job to clean up expired verification tokensArthur Schiwon2021-09-101-1/+1
* fix parameter type hint in phpdocArthur Schiwon2021-09-101-1/+1
* implement verification for additional mailsArthur Schiwon2021-09-102-0/+29
* move verification token logic out of lost password controllerArthur Schiwon2021-09-102-0/+129
* use case insensitive like when limiting search to jailRobin Appelman2021-08-241-0/+1
* Use IURLGenerator function to get value of `\OC::$WEBROOT` globalJonas Meurer2021-08-161-0/+6
* adjust internal data handling logic to fix store and loadArthur Schiwon2021-06-301-1/+2
* prov api to be able to edit multivalue propertiesArthur Schiwon2021-06-301-0/+8
* Merge pull request #27635 from nextcloud/fix/datetime-constantsPytal2021-06-231-2/+2
|\
| * Move DateTime::RFC2822 to DateTimeInterface::2822Christoph Wurst2021-06-231-2/+2
* | Add security.txtLukas Reschke2021-06-231-0/+62
|/
* Phase out the controller reflectorChristoph Wurst2021-06-171-0/+6
* Let apps toggle an unread counter on app iconsJulius Härtl2021-06-161-0/+9
* Merge pull request #27515 from nextcloud/enh/noid/read-multi-value-user-attri...Christoph Wurst2021-06-161-3/+9
|\
| * Add method to read multi-value attributes from ldap.Daniel Kesselberg2021-06-161-3/+9
* | Add dedicated product name to OCP\DefaultsJulius Härtl2021-06-161-1/+11
* | Merge pull request #26430 from nextcloud/enh/dashboard-apiJulius Härtl2021-06-162-0/+190
|\ \
| * | implement dashboard API for clients, new WidgetItem class, new IAPIWidget int...Julien Veyssier2021-06-152-0/+190
| |/
* | use searchoperation for storage filter instead of db expressionRobin Appelman2021-06-141-6/+4
* | rework search api to allow searching on multiple caches at onceRobin Appelman2021-06-141-0/+29
|/
* Correctly check the reception of a remote feedbackLouis Chemineau2021-06-091-1/+1
* Merge pull request #27189 from nextcloud/feat/26866/account-collection-proper...blizzz2021-06-083-3/+125
|\