Commit Graph

49736 Commits

Author SHA1 Message Date
Joas Schilling a7c0bb030c Correctly check for new default root
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-09-09 13:01:06 +00:00
Julius Härtl 55b416c448 Properly initialize the CacheJail for sharing
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-09-09 13:01:06 +00:00
Roeland Jago Douma 957edb8dde
Merge pull request #16997 from nextcloud/bugfix/13088/returns-404
returns 404
2019-09-08 21:28:19 +02:00
Nextcloud bot 56c7864fc7
[tx-robot] updated from transifex 2019-09-08 02:16:49 +00:00
Roeland Jago Douma 860e35501e
Merge pull request #16818 from nextcloud/backport/16811/stable16
[stable16] Correctly remove apps without any releases
2019-09-07 11:12:28 +02:00
Nextcloud bot 999cc69568
[tx-robot] updated from transifex 2019-09-07 02:15:41 +00:00
Nextcloud bot 7d6cb4eb6b
[tx-robot] updated from transifex 2019-09-06 02:15:10 +00:00
Julius Härtl bb70d1096a Return the proper jailed path when requesting the root path
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-09-05 07:24:42 +00:00
Nextcloud bot d810883587
[tx-robot] updated from transifex 2019-09-05 02:16:22 +00:00
Roeland Jago Douma 654c0b2b1b
Merge pull request #16991 from nextcloud/backport/16932/stable16
[stable16] Be sure to get the jailed path if the storage is a jail
2019-09-04 20:52:54 +02:00
Roeland Jago Douma cf2af05def
Merge pull request #16753 from kyrofa/backport_16/15416/update_autodisabled_apps
[stable16] Fix tracking of auto disabled apps in Updater
2019-09-04 19:35:03 +02:00
Maxence Lange c01f99904d returns 404
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-09-04 08:57:41 -01:00
Joas Schilling 3f03cc7733
Merge pull request #16995 from nextcloud/backport/16982/stable16
[stable16] Only run code coverage CI on merge
2019-09-04 11:04:55 +02:00
Roeland Jago Douma 59994bc7df Only run code coverage CI on merge
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-09-04 08:58:28 +00:00
Thomas Citharel 6d856ceaf9 Check the calendar type of calendarobjects & calendarchanges
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-09-04 08:55:47 +00:00
Thomas Citharel 0b753f052a Remove orphaned calendar data from deleted subscriptions
Closes #16833. Ref #13511

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-09-04 08:55:47 +00:00
Roeland Jago Douma b5f407e02d Be sure to get the jailed path if the storage is a jail
Fixes: https://github.com/nextcloud/groupfolders/issues/583

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-09-04 06:56:34 +00:00
Nextcloud bot 1025cee109
[tx-robot] updated from transifex 2019-09-04 02:16:24 +00:00
Nextcloud bot 6d926c8b28
[tx-robot] updated from transifex 2019-09-03 02:15:14 +00:00
Nextcloud bot a0b0b1904e
[tx-robot] updated from transifex 2019-09-02 02:15:19 +00:00
Nextcloud bot c2dbe61088
[tx-robot] updated from transifex 2019-09-01 02:16:31 +00:00
John Molakvoæ 5abc146b37
[stable16] prevent the server's app-navigation's css to overru… (#16936)
[stable16] prevent the server's app-navigation's css to overrule the scoped css …
2019-08-31 09:44:18 +02:00
Nextcloud bot 3244d910ee
[tx-robot] updated from transifex 2019-08-31 02:14:52 +00:00
Marco Ambrosini 8f0a36cddf prevent the server's app-navigation's css to overrule the scoped css in vue components
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2019-08-30 14:56:32 +00:00
Nextcloud bot 71e46474df
[tx-robot] updated from transifex 2019-08-30 02:15:20 +00:00
Roeland Jago Douma 85756b9348
Merge pull request #16921 from nextcloud/backport/16863/stable16-ignore-enter-key-up-event-on-menu-button-toggles
[stable16] Ignore Enter key up event on menu button toggles
2019-08-29 19:15:02 +02:00
Daniel Calviño Sánchez 50d948daf4 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>
2019-08-29 09:42:21 +02:00
Nextcloud bot fc9f12d72d
[tx-robot] updated from transifex 2019-08-29 02:15:00 +00:00
Roeland Jago Douma 11bb942483
Merge pull request #16837 from nextcloud/backport/16820/16
[stable16] Change access handling of projects
2019-08-28 20:34:03 +02:00
Roeland Jago Douma c4bac0131e
Merge pull request #16909 from nextcloud/backport/16879/stable16
[stable16] Only run integration tests when PHP was modified
2019-08-28 20:33:11 +02:00
Joas Schilling 4d5e74007a Only run integration tests when PHP was modified
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-08-28 09:05:15 +00:00
Roeland Jago Douma e7039cc2f5
Merge pull request #16891 from nextcloud/backport/15993/stable16
[stable16] Properly redirect if accessing invalid file though /f/ entrypoint
2019-08-28 09:02:57 +02:00
Roeland Jago Douma 760da64b17
Merge pull request #16883 from nextcloud/backport/16875/stable16
[stable16] Use custom client URL in welcome emails
2019-08-28 09:02:08 +02:00
Roeland Jago Douma e1f1a13263
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
2019-08-28 08:43:55 +02:00
Nextcloud bot 300631a4e9
[tx-robot] updated from transifex 2019-08-28 02:15:35 +00:00
dependabot-preview[bot] a48a298a30
[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>
2019-08-27 18:07:16 +00:00
Julius Härtl 35a7d5707c Properly redirect if accessing invalid file though /f/ entrypoint
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-08-27 16:51:00 +00:00
Julius Härtl 81a6adab41 Mock client URL in new user mail tests
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-08-27 11:48:57 +00:00
Julius Härtl 905c7786fb Use custom client URL in welcome emails
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-08-27 11:48:57 +00:00
Nextcloud bot 930dea7129
[tx-robot] updated from transifex 2019-08-27 02:15:28 +00:00
Nextcloud bot 7355173156
[tx-robot] updated from transifex 2019-08-26 02:14:42 +00:00
Nextcloud bot 48e93a1307
[tx-robot] updated from transifex 2019-08-25 02:14:10 +00:00
Roeland Jago Douma 0c66dcfa61
Merge pull request #16848 from nextcloud/backport/16847/stable16
[stable16] Only add the app-itunes-app tag if the id is set
2019-08-24 09:28:40 +02:00
Nextcloud bot 6ed2c130fb
[tx-robot] updated from transifex 2019-08-24 02:15:17 +00:00
Julius Härtl 0d106a4b02 Only add the app-itunes-app tag if the id is set
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-08-23 19:19:27 +00:00
Nextcloud bot 8d572cc80d
[tx-robot] updated from transifex 2019-08-23 02:19:36 +00:00
Roeland Jago Douma a33f2248e5
Merge pull request #16826 from nextcloud/backport/16808/stable16
[stable16] Undefined variable response when server is no nextcloud anymore
2019-08-22 16:14:00 +02:00
Joas Schilling 4cbeb680b0
Add a repair step to clear the projects access cache
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-08-22 15:42:08 +02:00
Joas Schilling 62a637fd42
Change the logic so projects are only shown when you can access all resources
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-08-22 15:39:56 +02:00
Nextcloud bot c8d2c5ed33
[tx-robot] updated from transifex 2019-08-22 02:14:42 +00:00