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
2018-11-23Bump versions of server and the requirements of appsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-11-14Shorten index name of calendar changes tableJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-09-05Update version requirements and versions of shipped appsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-08-10Bump autoloadersRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-02-16Fix info.xml files of shipped appsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-01-16Made locking providers strictRoeland Jago Douma
* Added typehints * Added return types * Made strict Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-01-14Bump appsRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-01-13Update composerMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-01-04Composer updatedRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-12-14Use proper authorative-autoloader for app autoloadersRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-11-06Update license headersMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-10-24Testing AutoloaderRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-07-24Move over locking controllerRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-07-24Move over ConfigRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-07-24Move Application to AppInfoRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-05-22Bump app versions as wellJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-05-22Adjust version requirementJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-04-23Remove unused use statementsMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-04-13Add support for ratelimiting via annotationsLukas Reschke
This allows adding rate limiting via annotations to controllers, as one example: ``` @UserRateThrottle(limit=5, period=100) @AnonRateThrottle(limit=1, period=100) ``` Would mean that logged-in users can access the page 5 times within 100 seconds, and anonymous users 1 time within 100 seconds. If only an AnonRateThrottle is specified that one will also be applied to logged-in users. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-04-11Clear opcode cache after config changeLukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-12-23Testing app switch to force-enable test user backendVincent Petry
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-12-22Testing md5home (#26854)Vincent Petry
* Allow clearing default user backends in config.php When specifying "user_backends" in config.php, a new option "default" when set to false will prevent the default user backend to be registered. The default one is the database backend. This makes it possible to select exclusive user backends from apps. * Testing app provides test user backend for alternative homes The backend provide md5 result to getHome() * Only md5 the user home when it's not the admin Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-12-13Update app versions and requirementsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-11-15Use 11.0 instead 9.2Lukas Reschke
As discussed we're changing the version from 9.2 to 11.0 to make some more sense. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-09-27Svgo optimizationskjnldsv
Signed-off-by: John Molakvoæ <fremulon@protonmail.com>
2016-08-17Add viewBox to app iconsRoeland Jago Douma
If we don't add a viewbox a lot of browsers will just say NOPE!!! when we ask them to scale.
2016-08-08Increment the versions and adjust the capitilizationJoas Schilling
2016-07-22Also increase the min versionJoas Schilling
2016-07-22bumb compatible app versions for core appsRobin Appelman
2016-07-22Merge pull request #500 from nextcloud/bump_versionJoas Schilling
Bump version
2016-07-21Fix apps/Joas Schilling
2016-07-21Increase app versionsJoas Schilling
2016-05-30[testing] Allow to lock a file without the lock being killed at the end of ↵Joas Schilling
the request (#22823) * Allow to lock a file without the lock being killed at the end of the request * Make DB locking detectable
2016-05-12Move the testing app to PSR-4 (#24580)Joas Schilling
2016-03-13Mark testing app as compatible with 9.1Lukas Reschke
2016-03-01Add new appsLukas Reschke
2016-01-21testing app: fix app name capitalizationJan-Christoph Borchardt
2016-01-21testing app: add max versionJan-Christoph Borchardt
2016-01-21testing app: add logoJan-Christoph Borchardt
2015-12-11Add an OCS app for testing instead of using sudo and execJoas Schilling