| Commit message (Expand) | Author | Age | Files | Lines |
* | shorten index name, oracle can only handle identifiers <=30 chars | Jörn Friedrich Dreyer | 2012-09-20 | 1 | -1/+1 |
* | db indexes for appconfig and preferences | Robin Appelman | 2012-09-20 | 1 | -0/+28 |
* | use tabs in db_structure | Robin Appelman | 2012-09-20 | 1 | -645/+641 |
* | set configuvalue in table appconfig back to clob. Likely to break LDAP settin... | Arthur Schiwon | 2012-09-19 | 1 | -2/+1 |
* | timestamp uses emptystring as NULL default | Jörn Friedrich Dreyer | 2012-09-17 | 1 | -0/+1 |
* | fix default values: 1. remove whitespace, don't use emptystring for int, remo... | Jörn Friedrich Dreyer | 2012-09-17 | 1 | -25/+11 |
* | Merge branch 'master' into share_expiration | Michael Gapczynski | 2012-09-12 | 1 | -4/+3 |
|\ |
|
| * | Changed oc_preferences configvalue back to clob as it will give us bug report... | Thomas Tanghus | 2012-09-05 | 1 | -3/+2 |
| * | Allow share_with column to be null for links | Michael Gapczynski | 2012-08-28 | 1 | -1/+1 |
* | | Add expiration column to share table and bump version number | Michael Gapczynski | 2012-09-12 | 1 | -0/+7 |
|/ |
|
* | remove oc_log, as it is unused | Jörn Friedrich Dreyer | 2012-08-27 | 1 | -58/+5 |
* | fix typo in db_structure | jfd | 2012-08-25 | 1 | -1/+1 |
* | Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-su... | Jörn Friedrich Dreyer | 2012-08-25 | 1 | -1/+194 |
|\ |
|
| * | Merge branch 'master' into share_api | Michael Gapczynski | 2012-08-14 | 1 | -0/+52 |
| |\ |
|
| | * | Backgroundjobs: Add table to db_structure.xml | Jakob Sack | 2012-08-10 | 1 | -0/+52 |
| * | | Database scheme for share API | Michael Gapczynski | 2012-08-06 | 1 | -0/+115 |
| |/ |
|
| * | add group_admin table | Georg Ehrke | 2012-07-07 | 1 | -0/+26 |
| * | Changed preferences configvalue to clob. Fixes several bugs e.g. oc-825 and o... | Thomas Tanghus | 2012-06-09 | 1 | -3/+1 |
* | | use CURRENT_TIMESTAMP in default column definitions (sqlite, mysql, postgres ... | jfd | 2012-07-31 | 1 | -6/+6 |
* | | Changed preferences configvalue to clob. Fixes several bugs e.g. oc-825 and o... | Thomas Tanghus | 2012-06-09 | 1 | -3/+1 |
|/ |
|
* | bugfix for oc-346 | Daniel | 2012-04-29 | 1 | -1/+1 |
* | clean pre-path_hash fscache entries | Robin Appelman | 2012-03-30 | 1 | -2/+1 |
* | add path_hash to the filesystem cache | Robin Appelman | 2012-03-30 | 1 | -6/+22 |
* | The tables "principals" and "principalgroups" are obsolete | Jakob Sack | 2012-03-02 | 1 | -96/+0 |
* | change back to 32bit. autoincrement doesn´t work with sqlite otherwise | Frank Karlitschek | 2012-02-26 | 1 | -1/+1 |
* | don't limit ourselfs to 32bit integers | Robin Appelman | 2012-02-25 | 1 | -6/+6 |
* | remove limit from configvalue for long config values | Arthur Schiwon | 2012-02-24 | 1 | -6/+6 |
* | store writable flag for files | Robin Appelman | 2012-02-05 | 1 | -2/+10 |
* | some fixes to scanning | Robin Appelman | 2012-01-31 | 1 | -0/+9 |
* | merge master into filesystem | Robin Appelman | 2012-01-30 | 1 | -2/+2 |
|\ |
|
* | | postgresql needs contraint names to be unque across the database, not only th... | Robin Appelman | 2012-01-16 | 1 | -1/+1 |
* | | keep encrypted and versioned flag in fscache | Robin Appelman | 2011-11-12 | 1 | -0/+16 |
* | | provide caching for file metadata | Robin Appelman | 2011-11-09 | 1 | -1/+85 |
|/ |
|
* | Add two tables to db scheme file | Jakob Sack | 2011-08-07 | 1 | -0/+96 |
* | Update docs, db scheme | Jakob Sack | 2011-07-22 | 1 | -123/+52 |
* | change db index names to avoid collisions | Kamil Domanski | 2011-06-18 | 1 | -5/+5 |
* | Renamed a few columns in order t ohave both sqlite and mysql up and running | Jakob Sack | 2011-05-15 | 1 | -5/+5 |
* | fix db_structure.xml | Robin Appelman | 2011-04-17 | 1 | -58/+0 |
* | installer now works when using mysql | Robin Appelman | 2011-04-17 | 1 | -12/+12 |
* | updated version of db_structure.xml | Robin Appelman | 2011-04-17 | 1 | -101/+194 |
* | fix error during the creation of the database table when using mysql | Robin Appelman | 2010-08-12 | 1 | -1/+2 |
* | update to comply with the OCS spec (lookup by application name too) | Martin Sandsmark | 2010-08-02 | 1 | -6/+17 |
* | fix permissions, start to implement private data api | Martin T. H. Sandsmark | 2010-07-16 | 1 | -0/+31 |
* | Fix custom database names | Robin Appelman | 2010-07-06 | 1 | -7/+7 |
* | Initial PostgreSQL support | Robin Appelman | 2010-06-20 | 1 | -4/+4 |
* | use MDB2_Schema for the creation of the initial database | Robin Appelman | 2010-06-18 | 1 | -0/+381 |