summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #14311 from nextcloud/enh/2fa_backupscodes_to_main_webpackRoeland Jago Douma2019-02-208-5132/+10
|\ | | | | Move twofactor_backupcodes to main webpack bundle
| * Update assetsRoeland Jago Douma2019-02-202-9/+10
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Move twofactor_backupcodes to main webpack bundleRoeland Jago Douma2019-02-206-5123/+0
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #14255 from nextcloud/fix-ocm-discoveryMorris Jobke2019-02-201-1/+2
|\ \ | |/ |/| Fix ocm end-point discovery discovery
| * adjust json to match the definitionBjoern Schiessle2019-02-201-1/+2
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | Merge pull request #14300 from nextcloud/bugfix/12844/fix-drag-scrollMorris Jobke2019-02-201-6/+5
|\ \ | | | | | | Use proper scroll container when dragging files
| * | Use proper scroll container when dragging filesJulius Härtl2019-02-201-6/+5
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #14291 from nextcloud/enh/change_workflow_nameMorris Jobke2019-02-201-1/+1
|\ \ \ | |_|/ |/| | Change Workflow to Tag Management
| * | Change Workflow to Tag ManagementRoeland Jago Douma2019-02-191-1/+1
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #14299 from ↵Morris Jobke2019-02-201-0/+4
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/fix/14298/fix_storages_not_closing_handle Hanlde writestream not closing source
| * | | Hanlde writestream not closing sourceRoeland Jago Douma2019-02-201-0/+4
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | Fixes #14298 If a storage doesn'tclose the write stream then $isEOF is not yet set. So we have to fallback. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #11832 from nextcloud/bugfix/9849/birthday_without_yearMorris Jobke2019-02-209-34/+390
|\ \ \ | |/ / |/| | set birthday year to 1970 if no year, take X-APPLE-OMIT-YEAR into account
| * | Add Repair step to regenerate birthday calendarGeorg Ehrke2019-02-169-4/+299
| | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * | unicode all the birthday iconsGeorg Ehrke2019-02-162-29/+57
| | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * | set birthday year to 1970, take X-APPLE-OMIT-YEAR into accountGeorg Ehrke2019-02-162-18/+51
| | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | [tx-robot] updated from transifexNextcloud bot2019-02-20116-220/+304
| | |
* | | Move accessibility to main webpackRoeland Jago Douma2019-02-197-6270/+4
| |/ |/| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #14211 from nextcloud/bugfix/prefix-path-to-filecache-s3Morris Jobke2019-02-191-2/+2
|\ \ | | | | | | Prefix $path for filename for internal file cache
| * | Call headObject if file not in filecache :see_no_evil:Daniel Kesselberg2019-02-141-1/+1
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | Prefix $path for filename for internal file cacheDaniel Kesselberg2019-02-141-2/+2
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | Merge pull request #14282 from nextcloud/bugfix/noid/public-folder-shareMorris Jobke2019-02-191-0/+1
|\ \ \ | | | | | | | | Fix writable public folder share
| * | | Fix writable public folder shareJulius Härtl2019-02-191-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Merge pull request #14232 from nextcloud/enh/updatenoticiation_to_single_webpackMorris Jobke2019-02-197-7593/+6
|\ \ \ \ | |/ / / |/| | | Move updatenotifications to unified webpack
| * | | Move updatenotifications to unified webpackRoeland Jago Douma2019-02-187-7593/+6
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #14218 from nextcloud/enh/files_sharing_to_webpackRoeland Jago Douma2019-02-1913-8/+70
|\ \ \ \ | | | | | | | | | | Move files_sharing additionalscripts over to webpack
| * | | | Move files_sharing additionalscripts over to webpackRoeland Jago Douma2019-02-1513-8/+70
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #14234 from nextcloud/fix/catch_requestexceptionRoeland Jago Douma2019-02-191-0/+3
|\ \ \ \ \ | | | | | | | | | | | | Catch Request exception in testRemoteUrl
| * | | | | Catch Request exception in testRemoteUrlRoeland Jago Douma2019-02-151-0/+3
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Else the background job fails hard if the remote has for example an invalid certificate. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | [tx-robot] updated from transifexNextcloud bot2019-02-198-66/+80
| | | | |
* | | | | Merge pull request #14210 from nextcloud/fix/14192/fix_empty_uploadsRoeland Jago Douma2019-02-181-2/+15
|\ \ \ \ \ | |_|/ / / |/| | | | Fix empty file uploads to S3 (and other streaming storages)
| * | | | Make sure that we have a streamRoeland Jago Douma2019-02-181-0/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Add a wrapper to determine if a file is EOFRoeland Jago Douma2019-02-151-2/+8
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The stream is already closed at this point. Which means feof will always return false. We have to determine if the stream is EOF in the preCloseCallback. And pass this info along. Then the logic works as expected. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #14266 from nextcloud/enhancement/public-menuRoeland Jago Douma2019-02-182-2/+29
|\ \ \ \ | | | | | | | | | | Add guest navigation type
| * | | | Add guest navigation typeJulius Härtl2019-02-182-2/+29
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | Move general webpack to NODE_ENVJulius Härtl2019-02-183-8/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | [tx-robot] updated from transifexNextcloud bot2019-02-1810-2/+26
| | | | |
* | | | | Merge pull request #14245 from ↵Roeland Jago Douma2019-02-172-4/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/vue-and-vue-template-compiler-2.6.6 Bump vue and vue-template-compiler
| * | | | | Bump vue and vue-template-compilerdependabot[bot]2019-02-172-4/+4
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.5 to 2.6.6 - [Release notes](https://github.com/vuejs/vue/releases) - [Commits](https://github.com/vuejs/vue/compare/v2.6.5...v2.6.6) Updates `vue-template-compiler` from 2.6.5 to 2.6.6 - [Release notes](https://github.com/vuejs/vue/releases) - [Commits](https://github.com/vuejs/vue/compare/v2.6.5...v2.6.6) Signed-off-by: dependabot[bot] <support@dependabot.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / / / / [tx-robot] updated from transifexNextcloud bot2019-02-1724-10/+140
|/ / / /
* | | | [tx-robot] updated from transifexNextcloud bot2019-02-1620-4/+434
| | | |
* | | | 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>
* | | | [tx-robot] updated from transifexNextcloud bot2019-02-15304-1030/+1210
| | | |
* | | | Merge pull request #14186 from nextcloud/enh/systemtags_to_webpackRoeland Jago Douma2019-02-1414-14/+72
|\ \ \ \ | | | | | | | | | | Move systemtags (app) to webpack
| * | | | Move systemtags to common webpackRoeland Jago Douma2019-02-1413-9/+72
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Move systemtags icon to icons.scssRoeland Jago Douma2019-02-142-5/+0
| | |/ / | |/| | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>