summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2019-04-11108-150/+534
|
* Merge pull request #14994 from ↵Morris Jobke2019-04-102-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 channelJoas Schilling2019-04-082-3/+27
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #15027 from nextcloud/enh/less-phan-processesMorris Jobke2019-04-101-1/+1
|\ \ | | | | | | Run less phan processes
| * | Run less phan processesRoeland Jago Douma2019-04-091-1/+1
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #14987 from nextcloud/tests/14962/public-folder-openRoeland Jago Douma2019-04-101-0/+20
|\ \ \ | | | | | | | | Add acceptance test for public folder navigation
| * | | Add acceptance test for public folder navigationJulius Härtl2019-04-101-0/+20
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Merge pull request #14972 from nextcloud/fix/app-nav-toggle-missingRoeland Jago Douma2019-04-101-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 oneChristoph Wurst2019-04-101-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/projectsRoeland Jago Douma2019-04-1014-23/+26
|\ \ \ \ | | | | | | | | | | Rename collections to projects
| * | | | Bump bundlesJulius Härtl2019-04-098-8/+8
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Use label from appsJulius Härtl2019-04-092-3/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Bump nextcloud-vue-collectionsJulius Härtl2019-04-092-7/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Rename collections to projectsJulius Härtl2019-04-091-5/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Add projects iconJulius Härtl2019-04-092-0/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | Merge pull request #15035 from ↵Roeland Jago Douma2019-04-102-0/+25
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/enhancement/noid/add-isavailable-to-fulltextsearchmanager [nc16] Add a bool check isAvailable() to FullTextSearchManager
| * | | | | +isAvailable()Maxence Lange2019-04-102-0/+25
| | |/ / / | |/| | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | | | Merge pull request #15030 from nextcloud/fix/remove-2fa-admin-settings-debug-logRoeland Jago Douma2019-04-103-3/+2
|\ \ \ \ \ | |/ / / / |/| | | | Remove a debug log from the 2FA admin settings
| * | | | Remove a debug log from the 2FA admin settingsChristoph Wurst2019-04-103-3/+2
|/ / / / | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #15022 from ↵Joas Schilling2019-04-101-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 setJoas Schilling2019-04-091-1/+1
| |/ / / | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | / / [tx-robot] updated from transifexNextcloud bot2019-04-1026-12/+554
| |/ / |/| |
* | | Merge pull request #15016 from nextcloud/enh/no-eval-default-responseMorris Jobke2019-04-091-1/+1
|\ \ \ | |/ / |/| | Forbid eval on legacy responses
| * | Forbid eval on legacy responsesRoeland Jago Douma2019-04-091-1/+1
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | [tx-robot] updated from transifexNextcloud bot2019-04-0918-16/+86
| | |
* | | Merge pull request #14989 from nextcloud/enh/check_failing_putcontent_appdataMorris Jobke2019-04-082-2/+12
|\| | | | | | | | Harden appdata putcontent
| * | Harden appdata putcontentRoeland Jago Douma2019-04-082-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>
* | | Merge pull request #14983 from nextcloud/fix/drone_template_compileMorris Jobke2019-04-081-6/+0
|\ \ \ | | | | | | | | Do not try to compile templates that are not there
| * | | Do not try to compile templates that are not thereRoeland Jago Douma2019-04-081-6/+0
| |/ / | | | | | | | | | | | | | | | Makes for a bit cleaner drone output. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #14985 from nextcloud/bugfix/14962/fix-public-folder-openMorris Jobke2019-04-081-1/+1
|\ \ \ | |/ / |/| | Check if OCA.Files.App is available before calling
| * | Check if OCA.Files.App is available before callingJulius Härtl2019-04-081-1/+1
|/ / | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2019-04-0822-94/+376
| |
* | [tx-robot] updated from transifexNextcloud bot2019-04-0710-176/+480
|/
* [tx-robot] updated from transifexNextcloud bot2019-04-066-664/+690
|
* [tx-robot] updated from transifexNextcloud bot2019-04-0526-46/+204
|
* Merge pull request #14958 from nextcloud/fix-droneMorris Jobke2019-04-051-1046/+2217
|\ | | | | Adjust drone config to drone 1.0.0
| * Adjust drone config to drone 1.0.0Morris Jobke2019-04-041-1046/+2217
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #14949 from nextcloud/version/noid/16.0.0beta3v16.0.0beta3Roeland Jago Douma2019-04-041-2/+2
|\ | | | | 16.0.0 Beta 3
| * 16.0.0 Beta 3Morris Jobke2019-04-031-2/+2
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2019-04-04146-336/+1668
|/
* Merge pull request #14946 from nextcloud/fix-markup-of-file-names-in-file-pickerMorris Jobke2019-04-031-1/+1
|\ | | | | Fix markup of file names in file picker
| * Fix markup of file names in file pickerDaniel Calviño Sánchez2019-04-031-1/+1
| | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | Merge pull request #14947 from ↵Morris Jobke2019-04-031-1/+3
|\ \ | |/ |/| | | | | nextcloud/adjust-acceptance-tests-to-changes-of-file-names-in-file-picker Adjust acceptance tests to changes of file names in file picker
| * Adjust acceptance tests to changes of file names in file pickerDaniel Calviño Sánchez2019-04-031-1/+3
|/ | | | | | | | | File names are no longer shown directly in the ".filename" element, but split in two "span" elements inside a ".filename-parts" element, so now the texts in those span elements need to be concatenated to get the file name. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Merge pull request #14937 from nextcloud/fix/noid/no-placeholders-for-passwordRoeland Jago Douma2019-04-031-1/+5
|\ | | | | storage mount handlers: do not attempt to replace anything in password options
| * do not attempt to replace anything in the passwordArthur Schiwon2019-04-021-1/+5
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #14938 from nextcloud/enh/14770Roeland Jago Douma2019-04-033-13/+13
|\ \ | | | | | | Move appstore details warnings above buttons
| * | Move appstore details warnings above buttonsRoeland Jago Douma2019-04-023-13/+13
| | | | | | | | | | | | | | | | | | fixes #14470 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | [tx-robot] updated from transifexNextcloud bot2019-04-0320-18/+388
| | |
* | | Merge pull request #14936 from nextcloud/fix/noid/loglevel-in-contextRoeland Jago Douma2019-04-021-3/+1
|\ \ \ | |/ / |/| | set the loglevel in context, save the condition