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
2021-04-21set mimetype for objects uploaded to object storagesRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-04-21[tx-robot] updated from transifexNextcloud bot
2021-04-20Move 2fa backupscode to new registrationRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-04-20Move 2FA registration to IBootstrapRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-04-20Merge pull request #26617 from ↵Roeland Jago Douma
nextcloud/fix/oracle-column-check-unrelated-migrations Do not check Oracle column constraints in unrelated migrations
2021-04-20Merge pull request #26647 from nextcloud/bugfix/noid/empty-filenameRoeland Jago Douma
Fail when creating new files with an empty path
2021-04-20ignore mail shares of related remote share resultsArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2021-04-20Fail when creating new files with an empty pathJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-04-20[tx-robot] updated from transifexNextcloud bot
2021-04-19Do not check Oracle column constraints in unrelated migrationsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-04-16Deprecate the old wayRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-04-16Allow registering NotifierServices trough IBootstrapRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-04-16Fix constraint violation detection in QB MapperJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-04-15Separate settings for remote share expirationVincent Petry
Added separate settings for default and enforced expiration date for remote shares. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-04-15Implement expiration date for federated sharesVincent Petry
Add expiration date field in UI. Save expiration date when creating or updating federated share. Read expiration date from DB in federated share provider. Applies to both federated user and group shares. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-04-15[tx-robot] updated from transifexNextcloud bot
2021-04-14Merge pull request #26551 from nextcloud/fix/noid/redis-exists-boolRoeland Jago Douma
ensure redis returns bool for hasKey
2021-04-14Merge pull request #26529 from J0WI/getSystemValue-typeRoeland Jago Douma
Use correct getSystemValue type
2021-04-14[tx-robot] updated from transifexNextcloud bot
2021-04-14ensure redis returns bool for hasKeyArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2021-04-13Merge pull request #26467 from nextcloud/feature/noid/allow-apps-to-log-to-auditJoas Schilling
Allow apps to log actions into the audit_log
2021-04-13[tx-robot] updated from transifexNextcloud bot
2021-04-12Use correct getSystemValue typeJ0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2021-04-12Merge pull request #26266 from nextcloud/future-proof-networkingRoeland Jago Douma
Improve networking checks
2021-04-12Fix versionJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-04-09Move to another namespace and class nameJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-04-09Allow apps to log actions into the audit_logJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-04-09[tx-robot] updated from transifexNextcloud bot
2021-04-08Merge pull request #26439 from nextcloud/increase-subnet-matcherRoeland Jago Douma
Increase subnet matcher
2021-04-08Limit size of properties to 2048 charactersLukas Reschke
It is unreasonable to expect that one of these fields would be longer than 2048 characters. Whilst some have definitely lower limits (such as for phone numbers or domain names), a upper bound as sanity check makes sense. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2021-04-07Increase subnet matcherLukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2021-04-07[tx-robot] updated from transifexNextcloud bot
2021-04-06Merge pull request #24966 from nextcloud/jknockaert-patch-1Lukas Reschke
avoid fread on directories and unencrypted files
2021-04-06Strictify null checkLukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2021-04-06Generate autoload filesLukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2021-04-06Improve networking checksLukas Reschke
Whilst we currently state that SSRF is generally outside of our threat model, this is something where we should invest to improve this. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2021-04-06[tx-robot] updated from transifexNextcloud bot
2021-04-05[tx-robot] updated from transifexNextcloud bot
2021-04-04[tx-robot] updated from transifexNextcloud bot
2021-04-03[tx-robot] updated from transifexNextcloud bot
2021-04-02[tx-robot] updated from transifexNextcloud bot
2021-04-01Merge pull request #24055 from ↵Morris Jobke
nextcloud/bugfix/noid/enfore-no-notnull-for-boolean-to-store-false Enforce no notnull for boolean to store false
2021-04-01Properly handle creating the template directory in a subfolder (fixes #25787)Julius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-04-01Get the parent directory before creating a file from a templateJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-04-01Merge pull request #26394 from nextcloud/feature/noid/updatable-account-dataJulius Härtl
Allow apps to write/update account data
2021-03-31make ILDAPProviderFactory usable when there is no ldap setupRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-03-31Allow apps to write/update account dataJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-03-31Rename the method to match what it doesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-03-31Don't allow Notnull for boolean columnsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-03-31Document the constraints we test againstJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>