aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Get the last comment date for a list of actors (to allow sorting mention sugg...Joas Schilling2020-10-211-0/+17
| * | | Allow to search on multiple objects with one queryJoas Schilling2020-10-211-0/+13
| * | | Add methods to get the number of comments and last comment since a dateJoas Schilling2020-10-211-0/+20
| * | | Include an option to also include the lastKnownCommentId objectJoas Schilling2020-10-211-1/+3
| |/ /
* | | Merge pull request #23712 from nextcloud/enh/noid/add-size-to-file-obj-defini...Roeland Jago Douma2020-10-271-0/+6
|\ \ \
| * | | Add optional size field for the file objVincent Petry2020-10-271-0/+6
| |/ /
* / / Deprecate \OCP\EventDispatcher\IEventDispatcher::dispatchChristoph Wurst2020-10-271-0/+1
|/ /
* | Add ICommentsManager::load methodJohn Molakvoæ (skjnldsv)2020-10-201-0/+7
* | Add psalm types for the event dispatcherChristoph Wurst2020-10-153-2/+16
* | Add psalm types for the migration schema closureChristoph Wurst2020-10-152-12/+15
* | Annotate IContainer so Psalm knows what resove and query returnChristoph Wurst2020-10-141-0/+8
* | Merge pull request #23409 from nextcloud/fix/cache-entry-array-accessMorris Jobke2020-10-131-1/+7
|\ \
| * | The file cache entry is array accessibleChristoph Wurst2020-10-131-1/+7
* | | The encryption decrypt position can be int or stringChristoph Wurst2020-10-131-1/+1
|/ /
* | Add Psalm type for the bootstrap registration contextChristoph Wurst2020-10-121-2/+13
* | Add template typing to the QBMapperChristoph Wurst2020-10-121-2/+17
* | Job::run() does not return anythingMorris Jobke2020-10-081-1/+0
* | Merge pull request #23144 from nextcloud/enh/noid/update-param-for-psalmMorris Jobke2020-10-062-8/+8
|\ \
| * | Add explicit typecast for $value.Daniel Kesselberg2020-10-031-1/+1
| * | Update signature for setDaniel Kesselberg2020-10-021-1/+1
| * | Update signature for in/notInDaniel Kesselberg2020-10-021-2/+2
| * | Update signature for like/notLike/in/notInDaniel Kesselberg2020-10-021-4/+4
* | | Format code to a single space around binary operatorsChristoph Wurst2020-10-0528-70/+70
* | | Move initial state provider to boostrapRoeland Jago Douma2020-10-043-0/+66
|/ /
* | Add acutal response to BeforeTemplateRenderedEventJulius Härtl2020-09-241-1/+12
* | Provide correct PHPDoc tags for public namespaceMorris Jobke2020-09-171-2/+10
* | add event to allow apps to overwrite user quotaRobin Appelman2020-09-171-0/+64
|/
* Remove @suppress SqlInjectionCheckerMorris Jobke2020-09-161-3/+0
* It is very highly recommended to set an object for better filteringJoas Schilling2020-09-151-0/+2
* Fix serializing indexed unified search array as objectChristoph Wurst2020-09-111-1/+2
* Annotate that writeStream can throw a GenericFileExceptionJulius Härtl2020-09-101-0/+3
* Merge pull request #22644 from nextcloud/fix/license-headers-20-2Morris Jobke2020-09-073-0/+3
|\
| * Update license headers for Nextcloud 20 (again)Christoph Wurst2020-09-073-0/+3
* | Always use IUserStatus constsGeorg Ehrke2020-09-071-0/+6
|/
* Merge pull request #17456 from brad2014/feature/brad2014/12391-improve-imip-m...John Molakvoæ2020-09-041-1/+2
|\
| * Minor cleanup: php-cs-fixer, tests, interface consistencyBrad Rubenstein2020-09-021-1/+2
* | Do not expose direct editing if no master key is availableJulius Härtl2020-09-011-0/+8
* | Merge pull request #22116 from nextcloud/bugfix/noid/transfer-ownership-share...Roeland Jago Douma2020-09-011-0/+7
|\ \
| * | Transfer shares of the transferred root nodeJulius Härtl2020-08-311-0/+7
* | | Merge pull request #22472 from nextcloud/fix/contacts-interaction-blob-postgresblizzz2020-08-312-1/+8
|\ \ \ | |/ / |/| |
| * | Fix writing BLOBs to postgres with recent contacts interactionChristoph Wurst2020-08-282-1/+8
* | | Merge pull request #21288 from lmamane/masterRoeland Jago Douma2020-08-281-1/+15
|\ \ \ | |/ / |/| |
| * | Return correct loginname in credentials,Lionel Elie Mamane2020-08-201-1/+15
| |/
* | Merge pull request #22432 from nextcloud/enh/phpdocRoeland Jago Douma2020-08-26228-229/+0
|\ \
| * | Remove @package annotations from public namespaceJulius Härtl2020-08-26222-222/+0
| * | Remove wrongly annotated package namesJulius Härtl2020-08-266-7/+0
| |/
* | Merge pull request #22359 from nextcloud/fix/noid/flow-leaking-scopeJoas Schilling2020-08-251-0/+10
|\ \
| * | fix possible leaking scope in FlowArthur Schiwon2020-08-241-0/+10
| |/
* / Update the license headers for Nextcloud 20Christoph Wurst2020-08-2483-81/+179
|/
* Merge pull request #22304 from nextcloud/techdebt/noid/matching-param-namesMorris Jobke2020-08-192-3/+3
|\