| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | allow permissions.user to be null as suggested by @butonic | Georg Ehrke | 2013-08-07 | 1 | -1/+1 |
* | | | enable user to inform recipients about a shared file by mail | Bjoern Schiessle | 2013-08-30 | 1 | -0/+8 |
| |/
|/| |
|
* | | allow empty configvalue in appconfig | Jörn Friedrich Dreyer | 2013-08-09 | 1 | -1/+1 |
|/ |
|
* | Tweaks to the MDB2SchemaReader | Bart Visscher | 2013-07-18 | 1 | -1/+1 |
* | Change nullable of filecache.etag and permissions.user | Bart Visscher | 2013-06-26 | 1 | -2/+2 |
* | db structure, allow null in columns for '' values | Jörn Friedrich Dreyer | 2013-06-11 | 1 | -3/+3 |
* | Use int for last_run | Robin Appelman | 2013-06-02 | 1 | -1/+1 |
* | merge master into backgroundjob | Robin Appelman | 2013-06-02 | 1 | -0/+16 |
|\ |
|
| * | Merge branch 'master' into files_encryption | Florin Peter | 2013-05-22 | 1 | -0/+8 |
| |\ |
|
| | * | merge master into filecache_mtime | Robin Appelman | 2013-05-21 | 1 | -1/+51 |
| | |\ |
|
| | * \ | merge master into filecache_mtime | Robin Appelman | 2013-02-15 | 1 | -3/+19 |
| | |\ \ |
|
| | * | | | 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 |