Commit Graph

1100 Commits (1efa338a520e2d73b0b6027dd0a9e0cb496a0d9d)

Author SHA1 Message Date
Vincent Petry b595c982d0 Merge pull request #8968 from owncloud/scanner-parent-repair
Repair broken parent link in the scanner
10 years ago
Vincent Petry 8e463926a0 Merge pull request #9004 from owncloud/cleanup-storages
Added check and cleanup for storage/filecache
10 years ago
Vincent Petry 19c73a8464 Added check and cleanup for storage/filecache
Some tests don't clean up the file cache and sometimes entries are
reused by mistake in subsequent test suites.

This cleans up the file cache and storage after every test suite and
also shows an annoying warning.
10 years ago
Vincent Petry 3e1576011f Merge pull request #8980 from owncloud/better-accept-header
handle http accept headers more gracefully
10 years ago
Vincent Petry 67413e3ada Use assertNotSame when checking etags
Sometimes etags contain a "e" character which makes PHP believe it's a
number and make the tests fail
10 years ago
Bernhard Posselt 93169eca1e also handle lowercase headers 10 years ago
Bernhard Posselt 1002281dae handle http accept headers more gracefully 10 years ago
Robin Appelman 21cfd1014a Repair broken parent link in the scanner 10 years ago
Morris Jobke e769ef9bbb Merge pull request #8916 from owncloud/rmdirr-test-cleanup-fix
Added hacky fix for long path cleanup routine
10 years ago
Björn Schießle 3da47db33c Merge pull request #8927 from owncloud/expire_only_link_shares
only expire link shares
10 years ago
Bjoern Schiessle f15d7dfec0 only expire link shares 10 years ago
Thomas Müller fe8bae31dc adding PK to table encryption
adding auto increment/PK to table files_trash

adding PK to table ldap_user_mapping and ldap_group_members

adding PK to table ldap_group_mapping

truncate permissions table to allow smooth creation of primary key

adding unit test for creating an auto increment column on a table which already contains data

remove unneeded table files_trashsizes

fix unit test

no need to truncate *PREFIX*permissions

On Oracle adding auto increment columns is not working out of the box - Oracle migrations are to be done manually
10 years ago
Vincent Petry 6e2358c3a6 Added hacky fix for long path cleanup routine 10 years ago
Thomas Müller 3a7b30795c Merge pull request #8783 from owncloud/remove-serializers
Remove controller serializers
10 years ago
Thomas Müller ad4ec414c9 use system function to recursive remove the directory used by temporary storage 10 years ago
Thomas Müller 70e0ae0637 Merge pull request #8483 from owncloud/encryption_use_oc_preferences
[encryption] use oc preferences
10 years ago
Bernhard Posselt 587a8df566 remove controller serializers 10 years ago
Vincent Petry 1c59808517 Merge pull request #8865 from owncloud/improve_share_settings
Improve share settings
10 years ago
Bjoern Schiessle 2d83424a29 allow to set pre-condition for setValue 10 years ago
Thomas Müller 4b650a20a4 Merge pull request #8893 from owncloud/feature/get-users-by-preference
Add method to get users by their preference
10 years ago
Bjoern Schiessle 6578f00b4b unify share settings 10 years ago
Joas Schilling d493c0c9ac Sort the result before comparing 10 years ago
Thomas Müller e1beb8c6c3 Merge pull request #8889 from owncloud/mtime-reuse
Don't update the mtime if the storage mtime hasn't changed
10 years ago
Joas Schilling 879237f32a Add method to get users by their preference 10 years ago
Robin Appelman 9dab6ec2ec Fix uit tests 10 years ago
icewind1991 bd373d9621 Merge pull request #7878 from owncloud/quota-extstorageswitch
Added switch to count external storage data in quota
10 years ago
Thomas Müller ff3ded6cb2 Merge pull request #8852 from owncloud/kill-permissions-master
Kill permissions table
10 years ago
Thomas Müller da3974bcb2 - drop permissions table and related code
- the file/folder's permission is now stored in the file cache
- BackGroundWatcher has been removed - this has meanwhile be replaced by occ files:scan which can be executed in a cron jobs
- increase version to trigger database migration
10 years ago
Thomas Müller c044ff99ce Merge pull request #8724 from owncloud/update-sabre-2.0
Update SabreDAV to 1.8.10
10 years ago
Morris Jobke ca43fba513 Merge pull request #8791 from owncloud/share-overview-sharewithstatus
Update share action text to display owner/recipients
10 years ago
Vincent Petry da889ff029 Added experimental switch to count external storage data in quota
This includes all mountpoints except the Shared one in
the used space calculation.

Added unit tests for ext storage inclusion in quota calculation
10 years ago
Vincent Petry b5f0a17918 Merge pull request #8822 from owncloud/cache-change-propagator
[WIP] Improved propagation of cache changes
10 years ago
Thomas Müller 76e04027bc Upgrade SabreDAV to 1.8.10
Updating SabreDAV namespaces
10 years ago
Robin Appelman 3bcdad62fb Fix unit tests 10 years ago
ringmaster 0e85618c42 Can't use assertInstanceOf on wrapped storage; use assertTrue(instanceOfStorage() instead. 10 years ago
Bjoern Schiessle 2b30fb4862 fix unit test after adding the additional parameter to addStorageWrapper() 10 years ago
Robin Appelman f297bf14f9 Fix unit tests 10 years ago
Robin Appelman 4d7045e701 Fix unit tests 10 years ago
Robin Appelman b4cee3d4e9 skip tests for oracle 10 years ago
Robin Appelman adeac7aa39 Check sqlite migration on a copy of the database file 10 years ago
Robin Appelman 35550e8d9a Fix migrator for postgres 10 years ago
Robin Appelman 5243562f45 skip migration tests for sqlite 10 years ago
Robin Appelman 0035147be9 Create unique names for temporary indexes 10 years ago
Robin Appelman 9c6a93a87c Add a mechanism to try the database migration on a copy of the tables before running it on the "real" data 10 years ago
Vincent Petry d677e3860d Added unit tests for share.js and share icon 10 years ago
Robin Appelman e002ff6065 propagate changes in the scanner 10 years ago
Robin Appelman a31f089266 Add a change propagator class to handle propagating etag and mtime changes 10 years ago
Thomas Müller 999f6216dc - fix dropTable() and introduce tableExists()
- kill replaceDB() - this function is unused and it's implementation obviously wrong
- add method annotation OC_DB_StatementWrapper::fetchAll
- remove duplicate code in Test_DBSchema and reuse OC_DB::tableExists
- remove unused variables
10 years ago
Thomas Müller 31ad1cbdd8 Merge pull request #5365 from owncloud/filesize-improvements-32bit
Add LargeFileHelper / Add CURL filesize workaround / Fix some 32-bit filesize issues
10 years ago
icewind1991 2ba5701b1a Merge pull request #8778 from owncloud/storage-instanceof
Add storage->instanceOfStorage() to handle instanceof with storage wrappers
10 years ago