Robin Appelman
e7e5333b12
Remove special case for css in OC.filePath
12 years ago
Vincent Petry
3df7a83c72
Merge pull request #9406 from philfry/master
silently discard the response body, needed for apache/mod_dav and maybe ...
12 years ago
Jenkins for ownCloud
ddd8eae932
[tx-robot] updated from transifex
12 years ago
Morris Jobke
76a5fa11f5
Merge pull request #9741 from owncloud/fix-repair-innodb-9737-master
check if $tables is an array
12 years ago
Andreas Fischer
8cd1f7464e
Merge pull request #9672 from owncloud/mysql-affectedrows
Make MySQL affected row count consistent with other DBMSes
* owncloud/mysql-affectedrows:
Added test of OCS privatedata to trigger key duplication
Document why we have to check with defined() first.
Make MySQL return "number of found rows" instead of number of "affected rows".
12 years ago
Morris Jobke
252c239a2a
Merge pull request #9732 from owncloud/fix-9716
do not show selected groups twice after user creation
12 years ago
Jenkins for ownCloud
ddc85a9871
[tx-robot] updated from transifex
12 years ago
Thomas Müller
f0c0bd5251
check if $tables is an array
12 years ago
Jenkins for ownCloud
d09ec36751
[tx-robot] updated from transifex
12 years ago
Arthur Schiwon
1d39282360
$.unique works only for DOM elements
12 years ago
Vincent Petry
038ba1d05d
Merge pull request #9700 from owncloud/ie8-fixes
[OC 7] IE8 styling fixes
12 years ago
Vincent Petry
c8a2418815
Merge pull request #9720 from owncloud/sftp-stream-wrapper-new-connection
Pass existing Net_SFTP object into Net_SFTP_Stream.
12 years ago
blizzz
1d520108c5
Merge pull request #9576 from owncloud/bcmath-check
LDAP Active Directory Primary Groups support depends on bcmath module
12 years ago
Vincent Petry
f2ea3b5904
Fixed IE8 style issues in files app
- fixed missing scrollbar in personal page
- fixed controls bar transparency: opaque white in IE8
- fixed files table borders in IE8
12 years ago
Andreas Fischer
a27753dd80
Pass existing Net_SFTP object into Net_SFTP_Stream.
12 years ago
blizzz
6c28c9b141
Merge pull request #9718 from owncloud/sftp-early-login
SFTP: login() must be called after getServerPublicHostKey().
12 years ago
Jenkins for ownCloud
80983f5853
[tx-robot] updated from transifex
12 years ago
Frank Karlitschek
f92b5a2507
update appstore api url
12 years ago
Thomas Müller
5665686da5
Merge pull request #9691 from owncloud/kill-too-long-index-master
Revert add-share-index
12 years ago
Thomas Müller
3e58f5df2e
Revert "add share index"
This reverts commit e19b3a8794 .
12 years ago
Thomas Müller
d632b9e58e
Merge pull request #9710 from owncloud/fix-failing-unit-test-on-MapperTestUtility.php-master
kill unused require of MapperTestUtility.php
12 years ago
blizzz
e85f078d17
Merge pull request #9705 from owncloud/ie8-userspagefix
Fixed JS and CSS issues in users page
12 years ago
Thomas Müller
9ee8c60b5f
kill unused require of MapperTestUtility.php
12 years ago
Vincent Petry
8231f1ef8c
Added test of OCS privatedata to trigger key duplication
12 years ago
Vincent Petry
55e6e27771
Merge pull request #9668 from owncloud/enc_fix_folder_move
[encryption] update keys recursively if a folder was moved
12 years ago
Vincent Petry
4d5ebe61c4
Fixed JS and CSS issues in users page
- Renamed "delete" to "deleteEntry" to make IE8 happy.
- Added missing "svg" class for the "+" button
- Added height to "+" button but was unable to properly align it
12 years ago
Thomas Müller
3e4304e536
Merge pull request #9696 from owncloud/fix-appframework-test-namespaces-master
fixing namespace of MapperTestUtility
12 years ago
Thomas Müller
d430e743b3
fixing namespace of MapperTestUtility
and rename file to be lowercase
12 years ago
Bjoern Schiessle
78b13de4bf
check that the file proxies are enabled after each test
12 years ago
Bjoern Schiessle
6e447b6724
update keys recursively if a folder was moved
12 years ago
Thomas Müller
5922689276
Merge pull request #9694 from owncloud/fix-failing-tests
fix syntax
12 years ago
Morris Jobke
6cf6c21740
fix syntax
12 years ago
Vincent Petry
77d6d11b91
Merge pull request #9682 from owncloud/mappedlocal-rename
Fix renaming files in the root folder of a MappedLocal storage
12 years ago
Jenkins for ownCloud
b736864e78
[tx-robot] updated from transifex
12 years ago
Morris Jobke
da160a5a3e
Merge pull request #9517 from brantje/Add-webapp-meta-tags
Add webapp support
12 years ago
Robin Appelman
5a0397eb5e
Fix renaming files in the root folder of a MappedLocal storage
12 years ago
Björn Schießle
248e79c465
Merge pull request #9654 from owncloud/enctest-fileproxydisabledfix
Reenable proxies if a test failed to restore it
12 years ago
Vincent Petry
7a43c623ae
Merge pull request #9653 from owncloud/fix-9590
external storage table layout fixes
12 years ago
icewind1991
d58c8d72cf
Merge pull request #9550 from kofemann/dcache-fixes-for-upstream
storage: do not check file mode on rename
12 years ago
Björn Schießle
cbf3e2b829
Merge pull request #9662 from owncloud/enc_error_handling_master
[encryption] improved error handling
12 years ago
Andreas Fischer
d8bd8c4b66
Document why we have to check with defined() first.
12 years ago
Robin McCorkell
ec2686db91
Merge pull request #9647 from owncloud/files_external_multiuser_tests
Add unit test for multi-user configuration loading
12 years ago
Morris Jobke
454d8d9362
Merge pull request #9664 from owncloud/enc-removelegacytests
[OC8] Removed legacy encryption tests
12 years ago
Andreas Fischer
e26612244a
Make MySQL return "number of found rows" instead of number of "affected rows".
12 years ago
Morris Jobke
384be680be
fix CSS coding style
12 years ago
Morris Jobke
865de19266
Merge pull request #9661 from owncloud/share-ownerdisplaynamefix
Correctly return the owner display name for children of shares
12 years ago
Vincent Petry
5a33c9c360
Removed legacy encryption tests
12 years ago
Bjoern Schiessle
8105f2ac8a
introduce some encryption exceptions and catch additional error cases
12 years ago
Stephan Peijnik
4d74aa09bf
Port of #9584
Fixes #9583
lib/private/group/metadata.php: For subadmins also return an array of groups, indexed by their GIDs.
settings/users.php: Convert array of arrays to array of GIDs before calling into OC_Group::displayNamesInGroups.
Signed-off-by: Stephan Peijnik <speijnik@anexia-it.com>
Fix indentation.
Signed-off-by: Stephan Peijnik <speijnik@anexia-it.com>
Renamed $grp to $group in foreach loop.
Signed-off-by: Stephan Peijnik <speijnik@anexia-it.com>
Use is_null() instead of empty() when checking the return value of GroupManager::get().
Additionally, $grp was renamed to $group inside
\OC\Group\MetaData::fetchGroups().
Signed-off-by: Stephan Peijnik <speijnik@anexia-it.com>
Updated code to reflect changes introduced to \OC\Group\MetaData.
Now that fetchGroups() does not exist anymore and getGroups() is called
directory, the 'groups' property does not exist anymore.
Instead, we now generate that array on the fly and return it from getGroups.
Signed-off-by: Stephan Peijnik <speijnik@anexia-it.com>
12 years ago
Bjoern Schiessle
de69c05f99
make sure that the crypt library is loaded
12 years ago