Björn Schießle
|
3e0d117d60
|
add display name to the database table oc_users
|
12 years ago |
Robin Appelman
|
8ede3290ae
|
Cache: add database indexes for mimetype and mimepart
|
12 years ago |
Michael Gapczynski
|
106541361c
|
Change length of mimetypes to 255, the maximum length according to RFC 4288
|
12 years ago |
Robin Appelman
|
d0377b1951
|
Cache: normalize mimetypes
|
12 years ago |
Robin Appelman
|
6a6d6756b7
|
Cache: rename index to prevent colissions with old fscache indexes
|
12 years ago |
Michael Gapczynski
|
29b82ccdf3
|
Change length of etag field to 40
|
12 years ago |
Michael Gapczynski
|
2c23e143d3
|
Store etags in the file cache
|
12 years ago |
Robin Appelman
|
b12abb2c94
|
use numeric ids for storages in the filecache
|
12 years ago |
Frank Karlitschek
|
f712ca61df
|
remove the index on the share table because of problems with the index size. Thanks to icewind for spotting this.
|
13 years ago |
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.
|
13 years ago |
Jörn Friedrich Dreyer
|
d8a171df26
|
implement share via link token
|
13 years ago |
Robin Appelman
|
c22a723785
|
add file permissions cache
|
13 years ago |
Thomas Tanghus
|
fc6d1bf500
|
Clean indentation.
|
13 years ago |
Thomas Tanghus
|
73c743076e
|
Remove index that might cause problems.
|
13 years ago |
Sam Tuke
|
8b01286a5d
|
Merged branch 'master'
|
13 years ago |
Michael Göhler
|
8be9c04a3a
|
128byte is not 128bit - now we realy use 256bit (same as PHPSESSID)
|
13 years ago |
Michael Göhler
|
22fa23b4da
|
extend configkey column to hold 128bit values
|
13 years ago |
Robin Appelman
|
3c8e5ea358
|
this index cant be unique due to collisions of the root of different storages
|
13 years ago |
Robin Appelman
|
6134e554f2
|
new filecache table
|
13 years ago |
Robin Appelman
|
e8df2eeefc
|
some more sane column sizes for appconfig and preferences
|
13 years ago |
Jörn Friedrich Dreyer
|
1c97fd7228
|
shorten index name, oracle can only handle identifiers <=30 chars
|
13 years ago |
Robin Appelman
|
74ec2765b3
|
db indexes for appconfig and preferences
|
13 years ago |
Robin Appelman
|
499567397d
|
use tabs in db_structure
|
13 years ago |
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
|
13 years ago |
Jörn Friedrich Dreyer
|
7811fa4faf
|
timestamp uses emptystring as NULL default
|
13 years ago |
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
|
13 years ago |
Thomas Tanghus
|
b1a6acde30
|
Added separate table for OC_VCategories and category/object (event/contact etc.) relations.
|
13 years ago |
Michael Gapczynski
|
b194ac3dde
|
Add expiration column to share table and bump version number
|
13 years ago |
Thomas Tanghus
|
e2ead7db86
|
Changed oc_preferences configvalue back to clob as it will give us bug reports in calendar, contacts and tasks if less.
|
13 years ago |
Tom Needham
|
47eebe5f6c
|
Add 'authorised' field to oauth_tokens table
|
13 years ago |
Tom Needham
|
b650c7c2a7
|
Add table to hold OAuth scopes
|
13 years ago |
Tom Needham
|
b26ffdc4d6
|
Add basic db structure for oauth
|
13 years ago |
Michael Gapczynski
|
fd2ca21fc2
|
Allow share_with column to be null for links
|
13 years ago |
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
|
13 years ago |
jfd
|
59eb693e51
|
fix typo in db_structure
|
13 years ago |
Jakob Sack
|
595591a460
|
Backgroundjobs: Add table to db_structure.xml
|
13 years ago |
Michael Gapczynski
|
2554f674de
|
Database scheme for share API
|
13 years ago |
jfd
|
3aff7a298c
|
use CURRENT_TIMESTAMP in default column definitions (sqlite, mysql, postgres and oracle DO understand it), change clob columns to text (clob will give sorting and uniqueness problems and in general is not what we want)
|
13 years ago |
Georg Ehrke
|
acb196e17f
|
add group_admin table
|
13 years ago |
Thomas Tanghus
|
815eb2591a
|
Changed preferences configvalue to clob. Fixes several bugs e.g. oc-825 and oc-743.
|
13 years ago |
Thomas Tanghus
|
6e9fea341b
|
Changed preferences configvalue to clob. Fixes several bugs e.g. oc-825 and oc-743.
|
13 years ago |
Daniel
|
f0f1adb994
|
bugfix for oc-346
|
13 years ago |
Robin Appelman
|
65eee1f69d
|
clean pre-path_hash fscache entries
|
13 years ago |
Robin Appelman
|
7552390031
|
add path_hash to the filesystem cache
|
13 years ago |
Jakob Sack
|
3e84f170e7
|
The tables "principals" and "principalgroups" are obsolete
|
13 years ago |
Frank Karlitschek
|
a501d4b61e
|
change back to 32bit. autoincrement doesn´t work with sqlite otherwise
|
13 years ago |
Robin Appelman
|
dda79a90cf
|
don't limit ourselfs to 32bit integers
|
13 years ago |
Arthur Schiwon
|
ca874a3ad7
|
remove limit from configvalue for long config values
|
13 years ago |
Robin Appelman
|
9f3388ecbc
|
store writable flag for files
|
13 years ago |
Robin Appelman
|
df67c35017
|
some fixes to scanning
|
13 years ago |