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
AgeCommit message (Expand)Author
2020-12-16Update all license headers for Nextcloud 21Christoph Wurst
2020-12-09Avoid checking for brute force protection capabilities when upgradingJulius Härtl
2020-11-10Replace the credentials table with one that can have empty userJoas Schilling
2020-11-10Fix comparing the empty string for global credentialsJoas Schilling
2020-11-09Don't leave cursors open when tests failJoas Schilling
2020-11-03Always return the default path if we canRoeland Jago Douma
2020-11-03Improve CertificateManager to not be user context dependentMorris Jobke
2020-10-16Derive encryption key & MAC key from a single key.lynn-stephenson
2020-10-08Limit throttler to 48 hoursRoeland Jago Douma
2020-10-08Add cleanup job for old brutefoce attemptsRoeland Jago Douma
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
2020-09-16Remove @suppress SqlInjectionCheckerMorris Jobke
2020-09-10Don't break when the IP is emptyJoas Schilling
2020-08-24Update the license headers for Nextcloud 20Christoph Wurst
2020-08-19Fix CSJoas Schilling
2020-08-19Correctly return ms delay when at maxJoas Schilling
2020-08-19Add missing defaultJoas Schilling
2020-08-19Simplify array filterJoas Schilling
2020-08-19Fix wrong doc + type hintJoas Schilling
2020-08-19Only throw when also the last 30 mins were attackingJoas Schilling
2020-08-19Make the throttling O(2^n) instead of O(n^n)Joas Schilling
2020-08-19Make Throttler strictJoas Schilling
2020-08-19Split delay calculation from getting the attemptsJoas Schilling
2020-08-19Let the database count the entriesJoas Schilling
2020-08-19Send "429 Too Many Requests" in case of brute force protectionJoas Schilling
2020-08-10Prefer typed event over string based onesMorris Jobke
2020-05-25Merge pull request #20005 from joeried/occ-remove-bruteforce-attempts-by-ipMorris Jobke
2020-05-25Fix code styleMorris Jobke
2020-05-11Use random_bytesRoeland Jago Douma
2020-05-01Apply Argon2 options for Argon2id hashing as wellMichaIng
2020-04-30Fix Argon2 options checksMichaIng
2020-04-29Update license headers for 19Christoph Wurst
2020-04-15fix credentialsManager documentation and ensure userId to be used as stringArthur Schiwon
2020-04-10Add visibility to all constantsChristoph Wurst
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-10Use elseif instead of else ifChristoph Wurst
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
2020-04-09Use exactly one empty line after the namespace declarationChristoph Wurst
2020-04-09Fix (array) indent style to always use one tabChristoph Wurst
2020-03-31Update the license headers for Nextcloud 19Christoph Wurst
2020-03-26Use the short array syntax, everywhereChristoph Wurst
2020-03-19Implement occ command security:bruteforceattemps:reset-for-ipJohannes Riedel
2020-03-14fix safari useragent for versions with 3 digitsPavel Krasikov
2020-02-07Add Argon2id supportRoeland Jago Douma
2020-02-03Allow selecting the hashing algorithmRoeland Jago Douma
2020-01-22ignore values that undershoot the minimum, go with defaultArthur Schiwon
2020-01-21use getSystemValueIntblizzz
2020-01-20expose Argon2 options (as we did for bcrypt)Arthur Schiwon
2019-12-20Update license headers for 18Christoph Wurst
2019-12-11handle IPv6 addresses with an explict incoming interface at the end (e.g fe80...Konrad Bucheli