| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | | | Cache: add seccond mtime field | Robin Appelman | 2013-02-10 | 1 | -0/+8 |
| * | | | | added unencrypted file size to file cache | Florin Peter | 2013-04-25 | 1 | -0/+8 |
| | |_|/
| |/| | |
|
* / | | | Add database table for backgroundjob | Robin Appelman | 2013-04-21 | 1 | -15/+15 |
|/ / / |
|
* | | | Remove not null constraint. Fix #2976 | Thomas Tanghus | 2013-04-17 | 1 | -1/+0 |
* | | | Key must use less then 767 bytes long | Arthur Schiwon | 2013-04-02 | 1 | -8/+0 |
* | | | Port OC_Property Table Index | Arthur Schiwon | 2013-03-27 | 1 | -2/+7 |
* | | | Add indexes and primary keys. | Thomas Tanghus | 2013-03-19 | 1 | -0/+54 |
* | | | Revert "Add indexes and primary keys." | Thomas Tanghus | 2013-03-19 | 1 | -54/+0 |
* | | | Add indexes and primary keys. | Thomas Tanghus | 2013-03-19 | 1 | -0/+54 |
| |/
|/| |
|
* | | Cache: allow file sizes >2GB | Robin Appelman | 2013-02-10 | 1 | -1/+1 |
* | | Mapper: use md5 hashes for database indexes | Robin Appelman | 2013-02-10 | 1 | -2/+18 |
|/ |
|
* | initial version of a local storage implementation which will use unique slugi... | Thomas Mueller | 2013-02-06 | 1 | -0/+44 |
* | merge master into filesystem | Robin Appelman | 2013-01-30 | 1 | -0/+8 |
|\ |
|
| * | add display name to the database table oc_users | Björn Schießle | 2013-01-28 | 1 | -0/+8 |
* | | Cache: add database indexes for mimetype and mimepart | Robin Appelman | 2013-01-21 | 1 | -0/+24 |
* | | Merge branch 'filesystem' into filesystem-etags | Michael Gapczynski | 2013-01-11 | 1 | -1/+1 |
|\ \ |
|
| * | | Change length of mimetypes to 255, the maximum length according to RFC 4288 | Michael Gapczynski | 2013-01-09 | 1 | -1/+1 |
* | | | Merge branch 'filesystem' into filesystem-etags | Michael Gapczynski | 2013-01-07 | 1 | -6/+42 |
|\| | |
|
| * | | Cache: normalize mimetypes | Robin Appelman | 2013-01-07 | 1 | -4/+40 |
| * | | Cache: rename index to prevent colissions with old fscache indexes | Robin Appelman | 2013-01-03 | 1 | -2/+2 |
* | | | Change length of etag field to 40 | Michael Gapczynski | 2012-12-30 | 1 | -1/+1 |
* | | | Store etags in the file cache | Michael Gapczynski | 2012-12-30 | 1 | -0/+8 |
|/ / |
|
* | | use numeric ids for storages in the filecache | Robin Appelman | 2012-12-15 | 1 | -2/+38 |
* | | merge master into filesystem | Robin Appelman | 2012-11-30 | 1 | -0/+29 |
|\| |
|
| * | Merge pull request #380 from butonic/feature_share_link_with_token | Jörn Friedrich Dreyer | 2012-11-26 | 1 | -0/+15 |
| |\ |
|
| | * | implement share via link token | Jörn Friedrich Dreyer | 2012-11-20 | 1 | -0/+15 |
| * | | remove the index on the share table because of problems with the index size. ... | Frank Karlitschek | 2012-11-25 | 1 | -15/+0 |
| * | | add a few more indexes. This is just a first step. More work is needed here b... | Frank Karlitschek | 2012-11-24 | 1 | -0/+29 |
| |/ |
|
* | | merge master into filesystem | Robin Appelman | 2012-11-15 | 1 | -0/+121 |
|\| |
|
| * | Clean indentation. | Thomas Tanghus | 2012-10-19 | 1 | -120/+120 |
| * | Remove index that might cause problems. | Thomas Tanghus | 2012-10-19 | 1 | -17/+0 |
| * | Merge branch 'master' of github.com:owncloud/core into vcategories_db | Thomas Tanghus | 2012-09-30 | 1 | -659/+669 |
| |\ |
|
| * | | Added separate table for OC_VCategories and category/object (event/contact et... | Thomas Tanghus | 2012-09-17 | 1 | -0/+138 |
* | | | add file permissions cache | Robin Appelman | 2012-10-26 | 1 | -0/+47 |
* | | | this index cant be unique due to collisions of the root of different storages | Robin Appelman | 2012-10-03 | 1 | -1/+0 |
* | | | new filecache table | Robin Appelman | 2012-10-02 | 1 | -63/+29 |
| |/
|/| |
|
* | | some more sane column sizes for appconfig and preferences | Robin Appelman | 2012-09-27 | 1 | -7/+7 |
* | | 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 |
|\ |
|