summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #6670 from nextcloud/handle-encryption-state-in-web-interfaceTobias Kaminsky2017-12-069-12/+109
|\ | | | | Handle encryption state in web interface
| * show e2e folder icon on encrypted foldersBjoern Schiessle2017-11-207-2/+46
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * Add data attribute to file list rows telling if the file is encryptedDaniel Calviño Sánchez2017-11-202-7/+37
| | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * adjust permissions in web view for encrypted foldersBjoern Schiessle2017-11-201-1/+3
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * check for encryption state on propfindBjoern Schiessle2017-11-202-2/+23
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | Merge pull request #7385 from nextcloud/shared-delay-rootMorris Jobke2017-12-062-26/+41
|\ \ | | | | | | delay calculating the shared cache root until it's used
| * | delay calculating the shared cache root until it's usedRobin Appelman2017-12-042-26/+41
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #7395 from nextcloud/remove-unusedLukas Reschke2017-12-061-3/+0
|\ \ \ | | | | | | | | Remove unused variables
| * | | Remove unused variablesMorris Jobke2017-12-051-3/+0
| |/ / | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #7348 from nextcloud/filterout_shares_of_nonexisting_usersRoeland Jago Douma2017-12-062-0/+7
|\ \ \ | | | | | | | | Check if the owner of a share exists
| * | | Fix testsRoeland Jago Douma2017-12-042-1/+3
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | A failed storage is a not available storageRoeland Jago Douma2017-12-041-0/+5
| |/ / | | | | | | | | | | | | | | | | | | | | | We have to double check. Since getting the info of the root returns a generic entry. But actually the stroage is not available. Else we get very weird sync and web behavior. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #7351 from nextcloud/change-default-german-languageRoeland Jago Douma2017-12-063-4/+73
|\ \ \ | | | | | | | | use formal version of German by default
| * | | update documentationBjoern Schiessle2017-12-011-1/+5
| | | | | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | | check if $defaultLanguage is a valid string before we move onBjoern Schiessle2017-12-011-2/+3
| | | | | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | | use formal version of German if default_language is set to 'de_DE'Bjoern Schiessle2017-11-302-3/+67
| | | | | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | | Merge pull request #7387 from nextcloud/swift-retryRoeland Jago Douma2017-12-062-2/+4
|\ \ \ \ | | | | | | | | | | add retry wrapper when reading files from swift
| * | | | add retry wrapper when reading files from swiftRobin Appelman2017-12-042-2/+4
| | |/ / | |/| | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | [tx-robot] updated from transifexNextcloud bot2017-12-0620-6/+88
| | | |
* | | | Merge pull request #7391 from nextcloud/config-sampleJohn Molakvoæ2017-12-051-3/+2
|\ \ \ \ | | | | | | | | | | Fix typos in config.sample.php
| * | | | Fix typos in config.sample.phpMorris Jobke2017-12-041-3/+2
| |/ / / | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | [tx-robot] updated from transifexNextcloud bot2017-12-058-42/+66
| | | |
* | | | Merge pull request #7319 from nextcloud/remove-svg-shadowsMorris Jobke2017-12-043-12/+36
|\ \ \ \ | |/ / / |/| | | Remove svg shadows
| * | | Fix syntax errorMorris Jobke2017-12-041-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | Define icon-shadow only in context of icon-whiteMarin Treselj2017-11-301-7/+2
| | | | | | | | | | | | | | | | Signed-off-by: Marin Treselj <marin@pixelipo.com>
| * | | Revert removing of deprecated iconsMarin Treselj2017-11-2813-0/+13
| | | | | | | | | | | | | | | | Signed-off-by: Marin Treselj <marin@pixelipo.com>
| * | | Remove deprecated white, shaded iconsMarin Treselj2017-11-2813-13/+0
| | | | | | | | | | | | | | | | Signed-off-by: Marin Treselj <marin@pixelipo.com>
| * | | Add new .icon-white and .icon-shadow classes, add toggle-background iconMarin Treselj2017-11-283-11/+39
| | | | | | | | | | | | | | | | Signed-off-by: Marin Treselj <marin@pixelipo.com>
* | | | [tx-robot] updated from transifexNextcloud bot2017-12-0410-0/+26
| | | |
* | | | Merge pull request #7370 from nextcloud/fix-php-docRoeland Jago Douma2017-12-032-2/+2
|\ \ \ \ | | | | | | | | | | Fix PHP doc for API docs
| * | | | Fix PHP doc for API docsMorris Jobke2017-12-032-2/+2
|/ / / / | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | [tx-robot] updated from transifexNextcloud bot2017-12-034-0/+16
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2017-12-0214-10/+100
| | | |
* | | | Merge pull request #7361 from nextcloud/cheap-check-firstMorris Jobke2017-12-011-1/+1
|\ \ \ \ | | | | | | | | | | check userExists later, saves lookups for appData_INSTANCEID userids
| * | | | check userExists later, saves lookups for appData_INSTANCEID useridsArthur Schiwon2017-12-011-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | Merge pull request #7347 from nextcloud/fix-3245Morris Jobke2017-12-012-1/+16
|\ \ \ \ \ | |/ / / / |/| | | | Allow to skip data dir permission checks by config
| * | | | Allow to skip data dir permission checks by configArthur Schiwon2017-11-302-1/+16
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | Enables installation on services that don't allow/support permission changes. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | [tx-robot] updated from transifexNextcloud bot2017-12-01202-0/+1282
| | | |
* | | | Merge pull request #7346 from nextcloud/fix-federation-scope-menu-l10nJoas Schilling2017-11-301-6/+6
|\ \ \ \ | |/ / / |/| | | Fix translation of federation scope menu
| * | | Fix translation of federation scope menuMorris Jobke2017-11-301-6/+6
|/ / / | | | | | | | | | | | | | | | | | | | | | * l10n in Nextcloud works by extracting the values only passed on their location and not based on the first parameter * we need to change the translation pool from `core` to `settings` then * fixes #7345 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | [tx-robot] updated from transifexNextcloud bot2017-11-3030-38/+128
| | |
* | | Merge pull request #7343 from ↵Morris Jobke2017-11-294-0/+78
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/fix_exception_on_unreachable_server_take2 Actually set the status so we don't cause another exception
| * | | Actually set the status so we don't cause another exceptionRoeland Jago Douma2017-11-294-0/+78
|/ / / | | | | | | | | | | | | | | | * And add tests so I don't mess up again Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #7338 from nextcloud/fix_exception_on_unreachable_serverRoeland Jago Douma2017-11-292-0/+6
|\ \ \ | | | | | | | | Do not log Exception if a connection error occured
| * | | Do not log Exception if a connection error occuredRoeland Jago Douma2017-11-292-0/+6
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #7316 from ↵Roeland Jago Douma2017-11-291-3/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/fix-silent-conflicts-due-to-merging-7256-after-7251 Fix silent conflicts due to merging #7256 after #7251
| * | | | Fix silent conflicts due to merging #7256 after #7251Daniel Calviño Sánchez2017-11-281-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Although #7256 was merged cleanly some of the changes really conflicted with those introduced by the last commit of #7251, and this broke the appearance of the author row of comments. This commit fixes those silent conflicts and restores the appearance of the author row. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | | | Merge pull request #7333 from nextcloud/mario-readme-patchRoeland Jago Douma2017-11-291-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | | Update README.md
| * | | | Update README.mdMario Đanić2017-11-291-1/+1
|/ / / / | | | | | | | | authentification is not a real word :)
* | | | [tx-robot] updated from transifexNextcloud bot2017-11-2924-0/+186
| | | |