summaryrefslogtreecommitdiffstats
path: root/db_structure.xml
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #380 from butonic/feature_share_link_with_tokenJörn Friedrich Dreyer2012-11-261-0/+15
|\
| * implement share via link tokenJörn Friedrich Dreyer2012-11-201-0/+15
* | remove the index on the share table because of problems with the index size. ...Frank Karlitschek2012-11-251-15/+0
* | add a few more indexes. This is just a first step. More work is needed here b...Frank Karlitschek2012-11-241-0/+29
|/
* Clean indentation.Thomas Tanghus2012-10-191-120/+120
* Remove index that might cause problems.Thomas Tanghus2012-10-191-17/+0
* Merge branch 'master' of github.com:owncloud/core into vcategories_dbThomas Tanghus2012-09-301-659/+669
|\
| * some more sane column sizes for appconfig and preferencesRobin Appelman2012-09-271-7/+7
| * shorten index name, oracle can only handle identifiers <=30 charsJörn Friedrich Dreyer2012-09-201-1/+1
| * db indexes for appconfig and preferencesRobin Appelman2012-09-201-0/+28
| * use tabs in db_structureRobin Appelman2012-09-201-645/+641
| * set configuvalue in table appconfig back to clob. Likely to break LDAP settin...Arthur Schiwon2012-09-191-2/+1
| * timestamp uses emptystring as NULL defaultJörn Friedrich Dreyer2012-09-171-0/+1
| * fix default values: 1. remove whitespace, don't use emptystring for int, remo...Jörn Friedrich Dreyer2012-09-171-25/+11
* | Added separate table for OC_VCategories and category/object (event/contact et...Thomas Tanghus2012-09-171-0/+138
|/
* Merge branch 'master' into share_expirationMichael Gapczynski2012-09-121-4/+3
|\
| * Changed oc_preferences configvalue back to clob as it will give us bug report...Thomas Tanghus2012-09-051-3/+2
| * Allow share_with column to be null for linksMichael Gapczynski2012-08-281-1/+1
* | Add expiration column to share table and bump version numberMichael Gapczynski2012-09-121-0/+7
|/
* remove oc_log, as it is unusedJörn Friedrich Dreyer2012-08-271-58/+5
* fix typo in db_structurejfd2012-08-251-1/+1
* Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-su...Jörn Friedrich Dreyer2012-08-251-1/+194
|\
| * Merge branch 'master' into share_apiMichael Gapczynski2012-08-141-0/+52
| |\
| | * Backgroundjobs: Add table to db_structure.xmlJakob Sack2012-08-101-0/+52
| * | Database scheme for share APIMichael Gapczynski2012-08-061-0/+115
| |/
| * add group_admin tableGeorg Ehrke2012-07-071-0/+26
| * Changed preferences configvalue to clob. Fixes several bugs e.g. oc-825 and o...Thomas Tanghus2012-06-091-3/+1
* | use CURRENT_TIMESTAMP in default column definitions (sqlite, mysql, postgres ...jfd2012-07-311-6/+6
* | Changed preferences configvalue to clob. Fixes several bugs e.g. oc-825 and o...Thomas Tanghus2012-06-091-3/+1
|/
* bugfix for oc-346Daniel2012-04-291-1/+1
* clean pre-path_hash fscache entriesRobin Appelman2012-03-301-2/+1
* add path_hash to the filesystem cacheRobin Appelman2012-03-301-6/+22
* The tables "principals" and "principalgroups" are obsoleteJakob Sack2012-03-021-96/+0
* change back to 32bit. autoincrement doesn´t work with sqlite otherwiseFrank Karlitschek2012-02-261-1/+1
* don't limit ourselfs to 32bit integersRobin Appelman2012-02-251-6/+6
* remove limit from configvalue for long config valuesArthur Schiwon2012-02-241-6/+6
* store writable flag for filesRobin Appelman2012-02-051-2/+10
* some fixes to scanningRobin Appelman2012-01-311-0/+9
* merge master into filesystemRobin Appelman2012-01-301-2/+2
|\
* | postgresql needs contraint names to be unque across the database, not only th...Robin Appelman2012-01-161-1/+1
* | keep encrypted and versioned flag in fscacheRobin Appelman2011-11-121-0/+16
* | provide caching for file metadataRobin Appelman2011-11-091-1/+85
|/
* Add two tables to db scheme fileJakob Sack2011-08-071-0/+96
* Update docs, db schemeJakob Sack2011-07-221-123/+52
* change db index names to avoid collisionsKamil Domanski2011-06-181-5/+5
* Renamed a few columns in order t ohave both sqlite and mysql up and runningJakob Sack2011-05-151-5/+5
* fix db_structure.xmlRobin Appelman2011-04-171-58/+0
* installer now works when using mysqlRobin Appelman2011-04-171-12/+12
* updated version of db_structure.xmlRobin Appelman2011-04-171-101/+194
* fix error during the creation of the database table when using mysqlRobin Appelman2010-08-121-1/+2