Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-07-17Revert "add share index"Thomas Müller
This reverts commit e19b3a8794a2cadc86b0f3b01a516814b600026b.
2014-06-27shorten userid columns to 64 chars, ref #9186Jörn Friedrich Dreyer
2014-06-05- drop permissions table and related codeThomas Müller
- 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
2014-06-02Merge pull request #8806 from owncloud/add_share_indexMorris Jobke
add share index
2014-05-31add another index to the filecache to reduce the number of queries without a ↵Frank Karlitschek
matching index
2014-05-31add share indexFrank Karlitschek
2014-05-28# This is a combination of 2 commits.Thomas Müller
# The first commit's message is: adding tests for long paths increment path field in database up to 4000 (maximum for Oracle - otherwise we could use php's 4096) increment version to trigger database migration adding unit test for too long path # This is the 2nd commit message: fix too long path
2013-12-18Add index on oc_appconfig for appidRobin Appelman
2013-11-27Fix spacing.Andreas Fischer
2013-11-27db-doc: privatedata descriptionAndreas Fischer
2013-11-27db-doc: vcategory* descriptionsAndreas Fischer
2013-11-27db-doc: users descriptionAndreas Fischer
2013-11-27db-doc: jobs descriptionAndreas Fischer
2013-11-27db-doc: share descriptionAndreas Fischer
2013-11-27db-doc: properties descriptionAndreas Fischer
2013-11-27db-doc: preferences descriptionAndreas Fischer
2013-11-27db-doc: locks descriptionAndreas Fischer
2013-11-27db-doc: groups descriptionAndreas Fischer
2013-11-26db-doc: group_admin reduction noteAndreas Fischer
2013-11-26db-doc: group_admin descriptionAndreas Fischer
2013-11-26db-doc: group_user descriptionAndreas Fischer
2013-11-26Remove the dbprefix from comments. It has no information.Andreas Fischer
2013-11-26db-doc: permissions descriptionAndreas Fischer
2013-11-26Prettier ASCII lists. ^^Andreas Fischer
2013-11-26db-doc: filecache descriptionAndreas Fischer
2013-11-26db-doc: mimetypes descriptionAndreas Fischer
2013-11-26db-doc: storages descriptionAndreas Fischer
2013-11-26db-doc: appconfig descriptionAndreas Fischer
2013-11-11Add some more indexes to tables to improve db queriesBart Visscher
2013-11-02fixing Specified key was too long; max key length is 767 bytesThomas Mueller
2013-10-30fix the privatedata key value storeFrank Karlitschek
2013-09-23Merge branch 'master' into sharing_mail_notification_masterBjoern Schiessle
Conflicts: lib/public/share.php
2013-09-20setting a default on filecache column unencrypted_sizeThomas Müller
2013-09-02Merge branch 'master' into sharing_mail_notification_masterBjoern Schiessle
Conflicts: lib/util.php
2013-08-30enable user to inform recipients about a shared file by mailBjoern Schiessle
2013-08-14Merge master into oc_previewGeorg Ehrke
2013-08-09allow empty configvalue in appconfigJörn Friedrich Dreyer
2013-08-09update indexes of oc_permissionsGeorg Ehrke
2013-08-07allow permissions.user to be null as suggested by @butonicGeorg Ehrke
2013-07-18Tweaks to the MDB2SchemaReaderBart Visscher
2013-06-26Change nullable of filecache.etag and permissions.userBart Visscher
2013-06-11db structure, allow null in columns for '' valuesJörn Friedrich Dreyer
2013-06-03Use int for last_runRobin Appelman
2013-06-02merge master into backgroundjobRobin Appelman
2013-05-22Merge branch 'master' into files_encryptionFlorin Peter
Conflicts: lib/files/cache/cache.php
2013-05-22merge master into filecache_mtimeRobin Appelman
2013-04-25added unencrypted file size to file cacheFlorin Peter
improved file size calculation and speeds
2013-04-21Add database table for backgroundjobRobin Appelman
2013-04-17Remove not null constraint. Fix #2976Thomas Tanghus
2013-04-02Key must use less then 767 bytes longArthur Schiwon