aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #24113 from nextcloud/extend-cache-eventsRoeland Jago Douma2020-12-023-6/+41
|\
| * code style and dispatchTypedRobin Appelman2020-12-021-2/+1
| * rename cache event to follow new naming standardsRobin Appelman2020-11-261-8/+22
| * extend cache eventsRobin Appelman2020-11-263-5/+27
* | Merge pull request #23278 from nextcloud/enh/noid/user-limitsChristoph Wurst2020-12-022-3/+111
|\ \
| * | Add notification for user limitMorris Jobke2020-12-021-2/+23
| * | Allow subscription to indicate that a userlimit is reachedMorris Jobke2020-12-022-3/+90
* | | Merge pull request #23257 from aler9/patch-32bit-filesize-masterMorris Jobke2020-12-021-5/+4
|\ \ \
| * | | Fix file size computation on 32bit platformsaler92020-12-021-5/+4
| |/ /
* | | Merge pull request #24500 from nextcloud/bugfix/noid/log_query_no_crashRoeland Jago Douma2020-12-021-17/+25
|\ \ \ | |/ / |/| |
| * | Prevent log_query to mess up regular execution flowVincent Petry2020-12-021-17/+25
* | | Merge pull request #24414 from nextcloud/techdebt/remove-update-phpChristoph Wurst2020-11-301-5/+0
|\ \ \
| * | | Remove the deprecated update.phpChristoph Wurst2020-11-271-5/+0
| |/ /
* | | Replace static call to Share::unshare with ShareManager->deleteShare in testsMorris Jobke2020-11-302-242/+0
* | | Remove now unused methods in Share.php due to the reduced code complexity in ...Morris Jobke2020-11-291-36/+0
* | | Remove unused method Share Helper::generateTargetMorris Jobke2020-11-291-41/+0
* | | Reduce code complexity in Share::getItems by tracing all remaining callersMorris Jobke2020-11-291-59/+20
* | | Remove unused Share::getItemSharedWithBySource()Morris Jobke2020-11-291-17/+0
|/ /
* / Remove dead method \OC\Updater::checkAppUpgradeChristoph Wurst2020-11-261-41/+0
|/
* Merge pull request #24319 from nextcloud/techdebt/noid/streamline-user-creati...Christoph Wurst2020-11-263-16/+16
|\
| * Streamline user creation and deletion eventsMorris Jobke2020-11-233-16/+16
* | Merge pull request #23912 from nextcloud/objectstore-copyRoeland Jago Douma2020-11-255-5/+83
|\ \
| * | use in objectstore copyRobin Appelman2020-11-245-5/+83
* | | send expected format of cloud idArthur Schiwon2020-11-241-1/+2
* | | Merge pull request #24162 from nextcloud/fix/noid/fedshares-displaynamezblizzz2020-11-243-13/+47
|\ \ \
| * | | set the display name of federated sharees from addressbookArthur Schiwon2020-11-243-13/+47
| |/ /
* | | Merge pull request #24341 from nextcloud/fix/sharing-enforce-expire-checkboxblizzz2020-11-241-1/+1
|\ \ \ | |/ / |/| |
| * | Fix the config key on the sharing expire checkboxChristoph Wurst2020-11-241-1/+1
* | | Merge pull request #24323 from nextcloud/fix/comments-tab-missingRoeland Jago Douma2020-11-241-6/+6
|\ \ \ | |/ / |/| |
| * | Fix reverse registration and missing comments tabChristoph Wurst2020-11-241-6/+6
| |/
* | Merge pull request #24312 from nextcloud/bugfix/noid/fix-router-aliasRoeland Jago Douma2020-11-241-1/+3
|\ \
| * | Add proper alias for internal router classJulius Härtl2020-11-241-1/+3
| |/
* / Fix typo in @deprecated PHPDoc tagMorris Jobke2020-11-243-5/+5
|/
* Merge pull request #24267 from nextcloud/techdebt/noid/auto-wire-encryption-a...Morris Jobke2020-11-221-0/+3
|\
| * Allow View to be used via DIMorris Jobke2020-11-211-0/+3
* | Merge pull request #24269 from nextcloud/taint-specializeRoeland Jago Douma2020-11-221-0/+2
|\ \
| * | Mark getAppPath as specialized taintLukas Reschke2020-11-211-0/+2
| |/
* / Mark cleanAppId as sanitizer for includeLukas Reschke2020-11-211-0/+1
|/
* Merge pull request #24064 from nextcloud/techdebt/noid/auto-wire-encryption-appMorris Jobke2020-11-211-4/+10
|\
| * Auto-wire as much as possible in the encryption appMorris Jobke2020-11-201-4/+10
* | Merge pull request #24246 from LukasReschke/add-taint-flow-analysisMorris Jobke2020-11-211-0/+2
|\ \ | |/ |/|
| * Add Psalm Taint Flow AnalysisLukas Reschke2020-11-201-0/+2
* | Simple typo in commentsCarlos Ferreira2020-11-201-2/+2
* | Merge pull request #24062 from nextcloud/revert-24060-revert-24039-faster-ins...Morris Jobke2020-11-204-3/+50
|\ \ | |/ |/|
| * Don't drop the table anymore when we create it againJoas Schilling2020-11-161-0/+1
| * Revert "Revert "Installation goes brrrr""Joas Schilling2020-11-113-3/+49
* | Harden EncryptionLegacyCipher a bitRoeland Jago Douma2020-11-202-0/+8
* | Merge pull request #24007 from nextcloud/select-distinct-multipleMorris Jobke2020-11-191-1/+7
|\ \
| * | allow selecting multiple columns with SELECT DISTINCTRobin Appelman2020-11-161-1/+7
* | | Merge pull request #24103 from nextcloud/bugfix/noid/groupfolder-share-object...Morris Jobke2020-11-191-1/+1
|\ \ \