]>
source.dussan.org Git - nextcloud-server.git/log
Daniel Calviño Sánchez [Sun, 25 Aug 2019 15:18:26 +0000 (17:18 +0200)]
Ignore Enter key up event on menu button toggles
Like links, buttons generate a "click" event as well as the regular
"keydown" and "keyup" events when pressing Enter. Due to this, if both
the "click" and the "keyup" events are handled, when the menu is open
and Enter is pressed in the toggle the menu is first hidden when the
first event is handled, but then shown again when the second event is
handled. To prevent that only the "click" event should be handled when
the toggle is a button, like it is already done with links.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Nextcloud bot [Thu, 29 Aug 2019 02:15:00 +0000 (02:15 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Wed, 28 Aug 2019 18:34:03 +0000 (20:34 +0200)]
Merge pull request #16837 from nextcloud/backport/16820/16
[stable16] Change access handling of projects
Roeland Jago Douma [Wed, 28 Aug 2019 18:33:11 +0000 (20:33 +0200)]
Merge pull request #16909 from nextcloud/backport/16879/stable16
[stable16] Only run integration tests when PHP was modified
Joas Schilling [Tue, 27 Aug 2019 09:31:15 +0000 (11:31 +0200)]
Only run integration tests when PHP was modified
Signed-off-by: Joas Schilling <coding@schilljs.com>
Roeland Jago Douma [Wed, 28 Aug 2019 07:02:57 +0000 (09:02 +0200)]
Merge pull request #16891 from nextcloud/backport/15993/stable16
[stable16] Properly redirect if accessing invalid file though /f/ entrypoint
Roeland Jago Douma [Wed, 28 Aug 2019 07:02:08 +0000 (09:02 +0200)]
Merge pull request #16883 from nextcloud/backport/16875/stable16
[stable16] Use custom client URL in welcome emails
Roeland Jago Douma [Wed, 28 Aug 2019 06:43:55 +0000 (08:43 +0200)]
Merge pull request #16896 from nextcloud/dependabot/npm_and_yarn/stable16/mixin-deep-1.3.2
[Security] Bump mixin-deep from 1.3.1 to 1.3.2
Nextcloud bot [Wed, 28 Aug 2019 02:15:35 +0000 (02:15 +0000)]
[tx-robot] updated from transifex
dependabot-preview[bot] [Tue, 27 Aug 2019 18:07:16 +0000 (18:07 +0000)]
[Security] Bump mixin-deep from 1.3.1 to 1.3.2
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. **This update includes a security fix.**
- [Release notes](https://github.com/jonschlinkert/mixin-deep/releases)
- [Commits](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Julius Härtl [Tue, 18 Jun 2019 11:09:38 +0000 (13:09 +0200)]
Properly redirect if accessing invalid file though /f/ entrypoint
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Tue, 27 Aug 2019 08:22:54 +0000 (10:22 +0200)]
Mock client URL in new user mail tests
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Tue, 27 Aug 2019 06:09:25 +0000 (08:09 +0200)]
Use custom client URL in welcome emails
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Nextcloud bot [Tue, 27 Aug 2019 02:15:28 +0000 (02:15 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Mon, 26 Aug 2019 02:14:42 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 25 Aug 2019 02:14:10 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Sat, 24 Aug 2019 07:28:40 +0000 (09:28 +0200)]
Merge pull request #16848 from nextcloud/backport/16847/stable16
[stable16] Only add the app-itunes-app tag if the id is set
Nextcloud bot [Sat, 24 Aug 2019 02:15:17 +0000 (02:15 +0000)]
[tx-robot] updated from transifex
Julius Härtl [Fri, 23 Aug 2019 14:17:09 +0000 (16:17 +0200)]
Only add the app-itunes-app tag if the id is set
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Nextcloud bot [Fri, 23 Aug 2019 02:19:36 +0000 (02:19 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Thu, 22 Aug 2019 14:14:00 +0000 (16:14 +0200)]
Merge pull request #16826 from nextcloud/backport/16808/stable16
[stable16] Undefined variable response when server is no nextcloud anymore
Joas Schilling [Wed, 21 Aug 2019 07:12:42 +0000 (09:12 +0200)]
Add a repair step to clear the projects access cache
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Wed, 21 Aug 2019 07:12:01 +0000 (09:12 +0200)]
Change the logic so projects are only shown when you can access all resources
Signed-off-by: Joas Schilling <coding@schilljs.com>
Nextcloud bot [Thu, 22 Aug 2019 02:14:42 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Joas Schilling [Tue, 20 Aug 2019 10:54:58 +0000 (12:54 +0200)]
Undefined variable response when server is no nextcloud anymore
Signed-off-by: Joas Schilling <coding@schilljs.com>
blizzz [Tue, 20 Aug 2019 08:18:29 +0000 (10:18 +0200)]
Merge pull request #16802 from nextcloud/backport/16793/stable16
[stable16] Filter more configs
Joas Schilling [Mon, 19 Aug 2019 14:29:42 +0000 (16:29 +0200)]
Filter more configs
Signed-off-by: Joas Schilling <coding@schilljs.com>
Nextcloud bot [Tue, 20 Aug 2019 02:14:56 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Mon, 19 Aug 2019 02:15:05 +0000 (02:15 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 18 Aug 2019 02:15:47 +0000 (02:15 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 17 Aug 2019 02:15:09 +0000 (02:15 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Fri, 16 Aug 2019 02:14:24 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Thu, 15 Aug 2019 17:41:42 +0000 (19:41 +0200)]
Merge pull request #16745 from nextcloud/backport/16154/stable16
[stable16] Make possible to focus grid/list view toggle via keyboard
John Molakvoæ [Thu, 15 Aug 2019 14:39:30 +0000 (16:39 +0200)]
[stable16] Rename delete label to Delete folder/file (#16743)
[stable16] Rename delete label to Delete folder/file
John Molakvoæ (skjnldsv) [Wed, 14 Aug 2019 14:45:26 +0000 (16:45 +0200)]
Always put the gridview toggle on the visible part of the page
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
John Molakvoæ (skjnldsv) [Wed, 14 Aug 2019 16:27:12 +0000 (18:27 +0200)]
Rename delete label to Delete folder/file
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Nextcloud bot [Thu, 15 Aug 2019 02:14:42 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Wed, 14 Aug 2019 18:00:44 +0000 (20:00 +0200)]
Merge pull request #16733 from nextcloud/version/16.0.4/final
16.0.4
Nextcloud bot [Wed, 14 Aug 2019 02:15:08 +0000 (02:15 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Tue, 13 Aug 2019 12:26:23 +0000 (14:26 +0200)]
16.0.4
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Nextcloud bot [Tue, 13 Aug 2019 02:14:46 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Mon, 12 Aug 2019 02:14:55 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 11 Aug 2019 02:15:35 +0000 (02:15 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 10 Aug 2019 02:14:56 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Fri, 9 Aug 2019 02:14:22 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Thu, 8 Aug 2019 18:34:48 +0000 (20:34 +0200)]
Merge pull request #16677 from nextcloud/version/16.0.4/RC1
16.0.4 RC1
Roeland Jago Douma [Wed, 7 Aug 2019 12:13:53 +0000 (14:13 +0200)]
16.0.4 RC1
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Thu, 8 Aug 2019 17:17:27 +0000 (19:17 +0200)]
Merge pull request #16695 from nextcloud/backport/16638/stable16
[stable16] delay sending event from app init to when they are needed
Roeland Jago Douma [Thu, 8 Aug 2019 09:07:25 +0000 (11:07 +0200)]
Merge pull request #16691 from nextcloud/backport/16683/stable16
[stable16] Fix enable/disable user audit message
Arthur Schiwon [Fri, 2 Aug 2019 11:17:55 +0000 (13:17 +0200)]
delay sending event from app init to when they are needed
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Roeland Jago Douma [Thu, 8 Aug 2019 07:59:38 +0000 (09:59 +0200)]
Merge pull request #16689 from nextcloud/backport/16686/stable16
[stable16] Properly return an int in the getId function of the cache
John Molakvoæ (skjnldsv) [Wed, 7 Aug 2019 15:50:59 +0000 (17:50 +0200)]
Fix enable/disable user audit message
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Roeland Jago Douma [Wed, 7 Aug 2019 18:38:42 +0000 (20:38 +0200)]
Properly return an int in the getId function of the cache
fixes #16684
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Nextcloud bot [Thu, 8 Aug 2019 02:14:51 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
John Molakvoæ [Wed, 7 Aug 2019 06:39:02 +0000 (08:39 +0200)]
[stable16] Fix ie app menu loading click (#16668)
[stable16] Fix ie app menu loading click
Nextcloud bot [Wed, 7 Aug 2019 02:14:45 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
John Molakvoæ (skjnldsv) [Tue, 6 Aug 2019 18:02:36 +0000 (20:02 +0200)]
Fix ie app menu loading click
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
blizzz [Tue, 6 Aug 2019 08:58:14 +0000 (10:58 +0200)]
Merge pull request #16637 from nextcloud/backport/16525/stable16
[stable16] files_external: proper user context for sharing
Nextcloud bot [Tue, 6 Aug 2019 02:14:45 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Mon, 5 Aug 2019 10:51:42 +0000 (12:51 +0200)]
Merge pull request #16627 from nextcloud/backport/16586/stable16
[stable16] log circles and remote shares in admin_audit
Nextcloud bot [Mon, 5 Aug 2019 02:14:34 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 4 Aug 2019 02:15:29 +0000 (02:15 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 3 Aug 2019 02:14:39 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Fri, 2 Aug 2019 17:46:23 +0000 (19:46 +0200)]
Merge pull request #16633 from nextcloud/backport/15790/stable16
[stable16] remove unncessary code block in share recommendations, fixed undefined var error
Arthur Schiwon [Fri, 2 Aug 2019 11:09:38 +0000 (13:09 +0200)]
fix check for null
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Julius Härtl [Thu, 25 Jul 2019 07:58:54 +0000 (09:58 +0200)]
Adjust tests
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Arthur Schiwon [Thu, 25 Jul 2019 16:50:28 +0000 (18:50 +0200)]
do not send null value when string is expected
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Arthur Schiwon [Thu, 25 Jul 2019 15:58:13 +0000 (17:58 +0200)]
adjusts LDAP's home handler to use the correct user object
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Arthur Schiwon [Thu, 25 Jul 2019 15:57:22 +0000 (17:57 +0200)]
fixes terminology and allows to request an IUser instance
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Julius Härtl [Thu, 25 Jul 2019 07:31:39 +0000 (09:31 +0200)]
Provide proper user context from initMountPoints
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Wed, 24 Jul 2019 09:53:53 +0000 (11:53 +0200)]
files_external: Make sure the correct user context is used in substitution of variables
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Nextcloud bot [Fri, 2 Aug 2019 02:14:38 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Arthur Schiwon [Thu, 1 Aug 2019 23:05:15 +0000 (01:05 +0200)]
remove unncessary code block in share recommendations
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
blizzz [Thu, 1 Aug 2019 20:47:29 +0000 (22:47 +0200)]
Merge pull request #16630 from nextcloud/backport/16624/stable16
[stable16] Make sure we only fetch the file by id for the actual owner
Julius Härtl [Thu, 1 Aug 2019 08:10:49 +0000 (10:10 +0200)]
Make sure we only fetch the file by id for the actual owner
Otherwise this will fetch all mounts for the file id which is quite
expensive and causes long saving times in big sharing structures
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Sascha Wiswedel [Sun, 28 Jul 2019 12:16:43 +0000 (14:16 +0200)]
log circles and remote shares in admin_audit
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
Nextcloud bot [Thu, 1 Aug 2019 02:15:36 +0000 (02:15 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Wed, 31 Jul 2019 06:33:38 +0000 (08:33 +0200)]
Merge pull request #16607 from nextcloud/backport/16596
[stable16] Set proper defaults for v-tooltip usages
Nextcloud bot [Wed, 31 Jul 2019 02:16:13 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Tue, 30 Jul 2019 14:30:19 +0000 (16:30 +0200)]
Merge pull request #16610 from nextcloud/backport/16599/stable16
[stable16] Fix/xss/on favorite file
Roeland Jago Douma [Tue, 30 Jul 2019 09:44:01 +0000 (11:44 +0200)]
Merge pull request #16598 from nextcloud/backport/16502/stable16
[stable16] Check the if we can actually access the storage cache for recent files
Max Fichtelmann [Mon, 29 Jul 2019 15:48:33 +0000 (17:48 +0200)]
prevent potential XSS via unchecked use innerHTML
Signed-off-by: Max Fichtelmann <max.fichtelmann@procilon.de>
Max Fichtelmann [Mon, 29 Jul 2019 15:44:01 +0000 (17:44 +0200)]
fix XSS when adding a file with a malicious name to favorites
Signed-off-by: Max Fichtelmann <max.fichtelmann@procilon.de>
Julius Härtl [Tue, 30 Jul 2019 06:54:01 +0000 (08:54 +0200)]
Bump bundles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Mon, 29 Jul 2019 13:51:08 +0000 (15:51 +0200)]
Force defaultHtml setting of v-tooltip to be disabled
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Nextcloud bot [Tue, 30 Jul 2019 02:14:53 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Julius Härtl [Mon, 22 Jul 2019 15:22:05 +0000 (17:22 +0200)]
Add additional check for read permissions
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Mon, 22 Jul 2019 14:41:15 +0000 (16:41 +0200)]
Check the if we can actually access the storage cache for recent files
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Roeland Jago Douma [Mon, 29 Jul 2019 08:40:23 +0000 (10:40 +0200)]
Merge pull request #16578 from nextcloud/backport/16558/stable16
[stable16] Do not log all locked exceptions
Nextcloud bot [Mon, 29 Jul 2019 02:15:08 +0000 (02:15 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 28 Jul 2019 02:15:33 +0000 (02:15 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Sat, 27 Jul 2019 10:22:02 +0000 (12:22 +0200)]
Merge pull request #16561 from nextcloud/backport/16551/stable16
[stable16] supresses disclosing the userid for LDAP users in the welcome mail
Roeland Jago Douma [Fri, 26 Jul 2019 12:55:13 +0000 (14:55 +0200)]
Do not log all locked exceptions
This can happen for valid reasons (multiple users writing at the same
time) with for example the text app. Apps should properly handle it. No
reason to log it by default.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Sat, 27 Jul 2019 08:38:41 +0000 (10:38 +0200)]
Merge pull request #16562 from nextcloud/backport/16555/stable16
[stable16] use a pattern to identify sensitive config keys
Roeland Jago Douma [Sat, 27 Jul 2019 08:38:25 +0000 (10:38 +0200)]
Merge pull request #16564 from nextcloud/backport/16557/stable16
[stable16] Do not log locked files
Roeland Jago Douma [Sat, 27 Jul 2019 08:37:53 +0000 (10:37 +0200)]
Merge pull request #16566 from nextcloud/backport/16556/stable16
[stable16] log email shares in admin_audit log
Roeland Jago Douma [Sat, 27 Jul 2019 08:37:20 +0000 (10:37 +0200)]
Merge pull request #16567 from nextcloud/backport/16163/stable16
[stable16] Change send to sent
Nextcloud bot [Sat, 27 Jul 2019 02:14:46 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Frederic Werner [Sun, 30 Jun 2019 10:46:11 +0000 (12:46 +0200)]
Change send to sent
Signed-off-by: Frederic Werner <frederic-github@werner-net.work>
Sascha Wiswedel [Fri, 26 Jul 2019 11:37:22 +0000 (13:37 +0200)]
log email shares in admin_audit log
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>