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 (Expand)Author
2013-04-02Key must use less then 767 bytes longArthur Schiwon
2013-03-25Add Index to properties table for better performance on upgradeArthur Schiwon
2013-02-10Cache: allow file sizes >2GBRobin Appelman
2013-02-10Mapper: use md5 hashes for database indexesRobin Appelman
2013-02-07initial version of a local storage implementation which will use unique slugi...Thomas Mueller
2013-01-30merge master into filesystemRobin Appelman
2013-01-28add display name to the database table oc_usersBjörn Schießle
2013-01-22Cache: add database indexes for mimetype and mimepartRobin Appelman
2013-01-12Merge branch 'filesystem' into filesystem-etagsMichael Gapczynski
2013-01-10Change length of mimetypes to 255, the maximum length according to RFC 4288Michael Gapczynski
2013-01-07Merge branch 'filesystem' into filesystem-etagsMichael Gapczynski
2013-01-07Cache: normalize mimetypesRobin Appelman
2013-01-03Cache: rename index to prevent colissions with old fscache indexesRobin Appelman
2012-12-31Change length of etag field to 40Michael Gapczynski
2012-12-31Store etags in the file cacheMichael Gapczynski
2012-12-16use numeric ids for storages in the filecacheRobin Appelman
2012-11-30merge master into filesystemRobin Appelman
2012-11-26Merge pull request #380 from butonic/feature_share_link_with_tokenJörn Friedrich Dreyer
2012-11-25remove the index on the share table because of problems with the index size. ...Frank Karlitschek
2012-11-24add a few more indexes. This is just a first step. More work is needed here b...Frank Karlitschek
2012-11-20implement share via link tokenJörn Friedrich Dreyer
2012-11-15merge master into filesystemRobin Appelman
2012-10-26add file permissions cacheRobin Appelman
2012-10-19Clean indentation.Thomas Tanghus
2012-10-19Remove index that might cause problems.Thomas Tanghus
2012-10-03this index cant be unique due to collisions of the root of different storagesRobin Appelman
2012-10-03new filecache tableRobin Appelman
2012-09-30Merge branch 'master' of github.com:owncloud/core into vcategories_dbThomas Tanghus
2012-09-28some more sane column sizes for appconfig and preferencesRobin Appelman
2012-09-20shorten index name, oracle can only handle identifiers <=30 charsJörn Friedrich Dreyer
2012-09-20db indexes for appconfig and preferencesRobin Appelman
2012-09-20use tabs in db_structureRobin Appelman
2012-09-19set configuvalue in table appconfig back to clob. Likely to break LDAP settin...Arthur Schiwon
2012-09-17timestamp uses emptystring as NULL defaultJörn Friedrich Dreyer
2012-09-17fix default values: 1. remove whitespace, don't use emptystring for int, remo...Jörn Friedrich Dreyer
2012-09-17Added separate table for OC_VCategories and category/object (event/contact et...Thomas Tanghus
2012-09-12Merge branch 'master' into share_expirationMichael Gapczynski
2012-09-12Add expiration column to share table and bump version numberMichael Gapczynski
2012-09-05Changed oc_preferences configvalue back to clob as it will give us bug report...Thomas Tanghus
2012-08-28Allow share_with column to be null for linksMichael Gapczynski
2012-08-27remove oc_log, as it is unusedJörn Friedrich Dreyer
2012-08-25fix typo in db_structurejfd
2012-08-25Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-su...Jörn Friedrich Dreyer
2012-08-14Merge branch 'master' into share_apiMichael Gapczynski
2012-08-10Backgroundjobs: Add table to db_structure.xmlJakob Sack
2012-08-06Database scheme for share APIMichael Gapczynski
2012-07-31use CURRENT_TIMESTAMP in default column definitions (sqlite, mysql, postgres ...jfd
2012-07-07add group_admin tableGeorg Ehrke
2012-06-09Changed preferences configvalue to clob. Fixes several bugs e.g. oc-825 and o...Thomas Tanghus
2012-06-09Changed preferences configvalue to clob. Fixes several bugs e.g. oc-825 and o...Thomas Tanghus