Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-04-14 | 14 | -6/+94 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-04-13 | 30 | -30/+104 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-04-12 | 20 | -36/+292 |
| | |||||
* | Merge pull request #15053 from nextcloud/a-new-journey-begins | Joas Schilling | 2019-04-11 | 26 | -59/+60 |
|\ | | | | | Bump versions of server and the requirements of apps | ||||
| * | Disable acceptance test which should fail anyway | Joas Schilling | 2019-04-11 | 1 | -8/+9 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Bump versions of server and the requirements of apps | Joas Schilling | 2019-04-11 | 25 | -51/+51 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #15043 from nextcloud/version/16/rc1v16.0.0RC1 | Morris Jobke | 2019-04-11 | 1 | -2/+2 |
|\ | | | | | 16.0.0 RC 1 | ||||
| * | 16.0.0 RC 1 | Roeland Jago Douma | 2019-04-11 | 1 | -2/+2 |
|/ | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Merge pull request #14967 from nextcloud/lib-private-user-trigger-pass-old | Morris Jobke | 2019-04-11 | 2 | -2/+4 |
|\ | | | | | Do not issue update command if nothing has changed in user values | ||||
| * | Return true in the dummy backend for successful display name change | Morris Jobke | 2019-04-11 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
| * | lib/private/User: do not change user properties if value has not changed | Leon Klingele | 2019-04-11 | 1 | -1/+1 |
| | | |||||
| * | lib/private/User,apps/user_ldap/lib/User: always pass old value to ↵ | Leon Klingele | 2019-04-11 | 1 | -1/+2 |
|/ | | | | User::triggerChange | ||||
* | Merge pull request #15020 from nextcloud/bugfix/noid/fix-too-many-event-triggers | Morris Jobke | 2019-04-11 | 2 | -7/+6 |
|\ | | | | | Bugfix/noid/fix too many event triggers | ||||
| * | Only update the lookup server if it is enabled AND a server is set | Joas Schilling | 2019-04-09 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Remove unnecessary event dispatcher | Joas Schilling | 2019-04-09 | 1 | -2/+1 |
| | | | | | | | | | | | | The event is already triggered in OC\User\User::triggerChange Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Don't get the avatar when we don't operate anyway | Joas Schilling | 2019-04-09 | 2 | -5/+5 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #15052 from nextcloud/fix/noid/pass-oldvalue | Morris Jobke | 2019-04-11 | 3 | -27/+15 |
|\ \ | | | | | | | Pass old value to user triggerChange hook & do not update unchanged attributes | ||||
| * | | lib/private/User: do not change user properties if value has not changed | Leon Klingele | 2019-04-11 | 2 | -22/+10 |
| | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
| * | | Pass old value to user triggerChange hook | Morris Jobke | 2019-04-11 | 2 | -5/+5 |
| | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | Merge pull request #14965 from nextcloud/enh/install_file | Morris Jobke | 2019-04-11 | 5 | -0/+35 |
|\ \ \ | |/ / |/| | | Prevent a reinstall | ||||
| * | | Block install without CAN_INSTALL file | Roeland Jago Douma | 2019-04-11 | 5 | -0/+35 |
| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | Merge pull request #15049 from ↵ | Morris Jobke | 2019-04-11 | 1 | -2/+0 |
|\ \ \ | |/ / |/| | | | | | | | | nextcloud/do-not-allow-javascript-eval-in-the-public-share-auth-page-with-talk Do not allow JavaScript "eval" in the public share auth page with Talk | ||||
| * | | Do not allow JavaScript "eval" in the public share auth page with Talk | Daniel Calviño Sánchez | 2019-04-10 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | Talk no longer uses JavaScript "eval", so the Content Security Policy can now be configured to prevent its use in the public share authentication page when the password is protected by Talk. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-04-11 | 108 | -150/+534 |
| | | | |||||
* | | | Merge pull request #14994 from ↵ | Morris Jobke | 2019-04-10 | 2 | -3/+27 |
|\ \ \ | | | | | | | | | | | | | | | | | nextcloud/feature/noid/pre-releases-for-beta-and-daily Enable pre-releases for beta and daily channel | ||||
| * | | | Enable pre-releases for beta and daily channel | Joas Schilling | 2019-04-08 | 2 | -3/+27 |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | Merge pull request #15027 from nextcloud/enh/less-phan-processes | Morris Jobke | 2019-04-10 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Run less phan processes | ||||
| * | | | | Run less phan processes | Roeland Jago Douma | 2019-04-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | | | Merge pull request #14987 from nextcloud/tests/14962/public-folder-open | Roeland Jago Douma | 2019-04-10 | 1 | -0/+20 |
|\ \ \ \ \ | | | | | | | | | | | | | Add acceptance test for public folder navigation | ||||
| * | | | | | Add acceptance test for public folder navigation | Julius Härtl | 2019-04-10 | 1 | -0/+20 |
| | |_|/ / | |/| | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | | | Merge pull request #14972 from nextcloud/fix/app-nav-toggle-missing | Roeland Jago Douma | 2019-04-10 | 1 | -1/+3 |
|\ \ \ \ \ | | | | | | | | | | | | | Disable the injected snapper logic when apps want to ship their own | ||||
| * | | | | | Do not inject a #app-navigation-toggle if there is already one | Christoph Wurst | 2019-04-10 | 1 | -1/+3 |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows apps to ship their own, as in some cases the #app-content element does not exist on page load and therefore the injection fails and the icon is missing afterwards. Fixes https://github.com/nextcloud/server/issues/14956 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | | | | Merge pull request #14990 from nextcloud/enhancement/noid/projects | Roeland Jago Douma | 2019-04-10 | 14 | -23/+26 |
|\ \ \ \ \ | | | | | | | | | | | | | Rename collections to projects | ||||
| * | | | | | Bump bundles | Julius Härtl | 2019-04-09 | 8 | -8/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | | | | | Use label from apps | Julius Härtl | 2019-04-09 | 2 | -3/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | | | | | Bump nextcloud-vue-collections | Julius Härtl | 2019-04-09 | 2 | -7/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | | | | | Rename collections to projects | Julius Härtl | 2019-04-09 | 1 | -5/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | | | | | Add projects icon | Julius Härtl | 2019-04-09 | 2 | -0/+2 |
| | |_|_|/ | |/| | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | | | Merge pull request #15035 from ↵ | Roeland Jago Douma | 2019-04-10 | 2 | -0/+25 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/enhancement/noid/add-isavailable-to-fulltextsearchmanager [nc16] Add a bool check isAvailable() to FullTextSearchManager | ||||
| * | | | | | +isAvailable() | Maxence Lange | 2019-04-10 | 2 | -0/+25 |
| | |/ / / | |/| | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | | | | | Merge pull request #15030 from nextcloud/fix/remove-2fa-admin-settings-debug-log | Roeland Jago Douma | 2019-04-10 | 3 | -3/+2 |
|\ \ \ \ \ | |/ / / / |/| | | | | Remove a debug log from the 2FA admin settings | ||||
| * | | | | Remove a debug log from the 2FA admin settings | Christoph Wurst | 2019-04-10 | 3 | -3/+2 |
|/ / / / | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | | | Merge pull request #15022 from ↵ | Joas Schilling | 2019-04-10 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/respect-lookup-server-disabling-master Respect the setting if the lookup server is disabled | ||||
| * | | | | Only update the lookup server if it is enabled AND a server is set | Joas Schilling | 2019-04-09 | 1 | -1/+1 |
| |/ / / | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | / / | [tx-robot] updated from transifex | Nextcloud bot | 2019-04-10 | 26 | -12/+554 |
| |/ / |/| | | |||||
* | | | Merge pull request #15016 from nextcloud/enh/no-eval-default-response | Morris Jobke | 2019-04-09 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | Forbid eval on legacy responses | ||||
| * | | Forbid eval on legacy responses | Roeland Jago Douma | 2019-04-09 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-04-09 | 18 | -16/+86 |
| | | | |||||
* | | | Merge pull request #14989 from nextcloud/enh/check_failing_putcontent_appdata | Morris Jobke | 2019-04-08 | 2 | -2/+12 |
|\| | | | | | | | | Harden appdata putcontent | ||||
| * | | Harden appdata putcontent | Roeland Jago Douma | 2019-04-08 | 2 | -2/+12 |
| | | | | | | | | | | | | | | | | | | | | | If for whatever reason appdata got into a strange state this will at least propegate up and not make it do boom the next run. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> |