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-08-24Update the license headers for Nextcloud 20Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-06-15Clean up auth tokens when user is deletedChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
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-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-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-26Remove unused importsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-01-08Clean up 2FA provider registry when a user is deletedChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-12-05Update license headersChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-10-08Check and add index on principaluri for schedulingobjects tableThomas Citharel
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-07Add index on calendarid for calendarobject_props tableThomas Citharel
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-07-16Keep the old method as a fallback and adjust the testsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-07-15Fix new core notifierJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-07-02Send emails when remote wipe starts/finishesChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-06-27Decouple remote wipe notifcation channels with eventsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-05-20Remote wipe supportRoeland Jago Douma
This allows a user to mark a token for remote wipe. Clients that support this can then wipe the device properly. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-04-16Repair step for link sharesRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-03-27Deduplicate index namesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-03-27Make sure all tables have named indexesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-12-21Add twofactor_providers_uid indexRoeland Jago Douma
Fixes #12943 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-11-06Fix index namesMorris Jobke
* see #11527
2018-10-02Add uid_owner and uid_initiator share tabe indicesRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-07-19Add filecache index on mtimeRobin Appelman
Gives searching by mtime and "recent" a proper index to use Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-06-06Add a hint that some indexes are not added yetMorris Jobke
* gives the admin a chance to discover the missing indexes and improve the performance of the instance without digging through the manual * nicely integrated in the setup checks where this kind of hints belong to * also adds an option to integrate this from an app based on events * fix style of setting warnings Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-11-06Update license headersMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-05-10Automatic creation of Identity managerJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-05-10Automatic injection for CssControllerJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-05-10Automatic injection for JsControllerJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-04-10Move OC_Defaults to OCP\DefaultsMorris Jobke
* currently there are two ways to access default values: OCP\Defaults or OC_Defaults (which is extended by OCA\Theming\ThemingDefaults) * our code used a mixture of both of them, which made it hard to work on theme values * this extended the public interface with the missing methods and uses them everywhere to only rely on the public interface Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-03-24[PoC] JS CombinerRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-01-19Use correct theming when returning the defaultsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-01-06No need for the CssManagerRoeland Jago Douma
* It is a simple wrapper we can always add it later if needed Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-01-06Do not add ICssManager to OCPRoeland Jago Douma
We can add it later if needed Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2016-11-21Add identity proofLukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-11-03[WIP] Use mail for encrypting the password reset token as wellLukas Reschke
2016-10-05Clean up core/Application a bit moreJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-09-30Remove unused endpointJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-09-30Use magic DI for core controllersJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-08-29UserController does not require DefaultsRoeland Jago Douma
2016-08-25Remove unused core wrappersRoeland Jago Douma
2016-08-25AvatarController cleanupRoeland Jago Douma
* Use all DI components * Let the AppFramework resolve the AvatarController * Update unit tests * Unit tests no longer require DB
2016-08-09Move getCapabilities over to CoreRoeland Jago Douma
2016-07-21Fix othersJoas Schilling
2016-07-20Implement brute force protectionLukas Reschke
Class Throttler implements the bruteforce protection for security actions in Nextcloud. It is working by logging invalid login attempts to the database and slowing down all login attempts from the same subnet. The max delay is 30 seconds and the starting delay are 200 milliseconds. (after the first failed login)
2016-07-15Use the themed Defaults everywhereJoas Schilling
2016-07-07Revert "occ web executor (#24957)"Morris Jobke
This reverts commit 854352d9a064a1e469ede207493bce44fd41d96c.
2016-06-22occ web executor (#24957)VicDeo
* Initial web executor * Fix PHPDoc Fix broken integration test OccControllerTests do not require database access - moch them all! Kill unused sprintf
2016-06-07do not generate device token if 2FA is enable for userChristoph Wurst