Morris Jobke
cce4c285db
Fix email buttons for white theme
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
8 years ago
Nextcloud bot
ef2b0969dd
[tx-robot] updated from transifex
8 years ago
Nextcloud bot
7d529c081a
[tx-robot] updated from transifex
8 years ago
Tobias Kaminsky
430f60db21
Merge pull request #6670 from nextcloud/handle-encryption-state-in-web-interface
Handle encryption state in web interface
8 years ago
Morris Jobke
c32cb6b4b7
Merge pull request #7385 from nextcloud/shared-delay-root
delay calculating the shared cache root until it's used
8 years ago
Lukas Reschke
de8fefeb18
Merge pull request #7395 from nextcloud/remove-unused
Remove unused variables
8 years ago
Roeland Jago Douma
1287da8a38
Merge pull request #7348 from nextcloud/filterout_shares_of_nonexisting_users
Check if the owner of a share exists
8 years ago
Roeland Jago Douma
6e45034745
Merge pull request #7351 from nextcloud/change-default-german-language
use formal version of German by default
8 years ago
Roeland Jago Douma
cde58610b4
Merge pull request #7387 from nextcloud/swift-retry
add retry wrapper when reading files from swift
8 years ago
Nextcloud bot
9505c56447
[tx-robot] updated from transifex
8 years ago
Morris Jobke
a73f86912f
Remove unused variables
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
8 years ago
John Molakvoæ
cb951b42b2
Merge pull request #7391 from nextcloud/config-sample
Fix typos in config.sample.php
8 years ago
Nextcloud bot
f25d55c972
[tx-robot] updated from transifex
8 years ago
Morris Jobke
041dc6b3e8
Fix typos in config.sample.php
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
8 years ago
Morris Jobke
41c1f862f1
Merge pull request #7319 from nextcloud/remove-svg-shadows
Remove svg shadows
8 years ago
Morris Jobke
a62cc27058
Fix syntax error
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
8 years ago
Robin Appelman
046eb0c635
add retry wrapper when reading files from swift
Signed-off-by: Robin Appelman <robin@icewind.nl>
8 years ago
Roeland Jago Douma
d2fe30d464
Fix tests
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
8 years ago
Roeland Jago Douma
c8a29ec942
A failed storage is a not available storage
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>
8 years ago
Robin Appelman
c87d689253
delay calculating the shared cache root until it's used
Signed-off-by: Robin Appelman <robin@icewind.nl>
8 years ago
Nextcloud bot
567757c793
[tx-robot] updated from transifex
8 years ago
Roeland Jago Douma
ca8d149e29
Merge pull request #7370 from nextcloud/fix-php-doc
Fix PHP doc for API docs
8 years ago
Morris Jobke
72bb7c3074
Fix PHP doc for API docs
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
8 years ago
Nextcloud bot
bd1e357eef
[tx-robot] updated from transifex
8 years ago
Nextcloud bot
cec236f0af
[tx-robot] updated from transifex
8 years ago
Bjoern Schiessle
3578acb144
update documentation
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
8 years ago
Bjoern Schiessle
2c3d97cc8f
check if $defaultLanguage is a valid string before we move on
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
8 years ago
Morris Jobke
dc10a31a4a
Merge pull request #7361 from nextcloud/cheap-check-first
check userExists later, saves lookups for appData_INSTANCEID userids
8 years ago
Morris Jobke
007fba6fd9
Merge pull request #7347 from nextcloud/fix-3245
Allow to skip data dir permission checks by config
8 years ago
Arthur Schiwon
65d7468bf3
check userExists later, saves lookups for appData_INSTANCEID userids
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
8 years ago
Nextcloud bot
ffc627e18e
[tx-robot] updated from transifex
8 years ago
Marin Treselj
314bfeb6b8
Define icon-shadow only in context of icon-white
Signed-off-by: Marin Treselj <marin@pixelipo.com>
8 years ago
Bjoern Schiessle
8b734347b1
use formal version of German if default_language is set to 'de_DE'
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
8 years ago
Joas Schilling
288f50bdc7
Merge pull request #7346 from nextcloud/fix-federation-scope-menu-l10n
Fix translation of federation scope menu
8 years ago
Arthur Schiwon
1b7dfd73af
Allow to skip data dir permission checks by config
Enables installation on services that don't allow/support permission
changes.
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
8 years ago
Morris Jobke
3b390ef430
Fix translation of federation scope menu
* 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>
8 years ago
Nextcloud bot
49ec86a81f
[tx-robot] updated from transifex
8 years ago
Morris Jobke
87aa0723f8
Merge pull request #7343 from nextcloud/fix_exception_on_unreachable_server_take2
Actually set the status so we don't cause another exception
8 years ago
Roeland Jago Douma
d24b6866b1
Actually set the status so we don't cause another exception
* And add tests so I don't mess up again
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
8 years ago
Roeland Jago Douma
a9eb0d4a40
Merge pull request #7338 from nextcloud/fix_exception_on_unreachable_server
Do not log Exception if a connection error occured
8 years ago
Roeland Jago Douma
f03aa0480a
Merge pull request #7316 from nextcloud/fix-silent-conflicts-due-to-merging-7256-after-7251
Fix silent conflicts due to merging #7256 after #7251
8 years ago
Roeland Jago Douma
6097b74970
Merge pull request #7333 from nextcloud/mario-readme-patch
Update README.md
8 years ago
Roeland Jago Douma
79554a29e0
Do not log Exception if a connection error occured
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
8 years ago
Mario Đanić
3c0d6ccbed
Update README.md
authentification is not a real word :)
8 years ago
Nextcloud bot
095eba0aa3
[tx-robot] updated from transifex
8 years ago
blizzz
0597cca596
Merge pull request #7327 from nextcloud/bugfix/7325/access-list-regression-for-not-current-accesss
Only in case of $currentAccess the array uses the user id as index
8 years ago
Joas Schilling
80b34f5f7d
Only in case of $currentAccess the array uses the id as index
Otherwise its a normal string[] with the user ids, in that
case the array_merge did it's job just fine, apart from it
not being deduplicated.
The array+array is only needed when the user id is the key,
so integer only user ids are kept as they are instead of being
reindexed.
Regression from 3820d6883d
Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years ago
Joas Schilling
2a01c0f3f6
Fix current access list test and add one for $currentAccess === false
Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years ago
Marin Treselj
54878d753a
Revert removing of deprecated icons
Signed-off-by: Marin Treselj <marin@pixelipo.com>
8 years ago
Marin Treselj
dd8bfe5d36
Remove deprecated white, shaded icons
Signed-off-by: Marin Treselj <marin@pixelipo.com>
8 years ago