Robin Appelman
3cf237df67
set max argument length to 4000
10 years ago
Robin Appelman
6fc0eb0236
expand cron argument column to 2048
10 years ago
Joas Schilling
3a5b0a8cfc
Revert "Improve: Index for file_map"
...
This reverts commit c9b5608405
.
10 years ago
Joas Schilling
6039523cd6
Revert "Incorporate review changes"
...
This reverts commit f6a452cabf
.
10 years ago
Lukas Reschke
f6a452cabf
Incorporate review changes
10 years ago
windaishi
c9b5608405
Improve: Index for file_map
...
Added two indices for file_map, that improve syncing and uploading and deleting files
10 years ago
Thomas Müller
3e58f5df2e
Revert "add share index"
...
This reverts commit e19b3a8794
.
11 years ago
Jörn Friedrich Dreyer
b4f40e4da0
shorten userid columns to 64 chars, ref #9186
11 years ago
Thomas Müller
da3974bcb2
- drop permissions table and related code
...
- the file/folder's permission is now stored in the file cache
- BackGroundWatcher has been removed - this has meanwhile be replaced by occ files:scan which can be executed in a cron jobs
- increase version to trigger database migration
11 years ago
Frank Karlitschek
a339855b4c
add another index to the filecache to reduce the number of queries without a matching index
11 years ago
Frank Karlitschek
e19b3a8794
add share index
11 years ago
Thomas Müller
a2e4bc8d33
# This is a combination of 2 commits.
...
# The first commit's message is:
adding tests for long paths
increment path field in database up to 4000 (maximum for Oracle - otherwise we could use php's 4096)
increment version to trigger database migration
adding unit test for too long path
# This is the 2nd commit message:
fix too long path
11 years ago
Robin Appelman
47245e7417
Add index on oc_appconfig for appid
11 years ago
Andreas Fischer
0013e2e6a8
Fix spacing.
11 years ago
Andreas Fischer
68986f5272
db-doc: privatedata description
11 years ago
Andreas Fischer
2714a22ba8
db-doc: vcategory* descriptions
11 years ago
Andreas Fischer
ab773650cd
db-doc: users description
11 years ago
Andreas Fischer
bc77ba1d4c
db-doc: jobs description
11 years ago
Andreas Fischer
8cde5e80f6
db-doc: share description
11 years ago
Andreas Fischer
f4031d4320
db-doc: properties description
11 years ago
Andreas Fischer
035199acab
db-doc: preferences description
11 years ago
Andreas Fischer
5450d166b0
db-doc: locks description
11 years ago
Andreas Fischer
466e8985a8
db-doc: groups description
11 years ago
Andreas Fischer
43f0e30315
db-doc: group_admin reduction note
11 years ago
Andreas Fischer
790155e574
db-doc: group_admin description
11 years ago
Andreas Fischer
46e32b08c0
db-doc: group_user description
11 years ago
Andreas Fischer
6da5b05176
Remove the dbprefix from comments. It has no information.
11 years ago
Andreas Fischer
d083108e72
db-doc: permissions description
11 years ago
Andreas Fischer
ea26282493
Prettier ASCII lists. ^^
11 years ago
Andreas Fischer
421a1e69dc
db-doc: filecache description
11 years ago
Andreas Fischer
ad603388ca
db-doc: mimetypes description
11 years ago
Andreas Fischer
7d1f67b7a9
db-doc: storages description
11 years ago
Andreas Fischer
a018dacac2
db-doc: appconfig description
11 years ago
Bart Visscher
c5cd0b2d26
Add some more indexes to tables to improve db queries
12 years ago
Thomas Mueller
f22684cb3d
fixing Specified key was too long; max key length is 767 bytes
12 years ago
Frank Karlitschek
330d026be7
fix the privatedata key value store
12 years ago
Thomas Müller
3189ee2daf
setting a default on filecache column unencrypted_size
12 years ago
Bjoern Schiessle
77adaee645
enable user to inform recipients about a shared file by mail
12 years ago
Jörn Friedrich Dreyer
9334974a92
allow empty configvalue in appconfig
12 years ago
Georg Ehrke
1c9d52774e
update indexes of oc_permissions
12 years ago
Georg Ehrke
dcc92445a0
allow permissions.user to be null as suggested by @butonic
12 years ago
Bart Visscher
e2b6781cf9
Tweaks to the MDB2SchemaReader
12 years ago
Bart Visscher
21f87d63cf
Change nullable of filecache.etag and permissions.user
12 years ago
Jörn Friedrich Dreyer
e3e140993d
db structure, allow null in columns for '' values
12 years ago
Robin Appelman
24ab525669
Use int for last_run
12 years ago
Florin Peter
fac288a4ad
added unencrypted file size to file cache
...
improved file size calculation and speeds
12 years ago
Robin Appelman
db0ea9780b
Add database table for backgroundjob
12 years ago
Thomas Tanghus
44668b36a7
Remove not null constraint. Fix #2976
12 years ago
Arthur Schiwon
fe5c00a173
Key must use less then 767 bytes long
12 years ago
Arthur Schiwon
588e1547cf
Port OC_Property Table Index
12 years ago