summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #14412 from nextcloud/fileinfo-raw-sizeMorris Jobke2019-02-281-3/+3
|\ | | | | add option to get raw size (without submounts) from fileinfo
| * add option to get raw size (without submounts) from fileinfoRobin Appelman2019-02-271-3/+3
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Update assetsRoeland Jago Douma2019-02-288-14/+14
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #14410 from ↵Roeland Jago Douma2019-02-282-45/+105
|\ \ | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud-vue-0.8.0 Bump nextcloud-vue from 0.6.3 to 0.8.0
| * | Bump nextcloud-vue from 0.6.3 to 0.8.0dependabot[bot]2019-02-272-45/+105
| | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [nextcloud-vue](https://github.com/nextcloud/nextcloud-vue) from 0.6.3 to 0.8.0. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v0.6.3...v0.8.0) Signed-off-by: dependabot[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | [tx-robot] updated from transifexNextcloud bot2019-02-2810-104/+124
| | |
* | | Merge pull request #13844 from ↵Morris Jobke2019-02-271-5/+4
|\ \ \ | |/ / |/| | | | | | | | felixn/bugfix/10862-trash-bin-ignores-trashbin_retention_obligation Bugfix for issue 10862: Trash-bin ignores trashbin_retention_obligation
| * | Fix for issue 10862: calculation of free space ignores external storage ↵Felix Nieuwenhuizen2019-01-261-5/+4
| | | | | | | | | | | | | | | | | | (doesn't count towards quota) Signed-off-by: Felix Nieuwenhuizen <felix@tdlrali.com>
* | | Merge pull request #14399 from ↵blizzz2019-02-273-3/+6
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/feature/noid/fix-top-margin-special-updater-url Fix top margin for info text when non-default updater server URL is used
| * | | Fix top margin for info text when non-default updater server URL is usedMorris Jobke2019-02-273-3/+6
| | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | Do not register unexisting sectionJoas Schilling2019-02-271-1/+0
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #14389 from nextcloud/dav-photo-propJohn Molakvoæ2019-02-274-0/+104
|\ \ \ \ | | | | | | | | | | Add HasPhoto DAV plugin
| * | | | Add HasPhoto DAV pluginJohn Molakvoæ (skjnldsv)2019-02-274-0/+104
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2019-02-27140-1490/+1492
| | | | |
* | | | | Search sharees on lookup server when explicitly requested by userChristoph Wurst2019-02-265-4/+12
|/ / / / | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #14342 from ↵Morris Jobke2019-02-262-8/+6
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | nextcloud/bugfix/13911-occ-files-scan-elapsedtime-not-good-after-1day Fix occ files:scan elapsed time
| * | | Fix occ files:scan-app-data elapsed timeJoel S2019-02-222-5/+4
| | | | | | | | | | | | | | | | Signed-off-by: Joel S <joel.devbox@protonmail.com>
| * | | Fix-13911-occ-files-scan-elapsed-timeJoel S2019-02-221-4/+3
| | | | | | | | | | | | | | | | Signed-off-by: Joel S <joel.devbox@protonmail.com>
* | | | Merge pull request #14251 from tomasz-grobelny/upload_reliability_improvementsRoeland Jago Douma2019-02-263-68/+120
|\ \ \ \ | | | | | | | | | | Limit number of simultaneous MKCOL requests to server to increase upload reliability
| * | | | Fix unit testsTomasz Grobelny2019-02-201-49/+95
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tomasz Grobelny <tomasz@grobelny.net>
| * | | | Limit number of simultaneous MKCOL requests to server to increase upload ↵Tomasz Grobelny2019-02-162-19/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | reliability Signed-off-by: Tomasz Grobelny <tomasz@grobelny.net>
* | | | | Move comments to webpackRoeland Jago Douma2019-02-2626-18/+64
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | [tx-robot] updated from transifexNextcloud bot2019-02-2616-0/+16
| | | | |
* | | | | Merge pull request #13514 from nextcloud/fix-public-grid-toggleMorris Jobke2019-02-252-7/+11
|\ \ \ \ \ | |_|_|/ / |/| | | | Fix grid toggle button on public page
| * | | | Fix grid toggle button on public pageJohn Molakvoæ (skjnldsv)2019-02-212-7/+11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | Build assetsRoeland Jago Douma2019-02-256-561/+71
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Show sharing recommendationsChristoph Wurst2019-02-259-72/+734
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | [tx-robot] updated from transifexNextcloud bot2019-02-2530-30/+26
| | | | |
* | | | | Merge pull request #14349 from nextcloud/rakekniven-patch-1Roeland Jago Douma2019-02-241-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Fixed grammar
| * | | | | Fixed grammarrakekniven2019-02-221-1/+1
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | Reported at Transifex. Signed-off-by: Mark Ziegler <mark.ziegler@rakekniven.de>
* | | | | [tx-robot] updated from transifexNextcloud bot2019-02-246-10/+26
| | | | |
* | | | | [tx-robot] updated from transifexNextcloud bot2019-02-2310-30/+86
|/ / / /
* | | | Merge pull request #14332 from nextcloud/bugfix/13098-unsafe-array-accessRoeland Jago Douma2019-02-221-1/+1
|\ \ \ \ | | | | | | | | | | Fix unsafe array access
| * | | | Check if array element is present before accessDaniel Kesselberg2019-02-221-1/+1
| |/ / / | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | Merge pull request #13800 from nextcloud/design/settings-accessibilityJan-Christoph Borchardt2019-02-226-69/+99
|\ \ \ \ | | | | | | | | | | Design work on accessibility settings
| * | | | Fix html rendering and default checkboxJohn Molakvoæ (skjnldsv)2019-02-214-6/+21
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | Convert to Raw HTML approach, first tryJan-Christoph Borchardt2019-02-211-4/+17
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | | | Adjust link style to how we do it on log in screeenJan-Christoph Borchardt2019-02-211-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | | | Fix CSS typo in accessibility cssJan-Christoph Borchardt2019-02-211-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | | | Accessibility settings: Proof of concept of better keyboard focus feedbackJan-Christoph Borchardt2019-02-211-3/+18
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | | | Accessibility settings: More vertical whitespace between optionsJan-Christoph Borchardt2019-02-211-2/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | | | Accessibility settings: Add theme name to checkbox labelJan-Christoph Borchardt2019-02-211-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | | | Accessibility: Simplify design, more obvious selectabilityJan-Christoph Borchardt2019-02-214-60/+47
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | | | Accessibility: Add description text, simplify structureJan-Christoph Borchardt2019-02-211-15/+16
| |/ / / | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | Merge pull request #14066 from nextcloud/feature/noid/casted-system-valuesJoas Schilling2019-02-223-3/+4
|\ \ \ \ | | | | | | | | | | Get typed system values
| * | | | Fix unit testsJoas Schilling2019-02-221-1/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Make sure maintenance mode is always casted to boolJoas Schilling2019-02-222-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2019-02-2214-46/+62
| | | | |
* | | | | 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>