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 (Collapse)Author
2020-09-10Fix tense of updater logsNils Wittenbrink
Signed-off-by: Nils Wittenbrink <nilswittenbrink@web.de>
2020-08-24Update the license headers for Nextcloud 20Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-08-20Merge pull request #22331 from ↵Roeland Jago Douma
nextcloud/bugfix/noid/dont-use-deprecated-inigetwrapper Don't use deprecated getIniWrapper() anymore
2020-08-20Don't use deprecated getIniWrapper() anymoreJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-20New SSE key formatRoeland Jago Douma
* Encrypt the keys with the instance secret * Store them as json (so we can add other things if needed) Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-08-19Use matching parameter names form interfaces and implementationsMorris Jobke
Found by Psalm 3.14.1 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-08-19Show disabled user count in occ user:reportMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-08-17Fix "misplaced variables" warning of Psalm in PHPDoc statementsMorris Jobke
Ref #21787 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-08-07Allow to update to nightlyJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-08-07Use array_filter insteadMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-08-06Add occ preview:migrate to migrate previews from the old flat structure to a ↵Morris Jobke
subfolder structure * `php occ preview:repair` - a preview migration tool that moves existing previews into the new location introduced with #19214 * moves `appdata_INSTANCEID/previews/FILEID` to `appdata_INSTANCEID/previews/0/5/8/4/c/e/5/FILEID` * migration tool can be stopped during migration via `CTRL+C` - it then finishes the current folder (with the previews of one file) and stops gracefully * if a PHP memory limit is set in the `php.ini` then it will stop automatically once it has less than 25 MiB memory left (this is to avoid hard crashes in the middle of a migration) * the tool can be used during operation - possible drawbacks: * there is the chance of a race condition that a new preview is generated in the moment the folder is already migrated away - so the old folder with the newly cached preview is deleted and one cached preview needs to be re-generated * there is the chance of a race condition during access of a preview while it is migrated to the other folder - then no preview can be shown and results in a 404 (as of now this is an accepted risk) Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-07-02Merge pull request #21599 from nextcloud/debt/noid/type-to-typesRoeland Jago Douma
Replace TYPE with TYPES
2020-07-01Replace TYPE with TYPESDaniel Kesselberg
As TYPE::* is deprecated. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-06-26Add return value to all commandsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-26Remove db prefix option from cli install commandJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-25Merge pull request #20005 from joeried/occ-remove-bruteforce-attempts-by-ipMorris Jobke
Implement occ command to reset bruteforce attemps from a given IP address
2020-05-06Fix syntaxJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-01Add index to properties tableMario Danic
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2020-04-29Update license headers for 19Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-24Display notice for already enabled appsSander Ruitenbeek
Signed-off-by: Sander Ruitenbeek <s.ruitenbeek@getgoing.nl> Signed-off-by: Sander Ruitenbeek <s.ruitenbeek@getgoing.nl>
2020-04-10Format code according to PSR2Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-10Add visibility to all constantsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-10Use elseif instead of else ifChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-09Remove trailing and in between spacesChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-09Remove spaces after method or function callChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-09Use exactly one empty line after the namespace declarationChristoph Wurst
For PSR2 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-08Fix multiline commentsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-02Merge pull request #19890 from nextcloud/enh/comments-reference-idJoas Schilling
Add optional comments reference_id
2020-03-31Update the license headers for Nextcloud 19Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-03-31Add optional column oc_comments.reference_idJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-03-27Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst
Remove unused imports
2020-03-26Use the short array syntax, everywhereChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-03-26Remove unused importsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-03-25Register an address book with recent contactsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-03-19Implement occ command security:bruteforceattemps:reset-for-ipJohannes Riedel
Signed-off-by: Johannes Riedel <joeried@users.noreply.github.com>
2020-02-05Correctly append the port to the host so it's written to the config correctlyJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-01-13Fix license headersChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-01-07Merge pull request #18576 from BernieO/bernieo-convertInteractiveChristoph Wurst
enable option '--no-interaction' for db:convert-type
2020-01-03Fix typo in occKim Brose
Signed-off-by: Kim Brose <kim.brose@rwth-aachen.de>
2019-12-29Introduce new variable with the default answer to allow option ↵Bernhard Ostertag
--no-interaction for command occ db:convert-type Variable is set to true for --no-interaction and false otherwise Signed-off-by: Bernhard Ostertag <bernieo.code@gmx.de>
2019-12-27enable option '--no-interaction' for db:convert-typeBernhard Ostertag
Signed-off-by: Bernhard Ostertag <bernieo.code@gmx.de>
2019-12-20Update license headers for 18Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-12-13Allow to force enable apps via CLIJoas Schilling
Co-authored-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-12-09Convert various columns in oc_mounts to bigintGeorg Ehrke
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-12-05Update license headersChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-11-25Merge pull request #17896 from nextcloud/fix/noid/consider-create-group-resultblizzz
take group creation result into consideration
2019-11-25Merge pull request #18098 from nextcloud/fix/migration_import_orderRoeland Jago Douma
Fix the import order of new migrations
2019-11-25Merge pull request #18079 from nextcloud/fixes/phpcsRoeland Jago Douma
Some php-cs fixes