Florin Peter
|
28d72b822d
|
Merge branch 'master' into files_encryption
Conflicts:
lib/files/cache/cache.php
|
2013-05-22 01:26:35 +02:00 |
Robin Appelman
|
81fd1badc3
|
merge master into filecache_mtime
|
2013-05-21 23:35:19 +02:00 |
Florin Peter
|
fac288a4ad
|
added unencrypted file size to file cache
improved file size calculation and speeds
|
2013-04-25 15:20:06 +02:00 |
Thomas Tanghus
|
44668b36a7
|
Remove not null constraint. Fix #2976
|
2013-04-17 14:08:45 +02:00 |
Arthur Schiwon
|
fe5c00a173
|
Key must use less then 767 bytes long
|
2013-04-02 12:06:40 +02:00 |
Arthur Schiwon
|
588e1547cf
|
Port OC_Property Table Index
|
2013-03-27 19:17:20 +01:00 |
Thomas Tanghus
|
f052846914
|
Add indexes and primary keys.
|
2013-03-19 01:38:40 +01:00 |
Thomas Tanghus
|
935d2169c8
|
Revert "Add indexes and primary keys."
This reverts commit 3b33712dc9 .
|
2013-03-19 01:36:51 +01:00 |
Thomas Tanghus
|
3b33712dc9
|
Add indexes and primary keys.
|
2013-03-19 01:35:12 +01:00 |
Robin Appelman
|
2ed850e05b
|
merge master into filecache_mtime
|
2013-02-15 21:04:48 +01:00 |
Robin Appelman
|
9c1196d73e
|
Cache: add seccond mtime field
|
2013-02-10 12:05:41 +01:00 |
Robin Appelman
|
3292dc3eea
|
Cache: allow file sizes >2GB
|
2013-02-10 16:44:00 +01:00 |
Robin Appelman
|
0c05244f8b
|
Mapper: use md5 hashes for database indexes
indexing the full path exeeds the maximum index length for MySQL
|
2013-02-10 11:49:37 +01:00 |
Thomas Mueller
|
fd8cb9974b
|
initial version of a local storage implementation which will use unique 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.
|
2013-02-06 23:41:52 +01:00 |
Robin Appelman
|
207aa22d12
|
merge master into filesystem
|
2013-01-30 19:24:24 +01:00 |
Björn Schießle
|
3e0d117d60
|
add display name to the database table oc_users
|
2013-01-28 14:38:38 +01:00 |
Robin Appelman
|
8ede3290ae
|
Cache: add database indexes for mimetype and mimepart
|
2013-01-21 22:31:44 +01:00 |
Michael Gapczynski
|
6f049d0889
|
Merge branch 'filesystem' into filesystem-etags
|
2013-01-11 21:00:02 -05:00 |
Michael Gapczynski
|
106541361c
|
Change length of mimetypes to 255, the maximum length according to RFC 4288
|
2013-01-09 22:57:42 -05:00 |
Michael Gapczynski
|
6801f82d09
|
Merge branch 'filesystem' into filesystem-etags
Conflicts:
lib/files/cache/cache.php
|
2013-01-07 10:28:37 -05:00 |
Robin Appelman
|
d0377b1951
|
Cache: normalize mimetypes
|
2013-01-07 02:09:21 +01:00 |
Robin Appelman
|
6a6d6756b7
|
Cache: rename index to prevent colissions with old fscache indexes
|
2013-01-03 00:29:10 +01:00 |
Michael Gapczynski
|
29b82ccdf3
|
Change length of etag field to 40
|
2012-12-30 21:23:54 -05:00 |
Michael Gapczynski
|
2c23e143d3
|
Store etags in the file cache
|
2012-12-30 16:32:55 -05:00 |
Robin Appelman
|
b12abb2c94
|
use numeric ids for storages in the filecache
|
2012-12-15 23:35:07 +01:00 |
Robin Appelman
|
d33f697a5f
|
merge master into filesystem
|
2012-11-30 00:18:42 +01:00 |
Jörn Friedrich Dreyer
|
71e8755d31
|
Merge pull request #380 from butonic/feature_share_link_with_token
Feature share link with token
|
2012-11-26 07:42:53 -08:00 |
Frank Karlitschek
|
f712ca61df
|
remove the index on the share table because of problems with the index size. Thanks to icewind for spotting this.
|
2012-11-25 15:09:07 +01:00 |
Frank Karlitschek
|
ebe3c9130d
|
add a few more indexes. This is just a first step. More work is needed here but this should improve perfomance already for big installations.
|
2012-11-24 20:58:51 +01:00 |
Jörn Friedrich Dreyer
|
d8a171df26
|
implement share via link token
|
2012-11-20 15:03:12 +01:00 |
Robin Appelman
|
bf2ac9f113
|
merge master into filesystem
|
2012-11-15 00:37:54 +01:00 |
Robin Appelman
|
c22a723785
|
add file permissions cache
|
2012-10-26 19:07:29 +02:00 |
Thomas Tanghus
|
fc6d1bf500
|
Clean indentation.
|
2012-10-19 19:42:59 +02:00 |
Thomas Tanghus
|
73c743076e
|
Remove index that might cause problems.
|
2012-10-19 17:23:54 +02:00 |
Robin Appelman
|
3c8e5ea358
|
this index cant be unique due to collisions of the root of different storages
|
2012-10-03 11:31:13 +02:00 |
Robin Appelman
|
6134e554f2
|
new filecache table
|
2012-10-02 23:46:35 +02:00 |
Thomas Tanghus
|
241862756e
|
Merge branch 'master' of github.com:owncloud/core into vcategories_db
|
2012-09-30 06:51:40 +02:00 |
Robin Appelman
|
e8df2eeefc
|
some more sane column sizes for appconfig and preferences
|
2012-09-27 22:49:01 +02:00 |
Jörn Friedrich Dreyer
|
1c97fd7228
|
shorten index name, oracle can only handle identifiers <=30 chars
|
2012-09-20 21:05:37 +02:00 |
Robin Appelman
|
74ec2765b3
|
db indexes for appconfig and preferences
|
2012-09-20 01:36:52 +02:00 |
Robin Appelman
|
499567397d
|
use tabs in db_structure
|
2012-09-20 01:36:51 +02:00 |
Arthur Schiwon
|
93d0defe9a
|
set configuvalue in table appconfig back to clob. Likely to break LDAP 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
|
2012-09-19 12:55:07 +02:00 |
Jörn Friedrich Dreyer
|
7811fa4faf
|
timestamp uses emptystring as NULL default
|
2012-09-17 17:57:53 +02:00 |
Jörn Friedrich Dreyer
|
c790a0c476
|
fix default values: 1. remove whitespace, don't use emptystring for int, remove empty default for nullable columns to use NULL as default
|
2012-09-17 16:35:31 +02:00 |
Thomas Tanghus
|
b1a6acde30
|
Added separate table for OC_VCategories and category/object (event/contact etc.) relations.
|
2012-09-17 16:03:15 +02:00 |
Michael Gapczynski
|
60feaf9abf
|
Merge branch 'master' into share_expiration
Conflicts:
core/js/share.js
lib/util.php
|
2012-09-12 01:06:57 -04:00 |
Michael Gapczynski
|
b194ac3dde
|
Add expiration column to share table and bump version number
|
2012-09-12 01:01:45 -04:00 |
Thomas Tanghus
|
e2ead7db86
|
Changed oc_preferences configvalue back to clob as it will give us bug reports in calendar, contacts and tasks if less.
|
2012-09-05 17:22:03 +02:00 |
Michael Gapczynski
|
fd2ca21fc2
|
Allow share_with column to be null for links
|
2012-08-28 09:51:00 -04:00 |
Jörn Friedrich Dreyer
|
f105e9b454
|
remove oc_log, as it is unused
add length to text columns or newer mysql will produce columns too wide
|
2012-08-27 13:40:48 +02:00 |