summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #19185 from nextcloud/enh/move_token_logic_to_token_settingsRoeland Jago Douma2020-01-294-20/+25
|\ | | | | Move can create token logic
| * Move can create token logicRoeland Jago Douma2020-01-294-20/+25
| | | | | | | | | | | | | | It makes sense to have this in the actual authtoken settings. As well. This is where it is used. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #19186 from nextcloud/bugfix/noid/fix-flow-errorblizzz2020-01-291-1/+1
|\ \ | | | | | | Fix "Call to undefined method OCA\\WorkflowEngine\\Entity\\File::t()"
| * | Fix "Call to undefined method OCA\\WorkflowEngine\\Entity\\File::t()"Joas Schilling2020-01-291-1/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #19174 from ↵Roeland Jago Douma2020-01-299-0/+372
|\ \ \ | |/ / |/| | | | | | | | nextcloud/enh/settings/admin_sectorions_to_proper_app Move admin sections to settings app
| * | Move admin sections to settings appRoeland Jago Douma2020-01-289-0/+372
| |/ | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / [tx-robot] updated from transifexNextcloud bot2020-01-29148-40/+506
|/
* Merge pull request #19168 from ↵blizzz2020-01-286-0/+189
|\ | | | | | | | | nextcloud/enh/settings/personal_sections_to_proper_app Move the Personal sections to the settings app
| * Move the Personal sections to the settings appRoeland Jago Douma2020-01-286-0/+189
| | | | | | | | | | | | | | | | There is no need to have weird magic in the manager. This should be properly registered in the right way. The settings code is messy anyways. This is a start to make it a tad more clean. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #19164 from nextcloud/dependabot/variousRoeland Jago Douma2020-01-2836-116/+116
|\ \ | | | | | | Dependabot/various
| * | Merge multiple dependabots updatesJohn Molakvoæ (skjnldsv)2020-01-2736-116/+116
| |/ | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* / [tx-robot] updated from transifexNextcloud bot2020-01-2820-24/+130
|/
* [tx-robot] updated from transifexNextcloud bot2020-01-2710-36/+36
|
* Merge pull request #19115 from nextcloud/fix/share_accepting/do_not_use_node_yetRoeland Jago Douma2020-01-261-2/+2
|\ | | | | Use the target for file notifications
| * Use the target for file notificationsRoeland Jago Douma2020-01-241-2/+2
| | | | | | | | | | | | | | The node is not yet accessible if you did not accept the share yet. So trying to get it results in an acception. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Bump @nextcloud/vue from 1.2.5 to 1.2.7dependabot-preview[bot]2020-01-2632-257/+257
| | | | | | | | | | | | | | | | | | Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 1.2.5 to 1.2.7. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v1.2.5...V1.2.7) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2020-01-2514-14/+28
| |
* | Merge pull request #19116 from nextcloud/fix/19104/fix-bundle-viewblizzz2020-01-246-8/+10
|\ \ | | | | | | apps can have polyamorous relationships with bundles
| * | Compile assetsnpmbuildbot[bot]2020-01-244-6/+6
| | | | | | | | | | | | Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
| * | apps can have polyamorous relationships with bundlesArthur Schiwon2020-01-242-2/+4
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Merge pull request #19113 from ↵Joas Schilling2020-01-241-1/+1
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/19112/do-not-invert-avatars-in-dark-mode Do not invert avatar colors when dark theme is enabled
| * | | Do not invert avatar colors when dark theme is enabledMarco Ambrosini2020-01-241-1/+1
| | |/ | |/| | | | | | | Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
* | | Merge pull request #19100 from nextcloud/refactor/leafo-to-scssphpRoeland Jago Douma2020-01-242-4/+4
|\ \ \ | | | | | | | | Migrate leafo/scssphp to scssphp/scssphp
| * | | Migrate leafo/scssphp to scssphp/scssphpChristoph Wurst2020-01-232-4/+4
| | |/ | |/| | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #19109 from nextcloud/bugfix/18528/dark-theme-last-modifiedRoeland Jago Douma2020-01-241-6/+5
|\ \ \ | | | | | | | | Adjust filelist color handling to new dark theme value
| * | | Adjust filelist color handling to new dark theme valueJulius Härtl2020-01-241-6/+5
| | |/ | |/| | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #19110 from nextcloud/backpost/recommended_apps/masterRoeland Jago Douma2020-01-246-3938/+4716
|\ \ \ | |/ / |/| | Update recommended apps
| * | Fix width and iconRoeland Jago Douma2020-01-246-3938/+4716
| |/ | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | Merge pull request #18913 from nextcloud/bugfix/fix_multiselect_actionsRoeland Jago Douma2020-01-241-23/+13
|\ \ | | | | | | fix multiselect actions for files
| * | Make sure the whole file list header is sticky and properly stacks to other ↵Julius Härtl2020-01-171-24/+14
| | | | | | | | | | | | | | | | | | headers Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | fix multiselect actions for filesGretaD2020-01-151-1/+1
| | | | | | | | | | | | Signed-off-by: GretaD <gretadoci@gmail.com>
* | | [tx-robot] updated from transifexNextcloud bot2020-01-2442-10/+52
| |/ |/|
* | [tx-robot] updated from transifexNextcloud bot2020-01-23146-622/+702
| |
* | Migrate to @nextcloud/vue 1.x.xJohn Molakvoæ (skjnldsv)2020-01-2266-1785/+1897
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #18929 from nextcloud/enh/sidebar/promiseJohn Molakvoæ2020-01-225-67/+63
|\ \ | | | | | | Allow to await the sidebar
| * | Close handlingJohn Molakvoæ (skjnldsv)2020-01-225-25/+22
| | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
| * | Allow to await the sidebarJohn Molakvoæ (skjnldsv)2020-01-223-43/+42
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Merge pull request #19041 from GrayFix/fix-admin_audit-previewRoeland Jago Douma2020-01-221-1/+1
|\ \ \ | |/ / |/| | mb substring in audit_log
| * | Update Application.phpGrayFix2020-01-221-1/+1
| | | | | | | | | | | | | | | | | | Fix corruption for logging internal path with multibyte characters in file preview event Signed-off-by: GrayFix <grayfix@gmail.com>
* | | Merge pull request #19054 from nextcloud/theming/use-fbiconRoeland Jago Douma2020-01-221-1/+1
|\ \ \ | | | | | | | | Use themed favicon-fb
| * | | Use themed favicon-fbJulius Härtl2020-01-211-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | [tx-robot] updated from transifexNextcloud bot2020-01-2210-4/+26
| | | |
* | | | Compile assetsnpmbuildbot[bot]2020-01-212-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | | Compile templatesJohn Molakvoæ (skjnldsv)2020-01-214-136/+321
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | Fix app updatesRoeland Jago Douma2020-01-2125-50/+50
| |/ / |/| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | [tx-robot] updated from transifexNextcloud bot2020-01-2134-82/+238
| | |
* | | Merge pull request #18992 from ↵Roeland Jago Douma2020-01-204-17/+17
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud/paths-1.1.0 Bump @nextcloud/paths from 1.0.0 to 1.1.0
| * | | Bump @nextcloud/paths from 1.0.0 to 1.1.0dependabot-preview[bot]2020-01-204-17/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps @nextcloud/paths from 1.0.0 to 1.1.0. Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | | Bump vue-router from 3.1.3 to 3.1.5dependabot-preview[bot]2020-01-202-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [vue-router](https://github.com/vuejs/vue-router) from 3.1.3 to 3.1.5. - [Release notes](https://github.com/vuejs/vue-router/releases) - [Changelog](https://github.com/vuejs/vue-router/blob/dev/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue-router/compare/v3.1.3...v3.1.5) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | | Merge pull request #18989 from ↵Roeland Jago Douma2020-01-2016-59/+59
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/chenfengyuan/vue-qrcode-1.0.2 Bump @chenfengyuan/vue-qrcode from 1.0.1 to 1.0.2