]>
source.dussan.org Git - nextcloud-server.git/log
Roeland Jago Douma [Mon, 28 Oct 2019 19:27:59 +0000 (20:27 +0100)]
Add notification for shares about to expire
Introduces a new command that will create notifications for users if
they have shares that will expire the next day.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Thu, 31 Oct 2019 18:30:28 +0000 (19:30 +0100)]
Merge pull request #17683 from nextcloud/enh/login-flow-v2-polish
Polish login flow v2
Roeland Jago Douma [Thu, 31 Oct 2019 18:28:29 +0000 (19:28 +0100)]
Merge pull request #17739 from nextcloud/enh/share/filter
Get all shares iterable
Roeland Jago Douma [Thu, 31 Oct 2019 15:17:31 +0000 (16:17 +0100)]
Merge pull request #17670 from nextcloud/fix/noid/collapsing-spaces-in-move-again
Fix spaces being collapsed in move dialog again
Roeland Jago Douma [Thu, 31 Oct 2019 14:54:38 +0000 (15:54 +0100)]
Merge pull request #17745 from coliff/patch-1
Remove unnedeed IE8 CSS
Roeland Jago Douma [Thu, 31 Oct 2019 14:54:20 +0000 (15:54 +0100)]
Merge pull request #17755 from nextcloud/fix/external-storage-group-checkboxes
Bring back external storage group select delete
Roeland Jago Douma [Thu, 31 Oct 2019 14:53:42 +0000 (15:53 +0100)]
Merge pull request #17756 from nextcloud/fixbug/17719/fix_menu_action_mobile
fix action menu on mobile
Roeland Jago Douma [Thu, 31 Oct 2019 07:44:54 +0000 (08:44 +0100)]
Merge pull request #17759 from Schneidoa/fix/17661/unlink
unlink(....): No such file or directory at ..../lib/private/Preview/Movie.php#98
Daniel Schneider [Wed, 30 Oct 2019 19:00:21 +0000 (20:00 +0100)]
#17661
Greta Doci [Wed, 30 Oct 2019 15:19:18 +0000 (16:19 +0100)]
fix action menu on mobile
Signed-off-by: Greta Doci <gretadoci@gmail.com>
John Molakvoæ (skjnldsv) [Wed, 30 Oct 2019 15:13:54 +0000 (16:13 +0100)]
Bring back external storage group select delete
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Daniel Calviño Sánchez [Wed, 30 Oct 2019 13:27:17 +0000 (14:27 +0100)]
Add unit tests for "getAllShares()"
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Daniel Calviño Sánchez [Wed, 30 Oct 2019 13:26:37 +0000 (14:26 +0100)]
fixup! Get all shares as iterable
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Roeland Jago Douma [Wed, 30 Oct 2019 09:54:42 +0000 (10:54 +0100)]
Merge pull request #17674 from nextcloud/enh/do_not_show_footer_sub
Do not show 'Get your own free account' on services under subscription
Roeland Jago Douma [Tue, 29 Oct 2019 15:56:06 +0000 (16:56 +0100)]
Get all shares as iterable
Sometimes we need all shares or rather a specific subset of shares but
creating dedicated functions is a pain. This just returns an iterable
object for all shares so we can loop over them without allocating all
the memory on the system.
It should not be used by any user called code. But in an occ command or
background job it is fine IMO.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Christian Oliff [Wed, 30 Oct 2019 07:18:56 +0000 (16:18 +0900)]
Remove unnedeed IE8 CSS
IE8 is not supported at all by Microsoft, has a tiny marketshare and doesn't work with Nextcloud anyway (as Nextcloud uses jQuery 2.x which doesn't work with IE8)
Roeland Jago Douma [Tue, 29 Oct 2019 20:09:26 +0000 (21:09 +0100)]
Merge pull request #17562 from nextcloud/techdebt/17509/log-error-when-setting-up-application-incorrectly
Log an error in development cases when the application class was set …
Roeland Jago Douma [Tue, 29 Oct 2019 20:07:01 +0000 (21:07 +0100)]
Merge pull request #17741 from nextcloud/fix/no_contructor_in_interface
Remove constructor from IProvderFactory interface
Roeland Jago Douma [Tue, 29 Oct 2019 19:38:16 +0000 (20:38 +0100)]
Merge pull request #17740 from nextcloud/fix/17479/always-return-schema
Return null from migration to match with typehint
Roeland Jago Douma [Tue, 29 Oct 2019 18:29:38 +0000 (19:29 +0100)]
Having the contructor in the interface makes no sense...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Daniel Kesselberg [Tue, 29 Oct 2019 17:14:38 +0000 (18:14 +0100)]
Return $schema on change and null otherwise
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
John Molakvoæ [Tue, 29 Oct 2019 13:48:30 +0000 (14:48 +0100)]
Add OCA.Files.Sidebar and migrate sharing (#15719)
Add OCA.Files.Sidebar and migrate sharing
npmbuildbot[bot] [Mon, 28 Oct 2019 06:46:16 +0000 (06:46 +0000)]
Compile assets
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
John Molakvoæ (skjnldsv) [Thu, 24 Oct 2019 13:51:56 +0000 (15:51 +0200)]
Fix current user edit/delete permissions
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
John Molakvoæ (skjnldsv) [Wed, 23 Oct 2019 16:40:48 +0000 (18:40 +0200)]
Fix legacy tab backbone fileinfo change
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
John Molakvoæ (skjnldsv) [Wed, 23 Oct 2019 09:41:47 +0000 (11:41 +0200)]
Fix triggering favorite file actions on the file list
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
John Molakvoæ (skjnldsv) [Wed, 16 Oct 2019 19:46:31 +0000 (21:46 +0200)]
Adjust acceptance tests to new OCA.Sidebar
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
John Molakvoæ (skjnldsv) [Wed, 16 Oct 2019 19:46:31 +0000 (21:46 +0200)]
Adjust unit tests to new OCA.Sidebar
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
John Molakvoæ (skjnldsv) [Mon, 14 Oct 2019 20:55:58 +0000 (22:55 +0200)]
Prevent multiple systemtags views
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
John Molakvoæ (skjnldsv) [Thu, 10 Oct 2019 09:26:15 +0000 (11:26 +0200)]
Add LoadSidebar event
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
John Molakvoæ (skjnldsv) [Wed, 9 Oct 2019 05:53:30 +0000 (07:53 +0200)]
Systemtags and external actions update
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Julius Härtl [Tue, 9 Jul 2019 13:00:41 +0000 (15:00 +0200)]
Add ShareTabSections service to register sections in the share tab
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Tue, 9 Jul 2019 10:49:09 +0000 (12:49 +0200)]
Add projects view to sidebar
Signed-off-by: Julius Härtl <jus@bitgrid.net>
John Molakvoæ (skjnldsv) [Thu, 23 May 2019 15:03:04 +0000 (17:03 +0200)]
Transpile also dependencies in node_modules
Some of the dependencies in node_modules, such as "p-queue", are not ES5
compatible, so they need to be transpiled to work in older browsers like
Internet Explorer 11.
Besides not excluding the dependencies for babel-loader in
"webpack.common.js" the global Babel configuration must be defined in
"babel.config.js", as in Babel 7.X, when ".babelrc.js" is used, all the
dependencies in "node_modules" are ignored (even if whitelisted in the
configuration file itself).
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
John Molakvoæ (skjnldsv) [Thu, 23 May 2019 15:03:04 +0000 (17:03 +0200)]
Add OCA.Files.Sidebar
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
John Molakvoæ (skjnldsv) [Thu, 23 May 2019 15:03:04 +0000 (17:03 +0200)]
Extend data returned when searching remote shares
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Roeland Jago Douma [Tue, 29 Oct 2019 07:33:53 +0000 (08:33 +0100)]
Merge pull request #17730 from nextcloud/fix/15048/search_mimetype_like
Fix DAV mimetype search
Nextcloud bot [Tue, 29 Oct 2019 02:15:20 +0000 (02:15 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Mon, 28 Oct 2019 20:56:05 +0000 (21:56 +0100)]
Fix DAV mimetype search
Fixes #15048
Catches the case where a full mimetype is sumbitted in the where like
clause. Before we didn't catch this and it was just forwarded as is
causing invalid queries.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
John Molakvoæ [Mon, 28 Oct 2019 14:14:32 +0000 (15:14 +0100)]
Merge pull request #17521 from R0Wi/master
Quickfix #17515
Roeland Jago Douma [Mon, 28 Oct 2019 12:59:09 +0000 (13:59 +0100)]
Merge pull request #17712 from nextcloud/enh/limit_hardening/database/user
Make sure limit is never negative
Roeland Jago Douma [Mon, 28 Oct 2019 12:58:35 +0000 (13:58 +0100)]
Merge pull request #17173 from nextcloud/feature/event-broadcasting
Make it possible to broadcast events to (web) clients
Christoph Wurst [Mon, 16 Sep 2019 16:09:43 +0000 (18:09 +0200)]
Make it possible to broadcast events to (web) clients
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Roeland Jago Douma [Mon, 28 Oct 2019 12:07:43 +0000 (13:07 +0100)]
Make sure limit is never negative
There were some cases where a negative limit could be passed in. Which
would happily make the query explode.
This is just a quick hack to make sure it never is negative.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
John Molakvoæ [Mon, 28 Oct 2019 06:36:55 +0000 (07:36 +0100)]
Bump nextcloud-vue from 0.12.6 to 0.12.7 (#17702)
Bump nextcloud-vue from 0.12.6 to 0.12.7
Nextcloud bot [Mon, 28 Oct 2019 02:15:34 +0000 (02:15 +0000)]
[tx-robot] updated from transifex
dependabot-preview[bot] [Mon, 28 Oct 2019 00:13:29 +0000 (00:13 +0000)]
Bump nextcloud-vue from 0.12.6 to 0.12.7
Bumps [nextcloud-vue](https://github.com/nextcloud/nextcloud-vue) from 0.12.6 to 0.12.7.
- [Release notes](https://github.com/nextcloud/nextcloud-vue/releases)
- [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v0.12.6...v0.12.7)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Roeland Jago Douma [Sun, 27 Oct 2019 21:34:49 +0000 (22:34 +0100)]
Merge pull request #17698 from nextcloud/dependabot/npm_and_yarn/build/node-sass-4.13.0
Bump node-sass from 4.12.0 to 4.13.0 in /build
Roeland Jago Douma [Sun, 27 Oct 2019 13:52:27 +0000 (14:52 +0100)]
Merge pull request #17706 from nextcloud/dependabot/npm_and_yarn/nextcloud/axios-0.5.0
Bump @nextcloud/axios from 0.4.2 to 0.5.0
dependabot-preview[bot] [Sun, 27 Oct 2019 10:19:41 +0000 (10:19 +0000)]
Bump @nextcloud/axios from 0.4.2 to 0.5.0
Bumps [@nextcloud/axios](https://github.com/nextcloud/nextcloud-axios) from 0.4.2 to 0.5.0.
- [Release notes](https://github.com/nextcloud/nextcloud-axios/releases)
- [Changelog](https://github.com/nextcloud/nextcloud-axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-axios/compare/v0.4.2...v0.5.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Roeland Jago Douma [Sun, 27 Oct 2019 10:20:45 +0000 (11:20 +0100)]
Merge pull request #17699 from nextcloud/dependabot/npm_and_yarn/build/handlebars-4.4.5
Bump handlebars from 4.4.3 to 4.4.5 in /build
dependabot-preview[bot] [Sun, 27 Oct 2019 10:18:39 +0000 (10:18 +0000)]
Bump handlebars from 4.4.3 to 4.4.5 in /build
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.4.3 to 4.4.5.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.4.3...v4.4.5)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Roeland Jago Douma [Sun, 27 Oct 2019 10:16:58 +0000 (11:16 +0100)]
Merge pull request #17703 from nextcloud/dependabot/npm_and_yarn/handlebars-4.4.5
Bump handlebars from 4.4.3 to 4.4.5
dependabot-preview[bot] [Sun, 27 Oct 2019 07:49:57 +0000 (07:49 +0000)]
Bump handlebars from 4.4.3 to 4.4.5
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.4.3 to 4.4.5.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.4.3...v4.4.5)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Roeland Jago Douma [Sun, 27 Oct 2019 07:48:17 +0000 (08:48 +0100)]
Merge pull request #17704 from nextcloud/dependabot/npm_and_yarn/dompurify-2.0.7
Bump dompurify from 2.0.6 to 2.0.7
dependabot-preview[bot] [Sun, 27 Oct 2019 07:47:52 +0000 (07:47 +0000)]
Bump node-sass from 4.12.0 to 4.13.0 in /build
Bumps [node-sass](https://github.com/sass/node-sass) from 4.12.0 to 4.13.0.
- [Release notes](https://github.com/sass/node-sass/releases)
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/node-sass/compare/v4.12.0...v4.13.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Roeland Jago Douma [Sun, 27 Oct 2019 07:46:10 +0000 (08:46 +0100)]
Merge pull request #17701 from nextcloud/dependabot/npm_and_yarn/node-sass-4.13.0
Bump node-sass from 4.12.0 to 4.13.0
dependabot-preview[bot] [Sun, 27 Oct 2019 02:16:37 +0000 (02:16 +0000)]
Bump dompurify from 2.0.6 to 2.0.7
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.0.6 to 2.0.7.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/2.0.6...2.0.7)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Sun, 27 Oct 2019 02:14:30 +0000 (02:14 +0000)]
Bump node-sass from 4.12.0 to 4.13.0
Bumps [node-sass](https://github.com/sass/node-sass) from 4.12.0 to 4.13.0.
- [Release notes](https://github.com/sass/node-sass/releases)
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/node-sass/compare/v4.12.0...v4.13.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Nextcloud bot [Sun, 27 Oct 2019 02:14:12 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Daniel Kesselberg [Sat, 26 Oct 2019 21:08:52 +0000 (23:08 +0200)]
The loading animation is back
Refactor grant.js to Vanilla JS
Remove id="submit" because of side effects: https://stackoverflow.com/questions/
22982741 /form-submit-jquery-does-not-work
Fix arrow for login flow v1
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Roeland Jago Douma [Sat, 26 Oct 2019 18:32:11 +0000 (20:32 +0200)]
Merge pull request #17691 from nextcloud/enh/17673/fix-first-day-week
Show first day of the week in correct language
Roeland Jago Douma [Sat, 26 Oct 2019 18:31:34 +0000 (20:31 +0200)]
Merge pull request #17693 from nextcloud/enh/unused-test-dependency
Remove unused import Punic\Data
John Molakvoæ [Sat, 26 Oct 2019 14:58:37 +0000 (16:58 +0200)]
Cleanup and do not list current user shares in getShares too (#16789)
Cleanup and do not list current user shares in getShares too
Robin Windey [Sat, 26 Oct 2019 14:44:33 +0000 (16:44 +0200)]
Revert changes and add css-rule to correct file inside files-app
Daniel Kesselberg [Sat, 26 Oct 2019 14:39:05 +0000 (16:39 +0200)]
Remove unused import Punic\Data
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
John Molakvoæ [Sat, 26 Oct 2019 14:38:02 +0000 (16:38 +0200)]
Bump davclient.js from 0.1.3 to 0.2.1 (#17606)
Bump davclient.js from 0.1.3 to 0.2.1
Daniel Kesselberg [Sat, 26 Oct 2019 12:31:38 +0000 (14:31 +0200)]
Show first day of the week in correct language
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Daniel Calviño Sánchez [Fri, 25 Oct 2019 15:02:05 +0000 (17:02 +0200)]
Add more integration tests for getting shares
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
dependabot-preview[bot] [Sat, 26 Oct 2019 11:55:26 +0000 (11:55 +0000)]
Bump davclient.js from 0.1.3 to 0.2.1
Bumps [davclient.js](https://github.com/owncloud/davclient.js) from 0.1.3 to 0.2.1.
- [Release notes](https://github.com/owncloud/davclient.js/releases)
- [Commits](https://github.com/owncloud/davclient.js/compare/
0e5ef1af5d174d9ec10dbe889a415b8f481d5094 ...
1ab200d099a3c2cd2ef919c3a56353ce26865994 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Roeland Jago Douma [Sat, 26 Oct 2019 11:53:30 +0000 (13:53 +0200)]
Merge pull request #17604 from nextcloud/dependabot/npm_and_yarn/nextcloud-vue-collections-0.6.0
Bump nextcloud-vue-collections from 0.5.6 to 0.6.0
Roeland Jago Douma [Sat, 26 Oct 2019 11:53:01 +0000 (13:53 +0200)]
Merge pull request #17626 from nextcloud/fix/weird_kde/loginflowv2
Fix weird KDE bug with loginflowv2
Roeland Jago Douma [Sat, 26 Oct 2019 10:13:58 +0000 (12:13 +0200)]
Merge pull request #17673 from nextcloud/fix/lang/locale/jshelper/mess
Fix jsConfigHelper lang/locale mixup
Nextcloud bot [Sat, 26 Oct 2019 02:15:17 +0000 (02:15 +0000)]
[tx-robot] updated from transifex
John Molakvoæ (skjnldsv) [Mon, 19 Aug 2019 08:53:29 +0000 (10:53 +0200)]
Unify code to get shares of a file or also including subfiles
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
John Molakvoæ (skjnldsv) [Mon, 19 Aug 2019 08:53:29 +0000 (10:53 +0200)]
Filter out duplicated shares before processing them
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Daniel Calviño Sánchez [Fri, 25 Oct 2019 09:15:02 +0000 (11:15 +0200)]
Do not return shares with the current user
Getting the shares of a file no longer returns shares with the current
user for consistency with the results when getting the shares including
subfiles.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Daniel Calviño Sánchez [Fri, 25 Oct 2019 08:45:49 +0000 (10:45 +0200)]
Extract method to get all shares
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Daniel Calviño Sánchez [Fri, 25 Oct 2019 08:40:11 +0000 (10:40 +0200)]
Add missing share types when getting shares of a file
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Daniel Calviño Sánchez [Fri, 25 Oct 2019 08:20:32 +0000 (10:20 +0200)]
Unify share type sorting when getting shares of a file or with subfiles
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Daniel Calviño Sánchez [Fri, 25 Oct 2019 08:15:50 +0000 (10:15 +0200)]
Remove unneeded calls to "ShareManager::shareProviderExists()"
"ShareManager::getSharesBy()" already checks if the share provider
exists before returning the shares and, if the provider does not exist,
it returns an empty array. Therefore it is not needed to explicitly
check if the provider exists or not.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Daniel Calviño Sánchez [Fri, 25 Oct 2019 08:02:06 +0000 (10:02 +0200)]
Add unit tests for getting shares of a file
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Daniel Calviño Sánchez [Fri, 25 Oct 2019 04:31:40 +0000 (06:31 +0200)]
Add unit tests for getting shares including subfiles
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Daniel Kesselberg [Fri, 25 Oct 2019 19:26:41 +0000 (21:26 +0200)]
Move "you can close this window" to newline
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Daniel Kesselberg [Fri, 25 Oct 2019 19:26:19 +0000 (21:26 +0200)]
Add icon-confirm-white to submit button
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Daniel Calviño Sánchez [Thu, 24 Oct 2019 23:54:17 +0000 (01:54 +0200)]
Add integration tests for getting shares including subfiles
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Roeland Jago Douma [Fri, 25 Oct 2019 11:54:39 +0000 (13:54 +0200)]
Do not show 'Get your own free account' on services under subscription
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Fri, 25 Oct 2019 14:33:49 +0000 (16:33 +0200)]
Merge pull request #17678 from nextcloud/enh/nicer_2fa_middleware_check
Harden middleware check
Roeland Jago Douma [Fri, 25 Oct 2019 12:42:00 +0000 (14:42 +0200)]
Harden middleware check
These annotations will allow for extra checks. And thus make it harder
to break things.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
John Molakvoæ [Fri, 25 Oct 2019 12:59:35 +0000 (14:59 +0200)]
fix filename overlapping on mobile (#17469)
fix filename overlapping on mobile
Roeland Jago Douma [Fri, 25 Oct 2019 11:31:19 +0000 (13:31 +0200)]
Cleanup theming mess
* Do not do translations in the constructor. This gets called to early
so there is no user yet. Which means we can't obtain the locale. Which
means we store the wrong translation instance.
* Same for the theming app magic. Just use the parent call when needed.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Fri, 25 Oct 2019 11:29:51 +0000 (13:29 +0200)]
Don't pass in the locale as the language
This messes with the translation of the date names etc.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Daniel Calviño Sánchez [Thu, 24 Oct 2019 23:13:23 +0000 (01:13 +0200)]
Replace fully qualified name with alias
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Nextcloud bot [Fri, 25 Oct 2019 02:15:33 +0000 (02:15 +0000)]
[tx-robot] updated from transifex
Gary Kim [Fri, 25 Oct 2019 01:52:31 +0000 (09:52 +0800)]
Fix spaces being collapsed in move dialog again
Signed-off-by: Gary Kim <gary@garykim.dev>
Nextcloud bot [Thu, 24 Oct 2019 02:15:26 +0000 (02:15 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Wed, 23 Oct 2019 17:51:51 +0000 (19:51 +0200)]
Merge pull request #17640 from nextcloud/refactor/new-browserslist-config-package
Use @nextcloud/browserslist-config
Roeland Jago Douma [Wed, 23 Oct 2019 17:51:17 +0000 (19:51 +0200)]
Merge pull request #17616 from nextcloud/bug/15486/dont-fclose
Remove superfluous fclose
Roeland Jago Douma [Wed, 23 Oct 2019 17:38:59 +0000 (19:38 +0200)]
Merge pull request #17482 from nextcloud/feature/noid/rich-workspace
Allow registering header/footer sections in the file lists
Julius Härtl [Mon, 19 Aug 2019 09:40:42 +0000 (11:40 +0200)]
Allow registering header sections in the file lists
Signed-off-by: Julius Härtl <jus@bitgrid.net>