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
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-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
2012-04-29bugfix for oc-346Daniel
2012-03-30clean pre-path_hash fscache entriesRobin Appelman
2012-03-30add path_hash to the filesystem cacheRobin Appelman
2012-03-03The tables "principals" and "principalgroups" are obsoleteJakob Sack
2012-02-26change back to 32bit. autoincrement doesn´t work with sqlite otherwiseFrank Karlitschek
2012-02-25don't limit ourselfs to 32bit integersRobin Appelman
2012-02-24remove limit from configvalue for long config valuesArthur Schiwon
2012-02-05store writable flag for filesRobin Appelman
2012-01-31some fixes to scanningRobin Appelman
2012-01-30merge master into filesystemRobin Appelman
2012-01-16postgresql needs contraint names to be unque across the database, not only th...Robin Appelman
2011-11-12keep encrypted and versioned flag in fscacheRobin Appelman
2011-11-09provide caching for file metadataRobin Appelman
2011-08-07Add two tables to db scheme fileJakob Sack
2011-07-23Update docs, db schemeJakob Sack
2011-06-19change db index names to avoid collisionsKamil Domanski
2011-05-15Renamed a few columns in order t ohave both sqlite and mysql up and runningJakob Sack
2011-04-17fix db_structure.xmlRobin Appelman
2011-04-17installer now works when using mysqlRobin Appelman
2011-04-17updated version of db_structure.xmlRobin Appelman
2010-08-12fix error during the creation of the database table when using mysqlRobin Appelman
2010-08-02update to comply with the OCS spec (lookup by application name too)Martin Sandsmark
2010-07-16fix permissions, start to implement private data apiMartin T. H. Sandsmark
2010-07-06Fix custom database namesRobin Appelman
2010-06-20Initial PostgreSQL supportRobin Appelman
2010-06-18use MDB2_Schema for the creation of the initial databaseRobin Appelman