Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| |\ | | | | | | | | | | | | | Conflicts: lib/files/cache/cache.php | ||||
| | * | 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 |
| | |_|/ | |/| | | | | | | | | | | improved file size calculation and speeds | ||||
* / | | | 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 |
| | | | | | | | | | | | | This reverts commit 3b33712dc9f4a3debfb98bc892034d7e41804a17. | ||||
* | | | 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 |
|/ | | | | indexing the full path exeeds the maximum index length for MySQL | ||||
* | initial version of a local storage implementation which will use unique ↵ | Thomas Mueller | 2013-02-06 | 1 | -0/+44 |
| | | | | | | slugified filename on the local filesystem. This implementation will only be enabled on windows based system to solve the issues around UTF-8 file names with php on windows. | ||||
* | 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 |
|\| | | | | | | | | | | | | | | Conflicts: lib/files/cache/cache.php | ||||
| * | | 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 |
| |\ | | | | | | | Feature share link with token | ||||
| | * | 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 |
| | | | | | | | | | | | | Thanks to icewind for spotting this. | ||||
| * | | add a few more indexes. This is just a first step. More work is needed here ↵ | Frank Karlitschek | 2012-11-24 | 1 | -0/+29 |
| |/ | | | | | | | but this should improve perfomance already for big installations. | ||||
* | | 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 ↵ | Thomas Tanghus | 2012-09-17 | 1 | -0/+138 |
| | | | | | | | | | | | | etc.) relations. | ||||
* | | | 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 ↵ | Arthur Schiwon | 2012-09-19 | 1 | -2/+1 |
| | | | | | | | | settings, probably responsible for some bugs with it. Might also cause damage in other apps. That's why it was once already set to clob | ||||
* | | timestamp uses emptystring as NULL default | Jörn Friedrich Dreyer | 2012-09-17 | 1 | -0/+1 |
| | |