summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2019-02-16154-346/+834
|
* Merge pull request #14174 from ↵blizzz2019-02-1524-40/+703
|\ | | | | | | | | nextcloud/feature/noid/extstorage-mountconfighandler Mount configuration handlers for external storages
| * typos in doc, no code changesArthur Schiwon2019-02-155-5/+8
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * add GUI option to set the $home placeholderArthur Schiwon2019-02-142-1/+15
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * reject mounts with unsubstituted placeholders as incompletely configuredArthur Schiwon2019-02-141-0/+30
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * add LDAP ConfigHandler for external storages and "$home" varArthur Schiwon2019-02-1415-7/+233
| | | | | | | | | | | | | | | | * handler registered upon OCA\\Files_External::loadAdditionalBackends event as user_ldap is loaded before files_external * new configuration field "ldapExtStorageHomeAttribute" (not in GUI yet) Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * files_external: allow to register config handlers for flexible placeholdersArthur Schiwon2019-02-149-33/+423
| | | | | | | | | | | | | | | | * BackendService (directly accessable via \OC_Server) offers registerConfigHandler * SimpleSubstitutionTrait brings reusable logic for simple string replacments * internal $user replacement mechanism was migrated Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #14221 from ↵Morris Jobke2019-02-151-4/+4
|\ \ | | | | | | | | | | | | nextcloud/fix/noid/no-trailing-spaces-in-l10n-strings Remove trailing spaces from localized strings
| * | Remove trailing spaces from localized stringsMorris Jobke2019-02-151-4/+4
|/ / | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2019-02-15414-1196/+1488
| |
* | Merge pull request #14191 from ↵Morris Jobke2019-02-141-0/+4
|\ \ | | | | | | | | | | | | nextcloud/bugfix/noid/make-testcase-overwrite-service-work-with-app-classes Make TestCase->overwriteService() work with App classes
| * | Make TestCase->overwriteService() work with App classesJoas Schilling2019-02-141-0/+4
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #14167 from ↵Roeland Jago Douma2019-02-144-5/+5
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/techdebt/noid/update-php-parser-for-7.1-compat Update PHP-Parser for 7.1 compatibility
| * | | Fix AsyncBusTestsRoeland Jago Douma2019-02-141-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Update PHP-Parser for 7.1 compatibilityJoas Schilling2019-02-143-3/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #14186 from nextcloud/enh/systemtags_to_webpackRoeland Jago Douma2019-02-1418-28/+83
|\ \ \ \ | | | | | | | | | | Move systemtags (app) to webpack
| * | | | Update testsRoeland Jago Douma2019-02-141-12/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Move systemtags to common webpackRoeland Jago Douma2019-02-1415-10/+78
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Move systemtags icon to icons.scssRoeland Jago Douma2019-02-143-6/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #14199 from nextcloud/enh/core_scss_to_webpackMorris Jobke2019-02-1413-41/+26
|\ \ \ \ \ | |_|/ / / |/| | | | Move 2 always loaded styles to webpack bundle
| * | | | Move jquery.ocdialog.scss to bundleRoeland Jago Douma2019-02-145-30/+10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Move jquery-ui-fixes to bundleRoeland Jago Douma2019-02-1412-21/+26
| |/ / / | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #13995 from nextcloud/feature/dont-call-get-repair-stepsRoeland Jago Douma2019-02-145-23/+39
|\ \ \ \ | | | | | | | | | | Do not run getRepairSteps in register_commands
| * | | | Fix unit testDaniel Kesselberg2019-02-132-12/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Null is not longer possible as value for $dispatcher. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | | | Make $repairSteps & $dispatcher mandatoryDaniel Kesselberg2019-02-131-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | | | Do not run getRepairSteps in register_commandsDaniel Kesselberg2019-02-133-11/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | getRepairSteps is quite expensive (because every repair step is initialized and their dependencies are injected). Should not call it during register. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | Merge pull request #14197 from nextcloud/fix/trashbin_restore_translationRoeland Jago Douma2019-02-143-3/+3
|\ \ \ \ \ | |_|_|_|/ |/| | | | Fix trashbin restore translation
| * | | | Compile assetsRoeland Jago Douma2019-02-142-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Fix trashbin restore translationRoeland Jago Douma2019-02-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The files app doesn't have this entry. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #14200 from ↵blizzz2019-02-142-15/+19
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/noid/ldap-lowercase-request-attributes ensure attribute names are lower cased
| * | | | | ensure attribute names are lower casedArthur Schiwon2019-02-142-15/+19
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | otherwise they will be skipped when the results is being formatted and the lower-cased result keys do not match. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | Merge pull request #14160 from nextcloud/update-crlMorris Jobke2019-02-142-54/+57
|\ \ \ \ \ | | | | | | | | | | | | Update CRL to contain revoked files_external_dropbox, passman & payback
| * | | | | Update CRL to contain revoked files_external_dropbox, passman & paybackMorris Jobke2019-02-142-54/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * see https://github.com/nextcloud/app-certificate-requests/pull/221 * see https://github.com/nextcloud/app-certificate-requests/pull/219#issuecomment-463577509 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | | Merge pull request #12652 from tomasz-grobelny/operation_progress_improvements3John Molakvoæ2019-02-1412-288/+525
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Operation progress improvements
| * | | | | Merge branch 'master' into operation_progress_improvements3Tomasz Grobelny2019-01-291366-60281/+44785
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tomasz Grobelny <tomasz@grobelny.net>
| * | | | | | Fix unit testsTomasz Grobelny2018-11-243-180/+286
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tomasz Grobelny <tomasz@grobelny.net>
| * | | | | | Use reportOperationProgress for removing filesTomasz Grobelny2018-11-241-43/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix copying files Signed-off-by: Tomasz Grobelny <tomasz@grobelny.net>
| * | | | | | Properly handle errors (including 500)Tomasz Grobelny2018-11-242-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tomasz Grobelny <tomasz@grobelny.net>
| * | | | | | Add progress reporting to move and copy operationsTomasz Grobelny2018-11-244-33/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tomasz Grobelny <tomasz@grobelny.net>
| * | | | | | Fix progress bar labelTomasz Grobelny2018-11-244-14/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tomasz Grobelny <tomasz@grobelny.net>
| * | | | | | Move progress bar to separate componentTomasz Grobelny2018-11-247-28/+108
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tomasz Grobelny <tomasz@grobelny.net>
| * | | | | | Restructuring code in file-upload.jsTomasz Grobelny2018-11-241-27/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tomasz Grobelny <tomasz@grobelny.net>
* | | | | | | Merge pull request #14183 from BrookeDot/patch-2Roeland Jago Douma2019-02-142-10/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Remove Nextcloud's Google+ link
| * | | | | | | remove googleplus svg see #14183BandonRandon2019-02-131-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: BandonRandon <BandonRandon@gmail.com>
| * | | | | | | Update development.notice.phpBrooke2019-02-131-9/+2
| | | | | | | | | | | | | | | | | | | | | | | | Remove Google+ link
* | | | | | | | Merge pull request #13681 from ↵Roeland Jago Douma2019-02-1415-487/+370
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/settings/nextcloud-vue-0.6.0 Bump nextcloud-vue from 0.5.0 to 0.6.0 in /settings
| * | | | | | | | Adjust Apps and User settings to new Vue componentsChristoph Wurst2019-02-1415-487/+370
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | | | | | | Bump nextcloud-vue from 0.5.0 to 0.6.0 in /settingsdependabot[bot]2019-02-142-4/+4
| | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [nextcloud-vue](https://github.com/nextcloud/vue-components) from 0.5.0 to 0.6.0. - [Release notes](https://github.com/nextcloud/vue-components/releases) - [Commits](https://github.com/nextcloud/vue-components/compare/v0.5.0...v0.6.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | | | | | | Merge pull request #14185 from nextcloud/fix/init_shared_storage_for_recentsMorris Jobke2019-02-141-3/+32
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix recent files
| * | | | | | | | Filter out versions and trashbinRoeland Jago Douma2019-02-131-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>