summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #19486 from nextcloud/scanner-performanceRoeland Jago Douma2020-04-023-15/+73
|\
| * restart transaction when cache insert fails due to duplicateRobin Appelman2020-04-011-3/+7
| * call cache->insert directly instead of going trough cache->put first when sca...Robin Appelman2020-04-011-1/+1
| * dont try to get existing cache data during scanning if we already know its a ...Robin Appelman2020-04-011-4/+4
| * reuse known parentId when inserting cache entries in scannerRobin Appelman2020-04-012-1/+4
| * optimize getMetaData for local storageRobin Appelman2020-04-011-6/+57
* | Merge pull request #19890 from nextcloud/enh/comments-reference-idJoas Schilling2020-04-023-22/+136
|\ \
| * | Optionally write the reference id into the databaseJoas Schilling2020-03-311-22/+61
| * | Allow to set and get the reference idJoas Schilling2020-03-312-0/+32
| * | Add optional column oc_comments.reference_idJoas Schilling2020-03-311-0/+43
* | | Merge pull request #19781 from nextcloud/quota-include-external-dont-use-curr...Robin Appelman2020-04-012-17/+11
|\ \ \ | |_|/ |/| |
| * | Dont always use the current users quota when calculating storage infoRobin Appelman2020-03-042-17/+11
* | | Merge pull request #20241 from nextcloud/fix/license-headers-19Roeland Jago Douma2020-04-01144-21/+156
|\ \ \
| * | | Update the license headers for Nextcloud 19Christoph Wurst2020-03-31144-21/+156
| | |/ | |/|
* | | Merge pull request #19858 from nextcloud/feature/webauthnRoeland Jago Douma2020-03-318-13/+711
|\ \ \
| * | | Start with webauthnRoeland Jago Douma2020-03-317-11/+709
| * | | Make password nullable in LoginDataRoeland Jago Douma2020-03-311-2/+2
* | | | [POC] Event for failed login attemptsRoeland Jago Douma2020-03-315-4/+135
|/ / /
* | | Update util.phpJohn Molakvoæ2020-03-281-2/+1
* | | Update Config.phpJohn Molakvoæ2020-03-281-4/+1
|/ /
* | Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-2732-42/+0
|\ \
| * | Remove unused importsChristoph Wurst2020-03-2532-42/+0
* | | Use the short array syntax, everywhereChristoph Wurst2020-03-26127-655/+655
* | | Use lowercase true, false and null constantsChristoph Wurst2020-03-254-4/+4
|/ /
* | Merge pull request #20145 from nextcloud/bugfix/noid/generated-avatars-and-no...blizzz2020-03-251-1/+1
|\ \
| * | Fix generated avatars and nophoto cache filesJoas Schilling2020-03-241-1/+1
* | | Merge pull request #14722 from tacruc/GpgMailerHooksRoeland Jago Douma2020-03-253-6/+28
|\ \ \
| * | | Added Hook before Message is sendArne Hamann2020-03-243-6/+28
| |/ /
* | | Merge pull request #19782 from nextcloud/quota-wrapper-include-externalRoeland Jago Douma2020-03-241-9/+18
|\ \ \
| * | | Use global used space in quota wrappen when external storage is includedRobin Appelman2020-03-041-9/+18
| | |/ | |/|
* | | Merge pull request #20127 from nextcloud/bugfix/noid/check-user-on-remote-wipeRoeland Jago Douma2020-03-241-7/+3
|\ \ \ | |_|/ |/| |
| * | Check the user on remote wipeJoas Schilling2020-03-161-7/+3
* | | Remove admin_notifications since it is obsolete since Nextcloud 14Julius Härtl2020-03-241-1/+0
* | | Merge pull request #17684 from mlatief/support-no-proxyRoeland Jago Douma2020-03-221-7/+34
|\ \ \
| * | | Add support for GuzzleHTTP 'no' proxyMohammed Abdellatif2020-02-291-7/+34
| | |/ | |/|
* | | Expose enumeration config though share managerJulius Härtl2020-03-201-0/+9
* | | Limit enumeration in contacts storeJulius Härtl2020-03-201-1/+2
* | | Limit user search in Collaborators pluginsJulius Härtl2020-03-203-5/+50
* | | Fix recursive calls in logging via server methodsJoas Schilling2020-03-182-162/+196
* | | Merge pull request #19978 from nextcloud/harden/check_for_ownerRoeland Jago Douma2020-03-181-0/+5
|\ \ \
| * | | Actually check if the owner is not nullRoeland Jago Douma2020-03-161-0/+5
| | |/ | |/|
* | | Merge pull request #19981 from nextcloud/enh/reset_target_if_null_after_shareRoeland Jago Douma2020-03-181-0/+5
|\ \ \
| * | | Update the target when it isempty after sharingRoeland Jago Douma2020-03-161-0/+5
| |/ /
* | | Move deprecated aliases over to new registrationRoeland Jago Douma2020-03-151-64/+64
* | | Add a deprecated alias registration to find deprecated usagesRoeland Jago Douma2020-03-151-0/+17
|/ /
* | Merge pull request #19954 from roscomputing/fix/19941/fix_safari_useragentRoeland Jago Douma2020-03-151-1/+1
|\ \
| * | fix safari useragent for versions with 3 digitsPavel Krasikov2020-03-141-1/+1
| |/
* | Merge pull request #19910 from nextcloud/bugfix/noid/invalid-from-mailRoeland Jago Douma2020-03-131-1/+1
|\ \
| * | Do not use the instance name as user part of from mail addressesJulius Härtl2020-03-121-1/+1
* | | Merge pull request #19888 from nextcloud/fix/objectstore_rename_mimetypeRoeland Jago Douma2020-03-121-6/+1
|\ \ \