Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into share_api | Michael Gapczynski | 2012-08-14 | 1 | -0/+52 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/group.php lib/group/backend.php lib/group/database.php lib/group/interface.php lib/public/user.php lib/user.php lib/user/backend.php lib/user/database.php lib/user/interface.php | ||||
| * | 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 ↵ | Thomas Tanghus | 2012-06-09 | 1 | -3/+1 |
| | | | | oc-743. | ||||
* | 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 ↵ | Robin Appelman | 2012-01-16 | 1 | -1/+1 |
| | | | | | | | | the table | ||||
* | | 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 |