summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* 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 #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 #12652 from tomasz-grobelny/operation_progress_improvements3John Molakvoæ2019-02-1411-288/+522
|\ \ | |/ |/| Operation progress improvements
| * Merge branch 'master' into operation_progress_improvements3Tomasz Grobelny2019-01-29805-6357/+14753
| |\ | | | | | | | | | 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-241-2/+6
| | | | | | | | | | | | 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 #14168 from ↵Morris Jobke2019-02-145-57/+156
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/feature/noid/improve-update-channel-layout Improve update channel layout to be a popup menu
| * | | Improve update channel layout to be a popup menuMorris Jobke2019-02-135-57/+156
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * now the entries are in a popup menu * if a non-default channel is used the entry will be at the bottom * channel descriptions are embeded into the menu * use nextcloud-vue componenets for the channel selector * update nextcloud-vue dependency from 0.6.1 to 0.6.3 * fixes #13806 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | [tx-robot] updated from transifexNextcloud bot2019-02-14188-326/+346
| | | |
* | | | Move of files_versions to webpackRoeland Jago Douma2019-02-1316-11/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Move CSS into bundle * Old merged.json no longer needed! * No need to load the style still Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #14166 from nextcloud/enhancement/noid/sharing-tab-pluginsRoeland Jago Douma2019-02-131-0/+6
|\ \ \ \ | |/ / / |/| | | Allow attaching plugins to the ShareTabView and trigger event on render
| * | | Allow attaching plugins to the ShareTabView and trigger event on renderingJulius Härtl2019-02-121-0/+6
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Merge pull request #14177 from nextcloud/bugfix/noid/fix-small-glitchesJohn Molakvoæ2019-02-133-6/+3
|\ \ \ \ | | | | | | | | | | Fix small glitches in update notification page
| * | | | Fix style of warning for EoL versionMorris Jobke2019-02-133-6/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | Move files_trashbin to webpackRoeland Jago Douma2019-02-139-3/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Combine the 2 js files and the scss. This saves compiling the scss on the go. And going via Nextcloud storage to obtain it. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Move oauth2 to global webpack configRoeland Jago Douma2019-02-138-4752/+8
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | [tx-robot] updated from transifexNextcloud bot2019-02-1314-22/+50
| | | | |
* | | | | [tx-robot] updated from transifexNextcloud bot2019-02-1278-66/+106
| | | | |
* | | | | Add a link to the notification to create the backup codesJoas Schilling2019-02-112-4/+26
|/ / / / | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #14122 from ↵Roeland Jago Douma2019-02-114-11/+11
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/apps/accessibility/vue-and-vue-template-compiler Bump vue and vue-template-compiler in /apps/accessibility
| * | | | Bump vue and vue-template-compiler in /apps/accessibilitydependabot[bot]2019-02-104-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [vue](https://github.com/vuejs/vue) and [vue-template-compiler](https://github.com/vuejs/vue). These dependencies needed to be updated together. Updates `vue` from 2.6.2 to 2.6.4 - [Release notes](https://github.com/vuejs/vue/releases) - [Commits](https://github.com/vuejs/vue/compare/v2.6.2...v2.6.4) Updates `vue-template-compiler` from 2.6.2 to 2.6.4 - [Release notes](https://github.com/vuejs/vue/releases) - [Commits](https://github.com/vuejs/vue/compare/v2.6.2...v2.6.4) Signed-off-by: dependabot[bot] <support@dependabot.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #14118 from ↵Roeland Jago Douma2019-02-114-11/+11
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/apps/updatenotification/vue-and-vue-template-compiler Bump vue and vue-template-compiler in /apps/updatenotification
| * | | | | Bump vue and vue-template-compiler in /apps/updatenotificationdependabot[bot]2019-02-104-11/+11
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [vue](https://github.com/vuejs/vue) and [vue-template-compiler](https://github.com/vuejs/vue). These dependencies needed to be updated together. Updates `vue` from 2.6.2 to 2.6.4 - [Release notes](https://github.com/vuejs/vue/releases) - [Commits](https://github.com/vuejs/vue/compare/v2.6.2...v2.6.4) Updates `vue-template-compiler` from 2.6.2 to 2.6.4 - [Release notes](https://github.com/vuejs/vue/releases) - [Commits](https://github.com/vuejs/vue/compare/v2.6.2...v2.6.4) Signed-off-by: dependabot[bot] <support@dependabot.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #14117 from ↵Roeland Jago Douma2019-02-114-12/+12
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/apps/oauth2/vue-and-vue-template-compiler Bump vue and vue-template-compiler in /apps/oauth2
| * | | | | Bump vue and vue-template-compiler in /apps/oauth2dependabot[bot]2019-02-104-12/+12
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [vue](https://github.com/vuejs/vue) and [vue-template-compiler](https://github.com/vuejs/vue). These dependencies needed to be updated together. Updates `vue` from 2.6.2 to 2.6.4 - [Release notes](https://github.com/vuejs/vue/releases) - [Commits](https://github.com/vuejs/vue/compare/v2.6.2...v2.6.4) Updates `vue-template-compiler` from 2.6.2 to 2.6.4 - [Release notes](https://github.com/vuejs/vue/releases) - [Commits](https://github.com/vuejs/vue/compare/v2.6.2...v2.6.4) Signed-off-by: dependabot[bot] <support@dependabot.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #13097 from nextcloud/feature/11319/where-is-your-dataMorris Jobke2019-02-113-164/+0
|\ \ \ \ \ | | | | | | | | | | | | Where is your data?
| * | | | | Move server info to theming sectionMichael Weimann2019-01-143-164/+0
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | | | | | Merge pull request #14013 from nextcloud/enh/core_systemtags_jsMorris Jobke2019-02-111-2/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Move core/systemtags to webpack
| * | | | | | Move core/systemtags to webpackRoeland Jago Douma2019-02-111-2/+1
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Use webpack to bundle the core systemtags so the webserver can serve them statically * Bundle the core scss in there as well (saves a request) Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / | | | | [tx-robot] updated from transifexNextcloud bot2019-02-1120-6/+80
|/ / / / /
* | | | | Merge pull request #14120 from ↵Roeland Jago Douma2019-02-102-39/+16
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/apps/accessibility/webpack-4.29.3 Bump webpack from 4.29.1 to 4.29.3 in /apps/accessibility
| * | | | | Bump webpack from 4.29.1 to 4.29.3 in /apps/accessibilitydependabot[bot]2019-02-092-39/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.29.1 to 4.29.3. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.29.1...v4.29.3) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | | | | [tx-robot] updated from transifexNextcloud bot2019-02-1032-4/+66
|/ / / / /
* | | | | [tx-robot] updated from transifexNextcloud bot2019-02-0920-104/+170
| | | | |
* | | | | Merge pull request #14060 from nextcloud/bugfix/noid/use-new-methodMorris Jobke2019-02-081-4/+11
|\ \ \ \ \ | | | | | | | | | | | | Use the new method instead of the deprecated wrapper
| * | | | | Use the new method instead of the deprecated wrapperJoas Schilling2019-02-061-4/+11
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | Merge pull request #14037 from ↵Roeland Jago Douma2019-02-084-56/+47
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/apps/oauth2/vue-and-vue-template-compiler Bump vue and vue-template-compiler in /apps/oauth2
| * | | | | | Bump vue and vue-template-compiler in /apps/oauth2dependabot[bot]2019-02-074-56/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [vue](https://github.com/vuejs/vue) and [vue-template-compiler](https://github.com/vuejs/vue). These dependencies needed to be updated together. Updates `vue` from 2.5.22 to 2.6.2 - [Release notes](https://github.com/vuejs/vue/releases) - [Commits](https://github.com/vuejs/vue/compare/v2.5.22...v2.6.2) Updates `vue-template-compiler` from 2.5.22 to 2.6.2 - [Release notes](https://github.com/vuejs/vue/releases) - [Commits](https://github.com/vuejs/vue/compare/v2.5.22...v2.6.2) Signed-off-by: dependabot[bot] <support@dependabot.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | | [tx-robot] updated from transifexNextcloud bot2019-02-0816-34/+68
| | | | | | |
* | | | | | | Merge pull request #14083 from ↵Morris Jobke2019-02-071-11/+10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/make-sure-the-path-is-always-a-string Make sure the relative path is always a string