summaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Expand)AuthorAgeFilesLines
* Update parametersJoas Schilling2020-11-071-6/+4
* Add a function to get the unread count for multiple objects in one goJoas Schilling2020-11-041-0/+11
* Improve CertificateManager to not be user context dependentMorris Jobke2020-11-032-12/+9
* Remove deprecated OCSResponseRoeland Jago Douma2020-11-011-95/+0
* Psalm fixesRoeland Jago Douma2020-10-302-5/+21
* Merge pull request #23742 from nextcloud/enhancement/eventdispatcher-typed-li...Morris Jobke2020-10-301-0/+2
|\
| * Type the event dispatcher listener callables with PsalmChristoph Wurst2020-10-281-0/+2
* | Merge pull request #23765 from nextcloud/techdebt/noid/sudadmin-events-into-t...Morris Jobke2020-10-292-0/+134
|\ \
| * | Add typed events for adding and removing a subadminMorris Jobke2020-10-282-0/+134
* | | Merge pull request #23770 from nextcloud/techdebt/noid/remove-deprecated-isec...Morris Jobke2020-10-292-61/+31
|\ \ \
| * | | Remove ISection in favor of IIconSectionMorris Jobke2020-10-282-61/+31
| |/ /
* | | Merge pull request #23771 from nextcloud/techdebt/noid/remove-deprecated-inot...Morris Jobke2020-10-291-18/+0
|\ \ \
| * | | Remove deprecated INotifyStorage::listenMorris Jobke2020-10-281-18/+0
| |/ /
* / / Deprecate OCP\Util::connectHook and emitHookMorris Jobke2020-10-281-0/+3
|/ /
* | Merge pull request #23746 from nextcloud/enhancement/iusermanager-callforseen...Christoph Wurst2020-10-281-0/+1
|\ \
| * | Type the \OCP\IUserManager::callForSeenUsers closure with PsalmChristoph Wurst2020-10-281-0/+1
* | | Merge pull request #23752 from nextcloud/fix/noid/wfe-ux-errorsblizzz2020-10-281-0/+10
|\ \ \ | |/ / |/| |
| * | inform the user when flow config data exceeds thresholdsArthur Schiwon2020-10-281-0/+10
* | | Merge pull request #23744 from nextcloud/enhancement/appframework-initialstat...Morris Jobke2020-10-281-1/+4
|\ \ \
| * | | Type the \OCP\AppFramework\Services\IInitialState::provideLazyInitialState cl...Christoph Wurst2020-10-281-1/+4
| | |/ | |/|
* / | Type the \OCP\IUserManager::callForAllUsers closure with PsalmChristoph Wurst2020-10-281-0/+1
|/ /
* | Merge pull request #23601 from nextcloud/techdebt/noid/comments-manager-impro...Roeland Jago Douma2020-10-271-1/+55
|\ \
| * | Fix missing sinceJoas Schilling2020-10-221-0/+1
| * | Fix return typeJoas Schilling2020-10-211-1/+2
| * | Add return descriptionJoas Schilling2020-10-211-1/+1
| * | 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