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
2021-08-19Scope composer tools with the bin pluginChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-01-17Add "composer.lock" for acceptance tests to gitDaniel Calviño Sánchez
As "composer.lock" was not versioned the dependencies had to be resolved everytime that the acceptance tests run, which took some precious time. Besides that the dependency versions were also tightened for better control. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-11-26dont use system composer for autoload checkerRobin Appelman
this ensures that the same composer version is used by everyone (and ci) Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-08-20new weather status used in dashboardJulien Veyssier
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2020-07-31Add user-status appGeorg Ehrke
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-07-15Add dashboard appJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-03-31Add shared php-cs configChristoph 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>
2019-12-04Ignore .phpunit.result.cacheJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-09-28Move settings to an appChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-01-09Npmize (vendor) scriptsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-09-21Do not ignore cloud_federation_apiJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-07-29Frontend regression testing with puppeteerJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-07-21Tests fixes and design bumpJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-06-25Accessibility ♿John Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-06-20Bump build and configJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-06-07Bump updatenotificationJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-03-21Fix some typosMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-03-15Provide a description of the update channels inlineMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-02-28Ignore dev filesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-02-22Ignore the map file tooJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-02-22Move updatenotifications to webpack with .vue fileJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-02-08Remove old perl script to update l10n filesMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-10-31ignore local dependencies of acceptance testsArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2017-08-24Add Visual Studio Code to .gitignoreJakob Sack
2017-05-18Don't ignore OAuth2 appLukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-04-04Fix testsRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-04-02Initial commit of the bruteforcesettings appRoeland Jago Douma
This adds the bruteforce settings app that allows to configure (for now) subnets that are to be ignored when doing brute force analysis. This can for example be the LAN since we trust people from there. * Add app * Add php tests * Add js tests Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-01-13Fix JSUnit testsMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2016-11-21push public user data to the lookup serverBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2016-11-01add share by mail share providerBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2016-10-26Merge pull request #1921 from nextcloud/ignore-htaccessMorris Jobke
Ignore .htaccess So no one commits the crappy 403 and 404 anymore
2016-10-26So no one commits the crappy 403 and 404 anymoreJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-10-25Add build/bin to gitignoreFelix A. Epp
When phantomjs and karma are not installed globally, they are installed into this folder. Signed-off-by: Felix A. Epp <work@felixepp.de>
2016-09-05add 2fa backup codes appChristoph Wurst
* add backup codes app unit tests * add integration tests for the backup codes app
2016-09-01Add PhantomJS to gitignoreJoas Schilling
2016-07-26Add workflowengineMorris Jobke
2016-07-13Ignore users personal mimetype configsAlexander Yamshanov
2016-06-27initial commit for the theming appBjoern Schiessle
2016-06-10listen to trash bin and group manager hooksBjoern Schiessle
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-02-09Add SSO for updater applicationLukas Reschke
Allows logging-in into the updater application by visiting the admin panel and pressing "Open updater".
2016-02-09ignore ack config fileblizzz
2016-02-08implementation of the federated share providerBjoern Schiessle
2016-02-02Comments GUIVincent Petry
2016-01-27Add app to migrate contacts and calendarsThomas Müller
Add group sharing migration Migrate all users
2016-01-19Added system tags GUI in sidebarVincent Petry
Added files details sidebar panel to assign/unassign/rename/delete system tags.
2015-11-19added app "federation", allows you to connect ownClouds and exchange user listsBjörn Schießle
2015-10-29ignore any clover.xml - which is generated by some phpunit callsThomas Müller
2015-10-16Consolidate webdav code - move all to one appThomas Müller