Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2020-04-08Close the streams in `writeStream` even when there is an exceptionRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-04-08Bump autoloadersJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-04-08Add preview provider for Krita filesJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-04-08Extract preview from opendocument filesJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-04-08Add abstract class to extract previews from files that are zip archivesJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-04-08dont show remote and email options if we have an exact match for local user ↵Robin Appelman
email Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-04-08Try to use the display name of file transfersJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-04-08Merge pull request #20299 from ↵Roeland Jago Douma
nextcloud/fix/noid/member-on-null-app-cancel-login fixes the throttler not checking the user state on postLogin
2020-04-08Merge pull request #18200 from nextcloud/enhancement/psr-loggerChristoph Wurst
Add a PSR-3 logger adapter and make it injectable
2020-04-08[tx-robot] updated from transifexNextcloud bot
2020-04-07Move legacy classes from PSR0 to PSR4Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-07[tx-robot] updated from transifexNextcloud bot
2020-04-06Merge pull request #20033 from nextcloud/s3-seekable-streamRoeland Jago Douma
Enable fseek for files in S3 storage
2020-04-06[tx-robot] updated from transifexNextcloud bot
2020-04-05[tx-robot] updated from transifexNextcloud bot
2020-04-04Merge pull request #20139 from ↵Roeland Jago Douma
nextcloud/unify-default-value-for-restricting-user-enumeration-with-settings Unify default value for restricting user enumeration with settings
2020-04-04Merge pull request #20284 from nextcloud/bugfix/noid/catch-no-user-in-cronRoeland Jago Douma
Properly catch NoUserException during upload cleanup
2020-04-04[tx-robot] updated from transifexNextcloud bot
2020-04-04Properly hint exceptions thrown by getUserFolderJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-04-03fixes the throttler not checking the user state on postLoginArthur Schiwon
a listener to the post login events can still reject a login, so that a user is not necessarily available at the time. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-04-03fixes the return type of BeforeUserLoggedInEventArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-04-03update autoloaderRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-04-03[tx-robot] updated from transifexNextcloud bot
2020-04-02Merge pull request #19486 from nextcloud/scanner-performanceRoeland Jago Douma
Improve performance of file scanner
2020-04-02Merge pull request #19890 from nextcloud/enh/comments-reference-idJoas Schilling
Add optional comments reference_id
2020-04-02Update autoloaderJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-04-01add basic tests for s3 seeking and add some error handling if reopen return ↵Robin Appelman
the wrong range Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-04-01make seekable s3 stream genericRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-04-01Enable fseek for files in S3 storageLukas Stabe
Signed-off-by: Lukas Stabe <lukas@stabe.de>
2020-04-01Merge pull request #19781 from ↵Robin Appelman
nextcloud/quota-include-external-dont-use-current-user Dont always use the current users quota when calculating storage info
2020-04-01restart transaction when cache insert fails due to duplicateRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-04-01call cache->insert directly instead of going trough cache->put first when ↵Robin Appelman
scanning Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-04-01dont try to get existing cache data during scanning if we already know its a ↵Robin Appelman
new file Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-04-01reuse known parentId when inserting cache entries in scannerRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-04-01optimize getMetaData for local storageRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-04-01Merge pull request #20241 from nextcloud/fix/license-headers-19Roeland Jago Douma
Update the license headers for Nextcloud 19
2020-03-31Merge pull request #19858 from nextcloud/feature/webauthnRoeland Jago Douma
Add WebAuthn support
2020-03-31Start with webauthnRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-03-31Make password nullable in LoginDataRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-03-31[POC] Event for failed login attemptsRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-03-31Update the license headers for Nextcloud 19Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-03-31Merge pull request #20210 from nextcloud/fix/outdated/admin-dir_permissionsJoas Schilling
Remove outdated admin-dir_permissions documentation link
2020-03-31Optionally write the reference id into the databaseJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-03-31Allow to set and get the reference idJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-03-31Add optional column oc_comments.reference_idJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-03-30[tx-robot] updated from transifexNextcloud bot
2020-03-29[tx-robot] updated from transifexNextcloud bot
2020-03-28Update base.phpJohn Molakvoæ
2020-03-28Update base.phpJohn Molakvoæ
2020-03-28Update util.phpJohn Molakvoæ