summaryrefslogtreecommitdiffstats
path: root/db_structure.xml
Commit message (Expand)AuthorAgeFilesLines
* Tweaks to the MDB2SchemaReaderBart Visscher2013-07-181-1/+1
* Change nullable of filecache.etag and permissions.userBart Visscher2013-06-261-2/+2
* db structure, allow null in columns for '' valuesJörn Friedrich Dreyer2013-06-111-3/+3
* Use int for last_runRobin Appelman2013-06-021-1/+1
* merge master into backgroundjobRobin Appelman2013-06-021-0/+16
|\
| * Merge branch 'master' into files_encryptionFlorin Peter2013-05-221-0/+8
| |\
| | * merge master into filecache_mtimeRobin Appelman2013-05-211-1/+51
| | |\
| | * \ merge master into filecache_mtimeRobin Appelman2013-02-151-3/+19
| | |\ \
| | * | | Cache: add seccond mtime fieldRobin Appelman2013-02-101-0/+8
| * | | | added unencrypted file size to file cacheFlorin Peter2013-04-251-0/+8
| | |_|/ | |/| |
* / | | Add database table for backgroundjobRobin Appelman2013-04-211-15/+15
|/ / /
* | | Remove not null constraint. Fix #2976Thomas Tanghus2013-04-171-1/+0
* | | Key must use less then 767 bytes longArthur Schiwon2013-04-021-8/+0
* | | Port OC_Property Table IndexArthur Schiwon2013-03-271-2/+7
* | | Add indexes and primary keys.Thomas Tanghus2013-03-191-0/+54
* | | Revert "Add indexes and primary keys."Thomas Tanghus2013-03-191-54/+0
* | | Add indexes and primary keys.Thomas Tanghus2013-03-191-0/+54
| |/ |/|
* | 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