summaryrefslogtreecommitdiffstats
path: root/db_structure.xml
Commit message (Expand)AuthorAgeFilesLines
* <default></default> and <notnull>true</notnull> contradict each otherJörn Friedrich Dreyer2013-11-211-1/+1
* setting a default on filecache column unencrypted_sizeThomas Müller2013-09-201-1/+1
* Oracle compat: enable appconfig.configvalue to store empty strings (now working)Arthur Schiwon2013-07-231-1/+1
* Revert "Oracle compat: enable appconfig.configvalue to store empty strings"Arthur Schiwon2013-07-231-1/+1
* Oracle compat: enable appconfig.configvalue to store empty stringsArthur Schiwon2013-07-231-1/+1
* db structure, allow null in columns for '' valuesJörn Friedrich Dreyer2013-06-141-3/+3
* backport file cache changes from master to stable5, needed for encryption appBjörn Schießle2013-05-241-0/+8
* Remove not null constraint. Fix #2976Thomas Tanghus2013-04-171-1/+0
* Key must use less then 767 bytes longArthur Schiwon2013-04-021-8/+0
* Add Index to properties table for better performance on upgradeArthur Schiwon2013-03-251-0/+16
* Cache: allow file sizes >2GBRobin Appelman2013-02-101-1/+1
* Mapper: use md5 hashes for database indexesRobin Appelman2013-02-101-2/+18
* initial version of a local storage implementation which will use unique slugi...Thomas Mueller2013-02-061-0/+44
* merge master into filesystemRobin Appelman2013-01-301-0/+8
|\
| * add display name to the database table oc_usersBjörn Schießle2013-01-281-0/+8
* | Cache: add database indexes for mimetype and mimepartRobin Appelman2013-01-211-0/+24
* | Merge branch 'filesystem' into filesystem-etagsMichael Gapczynski2013-01-111-1/+1
|\ \
| * | Change length of mimetypes to 255, the maximum length according to RFC 4288Michael Gapczynski2013-01-091-1/+1
* | | Merge branch 'filesystem' into filesystem-etagsMichael Gapczynski2013-01-071-6/+42
|\| |
| * | Cache: normalize mimetypesRobin Appelman2013-01-071-4/+40
| * | Cache: rename index to prevent colissions with old fscache indexesRobin Appelman2013-01-031-2/+2
* | | Change length of etag field to 40Michael Gapczynski2012-12-301-1/+1
* | | Store etags in the file cacheMichael Gapczynski2012-12-301-0/+8
|/ /
* | use numeric ids for storages in the filecacheRobin Appelman2012-12-151-2/+38
* | merge master into filesystemRobin Appelman2012-11-301-0/+29
|\|
| * 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
| |/
* | merge master into filesystemRobin Appelman2012-11-151-0/+121
|\|
| * 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
| |\
| * | Added separate table for OC_VCategories and category/object (event/contact et...Thomas Tanghus2012-09-171-0/+138
* | | add file permissions cacheRobin Appelman2012-10-261-0/+47
* | | this index cant be unique due to collisions of the root of different storagesRobin Appelman2012-10-031-1/+0
* | | new filecache tableRobin Appelman2012-10-021-63/+29
| |/ |/|
* | 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
|/
* 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