summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #23508 from nextcloud/fix/23355/iuser-expected-null-givenMorris Jobke2020-10-161-1/+1
|\
| * fixes potential passing of null to getUserGroupIdsArthur Schiwon2020-10-161-1/+1
* | Merge pull request #23478 from nextcloud/fix/21059/fix-deadlock-in-scsscacherMorris Jobke2020-10-162-1/+17
|\ \
| * | Clear cached app config while waiting for the SCSSCache to finish processing ...Morris Jobke2020-10-162-1/+17
| |/
* / SCSSCacher - Lock should not be removedMorris Jobke2020-10-161-1/+0
|/
* Merge pull request #23490 from nextcloud/debug/noid/log-statements-for-scss-l...Morris Jobke2020-10-161-10/+25
|\
| * Provide log statements for SCSS cacheMorris Jobke2020-10-161-10/+25
* | Type the authentication listenersChristoph Wurst2020-10-157-0/+21
* | 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
* Fix type errors detected by PsalmChristoph Wurst2020-10-143-4/+10
* Annotate IContainer so Psalm knows what resove and query returnChristoph Wurst2020-10-141-0/+8
* [tx-robot] updated from transifexNextcloud bot2020-10-142-0/+2
* Merge pull request #23409 from nextcloud/fix/cache-entry-array-accessMorris Jobke2020-10-132-2/+8
|\
| * The file cache entry is array accessibleChristoph Wurst2020-10-132-2/+8
* | The encryption decrypt position can be int or stringChristoph Wurst2020-10-131-1/+1
|/
* Merge pull request #23382 from nextcloud/techdebt/noid/psr-logger-in-authenti...Joas Schilling2020-10-1312-61/+55
|\
| * Use PSR logger in authenticationJoas Schilling2020-10-1212-61/+55
* | [tx-robot] updated from transifexNextcloud bot2020-10-132-0/+2
|/
* Merge pull request #23378 from R0Wi/bugfix/registration_typoMorris Jobke2020-10-121-1/+1
|\
| * Fix typo 'shared'Robin Windey2020-10-121-1/+1
* | Add Psalm type for the bootstrap registration contextChristoph Wurst2020-10-121-2/+13
|/
* Type some of the core mappersChristoph Wurst2020-10-124-1/+10
* Add template typing to the QBMapperChristoph Wurst2020-10-121-2/+17
* Merge pull request #23249 from nextcloud/techdebt/server-container-cleanupRoeland Jago Douma2020-10-091-227/+263
|\
| * Clean up the serverChristoph Wurst2020-10-091-227/+263
* | Merge pull request #23287 from nextcloud/enh/bruteforce/limit_storageRoeland Jago Douma2020-10-096-0/+115
|\ \ | |/ |/|
| * Limit throttler to 48 hoursRoeland Jago Douma2020-10-081-0/+5
| * Add cleanup job for old brutefoce attemptsRoeland Jago Douma2020-10-085-0/+110
* | [tx-robot] updated from transifexNextcloud bot2020-10-092-0/+4
|/
* Merge pull request #23291 from nextcloud/techdebt/noid/use-psr-logger-in-even...Roeland Jago Douma2020-10-082-9/+8
|\
| * Use PSR Logger in event dispatcherJoas Schilling2020-10-082-9/+8
* | Job::run() does not return anythingMorris Jobke2020-10-081-1/+0
|/
* Merge pull request #23245 from nextcloud/techdebt/server-bus-deprecate-aliasRoeland Jago Douma2020-10-081-3/+3
|\
| * Deprecate the named alias of IBusChristoph Wurst2020-10-071-3/+3
* | [tx-robot] updated from transifexNextcloud bot2020-10-082-0/+2
|/
* Merge pull request #23184 from nextcloud/bugfix/noid/make-sure-getUsersFavori...Morris Jobke2020-10-072-36/+33
|\
| * Make sure getUsersFavoritingObject can be run without a userJoas Schilling2020-10-062-36/+33
* | Merge pull request #23248 from nextcloud/techdebt/server-getters-query-getRoeland Jago Douma2020-10-071-102/+103
|\ \
| * | Use the ContainerInterface::get inside the server containerChristoph Wurst2020-10-071-102/+103
* | | Merge pull request #23252 from nextcloud/fix/l10n/activitiesRoeland Jago Douma2020-10-071-1/+1
|\ \ \
| * | | Use the correct l10n for activitiesRoeland Jago Douma2020-10-071-1/+1
* | | | Merge pull request #23244 from nextcloud/techdebt/noid/user-psr-logger-interf...Roeland Jago Douma2020-10-072-14/+17
|\ \ \ \ | |_|/ / |/| | |
| * | | Use PSR logger interface in comments managerJoas Schilling2020-10-072-14/+17
| |/ /
* | | [tx-robot] updated from transifexNextcloud bot2020-10-072-4/+4
* | | Merge pull request #23144 from nextcloud/enh/noid/update-param-for-psalmMorris Jobke2020-10-064-17/+19
|\ \ \ | |/ / |/| |
| * | Add explicit typecast for $value.Daniel Kesselberg2020-10-032-3/+3
| * | Update signature for setDaniel Kesselberg2020-10-022-2/+3
| * | Update signature for in/notInDaniel Kesselberg2020-10-022-4/+4
| * | Update signature for like/notLike/in/notInDaniel Kesselberg2020-10-022-8/+9