summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Moves the logo files to logoMichael Weimann2018-10-024-12/+13
| | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* Switches the default logo color depending on the primary colorMichael Weimann2018-10-024-8/+92
| | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* Merge pull request #11508 from nextcloud/files-list-width-sharingRoeland Jago Douma2018-10-022-3/+2
|\ | | | | Reduce the min-width of the files table so it works on sharing pages on mobile
| * Reduce the min-width of the files table so it works on sharing pages on mobileJan-Christoph Borchardt2018-10-012-3/+2
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | [tx-robot] updated from transifexNextcloud bot2018-10-02190-236/+302
|/
* Improve overall container style, radius and shadowJan-Christoph Borchardt2018-10-011-6/+0
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Fix long folder names in picker, prevent horizontal scrollJan-Christoph Borchardt2018-10-011-5/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Fix buttons wrapping on long folder namesJan-Christoph Borchardt2018-10-011-3/+11
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Refine wording from 'Target folder' to 'Choose target folder'Jan-Christoph Borchardt2018-10-012-2/+2
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Merge pull request #11462 from ↵Morris Jobke2018-10-0112-0/+782
|\ | | | | | | | | nextcloud/feature/11380/2fa_backup_code_generation Add notification to generate 2FA backup codes
| * Clear notification to generate backup code once codes are generatedRoeland Jago Douma2018-10-016-0/+151
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Generate backups code notification if not enable but 2fa isRoeland Jago Douma2018-10-019-0/+631
| | | | | | | | | | | | | | | | | | | | | | | | Generate a notification to generate backup codes if you enable an other 2FA provider but backup codes are not yet generated. * Add event listner * Insert background job * Background job tests and emits notification every 2 weeks * If the backup codes are generated the next run will remove the job Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #11435 from nextcloud/assemblystream-node-to-smallMorris Jobke2018-10-011-0/+9
|\ \ | | | | | | throw an error if a node is smaller than expected in assemblystream
| * | throw an error if a node is smaller than expected in assemblystreamRobin Appelman2018-09-281-0/+9
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Move the filemultiselectmenu over to compiled handlebarsRoeland Jago Douma2018-10-013-17/+45
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Move to 1 template file for filesRoeland Jago Douma2018-10-016-32/+4
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #11502 from nextcloud/share-headerMorris Jobke2018-10-011-1/+3
|\ \ \ | |_|/ |/| | Fix share header text on small widths
| * | Ellipsize long filenames and sharee names in public share page headerJan-Christoph Borchardt2018-10-011-1/+3
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | Merge pull request #11479 from ↵Roeland Jago Douma2018-10-015-734/+1049
|\ \ \ | |/ / |/| | | | | | | | nextcloud/dependabot/npm_and_yarn/apps/accessibility/babel-loader-8.0.4 Bump babel-loader from 7.1.5 to 8.0.4 in /apps/accessibility
| * | Bump babel env and buildJohn Molakvoæ (skjnldsv)2018-10-015-730/+934
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Bump babel-loader from 7.1.5 to 8.0.4 in /apps/accessibilitydependabot[bot]2018-10-012-9/+125
| | | | | | | | | | | | | | | | | | | | | | | | Bumps [babel-loader](https://github.com/babel/babel-loader) from 7.1.5 to 8.0.4. - [Release notes](https://github.com/babel/babel-loader/releases) - [Changelog](https://github.com/babel/babel-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel-loader/compare/v7.1.5...v8.0.4) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | Merge pull request #11476 from ↵Roeland Jago Douma2018-10-012-130/+114
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/apps/updatenotification/webpack-4.20.2 Bump webpack from 4.19.1 to 4.20.2 in /apps/updatenotification
| * | | Bump webpack from 4.19.1 to 4.20.2 in /apps/updatenotificationdependabot[bot]2018-10-012-130/+114
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.19.1 to 4.20.2. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.19.1...v4.20.2) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | | Merge pull request #11483 from nextcloud/twofactor_backupcodes-babelChristoph Wurst2018-10-012-11/+9
|\ \ \ \ | |/ / / |/| | | Remove unwanted dependencies
| * | | Remove unwanted dependenciesJohn Molakvoæ (skjnldsv)2018-10-012-11/+9
| |/ / | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Merge pull request #11481 from ↵dependabot[bot]2018-10-012-9/+14
|\ \ \ | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/apps/accessibility/webpack-cli-3.1.2
| * | | Bump webpack-cli from 3.1.1 to 3.1.2 in /apps/accessibilitydependabot[bot]2018-10-012-9/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/webpack/webpack-cli/releases) - [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-cli/compare/v3.1.1...v3.1.2) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | | Merge pull request #11444 from nextcloud/feature/11413/handlebars_compile_stepChristoph Wurst2018-10-011-1/+1
|\ \ \ \ | |/ / / |/| | | Simple handlebars CI step
| * | | Bump templates to handlebars 4.0.12Roeland Jago Douma2018-09-281-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #11478 from ↵Roeland Jago Douma2018-10-012-8/+13
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/apps/oauth2/webpack-cli-3.1.2 Bump webpack-cli from 3.1.1 to 3.1.2 in /apps/oauth2
| * | | | Bump webpack-cli from 3.1.1 to 3.1.2 in /apps/oauth2dependabot[bot]2018-10-012-8/+13
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/webpack/webpack-cli/releases) - [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-cli/compare/v3.1.1...v3.1.2) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | | Merge pull request #11477 from ↵Roeland Jago Douma2018-10-012-121/+110
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/apps/accessibility/webpack-4.20.2 Bump webpack from 4.19.1 to 4.20.2 in /apps/accessibility
| * | | | Bump webpack from 4.19.1 to 4.20.2 in /apps/accessibilitydependabot[bot]2018-10-012-121/+110
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.19.1 to 4.20.2. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.19.1...v4.20.2) Signed-off-by: dependabot[bot] <support@dependabot.com>
* / / / Bump webpack-cli from 3.1.1 to 3.1.2 in /apps/updatenotificationdependabot[bot]2018-10-012-10/+15
|/ / / | | | | | | | | | | | | | | | | | | | | | Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/webpack/webpack-cli/releases) - [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-cli/compare/v3.1.1...v3.1.2) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | [tx-robot] updated from transifexNextcloud bot2018-10-0126-18/+94
| | |
* | | [tx-robot] updated from transifexNextcloud bot2018-09-3028-10/+104
| | |
* | | Merge pull request #11445 from ↵Roeland Jago Douma2018-09-292-118/+107
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/apps/oauth2/webpack-4.20.2 Bump webpack from 4.19.1 to 4.20.2 in /apps/oauth2
| * | | Bump webpack from 4.19.1 to 4.20.2 in /apps/oauth2dependabot[bot]2018-09-282-118/+107
| |/ / | | | | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.19.1 to 4.20.2. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.19.1...v4.20.2) Signed-off-by: dependabot[bot] <support@dependabot.com>
* / / [tx-robot] updated from transifexNextcloud bot2018-09-29152-558/+598
|/ /
* | Merge pull request #11432 from nextcloud/assemblystream-eofMorris Jobke2018-09-281-1/+1
|\ \ | | | | | | AssemblyStream is also eof if we have no more source stream
| * | AssemblyStream is also eof if we have no more source streamRobin Appelman2018-09-281-1/+1
| |/ | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #11037 from nextcloud/trash-webui-davMorris Jobke2018-09-2817-710/+387
|\ \ | | | | | | Use trashbin dav endpoint to list trash in webui
| * | fix trashbin js testsRobin Appelman2018-09-261-143/+141
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | use dav trashbin api for restoreRobin Appelman2018-09-202-48/+33
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | use dav trash api for removing from trashbinRobin Appelman2018-09-202-73/+67
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | remove old trashbin apiRobin Appelman2018-09-204-232/+0
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | remove old trashbin endpointRobin Appelman2018-09-202-50/+0
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | Use trashbin dav endpoint to list trash in webuiRobin Appelman2018-09-201-43/+39
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | expose additional props from trashbin sabre endpointRobin Appelman2018-09-209-130/+116
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | [tx-robot] updated from transifexNextcloud bot2018-09-2870-174/+282
| | |