summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2019-02-2226-46/+74
|
* Merge pull request #14326 from nextcloud/design/filelist-headerJohn Molakvoæ2019-02-211-1/+1
|\ | | | | Fix alignment of filelist header
| * Fix alignment of filelist headerJan-Christoph Borchardt2019-02-211-1/+1
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Merge pull request #14329 from nextcloud/bugfix/14317/2fa-button-themingJohn Molakvoæ2019-02-211-0/+2
|\ \ | | | | | | Apply theme to 2FA button
| * | Apply theme to button elements as wellJulius Härtl2019-02-211-0/+2
|/ / | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #13850 from ↵Joas Schilling2019-02-217-48/+286
|\ \ | |/ |/| | | | | nextcloud/feature/11274/enable-disable-multiple-apps Enable & disable multiple apps at once
| * Fix access to groupManagerDaniel Kesselberg2019-02-201-1/+1
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * Use contacts instead of logreaderDaniel Kesselberg2019-02-191-3/+3
| | | | | | | | | | | | Logreader is not distributed by app store because shipped by default. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * Add install logic for enable commandDaniel Kesselberg2019-02-193-5/+14
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * Strict Types, Return TypesDaniel Kesselberg2019-02-194-12/+13
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * Disable multiple apps at onceDaniel Kesselberg2019-02-192-17/+114
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * Enable multiple apps at onceDaniel Kesselberg2019-02-193-22/+153
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | [tx-robot] updated from transifexNextcloud bot2019-02-21180-356/+532
| |
* | Merge pull request #14311 from nextcloud/enh/2fa_backupscodes_to_main_webpackRoeland Jago Douma2019-02-2010-5140/+12
|\ \ | | | | | | 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-208-5131/+2
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #14255 from nextcloud/fix-ocm-discoveryMorris Jobke2019-02-205-3/+83
|\ \ \ | |/ / |/| | Fix ocm end-point discovery discovery
| * | Add unit tests and provide better messageMorris Jobke2019-02-203-5/+41
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | check ocs-provider routeBjoern Schiessle2019-02-201-0/+1
| | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | add setup check for ocm-provider routeBjoern Schiessle2019-02-202-0/+41
| | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | make sure that the ocm end-point discovery /ocm-provider is not redirected ↵Bjoern Schiessle2019-02-201-0/+1
| | | | | | | | | | | | | | | | | | to the index.php Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | adjust json to match the definitionBjoern Schiessle2019-02-201-1/+2
| | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | Merge pull request #14297 from nextcloud/enh/settings_to_main_webpackRoeland Jago Douma2019-02-2018-7135/+85
|\ \ \ | | | | | | | | Move settings to main webpack
| * | | Bump bundlesJulius Härtl2019-02-209-9/+9
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | Remove drone jobsRoeland Jago Douma2019-02-201-29/+0
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Move settings to main webpackRoeland Jago Douma2019-02-2018-7107/+86
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #14178 from ↵Morris Jobke2019-02-202-1/+9
|\ \ \ \ | |/ / / |/| | | | | | | | | | | nextcloud/bugfix/noid/get-current-user-for-guest-pages Fix OC.getCurrentUser() on guest pages
| * | | Fix OC.getCurrentUser() on guest pagesJoas Schilling2019-02-192-1/+9
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | 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>
* | | | | Merge pull request #14293 from nextcloud/fix-ocm-implementationRoeland Jago Douma2019-02-201-3/+4
|\ \ \ \ \ | | | | | | | | | | | | According to the OCM specification the body needs to be JSON encoded
| * | | | | According to the OCM specification the body needs to be JSON encodedBjoern Schiessle2019-02-191-3/+4
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | see: https://github.com/GEANT/OCM-API/pull/37 Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | | | [tx-robot] updated from transifexNextcloud bot2019-02-20116-220/+304
| |_|_|/ |/| | |
* | | | Merge pull request #14289 from nextcloud/enh/accessibility_to_main_webpackJulius Härtl2019-02-198-6271/+7
|\ \ \ \ | |/ / / |/| | | Move accessibility to main webpack
| * | | Move accessibility to main webpackRoeland Jago Douma2019-02-198-6271/+7
| | |/ | |/| | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #14263 from nextcloud/publish-activity-app-tokenRoeland Jago Douma2019-02-195-5/+86
|\ \ \ | |/ / |/| | Publish activity if app password created by ocs api or client login flow
| * | Emit event if app password createdDaniel Kesselberg2019-02-185-106/+72
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | Publish activity for app token created by client login flowDaniel Kesselberg2019-02-172-2/+65
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | Publish activity for app token created by ocs apiDaniel Kesselberg2019-02-172-3/+55
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | Merge pull request #14242 from nextcloud/dependabot/npm_and_yarn/bootstrap-3.4.1Roeland Jago Douma2019-02-195-8/+8
|\ \ \ | | | | | | | | Bump bootstrap from 3.4.0 to 3.4.1
| * | | Use npm ci for webpack buildsJulius Härtl2019-02-191-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | Bump bootstrap from 3.4.0 to 3.4.1dependabot[bot]2019-02-194-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [bootstrap](https://github.com/twbs/bootstrap) from 3.4.0 to 3.4.1. - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v3.4.0...v3.4.1) Signed-off-by: dependabot[bot] <support@dependabot.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>