summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Properly hint exceptions thrown by getUserFolderJulius Härtl2020-04-032-2/+8
* fixes the return type of BeforeUserLoggedInEventArthur Schiwon2020-04-031-2/+4
* [tx-robot] updated from transifexNextcloud bot2020-04-03110-362/+372
* 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-027-22/+159
|\ \
| * | Update autoloaderJoas Schilling2020-04-022-0/+4
| * | Optionally write the reference id into the databaseJoas Schilling2020-03-311-22/+61
| * | Allow to set and get the reference idJoas Schilling2020-03-313-0/+49
| * | Add optional column oc_comments.reference_idJoas Schilling2020-03-312-0/+45
* | | 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-01179-30/+199
|\ \ \
| * | | Update the license headers for Nextcloud 19Christoph Wurst2020-03-31179-30/+199
| | |/ | |/|
* | | Merge pull request #19858 from nextcloud/feature/webauthnRoeland Jago Douma2020-03-3110-13/+727
|\ \ \
| * | | Start with webauthnRoeland Jago Douma2020-03-319-11/+725
| * | | Make password nullable in LoginDataRoeland Jago Douma2020-03-311-2/+2
* | | | [POC] Event for failed login attemptsRoeland Jago Douma2020-03-318-4/+199
|/ / /
* | | Merge pull request #20210 from nextcloud/fix/outdated/admin-dir_permissionsJoas Schilling2020-03-313-9/+3
|\ \ \ | |/ / |/| |
| * | Update base.phpJohn Molakvoæ2020-03-281-2/+1
| * | Update base.phpJohn Molakvoæ2020-03-281-1/+0
| * | Update util.phpJohn Molakvoæ2020-03-281-2/+1
| * | Update Config.phpJohn Molakvoæ2020-03-281-4/+1
* | | [tx-robot] updated from transifexNextcloud bot2020-03-304-8/+8
* | | [tx-robot] updated from transifexNextcloud bot2020-03-292-2/+2
|/ /
* | [tx-robot] updated from transifexNextcloud bot2020-03-282-0/+4
* | Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-2738-48/+0
|\ \
| * | Remove unused importsChristoph Wurst2020-03-2538-48/+0
* | | [tx-robot] updated from transifexNextcloud bot2020-03-272-0/+6
* | | Use the short array syntax, everywhereChristoph Wurst2020-03-26148-706/+706
* | | Use lowercase true, false and null constantsChristoph Wurst2020-03-255-5/+5
|/ /
* | Add a public event for contacts interactionChristoph Wurst2020-03-253-0/+138
* | 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-256-6/+87
|\ \ \
| * | | Added Hook before Message is sendArne Hamann2020-03-246-6/+87
| |/ /
* | | [tx-robot] updated from transifexNextcloud bot2020-03-252-0/+4
* | | 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
* | | Merge pull request #20128 from nextcloud/bugfix/education-editionRoeland Jago Douma2020-03-241-1/+0
|\ \ \
| * | | Remove admin_notifications since it is obsolete since Nextcloud 14Julius Härtl2020-03-241-1/+0
* | | | [tx-robot] updated from transifexNextcloud bot2020-03-242-2/+4
|/ / /
* | | 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