aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2018-08-21150-458/+514
|
* Merge pull request #10700 from nextcloud/fix/10516/sharepermissionsMorris Jobke2018-08-203-23/+6
|\ | | | | Fix share dialog sidebar in share views
| * adapt jsunit testArthur Schiwon2018-08-161-1/+1
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * Take base permissions from DAV, fixes #10516Arthur Schiwon2018-08-151-1/+1
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * remove unexecutable codeArthur Schiwon2018-08-151-21/+4
| | | | | | | | | | | | | | OCA.Sharing.SharedFileInfo was never defined and that stopped execution. Interestingly, FF never showed me an error. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #10663 from ↵Morris Jobke2018-08-201-1/+1
|\ \ | | | | | | | | | | | | nextcloud/dependabot/composer/build/integration/behat/behat-approx-3.5.0 Update behat/behat requirement from ~3.3.0 to ~3.5.0 in /build/integration
| * | Update behat/behat requirement from ~3.3.0 to ~3.5.0 in /build/integrationdependabot[bot]2018-08-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Updates the requirements on [behat/behat](https://github.com/Behat/Behat) to permit the latest version. - [Release notes](https://github.com/Behat/Behat/releases) - [Changelog](https://github.com/Behat/Behat/blob/master/CHANGELOG.md) - [Commits](https://github.com/Behat/Behat/commits/v3.5.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | Merge pull request #10628 from ↵Morris Jobke2018-08-204-12/+217
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/feature/10154/app-directory-permission-check Adds a permission check for app directories
| * | | Excludes not writable app roots from the directory permission checkMichael Weimann2018-08-092-10/+51
| | | | | | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
| * | | Extends the setup check js testsMichael Weimann2018-08-091-11/+69
| | | | | | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
| * | | Adds a test for the app directory permission check.Michael Weimann2018-08-091-0/+58
| | | | | | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
| * | | Adds a setup check for app directory permissions.Michael Weimann2018-08-092-1/+49
| | | | | | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | | | Merge pull request #10723 from nextcloud/fix/10722/10716/header-fixesJohn Molakvoæ2018-08-201-3/+10
|\ \ \ \ | | | | | | | | | | Fixes more apps menu and settings/user menu positions
| * | | | Removes doubled stylesMichael Weimann2018-08-171-3/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
| * | | | Header style tweaksMichael Weimann2018-08-171-2/+11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
| * | | | Fixes some header style issuesMichael Weimann2018-08-161-2/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | | | | Merge pull request #10747 from nextcloud/fix/10745/sticky-safariJulius Härtl2018-08-204-7/+15
|\ \ \ \ \ | | | | | | | | | | | | Adds a vendor prefix for position sticky
| * | | | | Adds a vendor prefix for position stickyMichael Weimann2018-08-194-7/+15
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | | | | | Merge pull request #10738 from ↵blizzz2018-08-202-1/+32
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/10669/store-sorting-only-for-loggedin-users Only send an update sort order request if there is an user
| * | | | | | Improves the testsMichael Weimann2018-08-171-9/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
| * | | | | | Stores the sorting only if there is an userMichael Weimann2018-08-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
| * | | | | | Adds a test to check that the sorting isn't stored without an userMichael Weimann2018-08-171-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | | | | | | Merge pull request #10697 from nextcloud/smb-log-removed-entriesMorris Jobke2018-08-201-11/+25
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | log entries that are hidden during file listing
| * | | | | | | log entries that are hidden during file listingRobin Appelman2018-08-161-11/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | | Merge pull request #10687 from nextcloud/fix/noid/false-positive-change-mentionMorris Jobke2018-08-204-35/+72
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | don't blame randome people for background email updates
| * | | | | | | | fix unit testsArthur Schiwon2018-08-151-10/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | | | | don't force LDAP updates on userExists anymoreArthur Schiwon2018-08-141-9/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and remove some deprecated code Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | | | | don't blame email address changersArthur Schiwon2018-08-142-16/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the information is being collected with admin_audit Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | | | | | Merge pull request #10755 from ↵Morris Jobke2018-08-201-5/+5
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/documentation/noid/fix-comments-in-config-sample Fix comment style in config sample
| * | | | | | | | | Fix comment style in config sampleMorris Jobke2018-08-201-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | | | | | | Merge pull request #10712 from ↵blizzz2018-08-202-2/+16
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/noid/check_if_provider_is_available_before_use Check if a preview provider is available before using it
| * | | | | | | | | | Check if a preview provider is available before using itRoeland Jago Douma2018-08-172-2/+16
| | |_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Else if a preview provider is registerd but not available (for example missing support in some external lib). It will do :boom:. This way the providers can at least do the sanity checks required. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | | | | | Merge pull request #10744 from nextcloud/update-help-phpMorris Jobke2018-08-201-16/+2
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | Update help.php
| * | | | | | | | | Update help.phpMarius Blüm2018-08-181-16/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marius Blüm <marius@lineone.io>
* | | | | | | | | | [tx-robot] updated from transifexNextcloud bot2018-08-206-10/+16
| |_|_|_|_|/ / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #10734 from ReekyMarko/masterRoeland Jago Douma2018-08-193-3/+3
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | Fixed a typo
| * | | | | | | | Recompile settingsRoeland Jago Douma2018-08-182-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | | | | | Fixed a typoMarko Korhonen2018-08-171-1/+1
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge pull request #10707 from nextcloud/dark-theme-fixesJulius Härtl2018-08-181-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix public pages background
| * | | | | | | | Fix public pages backgroundJohn Molakvoæ (skjnldsv)2018-08-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | | | | | [tx-robot] updated from transifexNextcloud bot2018-08-186-0/+16
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #10731 from nextcloud/update-bundlesBjörn Schießle2018-08-172-2/+4
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | add deck and mail to the groupware bundle, remove talk
| * | | | | | | | add deck and mail to the groupware bundle, remove talkBjoern Schiessle2018-08-172-2/+4
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | | | | | | Merge pull request #10718 from nextcloud/occ-recover-encryptionBjörn Schießle2018-08-176-12/+146
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | add occ command to recover encrypted files in case of password lost
| * | | | | | | add occ command to recover encrypted files in case of password lostBjoern Schiessle2018-08-166-12/+146
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | | | | | Merge pull request #10715 from nextcloud/fix/noid/filterwhatsnewRoeland Jago Douma2018-08-163-2/+79
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | fix wrong return value of filtered whats new info
| * | | | | | | and the user popover needs a higher z-index, to make it visible againArthur Schiwon2018-08-162-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | | | fix wrong return value of filtered whats new infoArthur Schiwon2018-08-162-1/+77
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | | | Merge pull request #10703 from nextcloud/release/noid/14_beta4v14.0.0beta4Roeland Jago Douma2018-08-161-2/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Nextcloud 14 Beta 4
| * | | | | | | Nextcloud 14 Beta 4Roeland Jago Douma2018-08-161-2/+2
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>